Interface KubernetesCluster.UpdateStages.WithAddOnProfiles
-
- All Known Subinterfaces:
KubernetesCluster.Update
- Enclosing interface:
- KubernetesCluster.UpdateStages
public static interface KubernetesCluster.UpdateStages.WithAddOnProfilesThe stage of the Kubernetes cluster update definition allowing to specify the cluster's add-on's profiles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesCluster.UpdatewithAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)Updates the cluster's add-on's profiles.
-
-
-
Method Detail
-
withAddOnProfiles
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
-
-