你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

DefineProvisionableProperties()

Define all the provisionable properties of KubernetesObjectStatus.

GetResources()

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

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to