Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gvExperimental (0.23 sec)

  1. cmd/kubeadm/app/util/config/common_test.go

    // Update the inline "gv" and "gvExperimental" variables, to have the GroupVersion String of
    // the API to be tested. If there are no experimental APIs make "gvExperimental" point to
    // an non-experimental API.
    func TestMigrateOldConfig(t *testing.T) {
    	var (
    		gv             = kubeadmapiv1old.SchemeGroupVersion.String()
    		gvExperimental = kubeadmapiv1.SchemeGroupVersion.String()
    	)
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 23.4K bytes
    - Viewed (0)
Back to top