class K8S::Api::Apps::V1::ReplicaSetSpec
- K8S::Api::Apps::V1::ReplicaSetSpec
 - Reference
 - Object
 
Overview
ReplicaSetSpec is the specification of a ReplicaSet.
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/apps/v1/replica_set_spec.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, selector : Apimachinery::Apis::Meta::V1::LabelSelector, min_ready_seconds : Int32? = nil, replicas : Int32? = nil, template : Api::Core::V1::PodTemplateSpec? = nil)
 
Instance Method Summary
- #min_ready_seconds : Int32?
 - #min_ready_seconds=(min_ready_seconds : Int32?)
 - #replicas : Int32?
 - #replicas=(replicas : Int32?)
 - #selector : Apimachinery::Apis::Meta::V1::LabelSelector
 - #selector=(selector : Apimachinery::Apis::Meta::V1::LabelSelector)
 - #template : Api::Core::V1::PodTemplateSpec?
 - #template=(template : Api::Core::V1::PodTemplateSpec?)
 
Constructor Detail
        
        def self.new(*, selector : Apimachinery::Apis::Meta::V1::LabelSelector, min_ready_seconds : Int32? = nil, replicas : Int32? = nil, template : Api::Core::V1::PodTemplateSpec? = nil)
        #