executors

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

TODO DEPRECATED migrated to executors/v1 package

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
	Namespace string
}

ExecutorsClient client for getting executors CRs

func NewClient

func NewClient(client client.Client, namespace string) *ExecutorsClient

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

func (ExecutorsClient) Create

func (s ExecutorsClient) Create(executor *executorv1.Executor) (*executorv1.Executor, error)

Create creates new Executor CR

func (ExecutorsClient) Delete added in v0.2.1

func (s ExecutorsClient) Delete(name string) error

Delete deletes executor by name

func (ExecutorsClient) Get

Get gets executor by name in given namespace

func (ExecutorsClient) GetByType

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

GetByType gets first available executor for given type

func (ExecutorsClient) List

List shows list of available executors

func (ExecutorsClient) Update added in v0.9.3

func (s ExecutorsClient) Update(executor *executorv1.Executor) (*executorv1.Executor, error)

Update updates executor

Directories

Path Synopsis
Package executors is a generated GoMock package.
Package executors is a generated GoMock package.

Jump to

Keyboard shortcuts

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