ManagedClusterAddonProfile Class

A Kubernetes add-on profile for a managed cluster.

All required parameters must be populated in order to send to Azure.

Inheritance
ManagedClusterAddonProfile

Constructor

ManagedClusterAddonProfile(*, enabled: bool, config: Optional[Dict[str, str]] = None, **kwargs)

Variables

enabled
bool

Required. Whether the add-on is enabled or not.

config
dict[str, str]

Key-value pairs for configuring an add-on.