v1alpha1

package
v0.0.0-...-1dfa148 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 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 CronLister

type CronLister interface {
	// List lists all Crons in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Cron, err error)
	// Crons returns an object that can list and get Crons.
	Crons(namespace string) CronNamespaceLister
	CronListerExpansion
}

CronLister helps list Crons.

func NewCronLister

func NewCronLister(indexer cache.Indexer) CronLister

NewCronLister returns a new CronLister.

type CronListerExpansion

type CronListerExpansion interface{}

CronListerExpansion allows custom methods to be added to CronLister.

type CronNamespaceLister

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

CronNamespaceLister helps list and get Crons.

type CronNamespaceListerExpansion

type CronNamespaceListerExpansion interface{}

CronNamespaceListerExpansion allows custom methods to be added to CronNamespaceLister.

Jump to

Keyboard shortcuts

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