v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 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 ScriptLister

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

ScriptLister helps list Scripts. All objects returned here must be treated as read-only.

func NewScriptLister

func NewScriptLister(indexer cache.Indexer) ScriptLister

NewScriptLister returns a new ScriptLister.

type ScriptListerExpansion

type ScriptListerExpansion interface{}

ScriptListerExpansion allows custom methods to be added to ScriptLister.

type ScriptNamespaceLister

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

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

type ScriptNamespaceListerExpansion

type ScriptNamespaceListerExpansion interface{}

ScriptNamespaceListerExpansion allows custom methods to be added to ScriptNamespaceLister.

Jump to

Keyboard shortcuts

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