Documentation ¶
Index ¶
- type InterStepBufferServiceLister
- type InterStepBufferServiceListerExpansion
- type InterStepBufferServiceNamespaceLister
- type InterStepBufferServiceNamespaceListerExpansion
- type MonoVertexLister
- type MonoVertexListerExpansion
- type MonoVertexNamespaceLister
- type MonoVertexNamespaceListerExpansion
- type PipelineLister
- type PipelineListerExpansion
- type PipelineNamespaceLister
- type PipelineNamespaceListerExpansion
- type VertexLister
- type VertexListerExpansion
- type VertexNamespaceLister
- type VertexNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterStepBufferServiceLister ¶
type InterStepBufferServiceLister interface { // List lists all InterStepBufferServices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InterStepBufferService, err error) // InterStepBufferServices returns an object that can list and get InterStepBufferServices. InterStepBufferServices(namespace string) InterStepBufferServiceNamespaceLister InterStepBufferServiceListerExpansion }
InterStepBufferServiceLister helps list InterStepBufferServices. All objects returned here must be treated as read-only.
func NewInterStepBufferServiceLister ¶
func NewInterStepBufferServiceLister(indexer cache.Indexer) InterStepBufferServiceLister
NewInterStepBufferServiceLister returns a new InterStepBufferServiceLister.
type InterStepBufferServiceListerExpansion ¶
type InterStepBufferServiceListerExpansion interface{}
InterStepBufferServiceListerExpansion allows custom methods to be added to InterStepBufferServiceLister.
type InterStepBufferServiceNamespaceLister ¶
type InterStepBufferServiceNamespaceLister interface { // List lists all InterStepBufferServices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InterStepBufferService, err error) // Get retrieves the InterStepBufferService from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InterStepBufferService, error) InterStepBufferServiceNamespaceListerExpansion }
InterStepBufferServiceNamespaceLister helps list and get InterStepBufferServices. All objects returned here must be treated as read-only.
type InterStepBufferServiceNamespaceListerExpansion ¶
type InterStepBufferServiceNamespaceListerExpansion interface{}
InterStepBufferServiceNamespaceListerExpansion allows custom methods to be added to InterStepBufferServiceNamespaceLister.
type MonoVertexLister ¶ added in v1.3.0
type MonoVertexLister interface { // List lists all MonoVertices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MonoVertex, err error) // MonoVertices returns an object that can list and get MonoVertices. MonoVertices(namespace string) MonoVertexNamespaceLister MonoVertexListerExpansion }
MonoVertexLister helps list MonoVertices. All objects returned here must be treated as read-only.
func NewMonoVertexLister ¶ added in v1.3.0
func NewMonoVertexLister(indexer cache.Indexer) MonoVertexLister
NewMonoVertexLister returns a new MonoVertexLister.
type MonoVertexListerExpansion ¶ added in v1.3.0
type MonoVertexListerExpansion interface{}
MonoVertexListerExpansion allows custom methods to be added to MonoVertexLister.
type MonoVertexNamespaceLister ¶ added in v1.3.0
type MonoVertexNamespaceLister interface { // List lists all MonoVertices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MonoVertex, err error) // Get retrieves the MonoVertex from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MonoVertex, error) MonoVertexNamespaceListerExpansion }
MonoVertexNamespaceLister helps list and get MonoVertices. All objects returned here must be treated as read-only.
type MonoVertexNamespaceListerExpansion ¶ added in v1.3.0
type MonoVertexNamespaceListerExpansion interface{}
MonoVertexNamespaceListerExpansion allows custom methods to be added to MonoVertexNamespaceLister.
type PipelineLister ¶
type PipelineLister interface { // List lists all Pipelines in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Pipeline, err error) // Pipelines returns an object that can list and get Pipelines. Pipelines(namespace string) PipelineNamespaceLister PipelineListerExpansion }
PipelineLister helps list Pipelines. All objects returned here must be treated as read-only.
func NewPipelineLister ¶
func NewPipelineLister(indexer cache.Indexer) PipelineLister
NewPipelineLister returns a new PipelineLister.
type PipelineListerExpansion ¶
type PipelineListerExpansion interface{}
PipelineListerExpansion allows custom methods to be added to PipelineLister.
type PipelineNamespaceLister ¶
type PipelineNamespaceLister interface { // List lists all Pipelines in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Pipeline, err error) // Get retrieves the Pipeline from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Pipeline, error) PipelineNamespaceListerExpansion }
PipelineNamespaceLister helps list and get Pipelines. All objects returned here must be treated as read-only.
type PipelineNamespaceListerExpansion ¶
type PipelineNamespaceListerExpansion interface{}
PipelineNamespaceListerExpansion allows custom methods to be added to PipelineNamespaceLister.
type VertexLister ¶
type VertexLister interface { // List lists all Vertices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Vertex, err error) // Vertices returns an object that can list and get Vertices. Vertices(namespace string) VertexNamespaceLister VertexListerExpansion }
VertexLister helps list Vertices. All objects returned here must be treated as read-only.
func NewVertexLister ¶
func NewVertexLister(indexer cache.Indexer) VertexLister
NewVertexLister returns a new VertexLister.
type VertexListerExpansion ¶
type VertexListerExpansion interface{}
VertexListerExpansion allows custom methods to be added to VertexLister.
type VertexNamespaceLister ¶
type VertexNamespaceLister interface { // List lists all Vertices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Vertex, err error) // Get retrieves the Vertex from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Vertex, error) VertexNamespaceListerExpansion }
VertexNamespaceLister helps list and get Vertices. All objects returned here must be treated as read-only.
type VertexNamespaceListerExpansion ¶
type VertexNamespaceListerExpansion interface{}
VertexNamespaceListerExpansion allows custom methods to be added to VertexNamespaceLister.