Documentation ¶
Index ¶
- Constants
- func Register(plugins *admission.Plugins)
- type DNSHostedZone
- func (d *DNSHostedZone) Admit(a admission.Attributes) error
- func (d *DNSHostedZone) AssignReadyFunc(f admission.ReadyFunc)
- func (d *DNSHostedZone) SetInternalGardenInformerFactory(f gardeninformers.SharedInformerFactory)
- func (d *DNSHostedZone) SetKubeInformerFactory(f kubeinformers.SharedInformerFactory)
- func (d *DNSHostedZone) ValidateInitialization() error
Constants ¶
View Source
const (
// PluginName is the name of this admission plugin.
PluginName = "ShootDNSHostedZone"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DNSHostedZone ¶
DNSHostedZone contains listers and and admission handler.
func (*DNSHostedZone) Admit ¶
func (d *DNSHostedZone) Admit(a admission.Attributes) error
Admit tries to determine a DNS hosted zone for the Shoot's external domain.
func (*DNSHostedZone) AssignReadyFunc ¶
func (d *DNSHostedZone) AssignReadyFunc(f admission.ReadyFunc)
AssignReadyFunc assigns the ready function to the admission handler.
func (*DNSHostedZone) SetInternalGardenInformerFactory ¶
func (d *DNSHostedZone) SetInternalGardenInformerFactory(f gardeninformers.SharedInformerFactory)
SetInternalGardenInformerFactory gets Lister from SharedInformerFactory.
func (*DNSHostedZone) SetKubeInformerFactory ¶
func (d *DNSHostedZone) SetKubeInformerFactory(f kubeinformers.SharedInformerFactory)
SetKubeInformerFactory gets Lister from SharedInformerFactory.
func (*DNSHostedZone) ValidateInitialization ¶
func (d *DNSHostedZone) ValidateInitialization() error
ValidateInitialization checks whether the plugin was correctly initialized.
Click to show internal directories.
Click to hide internal directories.