Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DisallowFlunder ¶
DisallowFlunder is a ban flunder admission plugin
func (*DisallowFlunder) Admit ¶
func (d *DisallowFlunder) Admit(ctx context.Context, a admission.Attributes, o admission.ObjectInterfaces) error
Admit ensures that the object in-flight is of kind Flunder. In addition checks that the Name is not on the banned list. The list is stored in Fischers API objects.
func (*DisallowFlunder) SetInternalWardleInformerFactory ¶
func (d *DisallowFlunder) SetInternalWardleInformerFactory(f informers.SharedInformerFactory)
SetInternalWardleInformerFactory gets Lister from SharedInformerFactory. The lister knows how to lists Fischers.
func (*DisallowFlunder) ValidateInitialization ¶
func (d *DisallowFlunder) ValidateInitialization() error
ValidateInitialization checks whether the plugin was correctly initialized.
Click to show internal directories.
Click to hide internal directories.