Documentation ¶
Index ¶
- type BotAssociationLister
- type BotAssociationListerExpansion
- type BotAssociationNamespaceLister
- type BotAssociationNamespaceListerExpansion
- type ContactFlowLister
- type ContactFlowListerExpansion
- type ContactFlowModuleLister
- type ContactFlowModuleListerExpansion
- type ContactFlowModuleNamespaceLister
- type ContactFlowModuleNamespaceListerExpansion
- type ContactFlowNamespaceLister
- type ContactFlowNamespaceListerExpansion
- type HoursOfOperationLister
- type HoursOfOperationListerExpansion
- type HoursOfOperationNamespaceLister
- type HoursOfOperationNamespaceListerExpansion
- type InstanceLister
- type InstanceListerExpansion
- type InstanceNamespaceLister
- type InstanceNamespaceListerExpansion
- type LambdaFunctionAssociationLister
- type LambdaFunctionAssociationListerExpansion
- type LambdaFunctionAssociationNamespaceLister
- type LambdaFunctionAssociationNamespaceListerExpansion
- type QueueLister
- type QueueListerExpansion
- type QueueNamespaceLister
- type QueueNamespaceListerExpansion
- type QuickConnectLister
- type QuickConnectListerExpansion
- type QuickConnectNamespaceLister
- type QuickConnectNamespaceListerExpansion
- type RoutingProfileLister
- type RoutingProfileListerExpansion
- type RoutingProfileNamespaceLister
- type RoutingProfileNamespaceListerExpansion
- type SecurityProfileLister
- type SecurityProfileListerExpansion
- type SecurityProfileNamespaceLister
- type SecurityProfileNamespaceListerExpansion
- type UserHierarchyStructureLister
- type UserHierarchyStructureListerExpansion
- type UserHierarchyStructureNamespaceLister
- type UserHierarchyStructureNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotAssociationLister ¶
type BotAssociationLister interface { // List lists all BotAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BotAssociation, err error) // BotAssociations returns an object that can list and get BotAssociations. BotAssociations(namespace string) BotAssociationNamespaceLister BotAssociationListerExpansion }
BotAssociationLister helps list BotAssociations. All objects returned here must be treated as read-only.
func NewBotAssociationLister ¶
func NewBotAssociationLister(indexer cache.Indexer) BotAssociationLister
NewBotAssociationLister returns a new BotAssociationLister.
type BotAssociationListerExpansion ¶
type BotAssociationListerExpansion interface{}
BotAssociationListerExpansion allows custom methods to be added to BotAssociationLister.
type BotAssociationNamespaceLister ¶
type BotAssociationNamespaceLister interface { // List lists all BotAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BotAssociation, err error) // Get retrieves the BotAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BotAssociation, error) BotAssociationNamespaceListerExpansion }
BotAssociationNamespaceLister helps list and get BotAssociations. All objects returned here must be treated as read-only.
type BotAssociationNamespaceListerExpansion ¶
type BotAssociationNamespaceListerExpansion interface{}
BotAssociationNamespaceListerExpansion allows custom methods to be added to BotAssociationNamespaceLister.
type ContactFlowLister ¶
type ContactFlowLister interface { // List lists all ContactFlows in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ContactFlow, err error) // ContactFlows returns an object that can list and get ContactFlows. ContactFlows(namespace string) ContactFlowNamespaceLister ContactFlowListerExpansion }
ContactFlowLister helps list ContactFlows. All objects returned here must be treated as read-only.
func NewContactFlowLister ¶
func NewContactFlowLister(indexer cache.Indexer) ContactFlowLister
NewContactFlowLister returns a new ContactFlowLister.
type ContactFlowListerExpansion ¶
type ContactFlowListerExpansion interface{}
ContactFlowListerExpansion allows custom methods to be added to ContactFlowLister.
type ContactFlowModuleLister ¶
type ContactFlowModuleLister interface { // List lists all ContactFlowModules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ContactFlowModule, err error) // ContactFlowModules returns an object that can list and get ContactFlowModules. ContactFlowModules(namespace string) ContactFlowModuleNamespaceLister ContactFlowModuleListerExpansion }
ContactFlowModuleLister helps list ContactFlowModules. All objects returned here must be treated as read-only.
func NewContactFlowModuleLister ¶
func NewContactFlowModuleLister(indexer cache.Indexer) ContactFlowModuleLister
NewContactFlowModuleLister returns a new ContactFlowModuleLister.
type ContactFlowModuleListerExpansion ¶
type ContactFlowModuleListerExpansion interface{}
ContactFlowModuleListerExpansion allows custom methods to be added to ContactFlowModuleLister.
type ContactFlowModuleNamespaceLister ¶
type ContactFlowModuleNamespaceLister interface { // List lists all ContactFlowModules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ContactFlowModule, err error) // Get retrieves the ContactFlowModule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ContactFlowModule, error) ContactFlowModuleNamespaceListerExpansion }
ContactFlowModuleNamespaceLister helps list and get ContactFlowModules. All objects returned here must be treated as read-only.
type ContactFlowModuleNamespaceListerExpansion ¶
type ContactFlowModuleNamespaceListerExpansion interface{}
ContactFlowModuleNamespaceListerExpansion allows custom methods to be added to ContactFlowModuleNamespaceLister.
type ContactFlowNamespaceLister ¶
type ContactFlowNamespaceLister interface { // List lists all ContactFlows in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ContactFlow, err error) // Get retrieves the ContactFlow from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ContactFlow, error) ContactFlowNamespaceListerExpansion }
ContactFlowNamespaceLister helps list and get ContactFlows. All objects returned here must be treated as read-only.
type ContactFlowNamespaceListerExpansion ¶
type ContactFlowNamespaceListerExpansion interface{}
ContactFlowNamespaceListerExpansion allows custom methods to be added to ContactFlowNamespaceLister.
type HoursOfOperationLister ¶
type HoursOfOperationLister interface { // List lists all HoursOfOperations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.HoursOfOperation, err error) // HoursOfOperations returns an object that can list and get HoursOfOperations. HoursOfOperations(namespace string) HoursOfOperationNamespaceLister HoursOfOperationListerExpansion }
HoursOfOperationLister helps list HoursOfOperations. All objects returned here must be treated as read-only.
func NewHoursOfOperationLister ¶
func NewHoursOfOperationLister(indexer cache.Indexer) HoursOfOperationLister
NewHoursOfOperationLister returns a new HoursOfOperationLister.
type HoursOfOperationListerExpansion ¶
type HoursOfOperationListerExpansion interface{}
HoursOfOperationListerExpansion allows custom methods to be added to HoursOfOperationLister.
type HoursOfOperationNamespaceLister ¶
type HoursOfOperationNamespaceLister interface { // List lists all HoursOfOperations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.HoursOfOperation, err error) // Get retrieves the HoursOfOperation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.HoursOfOperation, error) HoursOfOperationNamespaceListerExpansion }
HoursOfOperationNamespaceLister helps list and get HoursOfOperations. All objects returned here must be treated as read-only.
type HoursOfOperationNamespaceListerExpansion ¶
type HoursOfOperationNamespaceListerExpansion interface{}
HoursOfOperationNamespaceListerExpansion allows custom methods to be added to HoursOfOperationNamespaceLister.
type InstanceLister ¶
type InstanceLister interface { // List lists all Instances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Instance, err error) // Instances returns an object that can list and get Instances. Instances(namespace string) InstanceNamespaceLister InstanceListerExpansion }
InstanceLister helps list Instances. All objects returned here must be treated as read-only.
func NewInstanceLister ¶
func NewInstanceLister(indexer cache.Indexer) InstanceLister
NewInstanceLister returns a new InstanceLister.
type InstanceListerExpansion ¶
type InstanceListerExpansion interface{}
InstanceListerExpansion allows custom methods to be added to InstanceLister.
type InstanceNamespaceLister ¶
type InstanceNamespaceLister interface { // List lists all Instances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Instance, err error) // Get retrieves the Instance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Instance, error) InstanceNamespaceListerExpansion }
InstanceNamespaceLister helps list and get Instances. All objects returned here must be treated as read-only.
type InstanceNamespaceListerExpansion ¶
type InstanceNamespaceListerExpansion interface{}
InstanceNamespaceListerExpansion allows custom methods to be added to InstanceNamespaceLister.
type LambdaFunctionAssociationLister ¶
type LambdaFunctionAssociationLister interface { // List lists all LambdaFunctionAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LambdaFunctionAssociation, err error) // LambdaFunctionAssociations returns an object that can list and get LambdaFunctionAssociations. LambdaFunctionAssociations(namespace string) LambdaFunctionAssociationNamespaceLister LambdaFunctionAssociationListerExpansion }
LambdaFunctionAssociationLister helps list LambdaFunctionAssociations. All objects returned here must be treated as read-only.
func NewLambdaFunctionAssociationLister ¶
func NewLambdaFunctionAssociationLister(indexer cache.Indexer) LambdaFunctionAssociationLister
NewLambdaFunctionAssociationLister returns a new LambdaFunctionAssociationLister.
type LambdaFunctionAssociationListerExpansion ¶
type LambdaFunctionAssociationListerExpansion interface{}
LambdaFunctionAssociationListerExpansion allows custom methods to be added to LambdaFunctionAssociationLister.
type LambdaFunctionAssociationNamespaceLister ¶
type LambdaFunctionAssociationNamespaceLister interface { // List lists all LambdaFunctionAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.LambdaFunctionAssociation, err error) // Get retrieves the LambdaFunctionAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.LambdaFunctionAssociation, error) LambdaFunctionAssociationNamespaceListerExpansion }
LambdaFunctionAssociationNamespaceLister helps list and get LambdaFunctionAssociations. All objects returned here must be treated as read-only.
type LambdaFunctionAssociationNamespaceListerExpansion ¶
type LambdaFunctionAssociationNamespaceListerExpansion interface{}
LambdaFunctionAssociationNamespaceListerExpansion allows custom methods to be added to LambdaFunctionAssociationNamespaceLister.
type QueueLister ¶
type QueueLister interface { // List lists all Queues in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Queue, err error) // Queues returns an object that can list and get Queues. Queues(namespace string) QueueNamespaceLister QueueListerExpansion }
QueueLister helps list Queues. All objects returned here must be treated as read-only.
func NewQueueLister ¶
func NewQueueLister(indexer cache.Indexer) QueueLister
NewQueueLister returns a new QueueLister.
type QueueListerExpansion ¶
type QueueListerExpansion interface{}
QueueListerExpansion allows custom methods to be added to QueueLister.
type QueueNamespaceLister ¶
type QueueNamespaceLister interface { // List lists all Queues in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Queue, err error) // Get retrieves the Queue from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Queue, error) QueueNamespaceListerExpansion }
QueueNamespaceLister helps list and get Queues. All objects returned here must be treated as read-only.
type QueueNamespaceListerExpansion ¶
type QueueNamespaceListerExpansion interface{}
QueueNamespaceListerExpansion allows custom methods to be added to QueueNamespaceLister.
type QuickConnectLister ¶
type QuickConnectLister interface { // List lists all QuickConnects in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.QuickConnect, err error) // QuickConnects returns an object that can list and get QuickConnects. QuickConnects(namespace string) QuickConnectNamespaceLister QuickConnectListerExpansion }
QuickConnectLister helps list QuickConnects. All objects returned here must be treated as read-only.
func NewQuickConnectLister ¶
func NewQuickConnectLister(indexer cache.Indexer) QuickConnectLister
NewQuickConnectLister returns a new QuickConnectLister.
type QuickConnectListerExpansion ¶
type QuickConnectListerExpansion interface{}
QuickConnectListerExpansion allows custom methods to be added to QuickConnectLister.
type QuickConnectNamespaceLister ¶
type QuickConnectNamespaceLister interface { // List lists all QuickConnects in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.QuickConnect, err error) // Get retrieves the QuickConnect from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.QuickConnect, error) QuickConnectNamespaceListerExpansion }
QuickConnectNamespaceLister helps list and get QuickConnects. All objects returned here must be treated as read-only.
type QuickConnectNamespaceListerExpansion ¶
type QuickConnectNamespaceListerExpansion interface{}
QuickConnectNamespaceListerExpansion allows custom methods to be added to QuickConnectNamespaceLister.
type RoutingProfileLister ¶
type RoutingProfileLister interface { // List lists all RoutingProfiles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RoutingProfile, err error) // RoutingProfiles returns an object that can list and get RoutingProfiles. RoutingProfiles(namespace string) RoutingProfileNamespaceLister RoutingProfileListerExpansion }
RoutingProfileLister helps list RoutingProfiles. All objects returned here must be treated as read-only.
func NewRoutingProfileLister ¶
func NewRoutingProfileLister(indexer cache.Indexer) RoutingProfileLister
NewRoutingProfileLister returns a new RoutingProfileLister.
type RoutingProfileListerExpansion ¶
type RoutingProfileListerExpansion interface{}
RoutingProfileListerExpansion allows custom methods to be added to RoutingProfileLister.
type RoutingProfileNamespaceLister ¶
type RoutingProfileNamespaceLister interface { // List lists all RoutingProfiles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RoutingProfile, err error) // Get retrieves the RoutingProfile from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RoutingProfile, error) RoutingProfileNamespaceListerExpansion }
RoutingProfileNamespaceLister helps list and get RoutingProfiles. All objects returned here must be treated as read-only.
type RoutingProfileNamespaceListerExpansion ¶
type RoutingProfileNamespaceListerExpansion interface{}
RoutingProfileNamespaceListerExpansion allows custom methods to be added to RoutingProfileNamespaceLister.
type SecurityProfileLister ¶
type SecurityProfileLister interface { // List lists all SecurityProfiles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecurityProfile, err error) // SecurityProfiles returns an object that can list and get SecurityProfiles. SecurityProfiles(namespace string) SecurityProfileNamespaceLister SecurityProfileListerExpansion }
SecurityProfileLister helps list SecurityProfiles. All objects returned here must be treated as read-only.
func NewSecurityProfileLister ¶
func NewSecurityProfileLister(indexer cache.Indexer) SecurityProfileLister
NewSecurityProfileLister returns a new SecurityProfileLister.
type SecurityProfileListerExpansion ¶
type SecurityProfileListerExpansion interface{}
SecurityProfileListerExpansion allows custom methods to be added to SecurityProfileLister.
type SecurityProfileNamespaceLister ¶
type SecurityProfileNamespaceLister interface { // List lists all SecurityProfiles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SecurityProfile, err error) // Get retrieves the SecurityProfile from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SecurityProfile, error) SecurityProfileNamespaceListerExpansion }
SecurityProfileNamespaceLister helps list and get SecurityProfiles. All objects returned here must be treated as read-only.
type SecurityProfileNamespaceListerExpansion ¶
type SecurityProfileNamespaceListerExpansion interface{}
SecurityProfileNamespaceListerExpansion allows custom methods to be added to SecurityProfileNamespaceLister.
type UserHierarchyStructureLister ¶
type UserHierarchyStructureLister interface { // List lists all UserHierarchyStructures in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserHierarchyStructure, err error) // UserHierarchyStructures returns an object that can list and get UserHierarchyStructures. UserHierarchyStructures(namespace string) UserHierarchyStructureNamespaceLister UserHierarchyStructureListerExpansion }
UserHierarchyStructureLister helps list UserHierarchyStructures. All objects returned here must be treated as read-only.
func NewUserHierarchyStructureLister ¶
func NewUserHierarchyStructureLister(indexer cache.Indexer) UserHierarchyStructureLister
NewUserHierarchyStructureLister returns a new UserHierarchyStructureLister.
type UserHierarchyStructureListerExpansion ¶
type UserHierarchyStructureListerExpansion interface{}
UserHierarchyStructureListerExpansion allows custom methods to be added to UserHierarchyStructureLister.
type UserHierarchyStructureNamespaceLister ¶
type UserHierarchyStructureNamespaceLister interface { // List lists all UserHierarchyStructures in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserHierarchyStructure, err error) // Get retrieves the UserHierarchyStructure from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.UserHierarchyStructure, error) UserHierarchyStructureNamespaceListerExpansion }
UserHierarchyStructureNamespaceLister helps list and get UserHierarchyStructures. All objects returned here must be treated as read-only.
type UserHierarchyStructureNamespaceListerExpansion ¶
type UserHierarchyStructureNamespaceListerExpansion interface{}
UserHierarchyStructureNamespaceListerExpansion allows custom methods to be added to UserHierarchyStructureNamespaceLister.