v1

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 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 CronHPALister

type CronHPALister interface {
	// List lists all CronHPAs in the indexer.
	List(selector labels.Selector) (ret []*v1.CronHPA, err error)
	// CronHPAs returns an object that can list and get CronHPAs.
	CronHPAs(namespace string) CronHPANamespaceLister
	CronHPAListerExpansion
}

CronHPALister helps list CronHPAs.

func NewCronHPALister

func NewCronHPALister(indexer cache.Indexer) CronHPALister

NewCronHPALister returns a new CronHPALister.

type CronHPAListerExpansion

type CronHPAListerExpansion interface{}

CronHPAListerExpansion allows custom methods to be added to CronHPALister.

type CronHPANamespaceLister

type CronHPANamespaceLister interface {
	// List lists all CronHPAs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.CronHPA, err error)
	// Get retrieves the CronHPA from the indexer for a given namespace and name.
	Get(name string) (*v1.CronHPA, error)
	CronHPANamespaceListerExpansion
}

CronHPANamespaceLister helps list and get CronHPAs.

type CronHPANamespaceListerExpansion

type CronHPANamespaceListerExpansion interface{}

CronHPANamespaceListerExpansion allows custom methods to be added to CronHPANamespaceLister.

Jump to

Keyboard shortcuts

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