class K8S::Api::Apps::V1::ReplicaSet
- K8S::Api::Apps::V1::ReplicaSet
 - K8S::Kubernetes::Resource
 - Reference
 - Object
 
Overview
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - K8S::Kubernetes::Resource::Object
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/apps/v1/replica_set.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Apps::V1::ReplicaSetSpec? = nil, status : Api::Apps::V1::ReplicaSetStatus? = nil)
 
Class Method Summary
Instance Method Summary
- #api_version : String
 - #kind : String
 - #merge(other)
 - 
        #metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
        
          
If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.
 - 
        #metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
        
          
If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.
 - #spec : Api::Apps::V1::ReplicaSetSpec?
 - #spec=(spec : Api::Apps::V1::ReplicaSetSpec?)
 - #status : Api::Apps::V1::ReplicaSetStatus?
 - #status=(status : Api::Apps::V1::ReplicaSetStatus?)
 - #to_h
 
Instance methods inherited from module K8S::Kubernetes::Resource::Object
  
  
    
      api_version : String
    api_version, 
    
  
    
      kind : String
    kind, 
    
  
    
      metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
    metadata, 
    
  
    
      metadata! : Apimachinery::Apis::Meta::V1::ObjectMeta
    metadata!
    
  
    
    
  
    
  Instance methods inherited from class K8S::Kubernetes::Resource
  
  
    
      api_version : String
    api_version, 
    
  
    
      kind : String
    kind
    
  
    
  Constructor methods inherited from class K8S::Kubernetes::Resource
  
  
    
      new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Class methods inherited from class K8S::Kubernetes::Resource
  
  
    
      from_file(file)
    from_file, 
    
  
    
      from_files(*paths)
    from_files
    
  
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
Class Method Detail
Instance Method Detail
If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata