Share via


KubernetesObjectStatus Class

Definition

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

public class KubernetesObjectStatus : Azure.Provisioning.Primitives.ProvisionableConstruct
type KubernetesObjectStatus = class
    inherit ProvisionableConstruct
Public Class KubernetesObjectStatus
Inherits ProvisionableConstruct
Inheritance

Constructors

KubernetesObjectStatus()

Creates a new KubernetesObjectStatus.

Properties

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

AssignOrReplace<T>(T, T) (Inherited from ProvisionableConstruct)
Compile()

Compile the resource into a set of Bicep statements.

(Inherited from ProvisionableConstruct)
DefineDictionaryProperty<T>(String, String[], Boolean, Boolean) (Inherited from ProvisionableConstruct)
DefineListProperty<T>(String, String[], Boolean, Boolean) (Inherited from ProvisionableConstruct)
DefineModelProperty<T>(String, String[], Boolean, Boolean, Boolean, String) (Inherited from ProvisionableConstruct)
DefineProperty<T>(String, String[], Boolean, Boolean, Boolean, BicepValue<T>, String) (Inherited from ProvisionableConstruct)
DefineProvisionableProperties()

Define all the provisionable properties of KubernetesObjectStatus.

GetProvisionableResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Initialize()

Initialize this construct.

(Inherited from ProvisionableConstruct)
OverrideWithExpression(BicepExpression) (Inherited from ProvisionableConstruct)
Resolve(ProvisioningBuildOptions)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisionableConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningBuildOptions)

Validate the presence of any required members.

(Inherited from ProvisionableConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to