Documentation ¶
Index ¶
- Constants
- func NewContainerStartupAutoscalerReconciler(pod *pod.Pod, controllerConfig controllercommon.ControllerConfig) *containerStartupAutoscalerReconciler
- func NewController(controllerConfig controllercommon.ControllerConfig, ...) *controller
- func PredicateCreateFunc(_ event.TypedCreateEvent[*v1.Pod]) bool
- func PredicateDeleteFunc(_ event.TypedDeleteEvent[*v1.Pod]) bool
- func PredicateGenericFunc(_ event.TypedGenericEvent[*v1.Pod]) bool
- func PredicateUpdateFunc(event event.TypedUpdateEvent[*v1.Pod]) bool
Constants ¶
View Source
const Name = "csa"
Variables ¶
This section is empty.
Functions ¶
func NewContainerStartupAutoscalerReconciler ¶
func NewContainerStartupAutoscalerReconciler( pod *pod.Pod, controllerConfig controllercommon.ControllerConfig, ) *containerStartupAutoscalerReconciler
func NewController ¶
func NewController( controllerConfig controllercommon.ControllerConfig, runtimeManager manager.Manager, ) *controller
func PredicateCreateFunc ¶
func PredicateCreateFunc(_ event.TypedCreateEvent[*v1.Pod]) bool
PredicateCreateFunc reports whether create events should be reconciled.
func PredicateDeleteFunc ¶
func PredicateDeleteFunc(_ event.TypedDeleteEvent[*v1.Pod]) bool
PredicateDeleteFunc reports whether delete events should be reconciled.
func PredicateGenericFunc ¶
func PredicateGenericFunc(_ event.TypedGenericEvent[*v1.Pod]) bool
PredicateGenericFunc reports whether generic events should be reconciled.
func PredicateUpdateFunc ¶
func PredicateUpdateFunc(event event.TypedUpdateEvent[*v1.Pod]) bool
PredicateUpdateFunc reports whether update events should be reconciled.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.