Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
*amc.Config
// Kubebuilder client
KBClient client.Client
// Kubernetes client
Client kubernetes.Interface
// KubeDB client
DBClient db_cs.Interface
// PetSet client
PSClient petsetcs.Interface
// Dynamic client
DynamicClient dynamic.Interface
}
func NewController ¶
func (*Controller) InitPetSetWatcher ¶
func (c *Controller) InitPetSetWatcher()
func (*Controller) WithCacheClient ¶ added in v0.53.0
func (c *Controller) WithCacheClient(kbClient client.Client) *Controller
Click to show internal directories.
Click to hide internal directories.