Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for inputFlags (0.1 sec)

  1. operator/pkg/manifest/shared_test.go

    	testDataDir := filepath.Join(env.IstioSrc, "operator/pkg/util/testdata/yaml")
    	tests := []struct {
    		name         string
    		inputFlags   []string
    		convertPaths []string
    	}{
    		{
    			name:         "convention_boolean",
    			convertPaths: defaultSetFlagConvertPaths,
    			inputFlags: []string{
    				"meshConfig.defaultConfig.proxyMetadata.ISTIO_DUAL_STACK=false",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 23 16:28:53 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. cmd/kubelet/app/options/options_test.go

    func TestRoundTrip(t *testing.T) {
    	testCases := []struct {
    		name          string
    		inputFlags    func() *KubeletServer
    		outputFlags   func() *KubeletServer
    		flagDefaulter func(*pflag.FlagSet)
    		skipDefault   bool
    		err           bool
    		expectArgs    bool
    	}{
    		{
    			name:          "default flags are eliminated",
    			inputFlags:    newKubeletServerOrDie,
    			outputFlags:   newKubeletServerOrDie,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 5.3K bytes
    - Viewed (0)
Back to top