You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add context suppport to cmd/clusterctl/client/alpha
add context suppport to cmd/clusterctl/client/cluster
add context suppport to cmd/clusterctl/client/config
add context suppport to cmd/clusterctl/client/repository
add context suppport to cmd/clusterctl/client
add context suppport to cmd/clusterctl/cmd
add context suppport to cmd/clusterctl/internal
start using clusterctl context in external functions
fix conflicts in cmd/clusterctl/client/cluster/mover
update migration docs
returnerrors.Wrapf(err, "failed to fetch %v/%v", ref.Kind, ref.Name)
40
41
}
41
42
if!deployment.Spec.Paused {
42
43
returnerrors.Errorf("MachineDeployment is not currently paused: %v/%v\n", ref.Kind, ref.Name) //nolint:revive // MachineDeployment is intentionally capitalized.
returnerrors.Wrapf(err, "failed to fetch %v/%v", ref.Kind, ref.Name)
51
52
}
52
53
if!annotations.HasPaused(kcp.GetObjectMeta()) {
53
54
returnerrors.Errorf("KubeadmControlPlane is not currently paused: %v/%v\n", ref.Kind, ref.Name) //nolint:revive // KubeadmControlPlane is intentionally capitalized.
0 commit comments