Package version:

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

interface ObjectStatusDefinition {
    appliedBy?: ObjectReferenceDefinition;
    complianceState?: string;
    helmReleaseProperties?: HelmReleasePropertiesDefinition;
    kind?: string;
    name?: string;
    namespace?: string;
    statusConditions?: ObjectStatusConditionDefinition[];
}

Properties

Object reference to the Kustomization that applied this object

complianceState?: string

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

helmReleaseProperties?: HelmReleasePropertiesDefinition

Additional properties that are provided from objects of the HelmRelease kind

kind?: string

Kind of the applied object

name?: string

Name of the applied object

namespace?: string

Namespace of the applied object

statusConditions?: ObjectStatusConditionDefinition[]

List of Kubernetes object status conditions present on the cluster