v1alpha1

package
v0.0.0-...-3a6d081 Latest Latest
Warning

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

Go to latest
Published: May 1, 2018 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 LadonPolicyLister

type LadonPolicyLister interface {
	// List lists all Policies in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.LadonPolicy, err error)
	// Policies returns an object that can list and get Policies.
	Policies(namespace string) LadonPolicyNamespaceLister
	LadonPolicyListerExpansion
}

LadonPolicyLister helps list Policies.

func NewLadonPolicyLister

func NewLadonPolicyLister(indexer cache.Indexer) LadonPolicyLister

NewLadonPolicyLister returns a new LadonPolicyLister.

type LadonPolicyListerExpansion

type LadonPolicyListerExpansion interface{}

LadonPolicyListerExpansion allows custom methods to be added to LadonPolicyLister.

type LadonPolicyNamespaceLister

type LadonPolicyNamespaceLister interface {
	// List lists all Policies in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.LadonPolicy, err error)
	// Get retrieves the LadonPolicy from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.LadonPolicy, error)
	LadonPolicyNamespaceListerExpansion
}

LadonPolicyNamespaceLister helps list and get Policies.

type LadonPolicyNamespaceListerExpansion

type LadonPolicyNamespaceListerExpansion interface{}

LadonPolicyNamespaceListerExpansion allows custom methods to be added to LadonPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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