共用方式為


ObjectStatusDefinition interface

使用者指定的 kustomizations 從 Git 存放庫部署的物件狀態。

屬性

appliedBy

套用此物件的 Kustomization 物件參考

complianceState

套用物件的合規性狀態,顯示套用的物件是否已進入叢集的就緒狀態。

helmReleaseProperties

從 HelmRelease 種類的物件提供的其他屬性

kind

套用物件的種類

name

套用物件的名稱

namespace

套用物件的命名空間

statusConditions

叢集上存在的 Kubernetes 物件狀態條件清單

屬性詳細資料

appliedBy

套用此物件的 Kustomization 物件參考

appliedBy?: ObjectReferenceDefinition

屬性值

complianceState

套用物件的合規性狀態,顯示套用的物件是否已進入叢集的就緒狀態。

complianceState?: string

屬性值

string

helmReleaseProperties

從 HelmRelease 種類的物件提供的其他屬性

helmReleaseProperties?: HelmReleasePropertiesDefinition

屬性值

kind

套用物件的種類

kind?: string

屬性值

string

name

套用物件的名稱

name?: string

屬性值

string

namespace

套用物件的命名空間

namespace?: string

屬性值

string

statusConditions

叢集上存在的 Kubernetes 物件狀態條件清單

statusConditions?: ObjectStatusConditionDefinition[]

屬性值