v1alpha1

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 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 AWSRoleLister

type AWSRoleLister interface {
	// List lists all AWSRoles in the indexer.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.AWSRole, err error)
	// Get retrieves the AWSRole from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.AWSRole, error)
	AWSRoleNamespaceListerExpansion
}

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

type AWSRoleNamespaceListerExpansion

type AWSRoleNamespaceListerExpansion interface{}

AWSRoleNamespaceListerExpansion allows custom methods to be added to AWSRoleNamespaceLister.

type AzureRoleLister

type AzureRoleLister interface {
	// List lists all AzureRoles in the indexer.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.AzureRole, err error)
	// Get retrieves the AzureRole from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.AzureRole, error)
	AzureRoleNamespaceListerExpansion
}

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

type AzureRoleNamespaceListerExpansion

type AzureRoleNamespaceListerExpansion interface{}

AzureRoleNamespaceListerExpansion allows custom methods to be added to AzureRoleNamespaceLister.

type ElasticsearchRoleLister

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

ElasticsearchRoleLister helps list ElasticsearchRoles. All objects returned here must be treated as read-only.

func NewElasticsearchRoleLister

func NewElasticsearchRoleLister(indexer cache.Indexer) ElasticsearchRoleLister

NewElasticsearchRoleLister returns a new ElasticsearchRoleLister.

type ElasticsearchRoleListerExpansion

type ElasticsearchRoleListerExpansion interface{}

ElasticsearchRoleListerExpansion allows custom methods to be added to ElasticsearchRoleLister.

type ElasticsearchRoleNamespaceLister

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

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

type ElasticsearchRoleNamespaceListerExpansion

type ElasticsearchRoleNamespaceListerExpansion interface{}

ElasticsearchRoleNamespaceListerExpansion allows custom methods to be added to ElasticsearchRoleNamespaceLister.

type GCPRoleLister

type GCPRoleLister interface {
	// List lists all GCPRoles in the indexer.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.GCPRole, err error)
	// Get retrieves the GCPRole from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.GCPRole, error)
	GCPRoleNamespaceListerExpansion
}

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

type GCPRoleNamespaceListerExpansion

type GCPRoleNamespaceListerExpansion interface{}

GCPRoleNamespaceListerExpansion allows custom methods to be added to GCPRoleNamespaceLister.

type MariaDBRoleLister added in v0.8.0

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

MariaDBRoleLister helps list MariaDBRoles. All objects returned here must be treated as read-only.

func NewMariaDBRoleLister added in v0.8.0

func NewMariaDBRoleLister(indexer cache.Indexer) MariaDBRoleLister

NewMariaDBRoleLister returns a new MariaDBRoleLister.

type MariaDBRoleListerExpansion added in v0.8.0

type MariaDBRoleListerExpansion interface{}

MariaDBRoleListerExpansion allows custom methods to be added to MariaDBRoleLister.

type MariaDBRoleNamespaceLister added in v0.8.0

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

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

type MariaDBRoleNamespaceListerExpansion added in v0.8.0

type MariaDBRoleNamespaceListerExpansion interface{}

MariaDBRoleNamespaceListerExpansion allows custom methods to be added to MariaDBRoleNamespaceLister.

type MongoDBRoleLister

type MongoDBRoleLister interface {
	// List lists all MongoDBRoles in the indexer.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MongoDBRole, err error)
	// Get retrieves the MongoDBRole from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.MongoDBRole, error)
	MongoDBRoleNamespaceListerExpansion
}

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

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.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MySQLRole, err error)
	// Get retrieves the MySQLRole from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.MySQLRole, error)
	MySQLRoleNamespaceListerExpansion
}

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

type MySQLRoleNamespaceListerExpansion

type MySQLRoleNamespaceListerExpansion interface{}

MySQLRoleNamespaceListerExpansion allows custom methods to be added to MySQLRoleNamespaceLister.

type PKIRoleLister added in v0.18.0

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

PKIRoleLister helps list PKIRoles. All objects returned here must be treated as read-only.

func NewPKIRoleLister added in v0.18.0

func NewPKIRoleLister(indexer cache.Indexer) PKIRoleLister

NewPKIRoleLister returns a new PKIRoleLister.

