v1alpha1

package
v0.0.0-...-246ecee Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2023 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 SubmarineLister

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

SubmarineLister helps list Submarines. All objects returned here must be treated as read-only.

func NewSubmarineLister

func NewSubmarineLister(indexer cache.Indexer) SubmarineLister

NewSubmarineLister returns a new SubmarineLister.

type SubmarineListerExpansion

type SubmarineListerExpansion interface{}

SubmarineListerExpansion allows custom methods to be added to SubmarineLister.

type SubmarineNamespaceLister

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

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

type SubmarineNamespaceListerExpansion

type SubmarineNamespaceListerExpansion interface{}

SubmarineNamespaceListerExpansion allows custom methods to be added to SubmarineNamespaceLister.

Jump to

Keyboard shortcuts

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