public class ManagedClusterAddonProfile extends Object
| Constructor and Description |
|---|
ManagedClusterAddonProfile() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
config()
Get key-value pairs for configuring an add-on.
|
boolean |
enabled()
Get whether the add-on is enabled or not.
|
ManagedClusterAddonProfileIdentity |
identity()
Get information of user assigned identity used by this add-on.
|
ManagedClusterAddonProfile |
withConfig(Map<String,String> config)
Set key-value pairs for configuring an add-on.
|
ManagedClusterAddonProfile |
withEnabled(boolean enabled)
Set whether the add-on is enabled or not.
|
public boolean enabled()
public ManagedClusterAddonProfile withEnabled(boolean enabled)
enabled - the enabled value to setpublic Map<String,String> config()
public ManagedClusterAddonProfile withConfig(Map<String,String> config)
config - the config value to setpublic ManagedClusterAddonProfileIdentity identity()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/