Share via


KubernetesObjectStatus Class

Definition

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

public class KubernetesObjectStatus
type KubernetesObjectStatus = class
Public Class KubernetesObjectStatus
Inheritance
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.

Applies to