scripts

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecutorsClient

type ExecutorsClient struct {
	Client client.Client
}

ExecutorsClient client for getting executors CRs

func NewClient

func NewClient(client client.Client) *ExecutorsClient

NewClient returns new client instance, needs kubernetes client to be passed as dependecy

func (ExecutorsClient) Create

Create creates new Executor CR

func (ExecutorsClient) Delete added in v0.2.1

func (s ExecutorsClient) Delete(name, ns string) error

Create creates new Executor CR

func (ExecutorsClient) Get

func (s ExecutorsClient) Get(namespace, name string) (*executorsAPI.Executor, error)

Get gets executor by name in given namespace

func (ExecutorsClient) GetByType

func (s ExecutorsClient) GetByType(executorType string) (*executorsAPI.Executor, error)

GetByType gets first available executor for given type

func (ExecutorsClient) List

func (s ExecutorsClient) List(namespace string) (*executorsAPI.ExecutorList, error)

List shows list of available executors

Jump to

Keyboard shortcuts

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