Class ReplicaSetStatus
ReplicaSetStatus represents the current status of a ReplicaSet.
Inheritance
System.Object
ReplicaSetStatus
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Apps.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class ReplicaSetStatus
Fields
View SourceAvailableReplicas
The number of available replicas (ready for at least minReadySeconds) for this replica set.
Declaration
public readonly int AvailableReplicas
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Conditions
Represents the latest available observations of a replica set's current state.
Declaration
public readonly ImmutableArray<ReplicaSetCondition> Conditions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ReplicaSetCondition> |
FullyLabeledReplicas
The number of pods that have labels matching the labels of the pod template of the replicaset.
Declaration
public readonly int FullyLabeledReplicas
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ObservedGeneration
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
Declaration
public readonly int ObservedGeneration
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ReadyReplicas
The number of ready replicas for this replica set.
Declaration
public readonly int ReadyReplicas
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Replicas
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
Declaration
public readonly int Replicas
Field Value
| Type | Description |
|---|---|
| System.Int32 |