class Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::CustomResourceSubresourceScale

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.cr

Constructors

Instance Method Summary

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) #

Instance Method Detail

def label_selector_path : String? #

def label_selector_path=(label_selector_path : String?) #

def spec_replicas_path : String #

def spec_replicas_path=(spec_replicas_path : String) #

def status_replicas_path : String #

def status_replicas_path=(status_replicas_path : String) #