v1alpha2

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2024 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 KubeUpgradePlanLister

type KubeUpgradePlanLister interface {
	// List lists all KubeUpgradePlans in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha2.KubeUpgradePlan, err error)
	// KubeUpgradePlans returns an object that can list and get KubeUpgradePlans.
	KubeUpgradePlans(namespace string) KubeUpgradePlanNamespaceLister
	KubeUpgradePlanListerExpansion
}

KubeUpgradePlanLister helps list KubeUpgradePlans. All objects returned here must be treated as read-only.

func NewKubeUpgradePlanLister

func NewKubeUpgradePlanLister(indexer cache.Indexer) KubeUpgradePlanLister

NewKubeUpgradePlanLister returns a new KubeUpgradePlanLister.

type KubeUpgradePlanListerExpansion

type KubeUpgradePlanListerExpansion interface{}

KubeUpgradePlanListerExpansion allows custom methods to be added to KubeUpgradePlanLister.

type KubeUpgradePlanNamespaceLister

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

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

type KubeUpgradePlanNamespaceListerExpansion

type KubeUpgradePlanNamespaceListerExpansion interface{}

KubeUpgradePlanNamespaceListerExpansion allows custom methods to be added to KubeUpgradePlanNamespaceLister.

Jump to

Keyboard shortcuts

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