v1

package
v0.0.0-...-b4c24e5 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GravityDsaLister

type GravityDsaLister interface {
	// List lists all GravityDsas in the indexer.
	List(selector labels.Selector) (ret []*v1.GravityDsa, err error)
	// GravityDsas returns an object that can list and get GravityDsas.
	GravityDsas(namespace string) GravityDsaNamespaceLister
	GravityDsaListerExpansion
}

GravityDsaLister helps list GravityDsas.

func NewGravityDsaLister

func NewGravityDsaLister(indexer cache.Indexer) GravityDsaLister

NewGravityDsaLister returns a new GravityDsaLister.

type GravityDsaListerExpansion

type GravityDsaListerExpansion interface{}

GravityDsaListerExpansion allows custom methods to be added to GravityDsaLister.

type GravityDsaNamespaceLister

type GravityDsaNamespaceLister interface {
	// List lists all GravityDsas in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.GravityDsa, err error)
	// Get retrieves the GravityDsa from the indexer for a given namespace and name.
	Get(name string) (*v1.GravityDsa, error)
	GravityDsaNamespaceListerExpansion
}

GravityDsaNamespaceLister helps list and get GravityDsas.

type GravityDsaNamespaceListerExpansion

type GravityDsaNamespaceListerExpansion interface{}

GravityDsaNamespaceListerExpansion allows custom methods to be added to GravityDsaNamespaceLister.

Jump to

Keyboard shortcuts

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