v1alpha1

package
v1.25.1 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2021 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BastionLister

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

BastionLister helps list Bastions. All objects returned here must be treated as read-only.

func NewBastionLister

func NewBastionLister(indexer cache.Indexer) BastionLister

NewBastionLister returns a new BastionLister.

type BastionListerExpansion

type BastionListerExpansion interface{}

BastionListerExpansion allows custom methods to be added to BastionLister.

type BastionNamespaceLister

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

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

type BastionNamespaceListerExpansion

type BastionNamespaceListerExpansion interface{}

BastionNamespaceListerExpansion allows custom methods to be added to BastionNamespaceLister.

Jump to

Keyboard shortcuts

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