v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 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 EnvgroupAttachmentLister

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

EnvgroupAttachmentLister helps list EnvgroupAttachments. All objects returned here must be treated as read-only.

func NewEnvgroupAttachmentLister

func NewEnvgroupAttachmentLister(indexer cache.Indexer) EnvgroupAttachmentLister

NewEnvgroupAttachmentLister returns a new EnvgroupAttachmentLister.

type EnvgroupAttachmentListerExpansion

type EnvgroupAttachmentListerExpansion interface{}

EnvgroupAttachmentListerExpansion allows custom methods to be added to EnvgroupAttachmentLister.

type EnvgroupAttachmentNamespaceLister

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

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

type EnvgroupAttachmentNamespaceListerExpansion

type EnvgroupAttachmentNamespaceListerExpansion interface{}

EnvgroupAttachmentNamespaceListerExpansion allows custom methods to be added to EnvgroupAttachmentNamespaceLister.

type EnvgroupLister

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

EnvgroupLister helps list Envgroups. All objects returned here must be treated as read-only.

func NewEnvgroupLister

func NewEnvgroupLister(indexer cache.Indexer) EnvgroupLister

NewEnvgroupLister returns a new EnvgroupLister.

type EnvgroupListerExpansion

type EnvgroupListerExpansion interface{}

EnvgroupListerExpansion allows custom methods to be added to EnvgroupLister.

type EnvgroupNamespaceLister

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

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

type EnvgroupNamespaceListerExpansion

type EnvgroupNamespaceListerExpansion interface{}

EnvgroupNamespaceListerExpansion allows custom methods to be added to EnvgroupNamespaceLister.

type EnvironmentLister

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

EnvironmentLister helps list Environments. All objects returned here must be treated as read-only.

func NewEnvironmentLister

func NewEnvironmentLister(indexer cache.Indexer) EnvironmentLister

NewEnvironmentLister returns a new EnvironmentLister.

type EnvironmentListerExpansion

type EnvironmentListerExpansion interface{}

EnvironmentListerExpansion allows custom methods to be added to EnvironmentLister.

type EnvironmentNamespaceLister

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

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

type EnvironmentNamespaceListerExpansion

type EnvironmentNamespaceListerExpansion interface{}

EnvironmentNamespaceListerExpansion allows custom methods to be added to EnvironmentNamespaceLister.

type InstanceAttachmentLister

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

InstanceAttachmentLister helps list InstanceAttachments. All objects returned here must be treated as read-only.

func NewInstanceAttachmentLister

func NewInstanceAttachmentLister(indexer cache.Indexer) InstanceAttachmentLister

NewInstanceAttachmentLister returns a new InstanceAttachmentLister.

type InstanceAttachmentListerExpansion

type InstanceAttachmentListerExpansion interface{}

InstanceAttachmentListerExpansion allows custom methods to be added to InstanceAttachmentLister.

type InstanceAttachmentNamespaceLister

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

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

type InstanceAttachmentNamespaceListerExpansion

type InstanceAttachmentNamespaceListerExpansion interface{}

InstanceAttachmentNamespaceListerExpansion allows custom methods to be added to InstanceAttachmentNamespaceLister.

type InstanceLister

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

InstanceLister helps list Instances. All objects returned here must be treated as read-only.

func NewInstanceLister

func NewInstanceLister(indexer cache.Indexer) InstanceLister

NewInstanceLister returns a new InstanceLister.

type InstanceListerExpansion

type InstanceListerExpansion interface{}

InstanceListerExpansion allows custom methods to be added to InstanceLister.

type InstanceNamespaceLister

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

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

type InstanceNamespaceListerExpansion

type InstanceNamespaceListerExpansion interface{}

InstanceNamespaceListerExpansion allows custom methods to be added to InstanceNamespaceLister.

type OrganizationLister

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

OrganizationLister helps list Organizations. All objects returned here must be treated as read-only.

func NewOrganizationLister

func NewOrganizationLister(indexer cache.Indexer) OrganizationLister

NewOrganizationLister returns a new OrganizationLister.

type OrganizationListerExpansion

type OrganizationListerExpansion interface{}

OrganizationListerExpansion allows custom methods to be added to OrganizationLister.

type OrganizationNamespaceLister

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

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

type OrganizationNamespaceListerExpansion

type OrganizationNamespaceListerExpansion interface{}

OrganizationNamespaceListerExpansion allows custom methods to be added to OrganizationNamespaceLister.

Jump to

Keyboard shortcuts

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