Object Status Definition Response
data class ObjectStatusDefinitionResponse(val appliedBy: ObjectReferenceDefinitionResponse? = null, val complianceState: String? = null, val helmReleaseProperties: HelmReleasePropertiesDefinitionResponse? = null, val kind: String? = null, val name: String? = null, val namespace: String? = null, val statusConditions: List<ObjectStatusConditionDefinitionResponse>? = null)
Statuses of objects deployed by the user-specified kustomizations from the git repository.
Constructors
Link copied to clipboard
constructor(appliedBy: ObjectReferenceDefinitionResponse? = null, complianceState: String? = null, helmReleaseProperties: HelmReleasePropertiesDefinitionResponse? = null, kind: String? = null, name: String? = null, namespace: String? = null, statusConditions: List<ObjectStatusConditionDefinitionResponse>? = null)
Properties
Link copied to clipboard
Object reference to the Kustomization that applied this object
Link copied to clipboard
Compliance state of the applied object showing whether the applied object has come into a ready state on the cluster.
Link copied to clipboard
Additional properties that are provided from objects of the HelmRelease kind
Link copied to clipboard
List of Kubernetes object status conditions present on the cluster