ObjectStatusDefinitionResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Object reference to the Kustomization that applied this object

Link copied to clipboard
val complianceState: String? = null

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
val kind: String? = null

Kind of the applied object

Link copied to clipboard
val name: String? = null

Name of the applied object

Link copied to clipboard
val namespace: String? = null

Namespace of the applied object

Link copied to clipboard

List of Kubernetes object status conditions present on the cluster