Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeSphereControllerManagerOptions ¶
type KubeSphereControllerManagerOptions struct { KubernetesOptions *k8s.KubernetesOptions DevopsOptions *jenkins.Options S3Options *s3.Options AuthenticationOptions *authoptions.AuthenticationOptions LdapOptions *ldapclient.Options OpenPitrixOptions *openpitrix.Options NetworkOptions *network.Options MultiClusterOptions *multicluster.Options ServiceMeshOptions *servicemesh.Options LeaderElect bool LeaderElection *leaderelection.LeaderElectionConfig WebhookCertDir string }
func NewKubeSphereControllerManagerOptions ¶
func NewKubeSphereControllerManagerOptions() *KubeSphereControllerManagerOptions
func (*KubeSphereControllerManagerOptions) Flags ¶
func (s *KubeSphereControllerManagerOptions) Flags() cliflag.NamedFlagSets
func (*KubeSphereControllerManagerOptions) Validate ¶
func (s *KubeSphereControllerManagerOptions) Validate() []error
Click to show internal directories.
Click to hide internal directories.