client

package
v0.0.0-...-9d8613e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCurrentNamespace

func GetCurrentNamespace(kubeconfig string) (string, error)

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

func FromManager(manager manager.Manager) (Client, error)

FromManager creates a new k8s client from a manager object

func NewOutOfClusterClient

func NewOutOfClusterClient(kubeconfig string) (Client, error)

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

type Provider

type Provider struct {
	Get func() (Client, error)
}

Provider is used to provide a new instance of the Client each time it's required

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL