featuregates

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Accessor

type Accessor interface {
	// Start implements the manager's Runnable interface
	Start(context.Context) error
	// IsMachineAPIOperatorMHCDisabled returns if the Machine API Operator's MachineHealthCheck controller is disabled
	IsMachineAPIOperatorMHCDisabled() bool
}

func NewAccessor

func NewAccessor(cfg *rest.Config, featureGateMHCControllerDisabledEvents chan<- event.GenericEvent) Accessor

type FakeAccessor

type FakeAccessor struct {
	IsMaoMhcDisabled bool
}

func (*FakeAccessor) IsMachineAPIOperatorMHCDisabled

func (ds *FakeAccessor) IsMachineAPIOperatorMHCDisabled() bool

func (*FakeAccessor) Start

func (ds *FakeAccessor) Start(_ context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL