Interface KubernetesCluster.DefinitionStages.WithDnsPrefix
-
- All Known Subinterfaces:
KubernetesCluster.Definition,KubernetesCluster.DefinitionStages.WithCreate
- Enclosing interface:
- KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithDnsPrefixThe stage of the Kubernetes cluster definition allowing to specify the DNS prefix label.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesCluster.DefinitionStages.WithCreatewithDnsPrefix(String dnsPrefix)Specifies the DNS prefix to be used to create the FQDN for the master pool.
-
-
-
Method Detail
-
withDnsPrefix
KubernetesCluster.DefinitionStages.WithCreate withDnsPrefix(String dnsPrefix)
Specifies the DNS prefix to be used to create the FQDN for the master pool.- Parameters:
dnsPrefix- the DNS prefix to be used to create the FQDN for the master pool- Returns:
- the next stage of the definition
-
-