v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 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 ApplicationLister

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

ApplicationLister helps list Applications. All objects returned here must be treated as read-only.

func NewApplicationLister

func NewApplicationLister(indexer cache.Indexer) ApplicationLister

NewApplicationLister returns a new ApplicationLister.

type ApplicationListerExpansion

type ApplicationListerExpansion interface{}

ApplicationListerExpansion allows custom methods to be added to ApplicationLister.

type ApplicationNamespaceLister

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

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

type ApplicationNamespaceListerExpansion

type ApplicationNamespaceListerExpansion interface{}

ApplicationNamespaceListerExpansion allows custom methods to be added to ApplicationNamespaceLister.

type CustomLayerLister

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

CustomLayerLister helps list CustomLayers. All objects returned here must be treated as read-only.

func NewCustomLayerLister

func NewCustomLayerLister(indexer cache.Indexer) CustomLayerLister

NewCustomLayerLister returns a new CustomLayerLister.

type CustomLayerListerExpansion

type CustomLayerListerExpansion interface{}

CustomLayerListerExpansion allows custom methods to be added to CustomLayerLister.

type CustomLayerNamespaceLister

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

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

type CustomLayerNamespaceListerExpansion

type CustomLayerNamespaceListerExpansion interface{}

CustomLayerNamespaceListerExpansion allows custom methods to be added to CustomLayerNamespaceLister.

type GangliaLayerLister

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

GangliaLayerLister helps list GangliaLayers. All objects returned here must be treated as read-only.

func NewGangliaLayerLister

func NewGangliaLayerLister(indexer cache.Indexer) GangliaLayerLister

NewGangliaLayerLister returns a new GangliaLayerLister.

type GangliaLayerListerExpansion

type GangliaLayerListerExpansion interface{}

GangliaLayerListerExpansion allows custom methods to be added to GangliaLayerLister.

type GangliaLayerNamespaceLister

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

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

type GangliaLayerNamespaceListerExpansion

type GangliaLayerNamespaceListerExpansion interface{}

GangliaLayerNamespaceListerExpansion allows custom methods to be added to GangliaLayerNamespaceLister.

type HaproxyLayerLister

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

HaproxyLayerLister helps list HaproxyLayers. All objects returned here must be treated as read-only.

func NewHaproxyLayerLister

func NewHaproxyLayerLister(indexer cache.Indexer) HaproxyLayerLister

NewHaproxyLayerLister returns a new HaproxyLayerLister.

type HaproxyLayerListerExpansion

type HaproxyLayerListerExpansion interface{}

HaproxyLayerListerExpansion allows custom methods to be added to HaproxyLayerLister.

type HaproxyLayerNamespaceLister

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

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

type HaproxyLayerNamespaceListerExpansion

type HaproxyLayerNamespaceListerExpansion interface{}

HaproxyLayerNamespaceListerExpansion allows custom methods to be added to HaproxyLayerNamespaceLister.

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 JavaAppLayerLister

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

JavaAppLayerLister helps list JavaAppLayers. All objects returned here must be treated as read-only.

func NewJavaAppLayerLister

func NewJavaAppLayerLister(indexer cache.Indexer) JavaAppLayerLister

NewJavaAppLayerLister returns a new JavaAppLayerLister.

type JavaAppLayerListerExpansion

type JavaAppLayerListerExpansion interface{}

JavaAppLayerListerExpansion allows custom methods to be added to JavaAppLayerLister.

type JavaAppLayerNamespaceLister

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

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

type JavaAppLayerNamespaceListerExpansion

type JavaAppLayerNamespaceListerExpansion interface{}

JavaAppLayerNamespaceListerExpansion allows custom methods to be added to JavaAppLayerNamespaceLister.

type MemcachedLayerLister

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

MemcachedLayerLister helps list MemcachedLayers. All objects returned here must be treated as read-only.

func NewMemcachedLayerLister

func NewMemcachedLayerLister(indexer cache.Indexer) MemcachedLayerLister

NewMemcachedLayerLister returns a new MemcachedLayerLister.

type MemcachedLayerListerExpansion

type MemcachedLayerListerExpansion interface{}

MemcachedLayerListerExpansion allows custom methods to be added to MemcachedLayerLister.

type MemcachedLayerNamespaceLister

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

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

type MemcachedLayerNamespaceListerExpansion

type MemcachedLayerNamespaceListerExpansion interface{}

MemcachedLayerNamespaceListerExpansion allows custom methods to be added to MemcachedLayerNamespaceLister.

type MysqlLayerLister

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

MysqlLayerLister helps list MysqlLayers. All objects returned here must be treated as read-only.

func NewMysqlLayerLister

func NewMysqlLayerLister(indexer cache.Indexer) MysqlLayerLister

NewMysqlLayerLister returns a new MysqlLayerLister.

type MysqlLayerListerExpansion

type MysqlLayerListerExpansion interface{}

MysqlLayerListerExpansion allows custom methods to be added to MysqlLayerLister.

type MysqlLayerNamespaceLister

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

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

type MysqlLayerNamespaceListerExpansion

type MysqlLayerNamespaceListerExpansion interface{}

MysqlLayerNamespaceListerExpansion allows custom methods to be added to MysqlLayerNamespaceLister.

type NodejsAppLayerLister

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

