scopedclient

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

type Factory struct {
	// contains filtered or unexported fields
}

Factory holds on to a default config and can create a new client instance(s) bound to any bearer token specified.

func NewFactory

func NewFactory(config *rest.Config) *Factory

NewFactory returns a new instance of Factory.

func (*Factory) NewDynamicClient

func (f *Factory) NewDynamicClient(token string) (dynamicClient dynamic.Interface, err error)

NewDynamicClient return a new instance of the Dynamic Client from the bearer token specified.

func (*Factory) NewKubernetesClient

func (f *Factory) NewKubernetesClient(token string) (client versioned.Interface, err error)

NewKubernetesClient return a new instance of CR client from the bearer token specified.

func (*Factory) NewOperatorClient

func (f *Factory) NewOperatorClient(token string) (client operatorclient.ClientInterface, err error)

NewOperatorClient return a new instance of operator client from the bearer token specified.

Jump to

Keyboard shortcuts

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