Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func AddCustomGlobalFlags(fs *pflag.FlagSet) + type ServerRunOptions struct + APIEnablement *genericoptions.APIEnablementOptions + Admission *kubeoptions.AdmissionOptions + AllowPrivileged bool + Audit *genericoptions.AuditOptions + Authentication *kubeoptions.BuiltInAuthenticationOptions + Authorization *kubeoptions.BuiltInAuthorizationOptions + CloudProvider *kubeoptions.CloudProviderOptions + EgressSelector *genericoptions.EgressSelectorOptions + EnableAggregatorRouting bool + EnableLogsHandler bool + EndpointReconcilerType string + Etcd *genericoptions.EtcdOptions + EventTTL time.Duration + Features *genericoptions.FeatureOptions + GenericServerRunOptions *genericoptions.ServerRunOptions + InsecureServing *genericoptions.DeprecatedInsecureServingOptionsWithLoopback + KubeletConfig kubeletclient.KubeletClientConfig + KubernetesServiceNodePort int + MasterCount int + MaxConnectionBytesPerSec int64 + PrimaryServiceClusterIPRange net.IPNet + ProxyClientCertFile string + ProxyClientKeyFile string + SSHKeyfile string + SSHUser string + SecondaryServiceClusterIPRange net.IPNet + SecureServing *genericoptions.SecureServingOptionsWithLoopback + ServiceAccountIssuer serviceaccount.TokenGenerator + ServiceAccountSigningKeyFile string + ServiceAccountTokenMaxExpiration time.Duration + ServiceClusterIPRanges string + ServiceNodePortRange utilnet.PortRange + func NewServerRunOptions() *ServerRunOptions + func (s *ServerRunOptions) Flags() (fss cliflag.NamedFlagSets) + func (s *ServerRunOptions) Validate() []error