Documentation
¶
Index ¶
- type KdeployService
- func (k KdeployService) CreateApp(ctx context.Context, constructor *kdeploypb.AppInput) (*kdeploypb.App, error)
- func (k KdeployService) CreateGateway(ctx context.Context, gateway *kdeploypb.Gateway) (*kdeploypb.Gateway, error)
- func (k KdeployService) CreateTask(ctx context.Context, constructor *kdeploypb.TaskInput) (*kdeploypb.Task, error)
- func (k KdeployService) DeleteAll(ctx context.Context, ns *kdeploypb.Namespace) (*empty.Empty, error)
- func (k KdeployService) DeleteApp(ctx context.Context, ref *kdeploypb.Ref) (*empty.Empty, error)
- func (k KdeployService) DeleteGateway(ctx context.Context, ref *kdeploypb.Ref) (*empty.Empty, error)
- func (k KdeployService) DeleteTask(ctx context.Context, ref *kdeploypb.Ref) (*empty.Empty, error)
- func (k KdeployService) GetApp(ctx context.Context, ref *kdeploypb.Ref) (*kdeploypb.App, error)
- func (k KdeployService) GetGateway(ctx context.Context, ref *kdeploypb.Ref) (*kdeploypb.Gateway, error)
- func (k KdeployService) GetTask(ctx context.Context, ref *kdeploypb.Ref) (*kdeploypb.Task, error)
- func (k KdeployService) ListApps(ctx context.Context, ns *kdeploypb.Namespace) (*kdeploypb.Apps, error)
- func (k KdeployService) ListNamespaces(ctx context.Context, _ *empty.Empty) (*kdeploypb.Namespaces, error)
- func (k KdeployService) ListTasks(ctx context.Context, ns *kdeploypb.Namespace) (*kdeploypb.Tasks, error)
- func (k KdeployService) StreamLogs(ref *kdeploypb.Ref, server kdeploypb.KdeployService_StreamLogsServer) error
- func (k KdeployService) UpdateApp(ctx context.Context, update *kdeploypb.AppInput) (*kdeploypb.App, error)
- func (k KdeployService) UpdateGateway(ctx context.Context, gateway *kdeploypb.Gateway) (*kdeploypb.Gateway, error)
- func (k KdeployService) UpdateTask(ctx context.Context, update *kdeploypb.TaskInput) (*kdeploypb.Task, error)
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) CreateGateway ¶ added in v0.0.9
func (KdeployService) CreateTask ¶ added in v0.0.1
func (KdeployService) DeleteGateway ¶ added in v0.0.9
func (KdeployService) DeleteTask ¶ added in v0.0.1
func (KdeployService) GetGateway ¶ added in v0.0.9
func (KdeployService) ListNamespaces ¶
func (k KdeployService) ListNamespaces(ctx context.Context, _ *empty.Empty) (*kdeploypb.Namespaces, error)
func (KdeployService) StreamLogs ¶ added in v0.0.4
func (k KdeployService) StreamLogs(ref *kdeploypb.Ref, server kdeploypb.KdeployService_StreamLogsServer) error
func (KdeployService) UpdateGateway ¶ added in v0.0.9
func (KdeployService) UpdateTask ¶ added in v0.0.1
Click to show internal directories.
Click to hide internal directories.