ManagedClusterAddonProfile interface
マネージド クラスターの Kubernetes アドオン プロファイル。
プロパティの詳細
config
アドオンを構成するためのキーと値のペア。
config?: Record<string, string>
プロパティ値
Record<string, string>
enabled
アドオンが有効かどうか。
enabled: boolean
プロパティ値
boolean
identity
このアドオンで使用されるユーザー割り当て ID の情報。
identity?: ManagedClusterAddonProfileIdentity