v1

package
v0.0.0-...-52e38e2 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 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 KubeArmorPolicyLister

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

KubeArmorPolicyLister helps list KubeArmorPolicies. All objects returned here must be treated as read-only.

func NewKubeArmorPolicyLister

func NewKubeArmorPolicyLister(indexer cache.Indexer) KubeArmorPolicyLister

NewKubeArmorPolicyLister returns a new KubeArmorPolicyLister.

type KubeArmorPolicyListerExpansion

type KubeArmorPolicyListerExpansion interface{}

KubeArmorPolicyListerExpansion allows custom methods to be added to KubeArmorPolicyLister.

type KubeArmorPolicyNamespaceLister

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

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

type KubeArmorPolicyNamespaceListerExpansion

type KubeArmorPolicyNamespaceListerExpansion interface{}

KubeArmorPolicyNamespaceListerExpansion allows custom methods to be added to KubeArmorPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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