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
// This function effectively disables any fuzzing for the token by setting
61
59
// the values for ID and Secret to working alphanumeric values.
62
-
kubeadmBootstrapTokenStringFuzzerV1UpstreamBeta1,
63
60
kubeadmBootstrapTokenStringFuzzerV1Beta1,
64
61
kubeadmBootstrapTokenStringFuzzerV1Alpha4,
65
62
}
66
63
}
67
64
68
-
funcclusterConfigurationFuzzer(obj*upstreamv1beta1.ClusterConfiguration, c fuzz.Continue) {
69
-
c.FuzzNoCustom(obj)
70
-
71
-
// ClusterConfiguration.UseHyperKubeImage has been removed in v1alpha4, so setting it to false in order to avoid v1beta1 --> v1alpha4 --> v1beta1 round trip errors.
0 commit comments