v1alpha1

package
v0.0.0-...-be19aeb Latest Latest
Warning

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

Go to latest
Published: May 15, 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 PodInfoLister

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

PodInfoLister helps list PodInfo. All objects returned here must be treated as read-only.

func NewPodInfoLister

func NewPodInfoLister(indexer cache.Indexer) PodInfoLister

NewPodInfoLister returns a new PodInfoLister.

type PodInfoListerExpansion

type PodInfoListerExpansion interface{}

PodInfoListerExpansion allows custom methods to be added to PodInfoLister.

type PodInfoNamespaceLister

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

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

type PodInfoNamespaceListerExpansion

type PodInfoNamespaceListerExpansion interface{}

PodInfoNamespaceListerExpansion allows custom methods to be added to PodInfoNamespaceLister.

type TracingPolicyLister

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

TracingPolicyLister helps list TracingPolicies. All objects returned here must be treated as read-only.

func NewTracingPolicyLister

func NewTracingPolicyLister(indexer cache.Indexer) TracingPolicyLister

NewTracingPolicyLister returns a new TracingPolicyLister.

type TracingPolicyListerExpansion

type TracingPolicyListerExpansion interface{}

TracingPolicyListerExpansion allows custom methods to be added to TracingPolicyLister.

type TracingPolicyNamespacedLister

type TracingPolicyNamespacedLister interface {
	// List lists all TracingPoliciesNamespaced in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TracingPolicyNamespaced, err error)
	// TracingPoliciesNamespaced returns an object that can list and get TracingPoliciesNamespaced.
	TracingPoliciesNamespaced(namespace string) TracingPolicyNamespacedNamespaceLister
	TracingPolicyNamespacedListerExpansion
}

TracingPolicyNamespacedLister helps list TracingPoliciesNamespaced. All objects returned here must be treated as read-only.

func NewTracingPolicyNamespacedLister

func NewTracingPolicyNamespacedLister(indexer cache.Indexer) TracingPolicyNamespacedLister

NewTracingPolicyNamespacedLister returns a new TracingPolicyNamespacedLister.

type TracingPolicyNamespacedListerExpansion

type TracingPolicyNamespacedListerExpansion interface{}

TracingPolicyNamespacedListerExpansion allows custom methods to be added to TracingPolicyNamespacedLister.

type TracingPolicyNamespacedNamespaceLister

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

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

type TracingPolicyNamespacedNamespaceListerExpansion

type TracingPolicyNamespacedNamespaceListerExpansion interface{}

TracingPolicyNamespacedNamespaceListerExpansion allows custom methods to be added to TracingPolicyNamespacedNamespaceLister.

Jump to

Keyboard shortcuts

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