class K8S::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::CustomResourceSubresourceScale

Overview

CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.

Included Modules

Defined in:

versions/v1.15/apiextensions_apiserver/apis/apiextensions/v1beta1/custom_resource_subresource_scale.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : ::JSON::PullParser) #

[View source]
def self.new(*, spec_replicas_path : String, status_replicas_path : String, label_selector_path : String? = nil) #

[View source]

Instance Method Detail

def label_selector_path : String? #

[View source]
def label_selector_path=(label_selector_path : String?) #

[View source]
def spec_replicas_path : String #

[View source]
def spec_replicas_path=(spec_replicas_path : String) #

[View source]
def status_replicas_path : String #

[View source]
def status_replicas_path=(status_replicas_path : String) #

[View source]