v1alpha1

package
v0.0.0-...-6265879 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2021 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 SubmarineClusterLister

type SubmarineClusterLister interface {
	// List lists all SubmarineClusters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.SubmarineCluster, err error)
	// SubmarineClusters returns an object that can list and get SubmarineClusters.
	SubmarineClusters(namespace string) SubmarineClusterNamespaceLister
	SubmarineClusterListerExpansion
}

SubmarineClusterLister helps list SubmarineClusters.

func NewSubmarineClusterLister

func NewSubmarineClusterLister(indexer cache.Indexer) SubmarineClusterLister

NewSubmarineClusterLister returns a new SubmarineClusterLister.

type SubmarineClusterListerExpansion

type SubmarineClusterListerExpansion interface{}

SubmarineClusterListerExpansion allows custom methods to be added to SubmarineClusterLister.

type SubmarineClusterNamespaceLister

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

SubmarineClusterNamespaceLister helps list and get SubmarineClusters.

type SubmarineClusterNamespaceListerExpansion

type SubmarineClusterNamespaceListerExpansion interface{}

SubmarineClusterNamespaceListerExpansion allows custom methods to be added to SubmarineClusterNamespaceLister.

Jump to

Keyboard shortcuts

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