type PKIRoleListerExpansion added in v0.18.0

type PKIRoleListerExpansion interface{}

PKIRoleListerExpansion allows custom methods to be added to PKIRoleLister.

type PKIRoleNamespaceLister added in v0.18.0

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

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

type PKIRoleNamespaceListerExpansion added in v0.18.0

type PKIRoleNamespaceListerExpansion interface{}

PKIRoleNamespaceListerExpansion allows custom methods to be added to PKIRoleNamespaceLister.

type PostgresRoleLister

type PostgresRoleLister interface {
	// List lists all PostgresRoles in the indexer.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.PostgresRole, err error)
	// Get retrieves the PostgresRole from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.PostgresRole, error)
	PostgresRoleNamespaceListerExpansion
}

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

type PostgresRoleNamespaceListerExpansion

type PostgresRoleNamespaceListerExpansion interface{}

PostgresRoleNamespaceListerExpansion allows custom methods to be added to PostgresRoleNamespaceLister.

type RedisRoleLister added in v0.13.0

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

RedisRoleLister helps list RedisRoles. All objects returned here must be treated as read-only.

func NewRedisRoleLister added in v0.13.0

func NewRedisRoleLister(indexer cache.Indexer) RedisRoleLister

NewRedisRoleLister returns a new RedisRoleLister.

type RedisRoleListerExpansion added in v0.13.0

type RedisRoleListerExpansion interface{}

RedisRoleListerExpansion allows custom methods to be added to RedisRoleLister.

type RedisRoleNamespaceLister added in v0.13.0

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

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

type RedisRoleNamespaceListerExpansion added in v0.13.0

type RedisRoleNamespaceListerExpansion interface{}

RedisRoleNamespaceListerExpansion allows custom methods to be added to RedisRoleNamespaceLister.

type SecretAccessRequestLister added in v0.5.0

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

SecretAccessRequestLister helps list SecretAccessRequests. All objects returned here must be treated as read-only.

func NewSecretAccessRequestLister added in v0.5.0

func NewSecretAccessRequestLister(indexer cache.Indexer) SecretAccessRequestLister

NewSecretAccessRequestLister returns a new SecretAccessRequestLister.

type SecretAccessRequestListerExpansion added in v0.5.0

type SecretAccessRequestListerExpansion interface{}

SecretAccessRequestListerExpansion allows custom methods to be added to SecretAccessRequestLister.

type SecretAccessRequestNamespaceLister added in v0.5.0

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

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

type SecretAccessRequestNamespaceListerExpansion added in v0.5.0

type SecretAccessRequestNamespaceListerExpansion interface{}

SecretAccessRequestNamespaceListerExpansion allows custom methods to be added to SecretAccessRequestNamespaceLister.

type SecretEngineLister

type SecretEngineLister interface {
	// List lists all SecretEngines in the indexer.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.SecretEngine, err error)
	// Get retrieves the SecretEngine from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.SecretEngine, error)
	SecretEngineNamespaceListerExpansion
}

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

type SecretEngineNamespaceListerExpansion

type SecretEngineNamespaceListerExpansion interface{}

SecretEngineNamespaceListerExpansion allows custom methods to be added to SecretEngineNamespaceLister.

type SecretRoleBindingLister added in v0.5.0

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

SecretRoleBindingLister helps list SecretRoleBindings. All objects returned here must be treated as read-only.

func NewSecretRoleBindingLister added in v0.5.0

func NewSecretRoleBindingLister(indexer cache.Indexer) SecretRoleBindingLister

NewSecretRoleBindingLister returns a new SecretRoleBindingLister.

type SecretRoleBindingListerExpansion added in v0.5.0

type SecretRoleBindingListerExpansion interface{}

SecretRoleBindingListerExpansion allows custom methods to be added to SecretRoleBindingLister.

type SecretRoleBindingNamespaceLister added in v0.5.0

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

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

type SecretRoleBindingNamespaceListerExpansion added in v0.5.0

type SecretRoleBindingNamespaceListerExpansion interface{}

SecretRoleBindingNamespaceListerExpansion allows custom methods to be added to SecretRoleBindingNamespaceLister.

Jump to

Keyboard shortcuts

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