ObjectStatusDefinition interface
Statuses of objects deployed by the user-specified kustomizations from the git repository.
Properties
| applied |
Object reference to the Kustomization that applied this object |
| compliance |
Compliance state of the applied object showing whether the applied object has come into a ready state on the cluster. |
| helm |
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 |
| status |
List of Kubernetes object status conditions present on the cluster |
Property Details
appliedBy
Object reference to the Kustomization that applied this object
appliedBy?: ObjectReferenceDefinition
Property Value
complianceState
Compliance state of the applied object showing whether the applied object has come into a ready state on the cluster.
complianceState?: string
Property Value
string
helmReleaseProperties
Additional properties that are provided from objects of the HelmRelease kind
helmReleaseProperties?: HelmReleasePropertiesDefinition
Property Value
kind
Kind of the applied object
kind?: string
Property Value
string
name
Name of the applied object
name?: string
Property Value
string
namespace
Namespace of the applied object
namespace?: string
Property Value
string
statusConditions
List of Kubernetes object status conditions present on the cluster
statusConditions?: ObjectStatusConditionDefinition[]