Documentation ¶
Index ¶
- func NewFilteredWorkspaceClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewFilteredWorkspaceInformer(client scopedclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredWorkspaceTypeClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewFilteredWorkspaceTypeInformer(client scopedclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewWorkspaceClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewWorkspaceInformer(client scopedclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewWorkspaceTypeClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewWorkspaceTypeInformer(client scopedclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ClusterInterface
- type Interface
- type WorkspaceClusterInformer
- type WorkspaceInformer
- type WorkspaceTypeClusterInformer
- type WorkspaceTypeInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredWorkspaceClusterInformer ¶
func NewFilteredWorkspaceClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredWorkspaceClusterInformer constructs a new informer for Workspace 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 NewFilteredWorkspaceInformer ¶
func NewFilteredWorkspaceInformer(client scopedclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredWorkspaceInformer constructs a new informer for Workspace 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 NewFilteredWorkspaceTypeClusterInformer ¶
func NewFilteredWorkspaceTypeClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredWorkspaceTypeClusterInformer constructs a new informer for WorkspaceType 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 NewFilteredWorkspaceTypeInformer ¶
func NewFilteredWorkspaceTypeInformer(client scopedclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredWorkspaceTypeInformer constructs a new informer for WorkspaceType 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 NewWorkspaceClusterInformer ¶
func NewWorkspaceClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewWorkspaceClusterInformer constructs a new informer for Workspace 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 NewWorkspaceInformer ¶
func NewWorkspaceInformer(client scopedclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewWorkspaceInformer constructs a new informer for Workspace 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 NewWorkspaceTypeClusterInformer ¶
func NewWorkspaceTypeClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewWorkspaceTypeClusterInformer constructs a new informer for WorkspaceType 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 NewWorkspaceTypeInformer ¶
func NewWorkspaceTypeInformer(client scopedclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewWorkspaceTypeInformer constructs a new informer for WorkspaceType 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 ClusterInterface ¶
type ClusterInterface interface { // Workspaces returns a WorkspaceClusterInformer Workspaces() WorkspaceClusterInformer // WorkspaceTypes returns a WorkspaceTypeClusterInformer WorkspaceTypes() WorkspaceTypeClusterInformer }
func New ¶
func New(f internalinterfaces.SharedInformerFactory, tweakListOptions internalinterfaces.TweakListOptionsFunc) ClusterInterface
New returns a new ClusterInterface.
type Interface ¶
type Interface interface { // Workspaces returns a WorkspaceInformer Workspaces() WorkspaceInformer // WorkspaceTypes returns a WorkspaceTypeInformer WorkspaceTypes() WorkspaceTypeInformer }
func NewScoped ¶
func NewScoped(f internalinterfaces.SharedScopedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new ClusterInterface.
type WorkspaceClusterInformer ¶
type WorkspaceClusterInformer interface { Cluster(logicalcluster.Name) WorkspaceInformer Informer() kcpcache.ScopeableSharedIndexInformer Lister() tenancyv1alpha1listers.WorkspaceClusterLister }
WorkspaceClusterInformer provides access to a shared informer and lister for Workspaces.
type WorkspaceInformer ¶
type WorkspaceInformer interface { Informer() cache.SharedIndexInformer Lister() tenancyv1alpha1listers.WorkspaceLister }
WorkspaceInformer provides access to a shared informer and lister for Workspaces.
type WorkspaceTypeClusterInformer ¶
type WorkspaceTypeClusterInformer interface { Cluster(logicalcluster.Name) WorkspaceTypeInformer Informer() kcpcache.ScopeableSharedIndexInformer Lister() tenancyv1alpha1listers.WorkspaceTypeClusterLister }
WorkspaceTypeClusterInformer provides access to a shared informer and lister for WorkspaceTypes.
type WorkspaceTypeInformer ¶
type WorkspaceTypeInformer interface { Informer() cache.SharedIndexInformer Lister() tenancyv1alpha1listers.WorkspaceTypeLister }
WorkspaceTypeInformer provides access to a shared informer and lister for WorkspaceTypes.