ManagedClusterAddonProfileOutput interface
托管群集的 Kubernetes 加载项配置文件。
属性详细信息
config
用于配置加载项的键值对。
config?: Record<string, string>
属性值
Record<string, string>
enabled
是否启用加载项。
enabled: boolean
属性值
boolean
identity
此加载项使用的用户分配标识的信息。
identity?: ManagedClusterAddonProfileIdentityOutput