KubernetesObjectStatus Class

Definition

Statuses of objects deployed by the user-specified kustomizations from the git repository.

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

Properties

Name Description
AppliedBy

Object reference to the Kustomization that applied this object.

ComplianceState

Compliance state of the applied object showing whether the applied object has come into a ready state on the cluster.

HelmReleaseProperties

Additional properties that are provided from objects of the HelmRelease kind.

Kind

Kind of the applied object.

Name

Name of the applied object.

Namespace

Namespace of the applied object.

StatusConditions

List of Kubernetes object status conditions present on the cluster.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<KubernetesObjectStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesObjectStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesObjectStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesObjectStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to