Package version:

Cluster access profile.

interface ClusterAccessProfile {
    enableInternalIngress: boolean;
    privateLinkServiceId?: string;
}

Properties

enableInternalIngress: boolean

Whether to create cluster using private IP instead of public IP. This property must be set at create time.

privateLinkServiceId?: string

Private link service resource ID. Only when enableInternalIngress is true, this property will be returned. NOTE: This property will not be serialized. It can only be populated by the server.