Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsFinalizer ¶ added in v0.3.0
func ContainsFinalizer(vm *hfv1.VirtualMachine, finalizer string) bool
ContainsFinalizer checks an Object that the provided finalizer is present.
func RemoveFinalizer ¶ added in v0.3.0
func RemoveFinalizer(vm *hfv1.VirtualMachine, finalizer string)
RemoveFinalizer accepts an Object and removes the provided finalizer if present.
Types ¶
type VirtualMachineSetController ¶
type VirtualMachineSetController struct {
// contains filtered or unexported fields
}
func NewVirtualMachineSetController ¶
func NewVirtualMachineSetController(hfClientSet hfClientset.Interface, hfInformerFactory hfInformers.SharedInformerFactory, ctx context.Context) (*VirtualMachineSetController, error)
func (*VirtualMachineSetController) Run ¶
func (v *VirtualMachineSetController) Run(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.