Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the name of the replication controller.
Name = "shoot_dns_service_replication_controller"
)
Variables ¶
View Source
var DefaultAddOptions = AddOptions{}
DefaultAddOptions contains configuration for the replication controller.
Functions ¶
func AddToManager ¶
AddToManager adds a DNS Service replication controller to the given Controller Manager.
func ForService ¶
ForService returns a predicate that matches the given name of a resource.
Types ¶
type AddOptions ¶ added in v1.8.0
type AddOptions struct { // Controller contains options for the controller. Controller controller.Options }
AddOptions are options to apply when adding the dns replication controller to the manager.
Click to show internal directories.
Click to hide internal directories.