# THIS FILE WAS AUTO GENERATED FROM THE K8S SWAGGER SPEC require "yaml" require "json" require "./replica_set_condition" ::K8S::Kubernetes::Resource.define_object("ReplicaSetStatus", namespace: "::K8S::Api::Apps::V1", properties: [ {name: "available_replicas", kind: Int32, key: "availableReplicas", nilable: true, read_only: false, description: "The number of available replicas (ready for at least minReadySeconds) for this replica set."}, {name: "conditions", kind: ::Array(::K8S::Api::Apps::V1::ReplicaSetCondition), key: "conditions", nilable: true, read_only: false, description: "Represents the latest available observations of a replica set's current state."}, {name: "fully_labeled_replicas", kind: Int32, key: "fullyLabeledReplicas", nilable: true, read_only: false, description: "The number of pods that have labels matching the labels of the pod template of the replicaset."}, {name: "observed_generation", kind: Int32, key: "observedGeneration", nilable: true, read_only: false, description: "ObservedGeneration reflects the generation of the most recently observed ReplicaSet."}, {name: "ready_replicas", kind: Int32, key: "readyReplicas", nilable: true, read_only: false, description: "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition."}, {name: "replicas", kind: Int32, key: "replicas", nilable: false, read_only: false, description: "Replicas is the most recently oberved number of replicas. More info: [https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller](https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller)"}, ] )