handler

package
v0.0.0-...-3226e9d Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct{}

func (*Config) CreateApp

func (c *Config) CreateApp(ctx context.Context, req *config.AppRequest, rsp *config.AppResponse) error

func (*Config) CreateCluster

func (c *Config) CreateCluster(ctx context.Context, req *config.ClusterRequest, rsp *config.ClusterResponse) error

func (*Config) CreateNamespace

func (c *Config) CreateNamespace(ctx context.Context, req *config.NamespaceRequest, rsp *config.NamespaceResponse) error

func (*Config) DeleteApp

func (c *Config) DeleteApp(ctx context.Context, req *config.AppRequest, rsp *config.Response) (err error)

func (*Config) DeleteCluster

func (c *Config) DeleteCluster(ctx context.Context, req *config.ClusterRequest, rsp *config.Response) (err error)

func (*Config) DeleteNamespace

func (c *Config) DeleteNamespace(ctx context.Context, req *config.NamespaceRequest, rsp *config.Response) (err error)

func (*Config) ListApps

func (c *Config) ListApps(ctx context.Context, req *config.Request, rsp *config.AppsResponse) error

func (*Config) ListClusters

func (c *Config) ListClusters(ctx context.Context, req *config.AppRequest, rsp *config.ClustersResponse) error

func (*Config) ListNamespaces

func (c *Config) ListNamespaces(ctx context.Context, req *config.ClusterRequest, rsp *config.NamespacesResponse) error

func (*Config) ListReleaseHistory

func (c *Config) ListReleaseHistory(ctx context.Context, req *config.NamespaceRequest, rsp *config.ReleaseHistoryResponse) error

func (*Config) QueryApp

func (c *Config) QueryApp(ctx context.Context, req *config.AppRequest, rsp *config.AppResponse) error

func (*Config) QueryCluster

func (c *Config) QueryCluster(ctx context.Context, req *config.ClusterRequest, rsp *config.ClusterResponse) error

func (*Config) QueryNamespace

func (c *Config) QueryNamespace(ctx context.Context, req *config.NamespaceRequest, rsp *config.NamespaceResponse) error

func (*Config) Read

func (*Config) ReleaseConfig

func (c *Config) ReleaseConfig(ctx context.Context, req *config.ReleaseRequest, rsp *config.Response) (err error)

func (*Config) Rollback

func (c *Config) Rollback(ctx context.Context, req *config.ReleaseRequest, rsp *config.Response) (err error)

func (*Config) UpdateConfig

func (c *Config) UpdateConfig(ctx context.Context, req *config.UpdateConfigRequest, rsp *config.Response) error

func (*Config) Watch

func (c *Config) Watch(ctx context.Context, req *config.Request, stream config.Config_WatchStream) error

Jump to

Keyboard shortcuts

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