v1alpha1

package
v0.0.0-...-85ffd96 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2019 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 AWSAccessKeyRequestLister

type AWSAccessKeyRequestLister interface {
	// List lists all AWSAccessKeyRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.AWSAccessKeyRequest, err error)
	// AWSAccessKeyRequests returns an object that can list and get AWSAccessKeyRequests.
	AWSAccessKeyRequests(namespace string) AWSAccessKeyRequestNamespaceLister
	AWSAccessKeyRequestListerExpansion
}

AWSAccessKeyRequestLister helps list AWSAccessKeyRequests.

func NewAWSAccessKeyRequestLister

func NewAWSAccessKeyRequestLister(indexer cache.Indexer) AWSAccessKeyRequestLister

NewAWSAccessKeyRequestLister returns a new AWSAccessKeyRequestLister.

type AWSAccessKeyRequestListerExpansion

type AWSAccessKeyRequestListerExpansion interface{}

AWSAccessKeyRequestListerExpansion allows custom methods to be added to AWSAccessKeyRequestLister.

type AWSAccessKeyRequestNamespaceLister

type AWSAccessKeyRequestNamespaceLister interface {
	// List lists all AWSAccessKeyRequests in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.AWSAccessKeyRequest, err error)
	// Get retrieves the AWSAccessKeyRequest from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.AWSAccessKeyRequest, error)
	AWSAccessKeyRequestNamespaceListerExpansion
}

AWSAccessKeyRequestNamespaceLister helps list and get AWSAccessKeyRequests.

type AWSAccessKeyRequestNamespaceListerExpansion

type AWSAccessKeyRequestNamespaceListerExpansion interface{}

AWSAccessKeyRequestNamespaceListerExpansion allows custom methods to be added to AWSAccessKeyRequestNamespaceLister.

type AWSRoleLister

type AWSRoleLister interface {
	// List lists all AWSRoles in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.AWSRole, err error)
	// AWSRoles returns an object that can list and get AWSRoles.
	AWSRoles(namespace string) AWSRoleNamespaceLister
	AWSRoleListerExpansion
}

AWSRoleLister helps list AWSRoles.

func NewAWSRoleLister

func NewAWSRoleLister(indexer cache.Indexer) AWSRoleLister

NewAWSRoleLister returns a new AWSRoleLister.

type AWSRoleListerExpansion

type AWSRoleListerExpansion interface{}

AWSRoleListerExpansion allows custom methods to be added to AWSRoleLister.

type AWSRoleNamespaceLister

type AWSRoleNamespaceLister interface {
	// List lists all AWSRoles in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.AWSRole, err error)
	// Get retrieves the AWSRole from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.AWSRole, error)
	AWSRoleNamespaceListerExpansion
}

AWSRoleNamespaceLister helps list and get AWSRoles.

type AWSRoleNamespaceListerExpansion

type AWSRoleNamespaceListerExpansion interface{}

AWSRoleNamespaceListerExpansion allows custom methods to be added to AWSRoleNamespaceLister.

type AzureAccessKeyRequestLister

type AzureAccessKeyRequestLister interface {
	// List lists all AzureAccessKeyRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.AzureAccessKeyRequest, err error)
	// AzureAccessKeyRequests returns an object that can list and get AzureAccessKeyRequests.
	AzureAccessKeyRequests(namespace string) AzureAccessKeyRequestNamespaceLister
	AzureAccessKeyRequestListerExpansion
}

AzureAccessKeyRequestLister helps list AzureAccessKeyRequests.

func NewAzureAccessKeyRequestLister

func NewAzureAccessKeyRequestLister(indexer cache.Indexer) AzureAccessKeyRequestLister

NewAzureAccessKeyRequestLister returns a new AzureAccessKeyRequestLister.

type AzureAccessKeyRequestListerExpansion

type AzureAccessKeyRequestListerExpansion interface{}

AzureAccessKeyRequestListerExpansion allows custom methods to be added to AzureAccessKeyRequestLister.

type AzureAccessKeyRequestNamespaceLister

type AzureAccessKeyRequestNamespaceLister interface {
	// List lists all AzureAccessKeyRequests in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.AzureAccessKeyRequest, err error)
	// Get retrieves the AzureAccessKeyRequest from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.AzureAccessKeyRequest, error)
	AzureAccessKeyRequestNamespaceListerExpansion
}

AzureAccessKeyRequestNamespaceLister helps list and get AzureAccessKeyRequests.

