v1alpha1

package
v0.0.1-alpha1 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2018 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 CloudFormationTemplateLister

type CloudFormationTemplateLister interface {
	// List lists all CloudFormationTemplates in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.CloudFormationTemplate, err error)
	// CloudFormationTemplates returns an object that can list and get CloudFormationTemplates.
	CloudFormationTemplates(namespace string) CloudFormationTemplateNamespaceLister
	CloudFormationTemplateListerExpansion
}

CloudFormationTemplateLister helps list CloudFormationTemplates.

func NewCloudFormationTemplateLister

func NewCloudFormationTemplateLister(indexer cache.Indexer) CloudFormationTemplateLister

NewCloudFormationTemplateLister returns a new CloudFormationTemplateLister.

type CloudFormationTemplateListerExpansion

type CloudFormationTemplateListerExpansion interface{}

CloudFormationTemplateListerExpansion allows custom methods to be added to CloudFormationTemplateLister.

type CloudFormationTemplateNamespaceLister

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

CloudFormationTemplateNamespaceLister helps list and get CloudFormationTemplates.

type CloudFormationTemplateNamespaceListerExpansion

type CloudFormationTemplateNamespaceListerExpansion interface{}

CloudFormationTemplateNamespaceListerExpansion allows custom methods to be added to CloudFormationTemplateNamespaceLister.

type DynamoDBLister

type DynamoDBLister interface {
	// List lists all DynamoDBs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DynamoDB, err error)
	// DynamoDBs returns an object that can list and get DynamoDBs.
	DynamoDBs(namespace string) DynamoDBNamespaceLister
	DynamoDBListerExpansion
}

DynamoDBLister helps list DynamoDBs.

func NewDynamoDBLister

func NewDynamoDBLister(indexer cache.Indexer) DynamoDBLister

NewDynamoDBLister returns a new DynamoDBLister.

type DynamoDBListerExpansion

type DynamoDBListerExpansion interface{}

DynamoDBListerExpansion allows custom methods to be added to DynamoDBLister.

type DynamoDBNamespaceLister

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

DynamoDBNamespaceLister helps list and get DynamoDBs.

type DynamoDBNamespaceListerExpansion

type DynamoDBNamespaceListerExpansion interface{}

DynamoDBNamespaceListerExpansion allows custom methods to be added to DynamoDBNamespaceLister.

type ECRRepositoryLister

type ECRRepositoryLister interface {
	// List lists all ECRRepositories in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ECRRepository, err error)
	// ECRRepositories returns an object that can list and get ECRRepositories.
	ECRRepositories(namespace string) ECRRepositoryNamespaceLister
	ECRRepositoryListerExpansion
}

ECRRepositoryLister helps list ECRRepositories.

func NewECRRepositoryLister

func NewECRRepositoryLister(indexer cache.Indexer) ECRRepositoryLister

NewECRRepositoryLister returns a new ECRRepositoryLister.

type ECRRepositoryListerExpansion

type ECRRepositoryListerExpansion interface{}

ECRRepositoryListerExpansion allows custom methods to be added to ECRRepositoryLister.

type ECRRepositoryNamespaceLister

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

ECRRepositoryNamespaceLister helps list and get ECRRepositories.

type ECRRepositoryNamespaceListerExpansion

type ECRRepositoryNamespaceListerExpansion interface{}

ECRRepositoryNamespaceListerExpansion allows custom methods to be added to ECRRepositoryNamespaceLister.

type S3BucketLister

type S3BucketLister interface {
	// List lists all S3Buckets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.S3Bucket, err error)
	// S3Buckets returns an object that can list and get S3Buckets.
	S3Buckets(namespace string) S3BucketNamespaceLister
	S3BucketListerExpansion
}

S3BucketLister helps list S3Buckets.

func NewS3BucketLister

func NewS3BucketLister(indexer cache.Indexer) S3BucketLister

NewS3BucketLister returns a new S3BucketLister.

type S3BucketListerExpansion

type S3BucketListerExpansion interface{}

S3BucketListerExpansion allows custom methods to be added to S3BucketLister.

type S3BucketNamespaceLister

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

S3BucketNamespaceLister helps list and get S3Buckets.

type S3BucketNamespaceListerExpansion

type S3BucketNamespaceListerExpansion interface{}

S3BucketNamespaceListerExpansion allows custom methods to be added to S3BucketNamespaceLister.

type SNSSubscriptionLister

type SNSSubscriptionLister interface {
	// List lists all SNSSubscriptions in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.SNSSubscription, err error)
	// SNSSubscriptions returns an object that can list and get SNSSubscriptions.
	SNSSubscriptions(namespace string) SNSSubscriptionNamespaceLister
	SNSSubscriptionListerExpansion
}

SNSSubscriptionLister helps list SNSSubscriptions.

func NewSNSSubscriptionLister

func NewSNSSubscriptionLister(indexer cache.Indexer) SNSSubscriptionLister

NewSNSSubscriptionLister returns a new SNSSubscriptionLister.

type SNSSubscriptionListerExpansion

type SNSSubscriptionListerExpansion interface{}

SNSSubscriptionListerExpansion allows custom methods to be added to SNSSubscriptionLister.

type SNSSubscriptionNamespaceLister

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

SNSSubscriptionNamespaceLister helps list and get SNSSubscriptions.

type SNSSubscriptionNamespaceListerExpansion

type SNSSubscriptionNamespaceListerExpansion interface{}

SNSSubscriptionNamespaceListerExpansion allows custom methods to be added to SNSSubscriptionNamespaceLister.

type SNSTopicLister

type SNSTopicLister interface {
	// List lists all SNSTopics in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.SNSTopic, err error)
	// SNSTopics returns an object that can list and get SNSTopics.
	SNSTopics(namespace string) SNSTopicNamespaceLister
	SNSTopicListerExpansion
}

SNSTopicLister helps list SNSTopics.

func NewSNSTopicLister

func NewSNSTopicLister(indexer cache.Indexer) SNSTopicLister

NewSNSTopicLister returns a new SNSTopicLister.

type SNSTopicListerExpansion

type SNSTopicListerExpansion interface{}

SNSTopicListerExpansion allows custom methods to be added to SNSTopicLister.

type SNSTopicNamespaceLister

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

SNSTopicNamespaceLister helps list and get SNSTopics.

type SNSTopicNamespaceListerExpansion

type SNSTopicNamespaceListerExpansion interface{}

SNSTopicNamespaceListerExpansion allows custom methods to be added to SNSTopicNamespaceLister.

type SQSQueueLister

type SQSQueueLister interface {
	// List lists all SQSQueues in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.SQSQueue, err error)
	// SQSQueues returns an object that can list and get SQSQueues.
	SQSQueues(namespace string) SQSQueueNamespaceLister
	SQSQueueListerExpansion
}

SQSQueueLister helps list SQSQueues.

func NewSQSQueueLister

func NewSQSQueueLister(indexer cache.Indexer) SQSQueueLister

NewSQSQueueLister returns a new SQSQueueLister.

type SQSQueueListerExpansion

type SQSQueueListerExpansion interface{}

SQSQueueListerExpansion allows custom methods to be added to SQSQueueLister.

type SQSQueueNamespaceLister

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

SQSQueueNamespaceLister helps list and get SQSQueues.

type SQSQueueNamespaceListerExpansion

type SQSQueueNamespaceListerExpansion interface{}

SQSQueueNamespaceListerExpansion allows custom methods to be added to SQSQueueNamespaceLister.

Jump to

Keyboard shortcuts

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