workloadcluster

package
v0.1.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package workloadcluster includes implementation of workload cluster interfaces.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	RestConfig(ctx context.Context) (*rest.Config, error)
}

Client includes method to get rest config for a workload cluster.

type Factory

type Factory interface {
	NewClient(name, namespace string, controllerClient client.Client) Client
}

Factory interface includes methods for gettong a rest client.

func NewFactory

func NewFactory() Factory

NewFactory creates a new factory for workload cluster clients.

Jump to

Keyboard shortcuts

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