experimental

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2018 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BindingTemplateLister

type BindingTemplateLister interface {
	// List lists all BindingTemplates in the indexer.
	List(selector labels.Selector) (ret []*experimental.BindingTemplate, err error)
	// BindingTemplates returns an object that can list and get BindingTemplates.
	BindingTemplates(namespace string) BindingTemplateNamespaceLister
	BindingTemplateListerExpansion
}

BindingTemplateLister helps list BindingTemplates.

func NewBindingTemplateLister

func NewBindingTemplateLister(indexer cache.Indexer) BindingTemplateLister

NewBindingTemplateLister returns a new BindingTemplateLister.

type BindingTemplateListerExpansion

type BindingTemplateListerExpansion interface{}

BindingTemplateListerExpansion allows custom methods to be added to BindingTemplateLister.

type BindingTemplateNamespaceLister

type BindingTemplateNamespaceLister interface {
	// List lists all BindingTemplates in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*experimental.BindingTemplate, err error)
	// Get retrieves the BindingTemplate from the indexer for a given namespace and name.
	Get(name string) (*experimental.BindingTemplate, error)
	BindingTemplateNamespaceListerExpansion
}

BindingTemplateNamespaceLister helps list and get BindingTemplates.

type BindingTemplateNamespaceListerExpansion

type BindingTemplateNamespaceListerExpansion interface{}

BindingTemplateNamespaceListerExpansion allows custom methods to be added to BindingTemplateNamespaceLister.

type BrokerBindingTemplateLister

type BrokerBindingTemplateLister interface {
	// List lists all BrokerBindingTemplates in the indexer.
	List(selector labels.Selector) (ret []*experimental.BrokerBindingTemplate, err error)
	// Get retrieves the BrokerBindingTemplate from the index for a given name.
	Get(name string) (*experimental.BrokerBindingTemplate, error)
	BrokerBindingTemplateListerExpansion
}

BrokerBindingTemplateLister helps list BrokerBindingTemplates.

func NewBrokerBindingTemplateLister

func NewBrokerBindingTemplateLister(indexer cache.Indexer) BrokerBindingTemplateLister

NewBrokerBindingTemplateLister returns a new BrokerBindingTemplateLister.

type BrokerBindingTemplateListerExpansion

type BrokerBindingTemplateListerExpansion interface{}

BrokerBindingTemplateListerExpansion allows custom methods to be added to BrokerBindingTemplateLister.

type BrokerInstanceTemplateLister

type BrokerInstanceTemplateLister interface {
	// List lists all BrokerInstanceTemplates in the indexer.
	List(selector labels.Selector) (ret []*experimental.BrokerInstanceTemplate, err error)
	// Get retrieves the BrokerInstanceTemplate from the index for a given name.
	Get(name string) (*experimental.BrokerInstanceTemplate, error)
	BrokerInstanceTemplateListerExpansion
}

BrokerInstanceTemplateLister helps list BrokerInstanceTemplates.

func NewBrokerInstanceTemplateLister

func NewBrokerInstanceTemplateLister(indexer cache.Indexer) BrokerInstanceTemplateLister

NewBrokerInstanceTemplateLister returns a new BrokerInstanceTemplateLister.

type BrokerInstanceTemplateListerExpansion

type BrokerInstanceTemplateListerExpansion interface{}

BrokerInstanceTemplateListerExpansion allows custom methods to be added to BrokerInstanceTemplateLister.

type ClusterBindingTemplateLister

type ClusterBindingTemplateLister interface {
	// List lists all ClusterBindingTemplates in the indexer.
	List(selector labels.Selector) (ret []*experimental.ClusterBindingTemplate, err error)
	// Get retrieves the ClusterBindingTemplate from the index for a given name.
	Get(name string) (*experimental.ClusterBindingTemplate, error)
	ClusterBindingTemplateListerExpansion
}

ClusterBindingTemplateLister helps list ClusterBindingTemplates.

func NewClusterBindingTemplateLister

func NewClusterBindingTemplateLister(indexer cache.Indexer) ClusterBindingTemplateLister

NewClusterBindingTemplateLister returns a new ClusterBindingTemplateLister.

type ClusterBindingTemplateListerExpansion

type ClusterBindingTemplateListerExpansion interface{}

ClusterBindingTemplateListerExpansion allows custom methods to be added to ClusterBindingTemplateLister.

type ClusterInstanceTemplateLister

type ClusterInstanceTemplateLister interface {
	// List lists all ClusterInstanceTemplates in the indexer.
	List(selector labels.Selector) (ret []*experimental.ClusterInstanceTemplate, err error)
	// Get retrieves the ClusterInstanceTemplate from the index for a given name.
	Get(name string) (*experimental.ClusterInstanceTemplate, error)
	ClusterInstanceTemplateListerExpansion
}

ClusterInstanceTemplateLister helps list ClusterInstanceTemplates.

func NewClusterInstanceTemplateLister

func NewClusterInstanceTemplateLister(indexer cache.Indexer) ClusterInstanceTemplateLister

