Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericConfiguration ¶
type GenericConfiguration struct { Version bool MetricsAddr string HealthProbeAddr string WebhookPort int LeaderElection componentbaseconfig.LeaderElectionConfiguration RestConfigQPS int RestConfigBurst int WorkingNamespace string Kubeconfig string // Controllers is the list of controllers to enable or disable // '*' means "all enabled by default controllers" // 'foo' means "enable 'foo'" // '-foo' means "disable 'foo'" // first item for a particular name wins Controllers []string // DisabledWebhooks is used to specify the disabled webhooks // Only care about controller-independent webhooks DisabledWebhooks []string }
type YurtManagerConfiguration ¶
type YurtManagerConfiguration struct { metav1.TypeMeta Generic GenericConfiguration // NodePoolControllerConfiguration holds configuration for NodePoolController related features. NodePoolController nodepoolconfig.NodePoolControllerConfiguration // GatewayPickupControllerConfiguration holds configuration for GatewayController related features. GatewayPickupController gatewaypickupconfig.GatewayPickupControllerConfiguration // YurtAppSetControllerConfiguration holds configuration for YurtAppSetController related features. YurtAppSetController yurtappsetconfig.YurtAppSetControllerConfiguration // YurtStaticSetControllerConfiguration holds configuration for YurtStaticSetController related features. YurtStaticSetController yurtstaticsetconfig.YurtStaticSetControllerConfiguration // YurtAppDaemonControllerConfiguration holds configuration for YurtAppDaemonController related features. YurtAppDaemonController yurtappdaemonconfig.YurtAppDaemonControllerConfiguration // PlatformAdminControllerConfiguration holds configuration for PlatformAdminController related features. PlatformAdminController platformadminconfig.PlatformAdminControllerConfiguration // YurtAppOverriderControllerConfiguration holds configuration for YurtAppOverriderController related features. YurtAppOverriderController yurtappoverriderconfig.YurtAppOverriderControllerConfiguration NodeLifeCycleController v1alpha1.NodeLifecycleControllerConfiguration }
YurtManagerConfiguration contains elements describing yurt-manager.
Click to show internal directories.
Click to hide internal directories.