v1

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 25

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppliedManifestWorkLister

type AppliedManifestWorkLister interface {
	// List lists all AppliedManifestWorks in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.AppliedManifestWork, err error)
	// Get retrieves the AppliedManifestWork from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.AppliedManifestWork, error)
	AppliedManifestWorkListerExpansion
}

AppliedManifestWorkLister helps list AppliedManifestWorks. All objects returned here must be treated as read-only.

func NewAppliedManifestWorkLister

func NewAppliedManifestWorkLister(indexer cache.Indexer) AppliedManifestWorkLister

NewAppliedManifestWorkLister returns a new AppliedManifestWorkLister.

type AppliedManifestWorkListerExpansion

type AppliedManifestWorkListerExpansion interface{}

AppliedManifestWorkListerExpansion allows custom methods to be added to AppliedManifestWorkLister.

type ManifestWorkLister

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

ManifestWorkLister helps list ManifestWorks. All objects returned here must be treated as read-only.

func NewManifestWorkLister

func NewManifestWorkLister(indexer cache.Indexer) ManifestWorkLister

NewManifestWorkLister returns a new ManifestWorkLister.

type ManifestWorkListerExpansion

type ManifestWorkListerExpansion interface{}

ManifestWorkListerExpansion allows custom methods to be added to ManifestWorkLister.

type ManifestWorkNamespaceLister

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

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

type ManifestWorkNamespaceListerExpansion

type ManifestWorkNamespaceListerExpansion interface{}

ManifestWorkNamespaceListerExpansion allows custom methods to be added to ManifestWorkNamespaceLister.

Jump to

Keyboard shortcuts

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