v1beta1

package
v0.5.8 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 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 ArmorProfileLister

type ArmorProfileLister interface {
	// List lists all ArmorProfiles in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArmorProfile, err error)
	// ArmorProfiles returns an object that can list and get ArmorProfiles.
	ArmorProfiles(namespace string) ArmorProfileNamespaceLister
	ArmorProfileListerExpansion
}

ArmorProfileLister helps list ArmorProfiles. All objects returned here must be treated as read-only.

func NewArmorProfileLister

func NewArmorProfileLister(indexer cache.Indexer) ArmorProfileLister

NewArmorProfileLister returns a new ArmorProfileLister.

type ArmorProfileListerExpansion

type ArmorProfileListerExpansion interface{}

ArmorProfileListerExpansion allows custom methods to be added to ArmorProfileLister.

type ArmorProfileModelLister

type ArmorProfileModelLister interface {
	// List lists all ArmorProfileModels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ArmorProfileModel, err error)
	// ArmorProfileModels returns an object that can list and get ArmorProfileModels.
	ArmorProfileModels(namespace string) ArmorProfileModelNamespaceLister
	ArmorProfileModelListerExpansion
}

ArmorProfileModelLister helps list ArmorProfileModels. All objects returned here must be treated as read-only.

func NewArmorProfileModelLister

func NewArmorProfileModelLister(indexer cache.Indexer) ArmorProfileModelLister

NewArmorProfileModelLister returns a new ArmorProfileModelLister.

type ArmorProfileModelListerExpansion

type ArmorProfileModelListerExpansion interface{}

ArmorProfileModelListerExpansion allows custom methods to be added to ArmorProfileModelLister.

type ArmorProfileModelNamespaceLister

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

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

type ArmorProfileModelNamespaceListerExpansion

type ArmorProfileModelNamespaceListerExpansion interface{}

ArmorProfileModelNamespaceListerExpansion allows custom methods to be added to ArmorProfileModelNamespaceLister.

type ArmorProfileNamespaceLister

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

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

type ArmorProfileNamespaceListerExpansion

type ArmorProfileNamespaceListerExpansion interface{}

ArmorProfileNamespaceListerExpansion allows custom methods to be added to ArmorProfileNamespaceLister.

type VarmorClusterPolicyLister added in v0.5.4

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

VarmorClusterPolicyLister helps list VarmorClusterPolicies. All objects returned here must be treated as read-only.

func NewVarmorClusterPolicyLister added in v0.5.4

func NewVarmorClusterPolicyLister(indexer cache.Indexer) VarmorClusterPolicyLister

NewVarmorClusterPolicyLister returns a new VarmorClusterPolicyLister.

type VarmorClusterPolicyListerExpansion added in v0.5.4

type VarmorClusterPolicyListerExpansion interface{}

VarmorClusterPolicyListerExpansion allows custom methods to be added to VarmorClusterPolicyLister.

type VarmorPolicyLister

type VarmorPolicyLister interface {
	// List lists all VarmorPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VarmorPolicy, err error)
	// VarmorPolicies returns an object that can list and get VarmorPolicies.
	VarmorPolicies(namespace string) VarmorPolicyNamespaceLister
	VarmorPolicyListerExpansion
}

VarmorPolicyLister helps list VarmorPolicies. All objects returned here must be treated as read-only.

func NewVarmorPolicyLister

func NewVarmorPolicyLister(indexer cache.Indexer) VarmorPolicyLister

NewVarmorPolicyLister returns a new VarmorPolicyLister.

type VarmorPolicyListerExpansion

type VarmorPolicyListerExpansion interface{}

VarmorPolicyListerExpansion allows custom methods to be added to VarmorPolicyLister.

type VarmorPolicyNamespaceLister

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

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

type VarmorPolicyNamespaceListerExpansion

type VarmorPolicyNamespaceListerExpansion interface{}

VarmorPolicyNamespaceListerExpansion allows custom methods to be added to VarmorPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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