types

package
v0.0.0-...-562eb29 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountClientV1

type AccountClientV1 interface {
	Get(ctx context.Context) error
	Login(ctx context.Context, opts *request.AccountLoginOptions) (*views.Session, error)
}

type ClientV1

type ClientV1 interface {
	Account() AccountClientV1
	Cluster() ClusterClientV1
	Registry() RegistryClientV1
}

type ClusterClientV1

type ClusterClientV1 interface {
	Get(ctx context.Context, name string) (*views.ClusterView, error)
	List(ctx context.Context) (*views.ClusterList, error)
}

type RegistryClientV1

type RegistryClientV1 interface {
	Get(ctx context.Context) error
}

Jump to

Keyboard shortcuts

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