PatchableCustomLocations interface
自訂位置可修補的資源定義。
屬性
authentication | 這是選擇性的輸入,其中包含應該用來產生命名空間的驗證。 |
cluster |
包含附加元件的參考,其中包含部署 CRD 和運算子的圖表。 |
display |
自訂位置位置的顯示名稱。 |
host |
連線的叢集或 AKS 叢集。 自訂位置 RP 會針對 listAdminCredentials 許可權執行 checkAccess API。 |
host |
自訂位置所參考的主機類型 (Kubernetes 等...) 。 |
identity | 資源的身分識別。 |
namespace | 將在指定叢集上建立的 Kubernetes 命名空間。 |
provisioning |
自訂位置的布建狀態。 |
tags | 資源標籤 |
屬性詳細資料
authentication
這是選擇性的輸入,其中包含應該用來產生命名空間的驗證。
authentication?: CustomLocationPropertiesAuthentication
屬性值
clusterExtensionIds
包含附加元件的參考,其中包含部署 CRD 和運算子的圖表。
clusterExtensionIds?: string[]
屬性值
string[]
displayName
自訂位置位置的顯示名稱。
displayName?: string
屬性值
string
hostResourceId
連線的叢集或 AKS 叢集。 自訂位置 RP 會針對 listAdminCredentials 許可權執行 checkAccess API。
hostResourceId?: string
屬性值
string
hostType
自訂位置所參考的主機類型 (Kubernetes 等...) 。
hostType?: string
屬性值
string
identity
namespace
將在指定叢集上建立的 Kubernetes 命名空間。
namespace?: string
屬性值
string
provisioningState
自訂位置的布建狀態。
provisioningState?: string
屬性值
string
tags
資源標籤
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}