Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SignConfigMap (0.1 sec)

  1. cmd/kubeadm/app/componentconfigs/fakeconfig_test.go

    			Namespace: metav1.NamespaceSystem,
    		},
    		Data: map[string]string{
    			constants.ClusterConfigurationConfigMapKey: dedent.Dedent(yaml),
    		},
    	}
    
    	if signIt {
    		SignConfigMap(cm)
    	}
    
    	return cm
    }
    
    // oldClusterConfigVersion is used as an old unsupported version in tests throughout this file
    const oldClusterConfigVersion = "v1alpha1"
    
    var (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top