Interface KubernetesCluster.UpdateStages.WithAddOnProfiles
- All Known Subinterfaces:
KubernetesCluster.Update
- Enclosing interface:
- KubernetesCluster.UpdateStages
public static interface KubernetesCluster.UpdateStages.WithAddOnProfiles
The stage of the Kubernetes cluster update definition allowing to specify the cluster's add-on's profiles.
-
Method Summary
Modifier and TypeMethodDescriptionwithAddOnProfiles
(Map<String, ManagedClusterAddonProfile> addOnProfileMap) Updates the cluster's add-on's profiles.
-
Method Details
-
withAddOnProfiles
@Beta(V1_15_0) KubernetesCluster.Update withAddOnProfiles(Map<String, ManagedClusterAddonProfile> addOnProfileMap) Updates the cluster's add-on's profiles.- Parameters:
addOnProfileMap
- the cluster's add-on's profiles- Returns:
- the next stage of the update
-