case class ReplicationControllerStatus(replicas: Int, availableReplicas: Option[Int] = None, conditions: Option[Seq[ReplicationControllerCondition]] = None, fullyLabeledReplicas: Option[Int] = None, observedGeneration: Option[Long] = None, readyReplicas: Option[Int] = None) extends Product with Serializable
ReplicationControllerStatus represents the current status of a replication controller.
- replicas
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller
- availableReplicas
The number of available replicas (ready for at least minReadySeconds) for this replication controller.
- conditions
Represents the latest available observations of a replication controller's current state.
- fullyLabeledReplicas
The number of pods that have labels matching the labels of the pod template of the replication controller.
- observedGeneration
ObservedGeneration reflects the generation of the most recently observed replication controller
- readyReplicas
The number of ready replicas for this replication controller.
- Alphabetic
- By Inheritance
- ReplicationControllerStatus
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ReplicationControllerStatus(replicas: Int, availableReplicas: Option[Int] = None, conditions: Option[Seq[ReplicationControllerCondition]] = None, fullyLabeledReplicas: Option[Int] = None, observedGeneration: Option[Long] = None, readyReplicas: Option[Int] = None)
- replicas
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller
- availableReplicas
The number of available replicas (ready for at least minReadySeconds) for this replication controller.
- conditions
Represents the latest available observations of a replication controller's current state.
- fullyLabeledReplicas
The number of pods that have labels matching the labels of the pod template of the replication controller.
- observedGeneration
ObservedGeneration reflects the generation of the most recently observed replication controller
- readyReplicas
The number of ready replicas for this replication controller.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val availableReplicas: Option[Int]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val conditions: Option[Seq[ReplicationControllerCondition]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fullyLabeledReplicas: Option[Int]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val observedGeneration: Option[Long]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readyReplicas: Option[Int]
- val replicas: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated