Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Type is the type of Extension resource. Type = constants.ExtensionType // Name is the name of the lifecycle controller. Name = "shoot_networking_problemdetector_lifecycle_controller" // FinalizerSuffix is the finalizer suffix for the network problem detector controller. FinalizerSuffix = constants.ExtensionType )
Variables ¶
View Source
var DefaultAddOptions = AddOptions{}
DefaultAddOptions contains configuration for the network problem detector.
Functions ¶
func AddToManager ¶
AddToManager adds a Networking Policy Filter Lifecycle controller to the given Controller Manager.
func NewActuator ¶
NewActuator returns an actuator responsible for Extension resources.
Types ¶
type AddOptions ¶
type AddOptions struct { // ControllerOptions contains options for the controller. ControllerOptions controller.Options // ServiceConfig contains configuration for the network problem detector. ServiceConfig controllerconfig.Config // IgnoreOperationAnnotation specifies whether to ignore the operation annotation or not. IgnoreOperationAnnotation bool }
AddOptions are options to apply when adding the policy filter controller to the manager.
Click to show internal directories.
Click to hide internal directories.