Documentation
¶
Index ¶
- type Config
- func (c *Config) CreateApp(ctx context.Context, req *config.AppRequest, rsp *config.AppResponse) error
- func (c *Config) CreateCluster(ctx context.Context, req *config.ClusterRequest, rsp *config.ClusterResponse) error
- func (c *Config) CreateNamespace(ctx context.Context, req *config.NamespaceRequest, ...) error
- func (c *Config) DeleteApp(ctx context.Context, req *config.AppRequest, rsp *config.Response) (err error)
- func (c *Config) DeleteCluster(ctx context.Context, req *config.ClusterRequest, rsp *config.Response) (err error)
- func (c *Config) DeleteNamespace(ctx context.Context, req *config.NamespaceRequest, rsp *config.Response) (err error)
- func (c *Config) ListApps(ctx context.Context, req *config.Request, rsp *config.AppsResponse) error
- func (c *Config) ListClusters(ctx context.Context, req *config.AppRequest, rsp *config.ClustersResponse) error
- func (c *Config) ListNamespaces(ctx context.Context, req *config.ClusterRequest, ...) error
- func (c *Config) ListReleaseHistory(ctx context.Context, req *config.NamespaceRequest, ...) error
- func (c *Config) QueryApp(ctx context.Context, req *config.AppRequest, rsp *config.AppResponse) error
- func (c *Config) QueryCluster(ctx context.Context, req *config.ClusterRequest, rsp *config.ClusterResponse) error
- func (c *Config) QueryNamespace(ctx context.Context, req *config.NamespaceRequest, ...) error
- func (c *Config) Read(ctx context.Context, req *config.QueryConfigRequest, ...) error
- func (c *Config) ReleaseConfig(ctx context.Context, req *config.ReleaseRequest, rsp *config.Response) (err error)
- func (c *Config) Rollback(ctx context.Context, req *config.ReleaseRequest, rsp *config.Response) (err error)
- func (c *Config) UpdateConfig(ctx context.Context, req *config.UpdateConfigRequest, rsp *config.Response) error
- func (c *Config) Watch(ctx context.Context, req *config.Request, stream config.Config_WatchStream) error
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) DeleteCluster ¶
func (*Config) DeleteNamespace ¶
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 (c *Config) Read(ctx context.Context, req *config.QueryConfigRequest, rsp *config.ConfigResponse) error
func (*Config) ReleaseConfig ¶
func (*Config) UpdateConfig ¶
Click to show internal directories.
Click to hide internal directories.