v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 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 DirectoryConfigLister

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

DirectoryConfigLister helps list DirectoryConfigs. All objects returned here must be treated as read-only.

func NewDirectoryConfigLister

func NewDirectoryConfigLister(indexer cache.Indexer) DirectoryConfigLister

NewDirectoryConfigLister returns a new DirectoryConfigLister.

type DirectoryConfigListerExpansion

type DirectoryConfigListerExpansion interface{}

DirectoryConfigListerExpansion allows custom methods to be added to DirectoryConfigLister.

type DirectoryConfigNamespaceLister

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

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

type DirectoryConfigNamespaceListerExpansion

type DirectoryConfigNamespaceListerExpansion interface{}

DirectoryConfigNamespaceListerExpansion allows custom methods to be added to DirectoryConfigNamespaceLister.

type FleetLister

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

FleetLister helps list Fleets. All objects returned here must be treated as read-only.

func NewFleetLister

func NewFleetLister(indexer cache.Indexer) FleetLister

NewFleetLister returns a new FleetLister.

type FleetListerExpansion

type FleetListerExpansion interface{}

FleetListerExpansion allows custom methods to be added to FleetLister.

type FleetNamespaceLister

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

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

type FleetNamespaceListerExpansion

type FleetNamespaceListerExpansion interface{}

FleetNamespaceListerExpansion allows custom methods to be added to FleetNamespaceLister.

type FleetStackAssociationLister

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

FleetStackAssociationLister helps list FleetStackAssociations. All objects returned here must be treated as read-only.

func NewFleetStackAssociationLister

func NewFleetStackAssociationLister(indexer cache.Indexer) FleetStackAssociationLister

NewFleetStackAssociationLister returns a new FleetStackAssociationLister.

type FleetStackAssociationListerExpansion

type FleetStackAssociationListerExpansion interface{}

FleetStackAssociationListerExpansion allows custom methods to be added to FleetStackAssociationLister.

type FleetStackAssociationNamespaceLister

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

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

type FleetStackAssociationNamespaceListerExpansion

type FleetStackAssociationNamespaceListerExpansion interface{}

FleetStackAssociationNamespaceListerExpansion allows custom methods to be added to FleetStackAssociationNamespaceLister.

type ImageBuilderLister

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

ImageBuilderLister helps list ImageBuilders. All objects returned here must be treated as read-only.

func NewImageBuilderLister

func NewImageBuilderLister(indexer cache.Indexer) ImageBuilderLister

NewImageBuilderLister returns a new ImageBuilderLister.

type ImageBuilderListerExpansion

type ImageBuilderListerExpansion interface{}

ImageBuilderListerExpansion allows custom methods to be added to ImageBuilderLister.

type ImageBuilderNamespaceLister

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

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

type ImageBuilderNamespaceListerExpansion

type ImageBuilderNamespaceListerExpansion interface{}

ImageBuilderNamespaceListerExpansion allows custom methods to be added to ImageBuilderNamespaceLister.

type StackLister

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

StackLister helps list Stacks. All objects returned here must be treated as read-only.

func NewStackLister

func NewStackLister(indexer cache.Indexer) StackLister

NewStackLister returns a new StackLister.

type StackListerExpansion

type StackListerExpansion interface{}

StackListerExpansion allows custom methods to be added to StackLister.

type StackNamespaceLister

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

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

type StackNamespaceListerExpansion

type StackNamespaceListerExpansion interface{}

StackNamespaceListerExpansion allows custom methods to be added to StackNamespaceLister.

type UserLister

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

UserLister helps list Users. All objects returned here must be treated as read-only.

func NewUserLister

func NewUserLister(indexer cache.Indexer) UserLister

NewUserLister returns a new UserLister.

type UserListerExpansion

type UserListerExpansion interface{}

UserListerExpansion allows custom methods to be added to UserLister.

type UserNamespaceLister

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

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

type UserNamespaceListerExpansion

type UserNamespaceListerExpansion interface{}

UserNamespaceListerExpansion allows custom methods to be added to UserNamespaceLister.

type UserStackAssociationLister

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

UserStackAssociationLister helps list UserStackAssociations. All objects returned here must be treated as read-only.

func NewUserStackAssociationLister

func NewUserStackAssociationLister(indexer cache.Indexer) UserStackAssociationLister

NewUserStackAssociationLister returns a new UserStackAssociationLister.

type UserStackAssociationListerExpansion

type UserStackAssociationListerExpansion interface{}

UserStackAssociationListerExpansion allows custom methods to be added to UserStackAssociationLister.

type UserStackAssociationNamespaceLister

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

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

type UserStackAssociationNamespaceListerExpansion

type UserStackAssociationNamespaceListerExpansion interface{}

UserStackAssociationNamespaceListerExpansion allows custom methods to be added to UserStackAssociationNamespaceLister.

Jump to

Keyboard shortcuts

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