NewClusterInstanceTemplateLister returns a new ClusterInstanceTemplateLister.

type ClusterInstanceTemplateListerExpansion

type ClusterInstanceTemplateListerExpansion interface{}

ClusterInstanceTemplateListerExpansion allows custom methods to be added to ClusterInstanceTemplateLister.

type InstanceTemplateLister

type InstanceTemplateLister interface {
	// List lists all InstanceTemplates in the indexer.
	List(selector labels.Selector) (ret []*experimental.InstanceTemplate, err error)
	// InstanceTemplates returns an object that can list and get InstanceTemplates.
	InstanceTemplates(namespace string) InstanceTemplateNamespaceLister
	InstanceTemplateListerExpansion
}

InstanceTemplateLister helps list InstanceTemplates.

func NewInstanceTemplateLister

func NewInstanceTemplateLister(indexer cache.Indexer) InstanceTemplateLister

NewInstanceTemplateLister returns a new InstanceTemplateLister.

type InstanceTemplateListerExpansion

type InstanceTemplateListerExpansion interface{}

InstanceTemplateListerExpansion allows custom methods to be added to InstanceTemplateLister.

type InstanceTemplateNamespaceLister

type InstanceTemplateNamespaceLister interface {
	// List lists all InstanceTemplates in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*experimental.InstanceTemplate, err error)
	// Get retrieves the InstanceTemplate from the indexer for a given namespace and name.
	Get(name string) (*experimental.InstanceTemplate, error)
	InstanceTemplateNamespaceListerExpansion
}

InstanceTemplateNamespaceLister helps list and get InstanceTemplates.

type InstanceTemplateNamespaceListerExpansion

type InstanceTemplateNamespaceListerExpansion interface{}

InstanceTemplateNamespaceListerExpansion allows custom methods to be added to InstanceTemplateNamespaceLister.

type TemplatedBindingLister

type TemplatedBindingLister interface {
	// List lists all TemplatedBindings in the indexer.
	List(selector labels.Selector) (ret []*experimental.TemplatedBinding, err error)
	// TemplatedBindings returns an object that can list and get TemplatedBindings.
	TemplatedBindings(namespace string) TemplatedBindingNamespaceLister
	TemplatedBindingListerExpansion
}

TemplatedBindingLister helps list TemplatedBindings.

func NewTemplatedBindingLister

func NewTemplatedBindingLister(indexer cache.Indexer) TemplatedBindingLister

NewTemplatedBindingLister returns a new TemplatedBindingLister.

type TemplatedBindingListerExpansion

type TemplatedBindingListerExpansion interface{}

TemplatedBindingListerExpansion allows custom methods to be added to TemplatedBindingLister.

type TemplatedBindingNamespaceLister

type TemplatedBindingNamespaceLister interface {
	// List lists all TemplatedBindings in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*experimental.TemplatedBinding, err error)
	// Get retrieves the TemplatedBinding from the indexer for a given namespace and name.
	Get(name string) (*experimental.TemplatedBinding, error)
	TemplatedBindingNamespaceListerExpansion
}

TemplatedBindingNamespaceLister helps list and get TemplatedBindings.

type TemplatedBindingNamespaceListerExpansion

type TemplatedBindingNamespaceListerExpansion interface{}

TemplatedBindingNamespaceListerExpansion allows custom methods to be added to TemplatedBindingNamespaceLister.

type TemplatedInstanceLister

type TemplatedInstanceLister interface {
	// List lists all TemplatedInstances in the indexer.
	List(selector labels.Selector) (ret []*experimental.TemplatedInstance, err error)
	// TemplatedInstances returns an object that can list and get TemplatedInstances.
	TemplatedInstances(namespace string) TemplatedInstanceNamespaceLister
	TemplatedInstanceListerExpansion
}

TemplatedInstanceLister helps list TemplatedInstances.

func NewTemplatedInstanceLister

func NewTemplatedInstanceLister(indexer cache.Indexer) TemplatedInstanceLister

NewTemplatedInstanceLister returns a new TemplatedInstanceLister.

type TemplatedInstanceListerExpansion

type TemplatedInstanceListerExpansion interface{}

TemplatedInstanceListerExpansion allows custom methods to be added to TemplatedInstanceLister.

type TemplatedInstanceNamespaceLister

type TemplatedInstanceNamespaceLister interface {
	// List lists all TemplatedInstances in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*experimental.TemplatedInstance, err error)
	// Get retrieves the TemplatedInstance from the indexer for a given namespace and name.
	Get(name string) (*experimental.TemplatedInstance, error)
	TemplatedInstanceNamespaceListerExpansion
}

TemplatedInstanceNamespaceLister helps list and get TemplatedInstances.

type TemplatedInstanceNamespaceListerExpansion

type TemplatedInstanceNamespaceListerExpansion interface{}

TemplatedInstanceNamespaceListerExpansion allows custom methods to be added to TemplatedInstanceNamespaceLister.

Jump to

Keyboard shortcuts

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