Class ReplicaSetStatus


  • public final class ReplicaSetStatus
    extends java.lang.Object
    • Method Detail

      • availableReplicas

        public java.util.Optional<java.lang.Integer> availableReplicas()
        Returns:
        The number of available replicas (ready for at least minReadySeconds) for this replica set.
      • conditions

        public java.util.List<ReplicaSetCondition> conditions()
        Returns:
        Represents the latest available observations of a replica set's current state.
      • fullyLabeledReplicas

        public java.util.Optional<java.lang.Integer> fullyLabeledReplicas()
        Returns:
        The number of pods that have labels matching the labels of the pod template of the replicaset.
      • observedGeneration

        public java.util.Optional<java.lang.Integer> observedGeneration()
        Returns:
        ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
      • readyReplicas

        public java.util.Optional<java.lang.Integer> readyReplicas()
        Returns:
        The number of ready replicas for this replica set.
      • replicas

        public java.lang.Integer replicas()
        Returns:
        Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller