Documentation
¶
Overview ¶
Package core contains structs and functions to aggregate built-in kube clients for use elsewhere
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializeClients ¶
InitializeClients initializes a list of clients, collecting all errors.
Types ¶
type Clients ¶
type Clients struct { Dynamic dynamic.Interface Discovery discovery.DiscoveryInterface Tree *xrm.Client }
Clients aggregates the root level of built-in kube clients that we use to initialize our wrapper interfaces.
type Initializable ¶
Initializable is an interface for any client that can be initialized.
Click to show internal directories.
Click to hide internal directories.