KubernetesDaemonSet Class

Definition

Helm DaemonSet status properties.

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

Properties

Name Description
AvailableNumberOfPods

Number of available pods.

CreatedOn

Creation Time of daemonSet.

CurrentNumberOfPods

Current number of pods.

DesiredNumberOfPods

Desired number of pods.

Name

The name of the daemonSet.

Namespace

The namespace of the daemonSet.

ReadyNumberOfPods

Number of Ready pods.

UpToDateNumberOfPods

Number of upto date pods.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<KubernetesDaemonSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesDaemonSet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesDaemonSet>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesDaemonSet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to