case class DeploymentStatus(availableReplicas: Optional[Int] = Optional.Absent, collisionCount: Optional[Int] = Optional.Absent, conditions: Optional[Vector[DeploymentCondition]] = Optional.Absent, observedGeneration: Optional[Long] = Optional.Absent, readyReplicas: Optional[Int] = Optional.Absent, replicas: Optional[Int] = Optional.Absent, unavailableReplicas: Optional[Int] = Optional.Absent, updatedReplicas: Optional[Int] = Optional.Absent) extends Product with Serializable
DeploymentStatus is the most recently observed status of the Deployment.
- availableReplicas
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
- collisionCount
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
- conditions
Represents the latest available observations of a deployment's current state.
- observedGeneration
The generation observed by the deployment controller.
- readyReplicas
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
- replicas
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
- unavailableReplicas
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
- updatedReplicas
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
- Alphabetic
- By Inheritance
- DeploymentStatus
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
DeploymentStatus(availableReplicas: Optional[Int] = Optional.Absent, collisionCount: Optional[Int] = Optional.Absent, conditions: Optional[Vector[DeploymentCondition]] = Optional.Absent, observedGeneration: Optional[Long] = Optional.Absent, readyReplicas: Optional[Int] = Optional.Absent, replicas: Optional[Int] = Optional.Absent, unavailableReplicas: Optional[Int] = Optional.Absent, updatedReplicas: Optional[Int] = Optional.Absent)
- availableReplicas
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
- collisionCount
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
- conditions
Represents the latest available observations of a deployment's current state.
- observedGeneration
The generation observed by the deployment controller.
- readyReplicas
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
- replicas
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
- unavailableReplicas
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
- updatedReplicas
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
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: Optional[Int]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val collisionCount: Optional[Int]
- val conditions: Optional[Vector[DeploymentCondition]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
getAvailableReplicas: IO[K8sFailure, Int]
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getCollisionCount: IO[K8sFailure, Int]
Count of hash collisions for the Deployment.
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getConditions: IO[K8sFailure, Vector[DeploymentCondition]]
Represents the latest available observations of a deployment's current state.
Represents the latest available observations of a deployment's current state.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getObservedGeneration: IO[K8sFailure, Long]
The generation observed by the deployment controller.
The generation observed by the deployment controller.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getReadyReplicas: IO[K8sFailure, Int]
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getReplicas: IO[K8sFailure, Int]
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getUnavailableReplicas: IO[K8sFailure, Int]
Total number of unavailable pods targeted by this deployment.
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getUpdatedReplicas: IO[K8sFailure, Int]
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
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: Optional[Long]
- val readyReplicas: Optional[Int]
- val replicas: Optional[Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val unavailableReplicas: Optional[Int]
- val updatedReplicas: Optional[Int]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated