service

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KdeployService

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

func NewKdeployService

func NewKdeployService(client *client.Manager) *KdeployService

func (KdeployService) CreateApp

func (k KdeployService) CreateApp(ctx context.Context, constructor *kdeploypb.AppInput) (*kdeploypb.App, error)

func (KdeployService) CreateGateway added in v0.0.9

func (k KdeployService) CreateGateway(ctx context.Context, gateway *kdeploypb.GatewayInput) (*kdeploypb.Gateway, error)

func (KdeployService) CreateTask added in v0.0.1

func (k KdeployService) CreateTask(ctx context.Context, constructor *kdeploypb.TaskInput) (*kdeploypb.Task, error)

func (KdeployService) DeleteAll added in v0.0.1

func (k KdeployService) DeleteAll(ctx context.Context, ns *kdeploypb.Namespace) (*empty.Empty, error)

func (KdeployService) DeleteApp

func (k KdeployService) DeleteApp(ctx context.Context, ref *kdeploypb.Ref) (*empty.Empty, error)

func (KdeployService) DeleteGateway added in v0.0.9

func (k KdeployService) DeleteGateway(ctx context.Context, ref *kdeploypb.Ref) (*empty.Empty, error)

func (KdeployService) DeleteTask added in v0.0.1

func (k KdeployService) DeleteTask(ctx context.Context, ref *kdeploypb.Ref) (*empty.Empty, error)

func (KdeployService) GetApp

func (k KdeployService) GetApp(ctx context.Context, ref *kdeploypb.Ref) (*kdeploypb.App, error)

func (KdeployService) GetGateway added in v0.0.9

func (k KdeployService) GetGateway(ctx context.Context, ref *kdeploypb.Ref) (*kdeploypb.Gateway, error)

func (KdeployService) GetTask added in v0.0.1

func (k KdeployService) GetTask(ctx context.Context, ref *kdeploypb.Ref) (*kdeploypb.Task, error)

func (KdeployService) ListApps

func (KdeployService) ListNamespaces

func (k KdeployService) ListNamespaces(ctx context.Context, _ *empty.Empty) (*kdeploypb.Namespaces, error)

func (KdeployService) ListTasks added in v0.0.1

func (KdeployService) StreamLogs added in v0.0.4

func (KdeployService) UpdateApp

func (k KdeployService) UpdateApp(ctx context.Context, update *kdeploypb.AppInput) (*kdeploypb.App, error)

func (KdeployService) UpdateGateway added in v0.0.9

func (k KdeployService) UpdateGateway(ctx context.Context, gateway *kdeploypb.GatewayInput) (*kdeploypb.Gateway, error)

func (KdeployService) UpdateTask added in v0.0.1

func (k KdeployService) UpdateTask(ctx context.Context, update *kdeploypb.TaskInput) (*kdeploypb.Task, error)

Jump to

Keyboard shortcuts

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