KubernetesReplicaSet Class

Definition

Helm ReplicaSet status properties.

public class KubernetesReplicaSet : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.KubernetesReplicaSet>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.KubernetesReplicaSet>
type KubernetesReplicaSet = class
    interface IJsonModel<KubernetesReplicaSet>
    interface IPersistableModel<KubernetesReplicaSet>
Public Class KubernetesReplicaSet
Implements IJsonModel(Of KubernetesReplicaSet), IPersistableModel(Of KubernetesReplicaSet)
Inheritance
KubernetesReplicaSet
Implements

Properties

Name Description
CreatedOn

Creation Time of replicaSet.

CurrentNumberOfPods

Number of current pods.

DesiredNumberOfPods

Desired number of pods.

Name

The name of the replicaSet.

Namespace

The namespace of the replicaSet.

ReadyNumberOfPods

Number of ready pods.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<KubernetesReplicaSet>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KubernetesReplicaSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesReplicaSet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesReplicaSet>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KubernetesReplicaSet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to