Documentation ¶
Index ¶
- type LiteSubscriptionLister
- type LiteSubscriptionListerExpansion
- type LiteSubscriptionNamespaceLister
- type LiteSubscriptionNamespaceListerExpansion
- type LiteTopicLister
- type LiteTopicListerExpansion
- type LiteTopicNamespaceLister
- type LiteTopicNamespaceListerExpansion
- type SchemaLister
- type SchemaListerExpansion
- type SchemaNamespaceLister
- type SchemaNamespaceListerExpansion
- type SubscriptionIamBindingLister
- type SubscriptionIamBindingListerExpansion
- type SubscriptionIamBindingNamespaceLister
- type SubscriptionIamBindingNamespaceListerExpansion
- type SubscriptionIamMemberLister
- type SubscriptionIamMemberListerExpansion
- type SubscriptionIamMemberNamespaceLister
- type SubscriptionIamMemberNamespaceListerExpansion
- type SubscriptionIamPolicyLister
- type SubscriptionIamPolicyListerExpansion
- type SubscriptionIamPolicyNamespaceLister
- type SubscriptionIamPolicyNamespaceListerExpansion
- type SubscriptionLister
- type SubscriptionListerExpansion
- type SubscriptionNamespaceLister
- type SubscriptionNamespaceListerExpansion
- type TopicIamBindingLister
- type TopicIamBindingListerExpansion
- type TopicIamBindingNamespaceLister
- type TopicIamBindingNamespaceListerExpansion
- type TopicIamMemberLister
- type TopicIamMemberListerExpansion
- type TopicIamMemberNamespaceLister
- type TopicIamMemberNamespaceListerExpansion
- type TopicIamPolicyLister
- type TopicIamPolicyListerExpansion
- type TopicIamPolicyNamespaceLister
- type TopicIamPolicyNamespaceListerExpansion
- type TopicLister
- type TopicListerExpansion
- type TopicNamespaceLister
- type TopicNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LiteSubscriptionLister ¶
type LiteSubscriptionLister interface { // List lists all LiteSubscriptions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LiteSubscription, err error) // LiteSubscriptions returns an object that can list and get LiteSubscriptions. LiteSubscriptions(namespace string) LiteSubscriptionNamespaceLister LiteSubscriptionListerExpansion }
LiteSubscriptionLister helps list LiteSubscriptions. All objects returned here must be treated as read-only.
func NewLiteSubscriptionLister ¶
func NewLiteSubscriptionLister(indexer cache.Indexer) LiteSubscriptionLister
NewLiteSubscriptionLister returns a new LiteSubscriptionLister.
type LiteSubscriptionListerExpansion ¶
type LiteSubscriptionListerExpansion interface{}
LiteSubscriptionListerExpansion allows custom methods to be added to LiteSubscriptionLister.
type LiteSubscriptionNamespaceLister ¶
type LiteSubscriptionNamespaceLister interface { // List lists all LiteSubscriptions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LiteSubscription, err error) // Get retrieves the LiteSubscription from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LiteSubscription, error) LiteSubscriptionNamespaceListerExpansion }
LiteSubscriptionNamespaceLister helps list and get LiteSubscriptions. All objects returned here must be treated as read-only.
type LiteSubscriptionNamespaceListerExpansion ¶
type LiteSubscriptionNamespaceListerExpansion interface{}
LiteSubscriptionNamespaceListerExpansion allows custom methods to be added to LiteSubscriptionNamespaceLister.
type LiteTopicLister ¶
type LiteTopicLister interface { // List lists all LiteTopics in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LiteTopic, err error) // LiteTopics returns an object that can list and get LiteTopics. LiteTopics(namespace string) LiteTopicNamespaceLister LiteTopicListerExpansion }
LiteTopicLister helps list LiteTopics. All objects returned here must be treated as read-only.
func NewLiteTopicLister ¶
func NewLiteTopicLister(indexer cache.Indexer) LiteTopicLister
NewLiteTopicLister returns a new LiteTopicLister.
type LiteTopicListerExpansion ¶
type LiteTopicListerExpansion interface{}
LiteTopicListerExpansion allows custom methods to be added to LiteTopicLister.
type LiteTopicNamespaceLister ¶
type LiteTopicNamespaceLister interface { // List lists all LiteTopics in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LiteTopic, err error) // Get retrieves the LiteTopic from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LiteTopic, error) LiteTopicNamespaceListerExpansion }
LiteTopicNamespaceLister helps list and get LiteTopics. All objects returned here must be treated as read-only.
type LiteTopicNamespaceListerExpansion ¶
type LiteTopicNamespaceListerExpansion interface{}
LiteTopicNamespaceListerExpansion allows custom methods to be added to LiteTopicNamespaceLister.
type SchemaLister ¶
type SchemaLister interface { // List lists all Schemas in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Schema, err error) // Schemas returns an object that can list and get Schemas. Schemas(namespace string) SchemaNamespaceLister SchemaListerExpansion }
SchemaLister helps list Schemas. All objects returned here must be treated as read-only.
func NewSchemaLister ¶
func NewSchemaLister(indexer cache.Indexer) SchemaLister
NewSchemaLister returns a new SchemaLister.
type SchemaListerExpansion ¶
type SchemaListerExpansion interface{}
SchemaListerExpansion allows custom methods to be added to SchemaLister.
type SchemaNamespaceLister ¶
type SchemaNamespaceLister interface { // List lists all Schemas in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Schema, err error) // Get retrieves the Schema from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Schema, error) SchemaNamespaceListerExpansion }
SchemaNamespaceLister helps list and get Schemas. All objects returned here must be treated as read-only.
type SchemaNamespaceListerExpansion ¶
type SchemaNamespaceListerExpansion interface{}
SchemaNamespaceListerExpansion allows custom methods to be added to SchemaNamespaceLister.
type SubscriptionIamBindingLister ¶
type SubscriptionIamBindingLister interface { // List lists all SubscriptionIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubscriptionIamBinding, err error) // SubscriptionIamBindings returns an object that can list and get SubscriptionIamBindings. SubscriptionIamBindings(namespace string) SubscriptionIamBindingNamespaceLister SubscriptionIamBindingListerExpansion }
SubscriptionIamBindingLister helps list SubscriptionIamBindings. All objects returned here must be treated as read-only.
func NewSubscriptionIamBindingLister ¶
func NewSubscriptionIamBindingLister(indexer cache.Indexer) SubscriptionIamBindingLister
NewSubscriptionIamBindingLister returns a new SubscriptionIamBindingLister.
type SubscriptionIamBindingListerExpansion ¶
type SubscriptionIamBindingListerExpansion interface{}
SubscriptionIamBindingListerExpansion allows custom methods to be added to SubscriptionIamBindingLister.
type SubscriptionIamBindingNamespaceLister ¶
type SubscriptionIamBindingNamespaceLister interface { // List lists all SubscriptionIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubscriptionIamBinding, err error) // Get retrieves the SubscriptionIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SubscriptionIamBinding, error) SubscriptionIamBindingNamespaceListerExpansion }
SubscriptionIamBindingNamespaceLister helps list and get SubscriptionIamBindings. All objects returned here must be treated as read-only.
type SubscriptionIamBindingNamespaceListerExpansion ¶
type SubscriptionIamBindingNamespaceListerExpansion interface{}
SubscriptionIamBindingNamespaceListerExpansion allows custom methods to be added to SubscriptionIamBindingNamespaceLister.
type SubscriptionIamMemberLister ¶
type SubscriptionIamMemberLister interface { // List lists all SubscriptionIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubscriptionIamMember, err error) // SubscriptionIamMembers returns an object that can list and get SubscriptionIamMembers. SubscriptionIamMembers(namespace string) SubscriptionIamMemberNamespaceLister SubscriptionIamMemberListerExpansion }
SubscriptionIamMemberLister helps list SubscriptionIamMembers. All objects returned here must be treated as read-only.
func NewSubscriptionIamMemberLister ¶
func NewSubscriptionIamMemberLister(indexer cache.Indexer) SubscriptionIamMemberLister
NewSubscriptionIamMemberLister returns a new SubscriptionIamMemberLister.
type SubscriptionIamMemberListerExpansion ¶
type SubscriptionIamMemberListerExpansion interface{}
SubscriptionIamMemberListerExpansion allows custom methods to be added to SubscriptionIamMemberLister.
type SubscriptionIamMemberNamespaceLister ¶
type SubscriptionIamMemberNamespaceLister interface { // List lists all SubscriptionIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubscriptionIamMember, err error) // Get retrieves the SubscriptionIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SubscriptionIamMember, error) SubscriptionIamMemberNamespaceListerExpansion }
SubscriptionIamMemberNamespaceLister helps list and get SubscriptionIamMembers. All objects returned here must be treated as read-only.
type SubscriptionIamMemberNamespaceListerExpansion ¶
type SubscriptionIamMemberNamespaceListerExpansion interface{}
SubscriptionIamMemberNamespaceListerExpansion allows custom methods to be added to SubscriptionIamMemberNamespaceLister.
type SubscriptionIamPolicyLister ¶
type SubscriptionIamPolicyLister interface { // List lists all SubscriptionIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubscriptionIamPolicy, err error) // SubscriptionIamPolicies returns an object that can list and get SubscriptionIamPolicies. SubscriptionIamPolicies(namespace string) SubscriptionIamPolicyNamespaceLister SubscriptionIamPolicyListerExpansion }
SubscriptionIamPolicyLister helps list SubscriptionIamPolicies. All objects returned here must be treated as read-only.
func NewSubscriptionIamPolicyLister ¶
func NewSubscriptionIamPolicyLister(indexer cache.Indexer) SubscriptionIamPolicyLister
NewSubscriptionIamPolicyLister returns a new SubscriptionIamPolicyLister.
type SubscriptionIamPolicyListerExpansion ¶
type SubscriptionIamPolicyListerExpansion interface{}
SubscriptionIamPolicyListerExpansion allows custom methods to be added to SubscriptionIamPolicyLister.
type SubscriptionIamPolicyNamespaceLister ¶
type SubscriptionIamPolicyNamespaceLister interface { // List lists all SubscriptionIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubscriptionIamPolicy, err error) // Get retrieves the SubscriptionIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SubscriptionIamPolicy, error) SubscriptionIamPolicyNamespaceListerExpansion }
SubscriptionIamPolicyNamespaceLister helps list and get SubscriptionIamPolicies. All objects returned here must be treated as read-only.
type SubscriptionIamPolicyNamespaceListerExpansion ¶
type SubscriptionIamPolicyNamespaceListerExpansion interface{}
SubscriptionIamPolicyNamespaceListerExpansion allows custom methods to be added to SubscriptionIamPolicyNamespaceLister.
type SubscriptionLister ¶
type SubscriptionLister interface { // List lists all Subscriptions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Subscription, err error) // Subscriptions returns an object that can list and get Subscriptions. Subscriptions(namespace string) SubscriptionNamespaceLister SubscriptionListerExpansion }
SubscriptionLister helps list Subscriptions. All objects returned here must be treated as read-only.
func NewSubscriptionLister ¶
func NewSubscriptionLister(indexer cache.Indexer) SubscriptionLister
NewSubscriptionLister returns a new SubscriptionLister.
type SubscriptionListerExpansion ¶
type SubscriptionListerExpansion interface{}
SubscriptionListerExpansion allows custom methods to be added to SubscriptionLister.
type SubscriptionNamespaceLister ¶
type SubscriptionNamespaceLister interface { // List lists all Subscriptions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Subscription, err error) // Get retrieves the Subscription from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Subscription, error) SubscriptionNamespaceListerExpansion }
SubscriptionNamespaceLister helps list and get Subscriptions. All objects returned here must be treated as read-only.
type SubscriptionNamespaceListerExpansion ¶
type SubscriptionNamespaceListerExpansion interface{}
SubscriptionNamespaceListerExpansion allows custom methods to be added to SubscriptionNamespaceLister.
type TopicIamBindingLister ¶
type TopicIamBindingLister interface { // List lists all TopicIamBindings in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TopicIamBinding, err error) // TopicIamBindings returns an object that can list and get TopicIamBindings. TopicIamBindings(namespace string) TopicIamBindingNamespaceLister TopicIamBindingListerExpansion }
TopicIamBindingLister helps list TopicIamBindings. All objects returned here must be treated as read-only.
func NewTopicIamBindingLister ¶
func NewTopicIamBindingLister(indexer cache.Indexer) TopicIamBindingLister
NewTopicIamBindingLister returns a new TopicIamBindingLister.
type TopicIamBindingListerExpansion ¶
type TopicIamBindingListerExpansion interface{}
TopicIamBindingListerExpansion allows custom methods to be added to TopicIamBindingLister.
type TopicIamBindingNamespaceLister ¶
type TopicIamBindingNamespaceLister interface { // List lists all TopicIamBindings in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TopicIamBinding, err error) // Get retrieves the TopicIamBinding from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TopicIamBinding, error) TopicIamBindingNamespaceListerExpansion }
TopicIamBindingNamespaceLister helps list and get TopicIamBindings. All objects returned here must be treated as read-only.
type TopicIamBindingNamespaceListerExpansion ¶
type TopicIamBindingNamespaceListerExpansion interface{}
TopicIamBindingNamespaceListerExpansion allows custom methods to be added to TopicIamBindingNamespaceLister.
type TopicIamMemberLister ¶
type TopicIamMemberLister interface { // List lists all TopicIamMembers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TopicIamMember, err error) // TopicIamMembers returns an object that can list and get TopicIamMembers. TopicIamMembers(namespace string) TopicIamMemberNamespaceLister TopicIamMemberListerExpansion }
TopicIamMemberLister helps list TopicIamMembers. All objects returned here must be treated as read-only.
func NewTopicIamMemberLister ¶
func NewTopicIamMemberLister(indexer cache.Indexer) TopicIamMemberLister
NewTopicIamMemberLister returns a new TopicIamMemberLister.
type TopicIamMemberListerExpansion ¶
type TopicIamMemberListerExpansion interface{}
TopicIamMemberListerExpansion allows custom methods to be added to TopicIamMemberLister.
type TopicIamMemberNamespaceLister ¶
type TopicIamMemberNamespaceLister interface { // List lists all TopicIamMembers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TopicIamMember, err error) // Get retrieves the TopicIamMember from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TopicIamMember, error) TopicIamMemberNamespaceListerExpansion }
TopicIamMemberNamespaceLister helps list and get TopicIamMembers. All objects returned here must be treated as read-only.
type TopicIamMemberNamespaceListerExpansion ¶
type TopicIamMemberNamespaceListerExpansion interface{}
TopicIamMemberNamespaceListerExpansion allows custom methods to be added to TopicIamMemberNamespaceLister.
type TopicIamPolicyLister ¶
type TopicIamPolicyLister interface { // List lists all TopicIamPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TopicIamPolicy, err error) // TopicIamPolicies returns an object that can list and get TopicIamPolicies. TopicIamPolicies(namespace string) TopicIamPolicyNamespaceLister TopicIamPolicyListerExpansion }
TopicIamPolicyLister helps list TopicIamPolicies. All objects returned here must be treated as read-only.
func NewTopicIamPolicyLister ¶
func NewTopicIamPolicyLister(indexer cache.Indexer) TopicIamPolicyLister
NewTopicIamPolicyLister returns a new TopicIamPolicyLister.
type TopicIamPolicyListerExpansion ¶
type TopicIamPolicyListerExpansion interface{}
TopicIamPolicyListerExpansion allows custom methods to be added to TopicIamPolicyLister.
type TopicIamPolicyNamespaceLister ¶
type TopicIamPolicyNamespaceLister interface { // List lists all TopicIamPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TopicIamPolicy, err error) // Get retrieves the TopicIamPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TopicIamPolicy, error) TopicIamPolicyNamespaceListerExpansion }
TopicIamPolicyNamespaceLister helps list and get TopicIamPolicies. All objects returned here must be treated as read-only.
type TopicIamPolicyNamespaceListerExpansion ¶
type TopicIamPolicyNamespaceListerExpansion interface{}
TopicIamPolicyNamespaceListerExpansion allows custom methods to be added to TopicIamPolicyNamespaceLister.
type TopicLister ¶
type TopicLister interface { // List lists all Topics in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Topic, err error) // Topics returns an object that can list and get Topics. Topics(namespace string) TopicNamespaceLister TopicListerExpansion }
TopicLister helps list Topics. All objects returned here must be treated as read-only.
func NewTopicLister ¶
func NewTopicLister(indexer cache.Indexer) TopicLister
NewTopicLister returns a new TopicLister.
type TopicListerExpansion ¶
type TopicListerExpansion interface{}
TopicListerExpansion allows custom methods to be added to TopicLister.
type TopicNamespaceLister ¶
type TopicNamespaceLister interface { // List lists all Topics in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Topic, err error) // Get retrieves the Topic from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Topic, error) TopicNamespaceListerExpansion }
TopicNamespaceLister helps list and get Topics. All objects returned here must be treated as read-only.
type TopicNamespaceListerExpansion ¶
type TopicNamespaceListerExpansion interface{}
TopicNamespaceListerExpansion allows custom methods to be added to TopicNamespaceLister.