Documentation ¶
Index ¶
- func NewAccessCodeInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDynamicBindConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDynamicBindRequestInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEnvironmentInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAccessCodeInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDynamicBindConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDynamicBindRequestInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEnvironmentInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredScenarioInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredScenarioSessionInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredScheduledEventInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredUserInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVirtualMachineClaimInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVirtualMachineInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVirtualMachineSetInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVirtualMachineTemplateInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewScenarioInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewScenarioSessionInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewScheduledEventInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewUserInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVirtualMachineClaimInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVirtualMachineInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVirtualMachineSetInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVirtualMachineTemplateInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AccessCodeInformer
- type DynamicBindConfigurationInformer
- type DynamicBindRequestInformer
- type EnvironmentInformer
- type Interface
- type ScenarioInformer
- type ScenarioSessionInformer
- type ScheduledEventInformer
- type UserInformer
- type VirtualMachineClaimInformer
- type VirtualMachineInformer
- type VirtualMachineSetInformer
- type VirtualMachineTemplateInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccessCodeInformer ¶
func NewAccessCodeInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAccessCodeInformer constructs a new informer for AccessCode type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewDynamicBindConfigurationInformer ¶
func NewDynamicBindConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDynamicBindConfigurationInformer constructs a new informer for DynamicBindConfiguration type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewDynamicBindRequestInformer ¶
func NewDynamicBindRequestInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDynamicBindRequestInformer constructs a new informer for DynamicBindRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewEnvironmentInformer ¶
func NewEnvironmentInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEnvironmentInformer constructs a new informer for Environment type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredAccessCodeInformer ¶
func NewFilteredAccessCodeInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAccessCodeInformer constructs a new informer for AccessCode type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredDynamicBindConfigurationInformer ¶
func NewFilteredDynamicBindConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDynamicBindConfigurationInformer constructs a new informer for DynamicBindConfiguration type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredDynamicBindRequestInformer ¶
func NewFilteredDynamicBindRequestInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDynamicBindRequestInformer constructs a new informer for DynamicBindRequest type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredEnvironmentInformer ¶
func NewFilteredEnvironmentInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEnvironmentInformer constructs a new informer for Environment type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredScenarioInformer ¶
func NewFilteredScenarioInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredScenarioInformer constructs a new informer for Scenario type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredScenarioSessionInformer ¶
func NewFilteredScenarioSessionInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredScenarioSessionInformer constructs a new informer for ScenarioSession type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredScheduledEventInformer ¶
func NewFilteredScheduledEventInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredScheduledEventInformer constructs a new informer for ScheduledEvent type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredUserInformer ¶
func NewFilteredUserInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredUserInformer constructs a new informer for User type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredVirtualMachineClaimInformer ¶
func NewFilteredVirtualMachineClaimInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVirtualMachineClaimInformer constructs a new informer for VirtualMachineClaim type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredVirtualMachineInformer ¶
func NewFilteredVirtualMachineInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVirtualMachineInformer constructs a new informer for VirtualMachine type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredVirtualMachineSetInformer ¶
func NewFilteredVirtualMachineSetInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVirtualMachineSetInformer constructs a new informer for VirtualMachineSet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredVirtualMachineTemplateInformer ¶
func NewFilteredVirtualMachineTemplateInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVirtualMachineTemplateInformer constructs a new informer for VirtualMachineTemplate type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewScenarioInformer ¶
func NewScenarioInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewScenarioInformer constructs a new informer for Scenario type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewScenarioSessionInformer ¶
func NewScenarioSessionInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewScenarioSessionInformer constructs a new informer for ScenarioSession type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewScheduledEventInformer ¶
func NewScheduledEventInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewScheduledEventInformer constructs a new informer for ScheduledEvent type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewUserInformer ¶
func NewUserInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewUserInformer constructs a new informer for User type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewVirtualMachineClaimInformer ¶
func NewVirtualMachineClaimInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVirtualMachineClaimInformer constructs a new informer for VirtualMachineClaim type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewVirtualMachineInformer ¶
func NewVirtualMachineInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVirtualMachineInformer constructs a new informer for VirtualMachine type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewVirtualMachineSetInformer ¶
func NewVirtualMachineSetInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVirtualMachineSetInformer constructs a new informer for VirtualMachineSet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewVirtualMachineTemplateInformer ¶
func NewVirtualMachineTemplateInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVirtualMachineTemplateInformer constructs a new informer for VirtualMachineTemplate type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type AccessCodeInformer ¶
type AccessCodeInformer interface { Informer() cache.SharedIndexInformer Lister() v1.AccessCodeLister }
AccessCodeInformer provides access to a shared informer and lister for AccessCodes.
type DynamicBindConfigurationInformer ¶
type DynamicBindConfigurationInformer interface { Informer() cache.SharedIndexInformer Lister() v1.DynamicBindConfigurationLister }
DynamicBindConfigurationInformer provides access to a shared informer and lister for DynamicBindConfigurations.
type DynamicBindRequestInformer ¶
type DynamicBindRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1.DynamicBindRequestLister }
DynamicBindRequestInformer provides access to a shared informer and lister for DynamicBindRequests.
type EnvironmentInformer ¶
type EnvironmentInformer interface { Informer() cache.SharedIndexInformer Lister() v1.EnvironmentLister }
EnvironmentInformer provides access to a shared informer and lister for Environments.
type Interface ¶
type Interface interface { // AccessCodes returns a AccessCodeInformer. AccessCodes() AccessCodeInformer // DynamicBindConfigurations returns a DynamicBindConfigurationInformer. DynamicBindConfigurations() DynamicBindConfigurationInformer // DynamicBindRequests returns a DynamicBindRequestInformer. DynamicBindRequests() DynamicBindRequestInformer // Environments returns a EnvironmentInformer. Environments() EnvironmentInformer // Scenarios returns a ScenarioInformer. Scenarios() ScenarioInformer // ScenarioSessions returns a ScenarioSessionInformer. ScenarioSessions() ScenarioSessionInformer // ScheduledEvents returns a ScheduledEventInformer. ScheduledEvents() ScheduledEventInformer // Users returns a UserInformer. Users() UserInformer // VirtualMachines returns a VirtualMachineInformer. VirtualMachines() VirtualMachineInformer // VirtualMachineClaims returns a VirtualMachineClaimInformer. VirtualMachineClaims() VirtualMachineClaimInformer // VirtualMachineSets returns a VirtualMachineSetInformer. VirtualMachineSets() VirtualMachineSetInformer // VirtualMachineTemplates returns a VirtualMachineTemplateInformer. VirtualMachineTemplates() VirtualMachineTemplateInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type ScenarioInformer ¶
type ScenarioInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ScenarioLister }
ScenarioInformer provides access to a shared informer and lister for Scenarios.
type ScenarioSessionInformer ¶
type ScenarioSessionInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ScenarioSessionLister }
ScenarioSessionInformer provides access to a shared informer and lister for ScenarioSessions.
type ScheduledEventInformer ¶
type ScheduledEventInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ScheduledEventLister }
ScheduledEventInformer provides access to a shared informer and lister for ScheduledEvents.
type UserInformer ¶
type UserInformer interface { Informer() cache.SharedIndexInformer Lister() v1.UserLister }
UserInformer provides access to a shared informer and lister for Users.
type VirtualMachineClaimInformer ¶
type VirtualMachineClaimInformer interface { Informer() cache.SharedIndexInformer Lister() v1.VirtualMachineClaimLister }
VirtualMachineClaimInformer provides access to a shared informer and lister for VirtualMachineClaims.
type VirtualMachineInformer ¶
type VirtualMachineInformer interface { Informer() cache.SharedIndexInformer Lister() v1.VirtualMachineLister }
VirtualMachineInformer provides access to a shared informer and lister for VirtualMachines.
type VirtualMachineSetInformer ¶
type VirtualMachineSetInformer interface { Informer() cache.SharedIndexInformer Lister() v1.VirtualMachineSetLister }
VirtualMachineSetInformer provides access to a shared informer and lister for VirtualMachineSets.
type VirtualMachineTemplateInformer ¶
type VirtualMachineTemplateInformer interface { Informer() cache.SharedIndexInformer Lister() v1.VirtualMachineTemplateLister }
VirtualMachineTemplateInformer provides access to a shared informer and lister for VirtualMachineTemplates.