Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ConfigurationMap (0.45 sec)

  1. cmd/kubemark/app/hollow_node.go

    	fs.IntVar(&c.Burst, "kube-api-burst", 20, "Burst indicates maximum burst for throttle to the apiserver.")
    
    	bindableNodeLabels := cliflag.ConfigurationMap(c.NodeLabels)
    	fs.Var(&bindableNodeLabels, "node-labels", "Additional node labels")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 08:58:18 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. pkg/controlplane/apiserver/options/options_test.go

    			WebhookVersion:              "v1beta1",
    			WebhookRetryBackoff:         apiserveroptions.DefaultAuthWebhookRetryBackoff(),
    		},
    		APIEnablement: &apiserveroptions.APIEnablementOptions{
    			RuntimeConfig: cliflag.ConfigurationMap{},
    		},
    		EgressSelector: &apiserveroptions.EgressSelectorOptions{
    			ConfigFile: "/var/run/kubernetes/egress-selector/connectivity.yaml",
    		},
    		EnableLogsHandler:       false,
    		EnableAggregatorRouting: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. cmd/kube-apiserver/app/options/options_test.go

    				WebhookVersion:              "v1beta1",
    				WebhookRetryBackoff:         apiserveroptions.DefaultAuthWebhookRetryBackoff(),
    			},
    			APIEnablement: &apiserveroptions.APIEnablementOptions{
    				RuntimeConfig: cliflag.ConfigurationMap{},
    			},
    			EgressSelector: &apiserveroptions.EgressSelectorOptions{
    				ConfigFile: "/var/run/kubernetes/egress-selector/connectivity.yaml",
    			},
    			EnableLogsHandler:       false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  4. cmd/kubelet/app/options/options.go

    	fs.BoolVar(&f.SeccompDefault, "seccomp-default", f.SeccompDefault, "Enable the use of `RuntimeDefault` as the default seccomp profile for all workloads.")
    
    	bindableNodeLabels := cliflag.ConfigurationMap(f.NodeLabels)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
Back to top