clients

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const SystemNamespace = "cattle-system"

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientInterface added in v0.6.0

type ClientInterface interface {
	EventRecorder(name string) record.EventRecorder
	Start(ctx context.Context) error
	Elemental() elmcontrollers.Interface
	Core() corecontrollers.Interface
	RBAC() rbaccontrollers.Interface
	K8s() kubernetes.Interface
	CAPI() capi.Interface
	Apply() apply.Apply
	Fleet() fleetcontrollers.Interface
	Rancher() ranchercontrollers.Interface
}

type Clients

type Clients struct {
	Events corev1Typed.EventInterface
	// contains filtered or unexported fields
}

func NewFromConfig

func NewFromConfig(restConfig *rest.Config) (*Clients, error)

func (*Clients) Apply added in v0.6.0

func (c *Clients) Apply() apply.Apply

func (*Clients) CAPI

func (c *Clients) CAPI() capi.Interface

func (*Clients) Core added in v0.6.0

func (c *Clients) Core() corecontrollers.Interface

func (*Clients) Elemental

func (c *Clients) Elemental() elmcontrollers.Interface

func (*Clients) EventRecorder

func (c *Clients) EventRecorder(name string) record.EventRecorder

EventRecorder creates an event recorder associated to a controller nome for the schema (arbitrary)

func (*Clients) Fleet

func (c *Clients) Fleet() fleetcontrollers.Interface

func (*Clients) K8s added in v0.6.0

func (c *Clients) K8s() kubernetes.Interface

func (*Clients) RBAC added in v0.6.0

func (c *Clients) RBAC() rbaccontrollers.Interface

func (*Clients) Rancher added in v0.2.0

func (c *Clients) Rancher() ranchercontrollers.Interface

func (*Clients) Start

func (c *Clients) Start(ctx context.Context) error

Jump to

Keyboard shortcuts

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