class Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::CustomResourceSubresourceScale
- Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::CustomResourceSubresourceScale
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
Defined in:
versions/v1.14/apiextensions_apiserver/apis/apiextensions/v1beta1/custom_resource_subresource_scale.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
-
.new(pull : ::JSON::PullParser)
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
- .new(*, label_selector_path : String? = nil, spec_replicas_path : String, status_replicas_path : String)
Instance Method Summary
- #label_selector_path : String?
- #label_selector_path=(label_selector_path : String?)
- #spec_replicas_path : String
- #spec_replicas_path=(spec_replicas_path : String)
- #status_replicas_path : String
- #status_replicas_path=(status_replicas_path : String)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
def self.new(pull : ::JSON::PullParser)
#
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
def self.new(*, label_selector_path : String? = nil, spec_replicas_path : String, status_replicas_path : String)
#