v1

package
v0.0.0-...-70b66e7 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 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 ManifestIntegrityStateLister

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

ManifestIntegrityStateLister helps list ManifestIntegrityStates. All objects returned here must be treated as read-only.

func NewManifestIntegrityStateLister

func NewManifestIntegrityStateLister(indexer cache.Indexer) ManifestIntegrityStateLister

NewManifestIntegrityStateLister returns a new ManifestIntegrityStateLister.

type ManifestIntegrityStateListerExpansion

type ManifestIntegrityStateListerExpansion interface{}

ManifestIntegrityStateListerExpansion allows custom methods to be added to ManifestIntegrityStateLister.

type ManifestIntegrityStateNamespaceLister

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

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

type ManifestIntegrityStateNamespaceListerExpansion

type ManifestIntegrityStateNamespaceListerExpansion interface{}

ManifestIntegrityStateNamespaceListerExpansion allows custom methods to be added to ManifestIntegrityStateNamespaceLister.

Jump to

Keyboard shortcuts

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