v1

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 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 ClusterImagePolicyLister

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

ClusterImagePolicyLister helps list ClusterImagePolicies. All objects returned here must be treated as read-only.

func NewClusterImagePolicyLister

func NewClusterImagePolicyLister(indexer cache.Indexer) ClusterImagePolicyLister

NewClusterImagePolicyLister returns a new ClusterImagePolicyLister.

type ClusterImagePolicyListerExpansion

type ClusterImagePolicyListerExpansion interface{}

ClusterImagePolicyListerExpansion allows custom methods to be added to ClusterImagePolicyLister.

type ImagePolicyLister

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

ImagePolicyLister helps list ImagePolicies. All objects returned here must be treated as read-only.

func NewImagePolicyLister

func NewImagePolicyLister(indexer cache.Indexer) ImagePolicyLister

NewImagePolicyLister returns a new ImagePolicyLister.

type ImagePolicyListerExpansion

type ImagePolicyListerExpansion interface{}

ImagePolicyListerExpansion allows custom methods to be added to ImagePolicyLister.

type ImagePolicyNamespaceLister

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

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

type ImagePolicyNamespaceListerExpansion

type ImagePolicyNamespaceListerExpansion interface{}

ImagePolicyNamespaceListerExpansion allows custom methods to be added to ImagePolicyNamespaceLister.

Jump to

Keyboard shortcuts

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