v1

package
v0.0.0-...-d24fd3e Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControlPlaneMachineSetLister

type ControlPlaneMachineSetLister interface {
	// List lists all ControlPlaneMachineSets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ControlPlaneMachineSet, err error)
	// ControlPlaneMachineSets returns an object that can list and get ControlPlaneMachineSets.
	ControlPlaneMachineSets(namespace string) ControlPlaneMachineSetNamespaceLister
	ControlPlaneMachineSetListerExpansion
}

ControlPlaneMachineSetLister helps list ControlPlaneMachineSets. All objects returned here must be treated as read-only.

func NewControlPlaneMachineSetLister

func NewControlPlaneMachineSetLister(indexer cache.Indexer) ControlPlaneMachineSetLister

NewControlPlaneMachineSetLister returns a new ControlPlaneMachineSetLister.

type ControlPlaneMachineSetListerExpansion

type ControlPlaneMachineSetListerExpansion interface{}

ControlPlaneMachineSetListerExpansion allows custom methods to be added to ControlPlaneMachineSetLister.

type ControlPlaneMachineSetNamespaceLister

type ControlPlaneMachineSetNamespaceLister interface {
	// List lists all ControlPlaneMachineSets in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ControlPlaneMachineSet, err error)
	// Get retrieves the ControlPlaneMachineSet from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ControlPlaneMachineSet, error)
	ControlPlaneMachineSetNamespaceListerExpansion
}

ControlPlaneMachineSetNamespaceLister helps list and get ControlPlaneMachineSets. All objects returned here must be treated as read-only.

type ControlPlaneMachineSetNamespaceListerExpansion

type ControlPlaneMachineSetNamespaceListerExpansion interface{}

ControlPlaneMachineSetNamespaceListerExpansion allows custom methods to be added to ControlPlaneMachineSetNamespaceLister.

Jump to

Keyboard shortcuts

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