Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetKubeAPIServerAuthToken ¶ added in v1.62.0
func GetKubeAPIServerAuthToken(ctx context.Context, seedClient kubernetes.Interface, namespace string) string
GetKubeAPIServerAuthToken returns kube API server auth token for given shoot's control-plane namespace in seed cluster.
func RunTest ¶
func RunTest( ctx context.Context, f *framework.ShootFramework, newControlPlaneKubernetesVersion *string, newWorkerPoolKubernetesVersion *string, )
RunTest runs the update test for an existing shoot cluster. If provided, it updates .spec.kubernetes.version with the value of <newControlPlaneKubernetesVersion> and the .kubernetes.version fields of all worker pools which currently have the same value as .spec.kubernetes.version. For all worker pools specifying a different version, <newWorkerPoolKubernetesVersion> will be used. If <newControlPlaneKubernetesVersion> or <newWorkerPoolKubernetesVersion> are nil or empty then the next consecutive minor versions will be fetched from the CloudProfile referenced by the shoot.
Types ¶
This section is empty.