NodejsAppLayerLister helps list NodejsAppLayers. All objects returned here must be treated as read-only.

func NewNodejsAppLayerLister

func NewNodejsAppLayerLister(indexer cache.Indexer) NodejsAppLayerLister

NewNodejsAppLayerLister returns a new NodejsAppLayerLister.

type NodejsAppLayerListerExpansion

type NodejsAppLayerListerExpansion interface{}

NodejsAppLayerListerExpansion allows custom methods to be added to NodejsAppLayerLister.

type NodejsAppLayerNamespaceLister

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

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

type NodejsAppLayerNamespaceListerExpansion

type NodejsAppLayerNamespaceListerExpansion interface{}

NodejsAppLayerNamespaceListerExpansion allows custom methods to be added to NodejsAppLayerNamespaceLister.

type PermissionLister

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

PermissionLister helps list Permissions. All objects returned here must be treated as read-only.

func NewPermissionLister

func NewPermissionLister(indexer cache.Indexer) PermissionLister

NewPermissionLister returns a new PermissionLister.

type PermissionListerExpansion

type PermissionListerExpansion interface{}

PermissionListerExpansion allows custom methods to be added to PermissionLister.

type PermissionNamespaceLister

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

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

type PermissionNamespaceListerExpansion

type PermissionNamespaceListerExpansion interface{}

PermissionNamespaceListerExpansion allows custom methods to be added to PermissionNamespaceLister.

type PhpAppLayerLister

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

PhpAppLayerLister helps list PhpAppLayers. All objects returned here must be treated as read-only.

func NewPhpAppLayerLister

func NewPhpAppLayerLister(indexer cache.Indexer) PhpAppLayerLister

NewPhpAppLayerLister returns a new PhpAppLayerLister.

type PhpAppLayerListerExpansion

type PhpAppLayerListerExpansion interface{}

PhpAppLayerListerExpansion allows custom methods to be added to PhpAppLayerLister.

type PhpAppLayerNamespaceLister

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

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

type PhpAppLayerNamespaceListerExpansion

type PhpAppLayerNamespaceListerExpansion interface{}

PhpAppLayerNamespaceListerExpansion allows custom methods to be added to PhpAppLayerNamespaceLister.

type RailsAppLayerLister

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

RailsAppLayerLister helps list RailsAppLayers. All objects returned here must be treated as read-only.

func NewRailsAppLayerLister

func NewRailsAppLayerLister(indexer cache.Indexer) RailsAppLayerLister

NewRailsAppLayerLister returns a new RailsAppLayerLister.

type RailsAppLayerListerExpansion

type RailsAppLayerListerExpansion interface{}

RailsAppLayerListerExpansion allows custom methods to be added to RailsAppLayerLister.

type RailsAppLayerNamespaceLister

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

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

type RailsAppLayerNamespaceListerExpansion

type RailsAppLayerNamespaceListerExpansion interface{}

RailsAppLayerNamespaceListerExpansion allows custom methods to be added to RailsAppLayerNamespaceLister.

type RdsDbInstanceLister

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

RdsDbInstanceLister helps list RdsDbInstances. All objects returned here must be treated as read-only.

func NewRdsDbInstanceLister

func NewRdsDbInstanceLister(indexer cache.Indexer) RdsDbInstanceLister

NewRdsDbInstanceLister returns a new RdsDbInstanceLister.

type RdsDbInstanceListerExpansion

type RdsDbInstanceListerExpansion interface{}

RdsDbInstanceListerExpansion allows custom methods to be added to RdsDbInstanceLister.

type RdsDbInstanceNamespaceLister

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

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

type RdsDbInstanceNamespaceListerExpansion

type RdsDbInstanceNamespaceListerExpansion interface{}

RdsDbInstanceNamespaceListerExpansion allows custom methods to be added to RdsDbInstanceNamespaceLister.

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 StaticWebLayerLister

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

StaticWebLayerLister helps list StaticWebLayers. All objects returned here must be treated as read-only.

func NewStaticWebLayerLister

func NewStaticWebLayerLister(indexer cache.Indexer) StaticWebLayerLister

NewStaticWebLayerLister returns a new StaticWebLayerLister.

type StaticWebLayerListerExpansion

type StaticWebLayerListerExpansion interface{}

StaticWebLayerListerExpansion allows custom methods to be added to StaticWebLayerLister.

type StaticWebLayerNamespaceLister

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

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

type StaticWebLayerNamespaceListerExpansion

type StaticWebLayerNamespaceListerExpansion interface{}

StaticWebLayerNamespaceListerExpansion allows custom methods to be added to StaticWebLayerNamespaceLister.

type UserProfileLister

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

UserProfileLister helps list UserProfiles. All objects returned here must be treated as read-only.

func NewUserProfileLister

func NewUserProfileLister(indexer cache.Indexer) UserProfileLister

NewUserProfileLister returns a new UserProfileLister.

type UserProfileListerExpansion

type UserProfileListerExpansion interface{}

UserProfileListerExpansion allows custom methods to be added to UserProfileLister.

type UserProfileNamespaceLister

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

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

type UserProfileNamespaceListerExpansion

type UserProfileNamespaceListerExpansion interface{}

UserProfileNamespaceListerExpansion allows custom methods to be added to UserProfileNamespaceLister.

Jump to

Keyboard shortcuts

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