Documentation
¶
Overview ¶
Copyright 2020-2025 Project Capsule Authors SPDX-License-Identifier: Apache-2.0
Copyright 2020-2025 Project Capsule Authors SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CRDWatcher ¶
type CRDWatcher struct {
Client client.Client
LeaderElection bool
// contains filtered or unexported fields
}
func (*CRDWatcher) NeedLeaderElection ¶ added in v0.9.8
func (c *CRDWatcher) NeedLeaderElection() bool
func (*CRDWatcher) SetupWithManager ¶
type NamespacedWatcher ¶
type NamespacedWatcher struct {
Client client.Client
LeaderElection bool
// contains filtered or unexported fields
}
func (*NamespacedWatcher) NeedLeaderElection ¶ added in v0.9.8
func (c *NamespacedWatcher) NeedLeaderElection() bool
func (*NamespacedWatcher) SetupWithManager ¶
func (c *NamespacedWatcher) SetupWithManager(mgr manager.Manager, gvk metav1.GroupVersionKind) error
Click to show internal directories.
Click to hide internal directories.