Documentation
¶
Index ¶
- type KdeployService
- func (k KdeployService) CreateApp(ctx context.Context, constructor *kdeploypb.AppConstructor) (*kdeploypb.App, error)
- func (k KdeployService) DeleteApp(ctx context.Context, ref *kdeploypb.AppRef) (*empty.Empty, error)
- func (k KdeployService) GetApp(ctx context.Context, ref *kdeploypb.AppRef) (*kdeploypb.App, 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) Logs(ref *kdeploypb.AppRef, server kdeploypb.KdeployService_LogsServer) error
- func (k KdeployService) UpdateApp(ctx context.Context, update *kdeploypb.AppUpdate) (*kdeploypb.App, 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) CreateApp ¶
func (k KdeployService) CreateApp(ctx context.Context, constructor *kdeploypb.AppConstructor) (*kdeploypb.App, error)
func (KdeployService) ListNamespaces ¶
func (k KdeployService) ListNamespaces(ctx context.Context, _ *empty.Empty) (*kdeploypb.Namespaces, error)
func (KdeployService) Logs ¶
func (k KdeployService) Logs(ref *kdeploypb.AppRef, server kdeploypb.KdeployService_LogsServer) error
Click to show internal directories.
Click to hide internal directories.