Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentNamespace ¶
GetCurrentNamespace --
Types ¶
type Client ¶
type Client interface {
controller.Client
kubernetes.Interface
GetScheme() *runtime.Scheme
IspnClient() *ispn.InfinispanV1Client
}
Client is an abstraction for a k8s client
func FromManager ¶
FromManager creates a new k8s client from a manager object
func NewOutOfClusterClient ¶
NewOutOfClusterClient creates a new k8s client that can be used from outside the cluster
type Injectable ¶
type Injectable interface {
InjectClient(Client)
}
Injectable identifies objects that can receive a Client
Click to show internal directories.
Click to hide internal directories.