v1alpha1

package
v0.0.0-...-c054a23 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2022 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 MksPipelineLister

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

MksPipelineLister helps list MksPipelines. All objects returned here must be treated as read-only.

func NewMksPipelineLister

func NewMksPipelineLister(indexer cache.Indexer) MksPipelineLister

NewMksPipelineLister returns a new MksPipelineLister.

type MksPipelineListerExpansion

type MksPipelineListerExpansion interface{}

MksPipelineListerExpansion allows custom methods to be added to MksPipelineLister.

type MksPipelineNamespaceLister

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

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

type MksPipelineNamespaceListerExpansion

type MksPipelineNamespaceListerExpansion interface{}

MksPipelineNamespaceListerExpansion allows custom methods to be added to MksPipelineNamespaceLister.

type MksPipelineRunLister

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

MksPipelineRunLister helps list MksPipelineRuns. All objects returned here must be treated as read-only.

func NewMksPipelineRunLister

func NewMksPipelineRunLister(indexer cache.Indexer) MksPipelineRunLister

NewMksPipelineRunLister returns a new MksPipelineRunLister.

type MksPipelineRunListerExpansion

type MksPipelineRunListerExpansion interface{}

MksPipelineRunListerExpansion allows custom methods to be added to MksPipelineRunLister.

type MksPipelineRunNamespaceLister

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

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

type MksPipelineRunNamespaceListerExpansion

type MksPipelineRunNamespaceListerExpansion interface{}

MksPipelineRunNamespaceListerExpansion allows custom methods to be added to MksPipelineRunNamespaceLister.

type MksTaskLister

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

MksTaskLister helps list MksTasks. All objects returned here must be treated as read-only.

func NewMksTaskLister

func NewMksTaskLister(indexer cache.Indexer) MksTaskLister

NewMksTaskLister returns a new MksTaskLister.

type MksTaskListerExpansion

type MksTaskListerExpansion interface{}

MksTaskListerExpansion allows custom methods to be added to MksTaskLister.

type MksTaskNamespaceLister

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

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

type MksTaskNamespaceListerExpansion

type MksTaskNamespaceListerExpansion interface{}

MksTaskNamespaceListerExpansion allows custom methods to be added to MksTaskNamespaceLister.

type MksTaskRunLister

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

MksTaskRunLister helps list MksTaskRuns. All objects returned here must be treated as read-only.

func NewMksTaskRunLister

func NewMksTaskRunLister(indexer cache.Indexer) MksTaskRunLister

NewMksTaskRunLister returns a new MksTaskRunLister.

type MksTaskRunListerExpansion

type MksTaskRunListerExpansion interface{}

MksTaskRunListerExpansion allows custom methods to be added to MksTaskRunLister.

type MksTaskRunNamespaceLister

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

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

type MksTaskRunNamespaceListerExpansion

type MksTaskRunNamespaceListerExpansion interface{}

MksTaskRunNamespaceListerExpansion allows custom methods to be added to MksTaskRunNamespaceLister.

Jump to

Keyboard shortcuts

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