KubernetesDeployment Class

Definition

Helm Deployment status properties.

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

Properties

Name Description
AvailableNumberOfPods

Number of available pods.

CreatedOn

Creation Time of deployment.

DesiredNumberOfPods

Desired number of pods.

Name

The name of the deployment.

Namespace

The namespace of the deployment.

ReadyNumberOfPods

Number of ready pods.

UpToDateNumberOfPods

Number of upto date pods.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<KubernetesDeployment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesDeployment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesDeployment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesDeployment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to