type AzureAccessKeyRequestNamespaceListerExpansion

type AzureAccessKeyRequestNamespaceListerExpansion interface{}

AzureAccessKeyRequestNamespaceListerExpansion allows custom methods to be added to AzureAccessKeyRequestNamespaceLister.

type AzureRoleLister

type AzureRoleLister interface {
	// List lists all AzureRoles in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.AzureRole, err error)
	// AzureRoles returns an object that can list and get AzureRoles.
	AzureRoles(namespace string) AzureRoleNamespaceLister
	AzureRoleListerExpansion
}

AzureRoleLister helps list AzureRoles.

func NewAzureRoleLister

func NewAzureRoleLister(indexer cache.Indexer) AzureRoleLister

NewAzureRoleLister returns a new AzureRoleLister.

type AzureRoleListerExpansion

type AzureRoleListerExpansion interface{}

AzureRoleListerExpansion allows custom methods to be added to AzureRoleLister.

type AzureRoleNamespaceLister

type AzureRoleNamespaceLister interface {
	// List lists all AzureRoles in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.AzureRole, err error)
	// Get retrieves the AzureRole from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.AzureRole, error)
	AzureRoleNamespaceListerExpansion
}

AzureRoleNamespaceLister helps list and get AzureRoles.

type AzureRoleNamespaceListerExpansion

type AzureRoleNamespaceListerExpansion interface{}

AzureRoleNamespaceListerExpansion allows custom methods to be added to AzureRoleNamespaceLister.

type GCPAccessKeyRequestLister

type GCPAccessKeyRequestLister interface {
	// List lists all GCPAccessKeyRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.GCPAccessKeyRequest, err error)
	// GCPAccessKeyRequests returns an object that can list and get GCPAccessKeyRequests.
	GCPAccessKeyRequests(namespace string) GCPAccessKeyRequestNamespaceLister
	GCPAccessKeyRequestListerExpansion
}

GCPAccessKeyRequestLister helps list GCPAccessKeyRequests.

func NewGCPAccessKeyRequestLister

func NewGCPAccessKeyRequestLister(indexer cache.Indexer) GCPAccessKeyRequestLister

NewGCPAccessKeyRequestLister returns a new GCPAccessKeyRequestLister.

type GCPAccessKeyRequestListerExpansion

type GCPAccessKeyRequestListerExpansion interface{}

GCPAccessKeyRequestListerExpansion allows custom methods to be added to GCPAccessKeyRequestLister.

type GCPAccessKeyRequestNamespaceLister

type GCPAccessKeyRequestNamespaceLister interface {
	// List lists all GCPAccessKeyRequests in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.GCPAccessKeyRequest, err error)
	// Get retrieves the GCPAccessKeyRequest from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.GCPAccessKeyRequest, error)
	GCPAccessKeyRequestNamespaceListerExpansion
}

GCPAccessKeyRequestNamespaceLister helps list and get GCPAccessKeyRequests.

type GCPAccessKeyRequestNamespaceListerExpansion

type GCPAccessKeyRequestNamespaceListerExpansion interface{}

GCPAccessKeyRequestNamespaceListerExpansion allows custom methods to be added to GCPAccessKeyRequestNamespaceLister.

type GCPRoleLister

type GCPRoleLister interface {
	// List lists all GCPRoles in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.GCPRole, err error)
	// GCPRoles returns an object that can list and get GCPRoles.
	GCPRoles(namespace string) GCPRoleNamespaceLister
	GCPRoleListerExpansion
}

GCPRoleLister helps list GCPRoles.

func NewGCPRoleLister

func NewGCPRoleLister(indexer cache.Indexer) GCPRoleLister

NewGCPRoleLister returns a new GCPRoleLister.

type GCPRoleListerExpansion

type GCPRoleListerExpansion interface{}

GCPRoleListerExpansion allows custom methods to be added to GCPRoleLister.

type GCPRoleNamespaceLister

type GCPRoleNamespaceLister interface {
	// List lists all GCPRoles in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.GCPRole, err error)
	// Get retrieves the GCPRole from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.GCPRole, error)
	GCPRoleNamespaceListerExpansion
}

GCPRoleNamespaceLister helps list and get GCPRoles.

type GCPRoleNamespaceListerExpansion

type GCPRoleNamespaceListerExpansion interface{}

GCPRoleNamespaceListerExpansion allows custom methods to be added to GCPRoleNamespaceLister.

Jump to

Keyboard shortcuts

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