v1alpha1

package
v0.0.0-...-8bea0a1 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 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 ResourceBundleStateLister

type ResourceBundleStateLister interface {
	// List lists all ResourceBundleStates in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ResourceBundleState, err error)
	// ResourceBundleStates returns an object that can list and get ResourceBundleStates.
	ResourceBundleStates(namespace string) ResourceBundleStateNamespaceLister
	ResourceBundleStateListerExpansion
}

ResourceBundleStateLister helps list ResourceBundleStates.

func NewResourceBundleStateLister

func NewResourceBundleStateLister(indexer cache.Indexer) ResourceBundleStateLister

NewResourceBundleStateLister returns a new ResourceBundleStateLister.

type ResourceBundleStateListerExpansion

type ResourceBundleStateListerExpansion interface{}

ResourceBundleStateListerExpansion allows custom methods to be added to ResourceBundleStateLister.

type ResourceBundleStateNamespaceLister

type ResourceBundleStateNamespaceLister interface {
	// List lists all ResourceBundleStates in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ResourceBundleState, err error)
	// Get retrieves the ResourceBundleState from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ResourceBundleState, error)
	ResourceBundleStateNamespaceListerExpansion
}

ResourceBundleStateNamespaceLister helps list and get ResourceBundleStates.

type ResourceBundleStateNamespaceListerExpansion

type ResourceBundleStateNamespaceListerExpansion interface{}

ResourceBundleStateNamespaceListerExpansion allows custom methods to be added to ResourceBundleStateNamespaceLister.

Jump to

Keyboard shortcuts

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