Documentation
¶
Index ¶
Constants ¶
View Source
const ANNOTATION_OWNED_KINDS = "controller-zero-scaler/ownedKinds"
View Source
const ANNOTATION_TIMEOUT = "controller-zero-scaler/idleTimeout"
View Source
const ANNOTATION_WATCHED_KINDS = "controller-zero-scaler/watchedKinds"
Variables ¶
View Source
var AddToManagerFuncs []func(manager.Manager) error
AddToManagerFuncs is a list of functions to add all Controllers to the Manager
Functions ¶
func AddToManager ¶
AddToManager adds all Controllers to the Manager
Types ¶
type ReconcileDeployment ¶
type ReconcileDeployment struct { client.Client ScaleManager *scaler.Manager // contains filtered or unexported fields }
func (*ReconcileDeployment) Reconcile ¶
+kubebuilder:rbac:groups=apps,resources=deployments,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=apps,resources=deployments/status,verbs=get;update;patch +kubebuilder:rbac:groups=apps,resources=statefulsets,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=apps,resources=statefulsets/status,verbs=get;update;patch
Click to show internal directories.
Click to hide internal directories.