controller

package
v0.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2025 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Overview

Package controller starts the fleet controller.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func App

func App() *cobra.Command

Types

type BindAddresses added in v0.10.0

type BindAddresses struct {
	Metrics     string
	HealthProbe string
}

type ControllerReconcilerWorkers added in v0.10.0

type ControllerReconcilerWorkers struct {
	Bundle           int
	BundleDeployment int
	Cluster          int
	ClusterGroup     int
	ImageScan        int
}

type FleetController added in v0.11.0

type FleetController struct {
	command.DebugConfig
	Kubeconfig     string `usage:"Kubeconfig file"`
	Namespace      string `usage:"namespace to watch" default:"cattle-fleet-system" env:"NAMESPACE"`
	DisableMetrics bool   `usage:"disable metrics" name:"disable-metrics"`
	ShardID        string `usage:"only manage resources labeled with a specific shard ID" name:"shard-id"`
}

func (*FleetController) PersistentPre added in v0.11.0

func (f *FleetController) PersistentPre(_ *cobra.Command, _ []string) error

func (*FleetController) Run added in v0.11.0

func (f *FleetController) Run(cmd *cobra.Command, args []string) error

Directories

Path Synopsis
Package options merges the BundleDeploymentOptions, so that targetCustomizations take effect.
Package options merges the BundleDeploymentOptions, so that targetCustomizations take effect.
Package config reads the initial global configuration.
Package config reads the initial global configuration.
Package summary provides a summary of a bundle's, gitrepo's or cluster's state.
Package summary provides a summary of a bundle's, gitrepo's or cluster's state.
Package target provides functionality around building and deploying bundledeployments.
Package target provides functionality around building and deploying bundledeployments.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