Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestEtcdOptionsValidate (0.26 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/etcd_test.go

    	"k8s.io/apiserver/pkg/server/healthz"
    	"k8s.io/apiserver/pkg/storage/storagebackend"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    )
    
    func TestEtcdOptionsValidate(t *testing.T) {
    	testCases := []struct {
    		name        string
    		testOptions *EtcdOptions
    		expectErr   string
    	}{
    		{
    			name: "test when ServerList is not specified",
    			testOptions: &EtcdOptions{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top