Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericConfiguration ¶ added in v1.3.0
type GenericConfiguration struct { Version bool MetricsAddr string HealthProbeAddr string EnableLeaderElection bool LeaderElectionNamespace string RestConfigQPS int RestConfigBurst int WorkingNamespace 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 YurtControllerManagerConfiguration ¶
type YurtControllerManagerConfiguration struct { metav1.TypeMeta // Generic holds configuration for a generic controller-manager Generic cmconfig.GenericControllerManagerConfiguration // NodeLifecycleControllerConfiguration holds configuration for // NodeLifecycleController related features. NodeLifecycleController nodelifecycleconfig.NodeLifecycleControllerConfiguration }
YurtControllerManagerConfiguration contains elements describing yurt-controller manager.
type YurtManagerConfiguration ¶ added in v1.3.0
type YurtManagerConfiguration struct { metav1.TypeMeta Generic GenericConfiguration // NodePoolControllerConfiguration holds configuration for NodePoolController related features. NodePoolController nodepoolconfig.NodePoolControllerConfiguration // GatewayControllerConfiguration holds configuration for GatewayController related features. GatewayController gatewayconfig.GatewayControllerConfiguration // YurtAppSetControllerConfiguration holds configuration for YurtAppSetController related features. YurtAppSetController yurtappsetconfig.YurtAppSetControllerConfiguration // StaticPodControllerConfiguration holds configuration for StaticPodController related features. StaticPodController staticpodconfig.StaticPodControllerConfiguration // YurtAppDaemonControllerConfiguration holds configuration for YurtAppDaemonController related features. YurtAppDaemonController yurtappdaemonconfig.YurtAppDaemonControllerConfiguration }
YurtManagerConfiguration contains elements describing yurt-manager.
Click to show internal directories.
Click to hide internal directories.