Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 162 for stringVar (0.14 sec)

  1. pkg/kubeapiserver/options/authentication.go

    	}
    
    	if o.ClientCert != nil {
    		o.ClientCert.AddFlags(fs)
    	}
    
    	if o.OIDC != nil {
    		fs.StringVar(&o.OIDC.IssuerURL, oidcIssuerURLFlag, o.OIDC.IssuerURL, ""+
    			"The URL of the OpenID issuer, only HTTPS scheme will be accepted. "+
    			"If set, it will be used to verify the OIDC JSON Web Token (JWT).")
    
    		fs.StringVar(&o.OIDC.ClientID, oidcClientIDFlag, o.OIDC.ClientID,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 22:40:22 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. pkg/controlplane/apiserver/options/options.go

    	fs.StringVar(&s.ProxyClientKeyFile, "proxy-client-key-file", s.ProxyClientKeyFile, ""+
    		"Private key for the client certificate used to prove the identity of the aggregator or kube-apiserver "+
    		"when it must call out during a request. This includes proxying requests to a user "+
    		"api-server and calling out to webhook admission plugins.")
    
    	fs.StringVar(&s.PeerCAFile, "peer-ca-file", s.PeerCAFile,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 12:19:56 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  3. pkg/env/var.go

    	Deprecated bool
    
    	// The type of the variable's value
    	Type VarType
    
    	// The underlying Go type of the variable
    	GoType string
    }
    
    // StringVar represents a single string environment variable.
    type StringVar struct {
    	Var
    }
    
    // BoolVar represents a single boolean environment variable.
    type BoolVar struct {
    	Var
    }
    
    // IntVar represents a single integer environment variable.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  4. istioctl/pkg/kubeinject/kubeinject.go

    			return nil
    		},
    	}
    
    	injectCmd.PersistentFlags().StringVar(&meshConfigFile, "meshConfigFile", "",
    		"Mesh configuration filename. Takes precedence over --meshConfigMapName if set")
    	injectCmd.PersistentFlags().StringVar(&injectConfigFile, "injectConfigFile", "",
    		"Injection configuration filename. Cannot be used with --injectConfigMapName")
    	injectCmd.PersistentFlags().StringVar(&valuesFile, "valuesFile", "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 29 02:29:02 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  5. istioctl/pkg/ztunnelconfig/ztunnelconfig.go

    		ValidArgsFunction: completion.ValidPodsNameArgs(ctx),
    	}
    
    	common.attach(cmd)
    	cmd.PersistentFlags().StringVar(&address, "address", "", "Filter workloads by address field")
    	cmd.PersistentFlags().StringVar(&workloadsNamespace, "workload-namespace", "",
    		"Filter workloads by namespace field")
    	cmd.PersistentFlags().StringVar(&workloadNode, "workload-node", "",
    		"Filter workloads by node")
    
    	return cmd
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 20:18:34 UTC 2024
    - 22K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/server/options/audit.go

    		"The maximum size in megabytes of the audit log file before it gets rotated.")
    	fs.StringVar(&o.Format, "audit-log-format", o.Format,
    		"Format of saved audits. \"legacy\" indicates 1-line text format for each event."+
    			" \"json\" indicates structured json format. Known formats are "+
    			strings.Join(pluginlog.AllowedFormats, ",")+".")
    	fs.StringVar(&o.GroupVersionString, "audit-log-version", o.GroupVersionString,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 24 06:30:04 UTC 2022
    - 20.3K bytes
    - Viewed (0)
  7. pkg/kubeapiserver/options/authorization.go

    		strings.Join(authzmodes.AuthorizationModeChoices, ",")+".")
    
    	fs.StringVar(&o.PolicyFile, authorizationPolicyFileFlag, o.PolicyFile, ""+
    		"File with authorization policy in json line by line format, used with --authorization-mode=ABAC, on the secure port.")
    
    	fs.StringVar(&o.WebhookConfigFile, authorizationWebhookConfigFileFlag, o.WebhookConfigFile, ""+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 14 23:09:15 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/server/options/etcd.go

    	fs.StringVar(&s.StorageConfig.Transport.KeyFile, "etcd-keyfile", s.StorageConfig.Transport.KeyFile,
    		"SSL key file used to secure etcd communication.")
    
    	fs.StringVar(&s.StorageConfig.Transport.CertFile, "etcd-certfile", s.StorageConfig.Transport.CertFile,
    		"SSL certification file used to secure etcd communication.")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 15:02:16 UTC 2024
    - 20K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/cmd/init.go

    		&cfg.LocalAPIEndpoint.BindPort, options.APIServerBindPort, cfg.LocalAPIEndpoint.BindPort,
    		"Port for the API Server to bind to.",
    	)
    	flagSet.StringVar(
    		&cfg.NodeRegistration.Name, options.NodeName, cfg.NodeRegistration.Name,
    		`Specify the node name.`,
    	)
    	flagSet.StringVar(
    		&cfg.CertificateKey, options.CertificateKey, "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 17 03:37:05 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  10. cluster/images/etcd-version-monitor/etcd-version-monitor.go

    func registerFlags(fs *pflag.FlagSet) {
    	fs.StringVar(&listenAddress, "listen-address", "localhost:9101", "Address to listen on for serving prometheus metrics")
    	fs.StringVar(&metricsPath, "metrics-path", "/metrics", "Path under which prometheus metrics are to be served")
    	fs.StringVar(&etcdVersionScrapeURI, "etcd-version-scrape-uri", "http://localhost:2379/version", "URI to scrape etcd version info")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 16 06:50:02 UTC 2023
    - 11.5K bytes
    - Viewed (0)
Back to top