Language

FluxObjectStatus Class

Definition

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

public class FluxObjectStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxObjectStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxObjectStatus>
type FluxObjectStatus = class
    interface IJsonModel<FluxObjectStatus>
    interface IPersistableModel<FluxObjectStatus>
Public Class FluxObjectStatus
Implements IJsonModel(Of FluxObjectStatus), IPersistableModel(Of FluxObjectStatus)
Inheritance
FluxObjectStatus
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
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FluxObjectStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FluxObjectStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FluxObjectStatus>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FluxObjectStatus>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FluxObjectStatus>.Write(ModelReaderWriterOptions)

Applies to