Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCreateCNIConfigFile (0.14 sec)

  1. cni/pkg/install/cniconfig_test.go

      "type": "istio-cni",
      "plugin_log_level": "__LOG_LEVEL__",
      "kubernetes": {
          "kubeconfig": "__KUBECONFIG_FILENAME__",
          "cni_bin_dir": "/path/cni/bin"
      }
    }
    `
    )
    
    func TestCreateCNIConfigFile(t *testing.T) {
    	cases := []struct {
    		name              string
    		chainedCNIPlugin  bool
    		specifiedConfName string
    		expectedConfName  string
    		goldenConfName    string
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 01 18:38:14 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top