v1alpha1

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2021 License: Apache-2.0, BSD-3-Clause, 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 KubeLinkLister

type KubeLinkLister interface {
	// List lists all KubeLinks in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.KubeLink, err error)
	// KubeLinks returns an object that can list and get KubeLinks.
	KubeLinks(namespace string) KubeLinkNamespaceLister
	KubeLinkListerExpansion
}

KubeLinkLister helps list KubeLinks.

func NewKubeLinkLister

func NewKubeLinkLister(indexer cache.Indexer) KubeLinkLister

NewKubeLinkLister returns a new KubeLinkLister.

type KubeLinkListerExpansion

type KubeLinkListerExpansion interface{}

KubeLinkListerExpansion allows custom methods to be added to KubeLinkLister.

type KubeLinkNamespaceLister

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

KubeLinkNamespaceLister helps list and get KubeLinks.

type KubeLinkNamespaceListerExpansion

type KubeLinkNamespaceListerExpansion interface{}

KubeLinkNamespaceListerExpansion allows custom methods to be added to KubeLinkNamespaceLister.

Jump to

Keyboard shortcuts

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