v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2020 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 DatabaseAccessRequestLister

type DatabaseAccessRequestLister interface {
	// List lists all DatabaseAccessRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseAccessRequest, err error)
	// DatabaseAccessRequests returns an object that can list and get DatabaseAccessRequests.
	DatabaseAccessRequests(namespace string) DatabaseAccessRequestNamespaceLister
	DatabaseAccessRequestListerExpansion
}

DatabaseAccessRequestLister helps list DatabaseAccessRequests.

func NewDatabaseAccessRequestLister

func NewDatabaseAccessRequestLister(indexer cache.Indexer) DatabaseAccessRequestLister

NewDatabaseAccessRequestLister returns a new DatabaseAccessRequestLister.

type DatabaseAccessRequestListerExpansion

type DatabaseAccessRequestListerExpansion interface{}

DatabaseAccessRequestListerExpansion allows custom methods to be added to DatabaseAccessRequestLister.

type DatabaseAccessRequestNamespaceLister

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

DatabaseAccessRequestNamespaceLister helps list and get DatabaseAccessRequests.

type DatabaseAccessRequestNamespaceListerExpansion

type DatabaseAccessRequestNamespaceListerExpansion interface{}

DatabaseAccessRequestNamespaceListerExpansion allows custom methods to be added to DatabaseAccessRequestNamespaceLister.

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.

type MongoDBRoleLister

type MongoDBRoleLister interface {
	// List lists all MongoDBRoles in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MongoDBRole, err error)
	// MongoDBRoles returns an object that can list and get MongoDBRoles.
	MongoDBRoles(namespace string) MongoDBRoleNamespaceLister
	MongoDBRoleListerExpansion
}

MongoDBRoleLister helps list MongoDBRoles.

func NewMongoDBRoleLister

func NewMongoDBRoleLister(indexer cache.Indexer) MongoDBRoleLister

NewMongoDBRoleLister returns a new MongoDBRoleLister.

type MongoDBRoleListerExpansion

type MongoDBRoleListerExpansion interface{}

MongoDBRoleListerExpansion allows custom methods to be added to MongoDBRoleLister.

type MongoDBRoleNamespaceLister

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

MongoDBRoleNamespaceLister helps list and get MongoDBRoles.

type MongoDBRoleNamespaceListerExpansion

type MongoDBRoleNamespaceListerExpansion interface{}

MongoDBRoleNamespaceListerExpansion allows custom methods to be added to MongoDBRoleNamespaceLister.

type MySQLRoleLister

type MySQLRoleLister interface {
	// List lists all MySQLRoles in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MySQLRole, err error)
	// MySQLRoles returns an object that can list and get MySQLRoles.
	MySQLRoles(namespace string) MySQLRoleNamespaceLister
	MySQLRoleListerExpansion
}

MySQLRoleLister helps list MySQLRoles.

func NewMySQLRoleLister

func NewMySQLRoleLister(indexer cache.Indexer) MySQLRoleLister

NewMySQLRoleLister returns a new MySQLRoleLister.

type MySQLRoleListerExpansion

type MySQLRoleListerExpansion interface{}

MySQLRoleListerExpansion allows custom methods to be added to MySQLRoleLister.

type MySQLRoleNamespaceLister

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

MySQLRoleNamespaceLister helps list and get MySQLRoles.

type MySQLRoleNamespaceListerExpansion

type MySQLRoleNamespaceListerExpansion interface{}

MySQLRoleNamespaceListerExpansion allows custom methods to be added to MySQLRoleNamespaceLister.

type PostgresRoleLister

type PostgresRoleLister interface {
	// List lists all PostgresRoles in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.PostgresRole, err error)
	// PostgresRoles returns an object that can list and get PostgresRoles.
	PostgresRoles(namespace string) PostgresRoleNamespaceLister
	PostgresRoleListerExpansion
}

PostgresRoleLister helps list PostgresRoles.

func NewPostgresRoleLister

func NewPostgresRoleLister(indexer cache.Indexer) PostgresRoleLister

NewPostgresRoleLister returns a new PostgresRoleLister.

type PostgresRoleListerExpansion

type PostgresRoleListerExpansion interface{}

PostgresRoleListerExpansion allows custom methods to be added to PostgresRoleLister.

type PostgresRoleNamespaceLister

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

PostgresRoleNamespaceLister helps list and get PostgresRoles.

type PostgresRoleNamespaceListerExpansion

type PostgresRoleNamespaceListerExpansion interface{}

PostgresRoleNamespaceListerExpansion allows custom methods to be added to PostgresRoleNamespaceLister.

type SecretEngineLister

type SecretEngineLister interface {
	// List lists all SecretEngines in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.SecretEngine, err error)
	// SecretEngines returns an object that can list and get SecretEngines.
	SecretEngines(namespace string) SecretEngineNamespaceLister
	SecretEngineListerExpansion
}

SecretEngineLister helps list SecretEngines.

func NewSecretEngineLister

func NewSecretEngineLister(indexer cache.Indexer) SecretEngineLister

NewSecretEngineLister returns a new SecretEngineLister.

type SecretEngineListerExpansion

type SecretEngineListerExpansion interface{}

SecretEngineListerExpansion allows custom methods to be added to SecretEngineLister.

type SecretEngineNamespaceLister

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

SecretEngineNamespaceLister helps list and get SecretEngines.

type SecretEngineNamespaceListerExpansion

type SecretEngineNamespaceListerExpansion interface{}

SecretEngineNamespaceListerExpansion allows custom methods to be added to SecretEngineNamespaceLister.

Jump to

Keyboard shortcuts

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