Show / Hide Table of Contents

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.V1Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class ReplicaSetStatus

Fields

View Source

AvailableReplicas

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
View Source

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>
View Source

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
View Source

ObservedGeneration

ObservedGeneration reflects the generation of the most recently observed ReplicaSet.

Declaration
public readonly int ObservedGeneration
Field Value
Type Description
System.Int32
View Source

ReadyReplicas

The number of ready replicas for this replica set.

Declaration
public readonly int ReadyReplicas
Field Value
Type Description
System.Int32
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.