ReplicaSet interface

Helm ReplicaSet status properties.

Properties

creationTime

Creation Time of replicaSet.

current

Number of current pods.

desired

Desired number of pods

name

The name of the replicaSet.

namespace

The namespace of the replicaSet.

ready

Number of ready pods.

Property Details

creationTime

Creation Time of replicaSet.

creationTime?: Date

Property Value

Date

current

Number of current pods.

current?: number

Property Value

number

desired

Desired number of pods

desired?: number

Property Value

number

name

The name of the replicaSet.

name?: string

Property Value

string

namespace

The namespace of the replicaSet.

namespace?: string

Property Value

string

ready

Number of ready pods.

ready?: number

Property Value

number