ManagedClusterAddonProfile interface
受控叢集的 Kubernetes 附加元件配置檔。
屬性詳細資料
config
用於設定附加元件的關鍵/值組。
config?: Record<string, string>
屬性值
Record<string, string>
enabled
是否啟用附加元件。
enabled: boolean
屬性值
boolean