ManagedClusterAPIServerAccessProfile Class

Access profile for managed cluster API server.

Inheritance
ManagedClusterAPIServerAccessProfile

Constructor

ManagedClusterAPIServerAccessProfile(*, authorized_ip_ranges: Optional[List[str]] = None, enable_private_cluster: Optional[bool] = None, **kwargs)

Variables

authorized_ip_ranges
list[str]

Authorized IP Ranges to kubernetes API server.

enable_private_cluster
bool

Whether to create the cluster as a private cluster or not.