api

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2020 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var File_common_proto protoreflect.FileDescriptor
View Source
var File_config_proto protoreflect.FileDescriptor
View Source
var File_cron_workflow_proto protoreflect.FileDescriptor
View Source
var File_label_proto protoreflect.FileDescriptor
View Source
var File_metric_proto protoreflect.FileDescriptor
View Source
var File_namespace_proto protoreflect.FileDescriptor
View Source
var File_secret_proto protoreflect.FileDescriptor
View Source
var File_workflow_proto protoreflect.FileDescriptor
View Source
var File_workflow_template_proto protoreflect.FileDescriptor
View Source
var File_workspace_proto protoreflect.FileDescriptor
View Source
var File_workspace_template_proto protoreflect.FileDescriptor

Functions

func RegisterAuthServiceHandler

func RegisterAuthServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAuthServiceHandler registers the http handlers for service AuthService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAuthServiceHandlerClient

func RegisterAuthServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AuthServiceClient) error

RegisterAuthServiceHandlerClient registers the http handlers for service AuthService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AuthServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AuthServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AuthServiceClient" to call the correct interceptors.

func RegisterAuthServiceHandlerFromEndpoint

func RegisterAuthServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAuthServiceHandlerFromEndpoint is same as RegisterAuthServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAuthServiceHandlerServer

func RegisterAuthServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthServiceServer) error

RegisterAuthServiceHandlerServer registers the http handlers for service AuthService to "mux". UnaryRPC :call AuthServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterAuthServiceServer

func RegisterAuthServiceServer(s *grpc.Server, srv AuthServiceServer)

func RegisterConfigServiceHandler added in v0.11.0

func RegisterConfigServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterConfigServiceHandler registers the http handlers for service ConfigService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterConfigServiceHandlerClient added in v0.11.0

func RegisterConfigServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ConfigServiceClient) error

RegisterConfigServiceHandlerClient registers the http handlers for service ConfigService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ConfigServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ConfigServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ConfigServiceClient" to call the correct interceptors.

func RegisterConfigServiceHandlerFromEndpoint added in v0.11.0

func RegisterConfigServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterConfigServiceHandlerFromEndpoint is same as RegisterConfigServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterConfigServiceHandlerServer added in v0.11.0

func RegisterConfigServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ConfigServiceServer) error

RegisterConfigServiceHandlerServer registers the http handlers for service ConfigService to "mux". UnaryRPC :call ConfigServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterConfigServiceServer added in v0.11.0

func RegisterConfigServiceServer(s *grpc.Server, srv ConfigServiceServer)

func RegisterCronWorkflowServiceHandler

func RegisterCronWorkflowServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCronWorkflowServiceHandler registers the http handlers for service CronWorkflowService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCronWorkflowServiceHandlerClient

func RegisterCronWorkflowServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CronWorkflowServiceClient) error

RegisterCronWorkflowServiceHandlerClient registers the http handlers for service CronWorkflowService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CronWorkflowServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CronWorkflowServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CronWorkflowServiceClient" to call the correct interceptors.

func RegisterCronWorkflowServiceHandlerFromEndpoint

func RegisterCronWorkflowServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCronWorkflowServiceHandlerFromEndpoint is same as RegisterCronWorkflowServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCronWorkflowServiceHandlerServer

func RegisterCronWorkflowServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CronWorkflowServiceServer) error

RegisterCronWorkflowServiceHandlerServer registers the http handlers for service CronWorkflowService to "mux". UnaryRPC :call CronWorkflowServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterCronWorkflowServiceServer

func RegisterCronWorkflowServiceServer(s *grpc.Server, srv CronWorkflowServiceServer)

func RegisterLabelServiceHandler

func RegisterLabelServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterLabelServiceHandler registers the http handlers for service LabelService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterLabelServiceHandlerClient

func RegisterLabelServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client LabelServiceClient) error

RegisterLabelServiceHandlerClient registers the http handlers for service LabelService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "LabelServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "LabelServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "LabelServiceClient" to call the correct interceptors.

func RegisterLabelServiceHandlerFromEndpoint

func RegisterLabelServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterLabelServiceHandlerFromEndpoint is same as RegisterLabelServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterLabelServiceHandlerServer

func RegisterLabelServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LabelServiceServer) error

RegisterLabelServiceHandlerServer registers the http handlers for service LabelService to "mux". UnaryRPC :call LabelServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterLabelServiceServer

func RegisterLabelServiceServer(s *grpc.Server, srv LabelServiceServer)

func RegisterNamespaceServiceHandler

func RegisterNamespaceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterNamespaceServiceHandler registers the http handlers for service NamespaceService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterNamespaceServiceHandlerClient

func RegisterNamespaceServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client NamespaceServiceClient) error

RegisterNamespaceServiceHandlerClient registers the http handlers for service NamespaceService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "NamespaceServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "NamespaceServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "NamespaceServiceClient" to call the correct interceptors.

func RegisterNamespaceServiceHandlerFromEndpoint

func RegisterNamespaceServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterNamespaceServiceHandlerFromEndpoint is same as RegisterNamespaceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterNamespaceServiceHandlerServer

func RegisterNamespaceServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NamespaceServiceServer) error

RegisterNamespaceServiceHandlerServer registers the http handlers for service NamespaceService to "mux". UnaryRPC :call NamespaceServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterNamespaceServiceServer

func RegisterNamespaceServiceServer(s *grpc.Server, srv NamespaceServiceServer)

func RegisterSecretServiceHandler

func RegisterSecretServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterSecretServiceHandler registers the http handlers for service SecretService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterSecretServiceHandlerClient

func RegisterSecretServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SecretServiceClient) error

RegisterSecretServiceHandlerClient registers the http handlers for service SecretService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SecretServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SecretServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SecretServiceClient" to call the correct interceptors.

func RegisterSecretServiceHandlerFromEndpoint

func RegisterSecretServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterSecretServiceHandlerFromEndpoint is same as RegisterSecretServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterSecretServiceHandlerServer

func RegisterSecretServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SecretServiceServer) error

RegisterSecretServiceHandlerServer registers the http handlers for service SecretService to "mux". UnaryRPC :call SecretServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterSecretServiceServer

func RegisterSecretServiceServer(s *grpc.Server, srv SecretServiceServer)

func RegisterWorkflowServiceHandler

func RegisterWorkflowServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterWorkflowServiceHandler registers the http handlers for service WorkflowService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterWorkflowServiceHandlerClient

func RegisterWorkflowServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkflowServiceClient) error

RegisterWorkflowServiceHandlerClient registers the http handlers for service WorkflowService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WorkflowServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WorkflowServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WorkflowServiceClient" to call the correct interceptors.

func RegisterWorkflowServiceHandlerFromEndpoint

func RegisterWorkflowServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterWorkflowServiceHandlerFromEndpoint is same as RegisterWorkflowServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterWorkflowServiceHandlerServer

func RegisterWorkflowServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkflowServiceServer) error

RegisterWorkflowServiceHandlerServer registers the http handlers for service WorkflowService to "mux". UnaryRPC :call WorkflowServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterWorkflowServiceServer

func RegisterWorkflowServiceServer(s *grpc.Server, srv WorkflowServiceServer)

func RegisterWorkflowTemplateServiceHandler

func RegisterWorkflowTemplateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterWorkflowTemplateServiceHandler registers the http handlers for service WorkflowTemplateService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterWorkflowTemplateServiceHandlerClient

func RegisterWorkflowTemplateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkflowTemplateServiceClient) error

RegisterWorkflowTemplateServiceHandlerClient registers the http handlers for service WorkflowTemplateService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WorkflowTemplateServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WorkflowTemplateServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WorkflowTemplateServiceClient" to call the correct interceptors.

func RegisterWorkflowTemplateServiceHandlerFromEndpoint

func RegisterWorkflowTemplateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterWorkflowTemplateServiceHandlerFromEndpoint is same as RegisterWorkflowTemplateServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterWorkflowTemplateServiceHandlerServer

func RegisterWorkflowTemplateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkflowTemplateServiceServer) error

RegisterWorkflowTemplateServiceHandlerServer registers the http handlers for service WorkflowTemplateService to "mux". UnaryRPC :call WorkflowTemplateServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterWorkflowTemplateServiceServer

func RegisterWorkflowTemplateServiceServer(s *grpc.Server, srv WorkflowTemplateServiceServer)

func RegisterWorkspaceServiceHandler

func RegisterWorkspaceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterWorkspaceServiceHandler registers the http handlers for service WorkspaceService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterWorkspaceServiceHandlerClient

func RegisterWorkspaceServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkspaceServiceClient) error

RegisterWorkspaceServiceHandlerClient registers the http handlers for service WorkspaceService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WorkspaceServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WorkspaceServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WorkspaceServiceClient" to call the correct interceptors.

func RegisterWorkspaceServiceHandlerFromEndpoint

func RegisterWorkspaceServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterWorkspaceServiceHandlerFromEndpoint is same as RegisterWorkspaceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterWorkspaceServiceHandlerServer

func RegisterWorkspaceServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkspaceServiceServer) error

RegisterWorkspaceServiceHandlerServer registers the http handlers for service WorkspaceService to "mux". UnaryRPC :call WorkspaceServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterWorkspaceServiceServer

func RegisterWorkspaceServiceServer(s *grpc.Server, srv WorkspaceServiceServer)

func RegisterWorkspaceTemplateServiceHandler

func RegisterWorkspaceTemplateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterWorkspaceTemplateServiceHandler registers the http handlers for service WorkspaceTemplateService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterWorkspaceTemplateServiceHandlerClient

func RegisterWorkspaceTemplateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkspaceTemplateServiceClient) error

RegisterWorkspaceTemplateServiceHandlerClient registers the http handlers for service WorkspaceTemplateService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WorkspaceTemplateServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WorkspaceTemplateServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WorkspaceTemplateServiceClient" to call the correct interceptors.

func RegisterWorkspaceTemplateServiceHandlerFromEndpoint

func RegisterWorkspaceTemplateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterWorkspaceTemplateServiceHandlerFromEndpoint is same as RegisterWorkspaceTemplateServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterWorkspaceTemplateServiceHandlerServer

func RegisterWorkspaceTemplateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkspaceTemplateServiceServer) error

RegisterWorkspaceTemplateServiceHandlerServer registers the http handlers for service WorkspaceTemplateService to "mux". UnaryRPC :call WorkspaceTemplateServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterWorkspaceTemplateServiceServer

func RegisterWorkspaceTemplateServiceServer(s *grpc.Server, srv WorkspaceTemplateServiceServer)

Types

type AddLabelsRequest

type AddLabelsRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Resource  string  `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Uid       string  `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Labels    *Labels `protobuf:"bytes,4,opt,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*AddLabelsRequest) Descriptor deprecated

func (*AddLabelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddLabelsRequest.ProtoReflect.Descriptor instead.

func (*AddLabelsRequest) GetLabels

func (x *AddLabelsRequest) GetLabels() *Labels

func (*AddLabelsRequest) GetNamespace

func (x *AddLabelsRequest) GetNamespace() string

func (*AddLabelsRequest) GetResource

func (x *AddLabelsRequest) GetResource() string

func (*AddLabelsRequest) GetUid

func (x *AddLabelsRequest) GetUid() string

func (*AddLabelsRequest) ProtoMessage

func (*AddLabelsRequest) ProtoMessage()

func (*AddLabelsRequest) ProtoReflect

func (x *AddLabelsRequest) ProtoReflect() protoreflect.Message

func (*AddLabelsRequest) Reset

func (x *AddLabelsRequest) Reset()

func (*AddLabelsRequest) String

func (x *AddLabelsRequest) String() string

type AddSecretKeyValueRequest

type AddSecretKeyValueRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Secret    *Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSecretKeyValueRequest) Descriptor deprecated

func (*AddSecretKeyValueRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddSecretKeyValueRequest.ProtoReflect.Descriptor instead.

func (*AddSecretKeyValueRequest) GetNamespace

func (x *AddSecretKeyValueRequest) GetNamespace() string

func (*AddSecretKeyValueRequest) GetSecret

func (x *AddSecretKeyValueRequest) GetSecret() *Secret

func (*AddSecretKeyValueRequest) ProtoMessage

func (*AddSecretKeyValueRequest) ProtoMessage()

func (*AddSecretKeyValueRequest) ProtoReflect

func (x *AddSecretKeyValueRequest) ProtoReflect() protoreflect.Message

func (*AddSecretKeyValueRequest) Reset

func (x *AddSecretKeyValueRequest) Reset()

func (*AddSecretKeyValueRequest) String

func (x *AddSecretKeyValueRequest) String() string

type AddSecretKeyValueResponse

type AddSecretKeyValueResponse struct {
	Inserted bool `protobuf:"varint,1,opt,name=inserted,proto3" json:"inserted,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSecretKeyValueResponse) Descriptor deprecated

func (*AddSecretKeyValueResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddSecretKeyValueResponse.ProtoReflect.Descriptor instead.

func (*AddSecretKeyValueResponse) GetInserted

func (x *AddSecretKeyValueResponse) GetInserted() bool

func (*AddSecretKeyValueResponse) ProtoMessage

func (*AddSecretKeyValueResponse) ProtoMessage()

func (*AddSecretKeyValueResponse) ProtoReflect

func (*AddSecretKeyValueResponse) Reset

func (x *AddSecretKeyValueResponse) Reset()

func (*AddSecretKeyValueResponse) String

func (x *AddSecretKeyValueResponse) String() string

type AddWorkflowExecutionStatisticRequest

type AddWorkflowExecutionStatisticRequest struct {
	Namespace  string      `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid        string      `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Statistics *Statistics `protobuf:"bytes,3,opt,name=statistics,proto3" json:"statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*AddWorkflowExecutionStatisticRequest) Descriptor deprecated

func (*AddWorkflowExecutionStatisticRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddWorkflowExecutionStatisticRequest.ProtoReflect.Descriptor instead.

func (*AddWorkflowExecutionStatisticRequest) GetNamespace

func (x *AddWorkflowExecutionStatisticRequest) GetNamespace() string

func (*AddWorkflowExecutionStatisticRequest) GetStatistics

func (*AddWorkflowExecutionStatisticRequest) GetUid added in v0.8.0

func (*AddWorkflowExecutionStatisticRequest) ProtoMessage

func (*AddWorkflowExecutionStatisticRequest) ProtoMessage()

func (*AddWorkflowExecutionStatisticRequest) ProtoReflect

func (*AddWorkflowExecutionStatisticRequest) Reset

func (*AddWorkflowExecutionStatisticRequest) String

type ArchiveWorkflowTemplateRequest

type ArchiveWorkflowTemplateRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ArchiveWorkflowTemplateRequest) Descriptor deprecated

func (*ArchiveWorkflowTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ArchiveWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*ArchiveWorkflowTemplateRequest) GetNamespace

func (x *ArchiveWorkflowTemplateRequest) GetNamespace() string

func (*ArchiveWorkflowTemplateRequest) GetUid

func (*ArchiveWorkflowTemplateRequest) ProtoMessage

func (*ArchiveWorkflowTemplateRequest) ProtoMessage()

func (*ArchiveWorkflowTemplateRequest) ProtoReflect

func (*ArchiveWorkflowTemplateRequest) Reset

func (x *ArchiveWorkflowTemplateRequest) Reset()

func (*ArchiveWorkflowTemplateRequest) String

type ArchiveWorkflowTemplateResponse

type ArchiveWorkflowTemplateResponse struct {
	WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,1,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*ArchiveWorkflowTemplateResponse) Descriptor deprecated

func (*ArchiveWorkflowTemplateResponse) Descriptor() ([]byte, []int)

Deprecated: Use ArchiveWorkflowTemplateResponse.ProtoReflect.Descriptor instead.

func (*ArchiveWorkflowTemplateResponse) GetWorkflowTemplate

func (x *ArchiveWorkflowTemplateResponse) GetWorkflowTemplate() *WorkflowTemplate

func (*ArchiveWorkflowTemplateResponse) ProtoMessage

func (*ArchiveWorkflowTemplateResponse) ProtoMessage()

func (*ArchiveWorkflowTemplateResponse) ProtoReflect

func (*ArchiveWorkflowTemplateResponse) Reset

func (*ArchiveWorkflowTemplateResponse) String

type ArchiveWorkspaceTemplateRequest added in v0.8.0

type ArchiveWorkspaceTemplateRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ArchiveWorkspaceTemplateRequest) Descriptor deprecated added in v0.8.0

func (*ArchiveWorkspaceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ArchiveWorkspaceTemplateRequest.ProtoReflect.Descriptor instead.

func (*ArchiveWorkspaceTemplateRequest) GetNamespace added in v0.8.0

func (x *ArchiveWorkspaceTemplateRequest) GetNamespace() string

func (*ArchiveWorkspaceTemplateRequest) GetUid added in v0.8.0

func (*ArchiveWorkspaceTemplateRequest) ProtoMessage added in v0.8.0

func (*ArchiveWorkspaceTemplateRequest) ProtoMessage()

func (*ArchiveWorkspaceTemplateRequest) ProtoReflect added in v0.8.0

func (*ArchiveWorkspaceTemplateRequest) Reset added in v0.8.0

func (*ArchiveWorkspaceTemplateRequest) String added in v0.8.0

type ArtifactResponse

type ArtifactResponse struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactResponse) Descriptor deprecated

func (*ArtifactResponse) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactResponse.ProtoReflect.Descriptor instead.

func (*ArtifactResponse) GetData

func (x *ArtifactResponse) GetData() []byte

func (*ArtifactResponse) ProtoMessage

func (*ArtifactResponse) ProtoMessage()

func (*ArtifactResponse) ProtoReflect

func (x *ArtifactResponse) ProtoReflect() protoreflect.Message

func (*ArtifactResponse) Reset

func (x *ArtifactResponse) Reset()

func (*ArtifactResponse) String

func (x *ArtifactResponse) String() string

type AuthServiceClient

type AuthServiceClient interface {
	IsValidToken(ctx context.Context, in *IsValidTokenRequest, opts ...grpc.CallOption) (*IsValidTokenResponse, error)
	IsAuthorized(ctx context.Context, in *IsAuthorizedRequest, opts ...grpc.CallOption) (*IsAuthorizedResponse, error)
}

AuthServiceClient is the client API for AuthService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type AuthServiceServer

type AuthServiceServer interface {
	IsValidToken(context.Context, *IsValidTokenRequest) (*IsValidTokenResponse, error)
	IsAuthorized(context.Context, *IsAuthorizedRequest) (*IsAuthorizedResponse, error)
}

AuthServiceServer is the server API for AuthService service.

type CloneWorkflowExecutionRequest

type CloneWorkflowExecutionRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*CloneWorkflowExecutionRequest) Descriptor deprecated

func (*CloneWorkflowExecutionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CloneWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*CloneWorkflowExecutionRequest) GetNamespace

func (x *CloneWorkflowExecutionRequest) GetNamespace() string

func (*CloneWorkflowExecutionRequest) GetUid added in v0.8.0

func (*CloneWorkflowExecutionRequest) ProtoMessage

func (*CloneWorkflowExecutionRequest) ProtoMessage()

func (*CloneWorkflowExecutionRequest) ProtoReflect

func (*CloneWorkflowExecutionRequest) Reset

func (x *CloneWorkflowExecutionRequest) Reset()

func (*CloneWorkflowExecutionRequest) String

type CloneWorkflowTemplateRequest

type CloneWorkflowTemplateRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Version   int64  `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*CloneWorkflowTemplateRequest) Descriptor deprecated

func (*CloneWorkflowTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CloneWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*CloneWorkflowTemplateRequest) GetName

func (x *CloneWorkflowTemplateRequest) GetName() string

func (*CloneWorkflowTemplateRequest) GetNamespace

func (x *CloneWorkflowTemplateRequest) GetNamespace() string

func (*CloneWorkflowTemplateRequest) GetUid

func (*CloneWorkflowTemplateRequest) GetVersion

func (x *CloneWorkflowTemplateRequest) GetVersion() int64

func (*CloneWorkflowTemplateRequest) ProtoMessage

func (*CloneWorkflowTemplateRequest) ProtoMessage()

func (*CloneWorkflowTemplateRequest) ProtoReflect

func (*CloneWorkflowTemplateRequest) Reset

func (x *CloneWorkflowTemplateRequest) Reset()

func (*CloneWorkflowTemplateRequest) String

type ConfigServiceClient added in v0.11.0

type ConfigServiceClient interface {
	GetConfig(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetConfigResponse, error)
}

ConfigServiceClient is the client API for ConfigService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewConfigServiceClient added in v0.11.0

func NewConfigServiceClient(cc grpc.ClientConnInterface) ConfigServiceClient

type ConfigServiceServer added in v0.11.0

type ConfigServiceServer interface {
	GetConfig(context.Context, *empty.Empty) (*GetConfigResponse, error)
}

ConfigServiceServer is the server API for ConfigService service.

type CreateCronWorkflowRequest

type CreateCronWorkflowRequest struct {
	Namespace    string        `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	CronWorkflow *CronWorkflow `protobuf:"bytes,2,opt,name=cronWorkflow,proto3" json:"cronWorkflow,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCronWorkflowRequest) Descriptor deprecated

func (*CreateCronWorkflowRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateCronWorkflowRequest.ProtoReflect.Descriptor instead.

func (*CreateCronWorkflowRequest) GetCronWorkflow

func (x *CreateCronWorkflowRequest) GetCronWorkflow() *CronWorkflow

func (*CreateCronWorkflowRequest) GetNamespace

func (x *CreateCronWorkflowRequest) GetNamespace() string

func (*CreateCronWorkflowRequest) ProtoMessage

func (*CreateCronWorkflowRequest) ProtoMessage()

func (*CreateCronWorkflowRequest) ProtoReflect

func (*CreateCronWorkflowRequest) Reset

func (x *CreateCronWorkflowRequest) Reset()

func (*CreateCronWorkflowRequest) String

func (x *CreateCronWorkflowRequest) String() string

type CreateNamespaceRequest

type CreateNamespaceRequest struct {
	Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNamespaceRequest) Descriptor deprecated

func (*CreateNamespaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateNamespaceRequest.ProtoReflect.Descriptor instead.

func (*CreateNamespaceRequest) GetNamespace

func (x *CreateNamespaceRequest) GetNamespace() *Namespace

func (*CreateNamespaceRequest) ProtoMessage

func (*CreateNamespaceRequest) ProtoMessage()

func (*CreateNamespaceRequest) ProtoReflect

func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message

func (*CreateNamespaceRequest) Reset

func (x *CreateNamespaceRequest) Reset()

func (*CreateNamespaceRequest) String

func (x *CreateNamespaceRequest) String() string

type CreateSecretRequest

type CreateSecretRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Secret    *Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSecretRequest) Descriptor deprecated

func (*CreateSecretRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateSecretRequest.ProtoReflect.Descriptor instead.

func (*CreateSecretRequest) GetNamespace

func (x *CreateSecretRequest) GetNamespace() string

func (*CreateSecretRequest) GetSecret

func (x *CreateSecretRequest) GetSecret() *Secret

func (*CreateSecretRequest) ProtoMessage

func (*CreateSecretRequest) ProtoMessage()

func (*CreateSecretRequest) ProtoReflect

func (x *CreateSecretRequest) ProtoReflect() protoreflect.Message

func (*CreateSecretRequest) Reset

func (x *CreateSecretRequest) Reset()

func (*CreateSecretRequest) String

func (x *CreateSecretRequest) String() string

type CreateWorkflowExecutionBody added in v0.8.0

type CreateWorkflowExecutionBody struct {
	WorkflowTemplateUid     string       `protobuf:"bytes,2,opt,name=workflowTemplateUid,proto3" json:"workflowTemplateUid,omitempty"`
	WorkflowTemplateVersion int64        `protobuf:"varint,3,opt,name=workflowTemplateVersion,proto3" json:"workflowTemplateVersion,omitempty"`
	Parameters              []*Parameter `protobuf:"bytes,4,rep,name=parameters,proto3" json:"parameters,omitempty"`
	Labels                  []*KeyValue  `protobuf:"bytes,5,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkflowExecutionBody) Descriptor deprecated added in v0.8.0

func (*CreateWorkflowExecutionBody) Descriptor() ([]byte, []int)

Deprecated: Use CreateWorkflowExecutionBody.ProtoReflect.Descriptor instead.

func (*CreateWorkflowExecutionBody) GetLabels added in v0.8.0

func (x *CreateWorkflowExecutionBody) GetLabels() []*KeyValue

func (*CreateWorkflowExecutionBody) GetParameters added in v0.8.0

func (x *CreateWorkflowExecutionBody) GetParameters() []*Parameter

func (*CreateWorkflowExecutionBody) GetWorkflowTemplateUid added in v0.8.0

func (x *CreateWorkflowExecutionBody) GetWorkflowTemplateUid() string

func (*CreateWorkflowExecutionBody) GetWorkflowTemplateVersion added in v0.8.0

func (x *CreateWorkflowExecutionBody) GetWorkflowTemplateVersion() int64

func (*CreateWorkflowExecutionBody) ProtoMessage added in v0.8.0

func (*CreateWorkflowExecutionBody) ProtoMessage()

func (*CreateWorkflowExecutionBody) ProtoReflect added in v0.8.0

func (*CreateWorkflowExecutionBody) Reset added in v0.8.0

func (x *CreateWorkflowExecutionBody) Reset()

func (*CreateWorkflowExecutionBody) String added in v0.8.0

func (x *CreateWorkflowExecutionBody) String() string

type CreateWorkflowExecutionRequest

type CreateWorkflowExecutionRequest struct {
	Namespace string                       `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Body      *CreateWorkflowExecutionBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkflowExecutionRequest) Descriptor deprecated

func (*CreateWorkflowExecutionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*CreateWorkflowExecutionRequest) GetBody added in v0.8.0

func (*CreateWorkflowExecutionRequest) GetNamespace

func (x *CreateWorkflowExecutionRequest) GetNamespace() string

func (*CreateWorkflowExecutionRequest) ProtoMessage

func (*CreateWorkflowExecutionRequest) ProtoMessage()

func (*CreateWorkflowExecutionRequest) ProtoReflect

func (*CreateWorkflowExecutionRequest) Reset

func (x *CreateWorkflowExecutionRequest) Reset()

func (*CreateWorkflowExecutionRequest) String

type CreateWorkflowTemplateRequest

type CreateWorkflowTemplateRequest struct {
	Namespace        string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,2,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkflowTemplateRequest) Descriptor deprecated

func (*CreateWorkflowTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*CreateWorkflowTemplateRequest) GetNamespace

func (x *CreateWorkflowTemplateRequest) GetNamespace() string

func (*CreateWorkflowTemplateRequest) GetWorkflowTemplate

func (x *CreateWorkflowTemplateRequest) GetWorkflowTemplate() *WorkflowTemplate

func (*CreateWorkflowTemplateRequest) ProtoMessage

func (*CreateWorkflowTemplateRequest) ProtoMessage()

func (*CreateWorkflowTemplateRequest) ProtoReflect

func (*CreateWorkflowTemplateRequest) Reset

func (x *CreateWorkflowTemplateRequest) Reset()

func (*CreateWorkflowTemplateRequest) String

type CreateWorkspaceBody added in v0.8.0

type CreateWorkspaceBody struct {
	WorkspaceTemplateUid     string       `protobuf:"bytes,1,opt,name=workspaceTemplateUid,proto3" json:"workspaceTemplateUid,omitempty"`
	WorkspaceTemplateVersion int64        `protobuf:"varint,2,opt,name=workspaceTemplateVersion,proto3" json:"workspaceTemplateVersion,omitempty"`
	Parameters               []*Parameter `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"`
	Labels                   []*KeyValue  `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkspaceBody) Descriptor deprecated added in v0.8.0

func (*CreateWorkspaceBody) Descriptor() ([]byte, []int)

Deprecated: Use CreateWorkspaceBody.ProtoReflect.Descriptor instead.

func (*CreateWorkspaceBody) GetLabels added in v0.8.0

func (x *CreateWorkspaceBody) GetLabels() []*KeyValue

func (*CreateWorkspaceBody) GetParameters added in v0.8.0

func (x *CreateWorkspaceBody) GetParameters() []*Parameter

func (*CreateWorkspaceBody) GetWorkspaceTemplateUid added in v0.8.0

func (x *CreateWorkspaceBody) GetWorkspaceTemplateUid() string

func (*CreateWorkspaceBody) GetWorkspaceTemplateVersion added in v0.8.0

func (x *CreateWorkspaceBody) GetWorkspaceTemplateVersion() int64

func (*CreateWorkspaceBody) ProtoMessage added in v0.8.0

func (*CreateWorkspaceBody) ProtoMessage()

func (*CreateWorkspaceBody) ProtoReflect added in v0.8.0

func (x *CreateWorkspaceBody) ProtoReflect() protoreflect.Message

func (*CreateWorkspaceBody) Reset added in v0.8.0

func (x *CreateWorkspaceBody) Reset()

func (*CreateWorkspaceBody) String added in v0.8.0

func (x *CreateWorkspaceBody) String() string

type CreateWorkspaceRequest

type CreateWorkspaceRequest struct {
	Namespace string               `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Body      *CreateWorkspaceBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkspaceRequest) Descriptor deprecated

func (*CreateWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*CreateWorkspaceRequest) GetBody added in v0.8.0

func (*CreateWorkspaceRequest) GetNamespace

func (x *CreateWorkspaceRequest) GetNamespace() string

func (*CreateWorkspaceRequest) ProtoMessage

func (*CreateWorkspaceRequest) ProtoMessage()

func (*CreateWorkspaceRequest) ProtoReflect

func (x *CreateWorkspaceRequest) ProtoReflect() protoreflect.Message

func (*CreateWorkspaceRequest) Reset

func (x *CreateWorkspaceRequest) Reset()

func (*CreateWorkspaceRequest) String

func (x *CreateWorkspaceRequest) String() string

type CreateWorkspaceTemplateRequest

type CreateWorkspaceTemplateRequest struct {
	Namespace         string             `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkspaceTemplate *WorkspaceTemplate `protobuf:"bytes,2,opt,name=workspaceTemplate,proto3" json:"workspaceTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWorkspaceTemplateRequest) Descriptor deprecated

func (*CreateWorkspaceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateWorkspaceTemplateRequest.ProtoReflect.Descriptor instead.

func (*CreateWorkspaceTemplateRequest) GetNamespace

func (x *CreateWorkspaceTemplateRequest) GetNamespace() string

func (*CreateWorkspaceTemplateRequest) GetWorkspaceTemplate

func (x *CreateWorkspaceTemplateRequest) GetWorkspaceTemplate() *WorkspaceTemplate

func (*CreateWorkspaceTemplateRequest) ProtoMessage

func (*CreateWorkspaceTemplateRequest) ProtoMessage()

func (*CreateWorkspaceTemplateRequest) ProtoReflect

func (*CreateWorkspaceTemplateRequest) Reset

func (x *CreateWorkspaceTemplateRequest) Reset()

func (*CreateWorkspaceTemplateRequest) String

type CronStartWorkflowExecutionStatisticRequest

type CronStartWorkflowExecutionStatisticRequest struct {
	Namespace  string      `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid        string      `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Statistics *Statistics `protobuf:"bytes,3,opt,name=statistics,proto3" json:"statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*CronStartWorkflowExecutionStatisticRequest) Descriptor deprecated

Deprecated: Use CronStartWorkflowExecutionStatisticRequest.ProtoReflect.Descriptor instead.

func (*CronStartWorkflowExecutionStatisticRequest) GetNamespace

func (*CronStartWorkflowExecutionStatisticRequest) GetStatistics

func (*CronStartWorkflowExecutionStatisticRequest) GetUid added in v0.8.0

func (*CronStartWorkflowExecutionStatisticRequest) ProtoMessage

func (*CronStartWorkflowExecutionStatisticRequest) ProtoReflect

func (*CronStartWorkflowExecutionStatisticRequest) Reset

func (*CronStartWorkflowExecutionStatisticRequest) String

type CronWorkflow

type CronWorkflow struct {
	Name              string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Uid               string             `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Manifest          string             `protobuf:"bytes,3,opt,name=manifest,proto3" json:"manifest,omitempty"`
	WorkflowExecution *WorkflowExecution `protobuf:"bytes,4,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
	Labels            []*KeyValue        `protobuf:"bytes,5,rep,name=labels,proto3" json:"labels,omitempty"`
	Namespace         string             `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*CronWorkflow) Descriptor deprecated

func (*CronWorkflow) Descriptor() ([]byte, []int)

Deprecated: Use CronWorkflow.ProtoReflect.Descriptor instead.

func (*CronWorkflow) GetLabels

func (x *CronWorkflow) GetLabels() []*KeyValue

func (*CronWorkflow) GetManifest

func (x *CronWorkflow) GetManifest() string

func (*CronWorkflow) GetName

func (x *CronWorkflow) GetName() string

func (*CronWorkflow) GetNamespace added in v0.8.0

func (x *CronWorkflow) GetNamespace() string

func (*CronWorkflow) GetUid added in v0.8.0

func (x *CronWorkflow) GetUid() string

func (*CronWorkflow) GetWorkflowExecution

func (x *CronWorkflow) GetWorkflowExecution() *WorkflowExecution

func (*CronWorkflow) ProtoMessage

func (*CronWorkflow) ProtoMessage()

func (*CronWorkflow) ProtoReflect

func (x *CronWorkflow) ProtoReflect() protoreflect.Message

func (*CronWorkflow) Reset

func (x *CronWorkflow) Reset()

func (*CronWorkflow) String

func (x *CronWorkflow) String() string

type CronWorkflowServiceClient

type CronWorkflowServiceClient interface {
	CreateCronWorkflow(ctx context.Context, in *CreateCronWorkflowRequest, opts ...grpc.CallOption) (*CronWorkflow, error)
	UpdateCronWorkflow(ctx context.Context, in *UpdateCronWorkflowRequest, opts ...grpc.CallOption) (*CronWorkflow, error)
	GetCronWorkflow(ctx context.Context, in *GetCronWorkflowRequest, opts ...grpc.CallOption) (*CronWorkflow, error)
	ListCronWorkflows(ctx context.Context, in *ListCronWorkflowRequest, opts ...grpc.CallOption) (*ListCronWorkflowsResponse, error)
	DeleteCronWorkflow(ctx context.Context, in *DeleteCronWorkflowRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

CronWorkflowServiceClient is the client API for CronWorkflowService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type CronWorkflowServiceServer

type CronWorkflowServiceServer interface {
	CreateCronWorkflow(context.Context, *CreateCronWorkflowRequest) (*CronWorkflow, error)
	UpdateCronWorkflow(context.Context, *UpdateCronWorkflowRequest) (*CronWorkflow, error)
	GetCronWorkflow(context.Context, *GetCronWorkflowRequest) (*CronWorkflow, error)
	ListCronWorkflows(context.Context, *ListCronWorkflowRequest) (*ListCronWorkflowsResponse, error)
	DeleteCronWorkflow(context.Context, *DeleteCronWorkflowRequest) (*empty.Empty, error)
}

CronWorkflowServiceServer is the server API for CronWorkflowService service.

type CronWorkflowStatisticsReport

type CronWorkflowStatisticsReport struct {
	Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*CronWorkflowStatisticsReport) Descriptor deprecated

func (*CronWorkflowStatisticsReport) Descriptor() ([]byte, []int)

Deprecated: Use CronWorkflowStatisticsReport.ProtoReflect.Descriptor instead.

func (*CronWorkflowStatisticsReport) GetTotal

func (x *CronWorkflowStatisticsReport) GetTotal() int32

func (*CronWorkflowStatisticsReport) ProtoMessage

func (*CronWorkflowStatisticsReport) ProtoMessage()

func (*CronWorkflowStatisticsReport) ProtoReflect

func (*CronWorkflowStatisticsReport) Reset

func (x *CronWorkflowStatisticsReport) Reset()

func (*CronWorkflowStatisticsReport) String

type DeleteCronWorkflowRequest added in v0.8.0

type DeleteCronWorkflowRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCronWorkflowRequest) Descriptor deprecated added in v0.8.0

func (*DeleteCronWorkflowRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCronWorkflowRequest.ProtoReflect.Descriptor instead.

func (*DeleteCronWorkflowRequest) GetNamespace added in v0.8.0

func (x *DeleteCronWorkflowRequest) GetNamespace() string

func (*DeleteCronWorkflowRequest) GetUid added in v0.8.0

func (x *DeleteCronWorkflowRequest) GetUid() string

func (*DeleteCronWorkflowRequest) ProtoMessage added in v0.8.0

func (*DeleteCronWorkflowRequest) ProtoMessage()

func (*DeleteCronWorkflowRequest) ProtoReflect added in v0.8.0

func (*DeleteCronWorkflowRequest) Reset added in v0.8.0

func (x *DeleteCronWorkflowRequest) Reset()

func (*DeleteCronWorkflowRequest) String added in v0.8.0

func (x *DeleteCronWorkflowRequest) String() string

type DeleteLabelRequest

type DeleteLabelRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Resource  string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Uid       string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Key       string `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteLabelRequest) Descriptor deprecated

func (*DeleteLabelRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteLabelRequest.ProtoReflect.Descriptor instead.

func (*DeleteLabelRequest) GetKey

func (x *DeleteLabelRequest) GetKey() string

func (*DeleteLabelRequest) GetNamespace

func (x *DeleteLabelRequest) GetNamespace() string

func (*DeleteLabelRequest) GetResource

func (x *DeleteLabelRequest) GetResource() string

func (*DeleteLabelRequest) GetUid

func (x *DeleteLabelRequest) GetUid() string

func (*DeleteLabelRequest) ProtoMessage

func (*DeleteLabelRequest) ProtoMessage()

func (*DeleteLabelRequest) ProtoReflect

func (x *DeleteLabelRequest) ProtoReflect() protoreflect.Message

func (*DeleteLabelRequest) Reset

func (x *DeleteLabelRequest) Reset()

func (*DeleteLabelRequest) String

func (x *DeleteLabelRequest) String() string

type DeleteSecretKeyRequest

type DeleteSecretKeyRequest struct {
	Namespace  string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	SecretName string `protobuf:"bytes,2,opt,name=secretName,proto3" json:"secretName,omitempty"`
	Key        string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSecretKeyRequest) Descriptor deprecated

func (*DeleteSecretKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSecretKeyRequest.ProtoReflect.Descriptor instead.

func (*DeleteSecretKeyRequest) GetKey

func (x *DeleteSecretKeyRequest) GetKey() string

func (*DeleteSecretKeyRequest) GetNamespace

func (x *DeleteSecretKeyRequest) GetNamespace() string

func (*DeleteSecretKeyRequest) GetSecretName

func (x *DeleteSecretKeyRequest) GetSecretName() string

func (*DeleteSecretKeyRequest) ProtoMessage

func (*DeleteSecretKeyRequest) ProtoMessage()

func (*DeleteSecretKeyRequest) ProtoReflect

func (x *DeleteSecretKeyRequest) ProtoReflect() protoreflect.Message

func (*DeleteSecretKeyRequest) Reset

func (x *DeleteSecretKeyRequest) Reset()

func (*DeleteSecretKeyRequest) String

func (x *DeleteSecretKeyRequest) String() string

type DeleteSecretKeyResponse

type DeleteSecretKeyResponse struct {
	Deleted bool `protobuf:"varint,1,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSecretKeyResponse) Descriptor deprecated

func (*DeleteSecretKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSecretKeyResponse.ProtoReflect.Descriptor instead.

func (*DeleteSecretKeyResponse) GetDeleted

func (x *DeleteSecretKeyResponse) GetDeleted() bool

func (*DeleteSecretKeyResponse) ProtoMessage

func (*DeleteSecretKeyResponse) ProtoMessage()

func (*DeleteSecretKeyResponse) ProtoReflect

func (x *DeleteSecretKeyResponse) ProtoReflect() protoreflect.Message

func (*DeleteSecretKeyResponse) Reset

func (x *DeleteSecretKeyResponse) Reset()

func (*DeleteSecretKeyResponse) String

func (x *DeleteSecretKeyResponse) String() string

type DeleteSecretRequest

type DeleteSecretRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSecretRequest) Descriptor deprecated

func (*DeleteSecretRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSecretRequest.ProtoReflect.Descriptor instead.

func (*DeleteSecretRequest) GetName

func (x *DeleteSecretRequest) GetName() string

func (*DeleteSecretRequest) GetNamespace

func (x *DeleteSecretRequest) GetNamespace() string

func (*DeleteSecretRequest) ProtoMessage

func (*DeleteSecretRequest) ProtoMessage()

func (*DeleteSecretRequest) ProtoReflect

func (x *DeleteSecretRequest) ProtoReflect() protoreflect.Message

func (*DeleteSecretRequest) Reset

func (x *DeleteSecretRequest) Reset()

func (*DeleteSecretRequest) String

func (x *DeleteSecretRequest) String() string

type DeleteSecretResponse

type DeleteSecretResponse struct {
	Deleted bool `protobuf:"varint,1,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSecretResponse) Descriptor deprecated

func (*DeleteSecretResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSecretResponse.ProtoReflect.Descriptor instead.

func (*DeleteSecretResponse) GetDeleted

func (x *DeleteSecretResponse) GetDeleted() bool

func (*DeleteSecretResponse) ProtoMessage

func (*DeleteSecretResponse) ProtoMessage()

func (*DeleteSecretResponse) ProtoReflect

func (x *DeleteSecretResponse) ProtoReflect() protoreflect.Message

func (*DeleteSecretResponse) Reset

func (x *DeleteSecretResponse) Reset()

func (*DeleteSecretResponse) String

func (x *DeleteSecretResponse) String() string

type DeleteWorkspaceRequest

type DeleteWorkspaceRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteWorkspaceRequest) Descriptor deprecated

func (*DeleteWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*DeleteWorkspaceRequest) GetNamespace

func (x *DeleteWorkspaceRequest) GetNamespace() string

func (*DeleteWorkspaceRequest) GetUid

func (x *DeleteWorkspaceRequest) GetUid() string

func (*DeleteWorkspaceRequest) ProtoMessage

func (*DeleteWorkspaceRequest) ProtoMessage()

func (*DeleteWorkspaceRequest) ProtoReflect

func (x *DeleteWorkspaceRequest) ProtoReflect() protoreflect.Message

func (*DeleteWorkspaceRequest) Reset

func (x *DeleteWorkspaceRequest) Reset()

func (*DeleteWorkspaceRequest) String

func (x *DeleteWorkspaceRequest) String() string

type File

type File struct {
	Path         string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Name         string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Extension    string `protobuf:"bytes,3,opt,name=extension,proto3" json:"extension,omitempty"`
	Size         int64  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	ContentType  string `protobuf:"bytes,5,opt,name=contentType,proto3" json:"contentType,omitempty"`
	LastModified string `protobuf:"bytes,6,opt,name=lastModified,proto3" json:"lastModified,omitempty"`
	Directory    bool   `protobuf:"varint,7,opt,name=directory,proto3" json:"directory,omitempty"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

func (*File) Descriptor() ([]byte, []int)

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContentType

func (x *File) GetContentType() string

func (*File) GetDirectory

func (x *File) GetDirectory() bool

func (*File) GetExtension

func (x *File) GetExtension() string

func (*File) GetLastModified

func (x *File) GetLastModified() string

func (*File) GetName

func (x *File) GetName() string

func (*File) GetPath

func (x *File) GetPath() string

func (*File) GetSize

func (x *File) GetSize() int64

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

func (x *File) ProtoReflect() protoreflect.Message

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type GenerateWorkspaceTemplateWorkflowTemplateRequest

type GenerateWorkspaceTemplateWorkflowTemplateRequest struct {
	Namespace         string             `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid               string             `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	WorkspaceTemplate *WorkspaceTemplate `protobuf:"bytes,3,opt,name=workspaceTemplate,proto3" json:"workspaceTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) Descriptor deprecated

Deprecated: Use GenerateWorkspaceTemplateWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) GetNamespace

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) GetUid

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) GetWorkspaceTemplate

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) ProtoMessage

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) ProtoReflect

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) Reset

func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) String

type GetArtifactRequest

type GetArtifactRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Key       string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArtifactRequest) Descriptor deprecated

func (*GetArtifactRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetArtifactRequest.ProtoReflect.Descriptor instead.

func (*GetArtifactRequest) GetKey

func (x *GetArtifactRequest) GetKey() string

func (*GetArtifactRequest) GetNamespace

func (x *GetArtifactRequest) GetNamespace() string

func (*GetArtifactRequest) GetUid added in v0.8.0

func (x *GetArtifactRequest) GetUid() string

func (*GetArtifactRequest) ProtoMessage

func (*GetArtifactRequest) ProtoMessage()

func (*GetArtifactRequest) ProtoReflect

func (x *GetArtifactRequest) ProtoReflect() protoreflect.Message

func (*GetArtifactRequest) Reset

func (x *GetArtifactRequest) Reset()

func (*GetArtifactRequest) String

func (x *GetArtifactRequest) String() string

type GetConfigResponse added in v0.11.0

type GetConfigResponse struct {
	ApiUrl   string    `protobuf:"bytes,1,opt,name=apiUrl,proto3" json:"apiUrl,omitempty"`
	Domain   string    `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Fqdn     string    `protobuf:"bytes,3,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	NodePool *NodePool `protobuf:"bytes,4,opt,name=nodePool,proto3" json:"nodePool,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigResponse) Descriptor deprecated added in v0.11.0

func (*GetConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigResponse.ProtoReflect.Descriptor instead.

func (*GetConfigResponse) GetApiUrl added in v0.11.0

func (x *GetConfigResponse) GetApiUrl() string

func (*GetConfigResponse) GetDomain added in v0.11.0

func (x *GetConfigResponse) GetDomain() string

func (*GetConfigResponse) GetFqdn added in v0.11.0

func (x *GetConfigResponse) GetFqdn() string

func (*GetConfigResponse) GetNodePool added in v0.11.0

func (x *GetConfigResponse) GetNodePool() *NodePool

func (*GetConfigResponse) ProtoMessage added in v0.11.0

func (*GetConfigResponse) ProtoMessage()

func (*GetConfigResponse) ProtoReflect added in v0.11.0

func (x *GetConfigResponse) ProtoReflect() protoreflect.Message

func (*GetConfigResponse) Reset added in v0.11.0

func (x *GetConfigResponse) Reset()

func (*GetConfigResponse) String added in v0.11.0

func (x *GetConfigResponse) String() string

type GetCronWorkflowRequest

type GetCronWorkflowRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCronWorkflowRequest) Descriptor deprecated

func (*GetCronWorkflowRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCronWorkflowRequest.ProtoReflect.Descriptor instead.

func (*GetCronWorkflowRequest) GetNamespace

func (x *GetCronWorkflowRequest) GetNamespace() string

func (*GetCronWorkflowRequest) GetUid added in v0.8.0

func (x *GetCronWorkflowRequest) GetUid() string

func (*GetCronWorkflowRequest) ProtoMessage

func (*GetCronWorkflowRequest) ProtoMessage()

func (*GetCronWorkflowRequest) ProtoReflect

func (x *GetCronWorkflowRequest) ProtoReflect() protoreflect.Message

func (*GetCronWorkflowRequest) Reset

func (x *GetCronWorkflowRequest) Reset()

func (*GetCronWorkflowRequest) String

func (x *GetCronWorkflowRequest) String() string

type GetLabelsRequest

type GetLabelsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Resource  string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Uid       string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLabelsRequest) Descriptor deprecated

func (*GetLabelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLabelsRequest.ProtoReflect.Descriptor instead.

func (*GetLabelsRequest) GetNamespace

func (x *GetLabelsRequest) GetNamespace() string

func (*GetLabelsRequest) GetResource

func (x *GetLabelsRequest) GetResource() string

func (*GetLabelsRequest) GetUid

func (x *GetLabelsRequest) GetUid() string

func (*GetLabelsRequest) ProtoMessage

func (*GetLabelsRequest) ProtoMessage()

func (*GetLabelsRequest) ProtoReflect

func (x *GetLabelsRequest) ProtoReflect() protoreflect.Message

func (*GetLabelsRequest) Reset

func (x *GetLabelsRequest) Reset()

func (*GetLabelsRequest) String

func (x *GetLabelsRequest) String() string

type GetLabelsResponse

type GetLabelsResponse struct {
	Labels []*KeyValue `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLabelsResponse) Descriptor deprecated

func (*GetLabelsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLabelsResponse.ProtoReflect.Descriptor instead.

func (*GetLabelsResponse) GetLabels

func (x *GetLabelsResponse) GetLabels() []*KeyValue

func (*GetLabelsResponse) ProtoMessage

func (*GetLabelsResponse) ProtoMessage()

func (*GetLabelsResponse) ProtoReflect

func (x *GetLabelsResponse) ProtoReflect() protoreflect.Message

func (*GetLabelsResponse) Reset

func (x *GetLabelsResponse) Reset()

func (*GetLabelsResponse) String

func (x *GetLabelsResponse) String() string

type GetSecretRequest

type GetSecretRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSecretRequest) Descriptor deprecated

func (*GetSecretRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSecretRequest.ProtoReflect.Descriptor instead.

func (*GetSecretRequest) GetName

func (x *GetSecretRequest) GetName() string

func (*GetSecretRequest) GetNamespace

func (x *GetSecretRequest) GetNamespace() string

func (*GetSecretRequest) ProtoMessage

func (*GetSecretRequest) ProtoMessage()

func (*GetSecretRequest) ProtoReflect

func (x *GetSecretRequest) ProtoReflect() protoreflect.Message

func (*GetSecretRequest) Reset

func (x *GetSecretRequest) Reset()

func (*GetSecretRequest) String

func (x *GetSecretRequest) String() string

type GetWorkflowExecutionLogsRequest

type GetWorkflowExecutionLogsRequest struct {
	Namespace     string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid           string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	PodName       string `protobuf:"bytes,3,opt,name=podName,proto3" json:"podName,omitempty"`
	ContainerName string `protobuf:"bytes,4,opt,name=containerName,proto3" json:"containerName,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowExecutionLogsRequest) Descriptor deprecated

func (*GetWorkflowExecutionLogsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkflowExecutionLogsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowExecutionLogsRequest) GetContainerName

func (x *GetWorkflowExecutionLogsRequest) GetContainerName() string

func (*GetWorkflowExecutionLogsRequest) GetNamespace

func (x *GetWorkflowExecutionLogsRequest) GetNamespace() string

func (*GetWorkflowExecutionLogsRequest) GetPodName

func (x *GetWorkflowExecutionLogsRequest) GetPodName() string

func (*GetWorkflowExecutionLogsRequest) GetUid added in v0.8.0

func (*GetWorkflowExecutionLogsRequest) ProtoMessage

func (*GetWorkflowExecutionLogsRequest) ProtoMessage()

func (*GetWorkflowExecutionLogsRequest) ProtoReflect

func (*GetWorkflowExecutionLogsRequest) Reset

func (*GetWorkflowExecutionLogsRequest) String

type GetWorkflowExecutionMetricsRequest

type GetWorkflowExecutionMetricsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	PodName   string `protobuf:"bytes,3,opt,name=podName,proto3" json:"podName,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowExecutionMetricsRequest) Descriptor deprecated

func (*GetWorkflowExecutionMetricsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkflowExecutionMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowExecutionMetricsRequest) GetNamespace

func (x *GetWorkflowExecutionMetricsRequest) GetNamespace() string

func (*GetWorkflowExecutionMetricsRequest) GetPodName

func (*GetWorkflowExecutionMetricsRequest) GetUid added in v0.8.0

func (*GetWorkflowExecutionMetricsRequest) ProtoMessage

func (*GetWorkflowExecutionMetricsRequest) ProtoMessage()

func (*GetWorkflowExecutionMetricsRequest) ProtoReflect

func (*GetWorkflowExecutionMetricsRequest) Reset

func (*GetWorkflowExecutionMetricsRequest) String

type GetWorkflowExecutionMetricsResponse

type GetWorkflowExecutionMetricsResponse struct {
	Metrics []*Metric `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowExecutionMetricsResponse) Descriptor deprecated

func (*GetWorkflowExecutionMetricsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkflowExecutionMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetWorkflowExecutionMetricsResponse) GetMetrics

func (x *GetWorkflowExecutionMetricsResponse) GetMetrics() []*Metric

func (*GetWorkflowExecutionMetricsResponse) ProtoMessage

func (*GetWorkflowExecutionMetricsResponse) ProtoMessage()

func (*GetWorkflowExecutionMetricsResponse) ProtoReflect

func (*GetWorkflowExecutionMetricsResponse) Reset

func (*GetWorkflowExecutionMetricsResponse) String

type GetWorkflowExecutionRequest

type GetWorkflowExecutionRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowExecutionRequest) Descriptor deprecated

func (*GetWorkflowExecutionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowExecutionRequest) GetNamespace

func (x *GetWorkflowExecutionRequest) GetNamespace() string

func (*GetWorkflowExecutionRequest) GetUid added in v0.8.0

func (x *GetWorkflowExecutionRequest) GetUid() string

func (*GetWorkflowExecutionRequest) ProtoMessage

func (*GetWorkflowExecutionRequest) ProtoMessage()

func (*GetWorkflowExecutionRequest) ProtoReflect

func (*GetWorkflowExecutionRequest) Reset

func (x *GetWorkflowExecutionRequest) Reset()

func (*GetWorkflowExecutionRequest) String

func (x *GetWorkflowExecutionRequest) String() string

type GetWorkflowTemplateLabelsRequest

type GetWorkflowTemplateLabelsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version   int64  `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowTemplateLabelsRequest) Descriptor deprecated

func (*GetWorkflowTemplateLabelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkflowTemplateLabelsRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowTemplateLabelsRequest) GetName

func (*GetWorkflowTemplateLabelsRequest) GetNamespace

func (x *GetWorkflowTemplateLabelsRequest) GetNamespace() string

func (*GetWorkflowTemplateLabelsRequest) GetVersion

func (x *GetWorkflowTemplateLabelsRequest) GetVersion() int64

func (*GetWorkflowTemplateLabelsRequest) ProtoMessage

func (*GetWorkflowTemplateLabelsRequest) ProtoMessage()

func (*GetWorkflowTemplateLabelsRequest) ProtoReflect

func (*GetWorkflowTemplateLabelsRequest) Reset

func (*GetWorkflowTemplateLabelsRequest) String

type GetWorkflowTemplateRequest

type GetWorkflowTemplateRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Version   int64  `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkflowTemplateRequest) Descriptor deprecated

func (*GetWorkflowTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkflowTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetWorkflowTemplateRequest) GetNamespace

func (x *GetWorkflowTemplateRequest) GetNamespace() string

func (*GetWorkflowTemplateRequest) GetUid

func (x *GetWorkflowTemplateRequest) GetUid() string

func (*GetWorkflowTemplateRequest) GetVersion

func (x *GetWorkflowTemplateRequest) GetVersion() int64

func (*GetWorkflowTemplateRequest) ProtoMessage

func (*GetWorkflowTemplateRequest) ProtoMessage()

func (*GetWorkflowTemplateRequest) ProtoReflect

func (*GetWorkflowTemplateRequest) Reset

func (x *GetWorkflowTemplateRequest) Reset()

func (*GetWorkflowTemplateRequest) String

func (x *GetWorkflowTemplateRequest) String() string

type GetWorkspaceRequest added in v0.8.0

type GetWorkspaceRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkspaceRequest) Descriptor deprecated added in v0.8.0

func (*GetWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspaceRequest) GetNamespace added in v0.8.0

func (x *GetWorkspaceRequest) GetNamespace() string

func (*GetWorkspaceRequest) GetUid added in v0.8.0

func (x *GetWorkspaceRequest) GetUid() string

func (*GetWorkspaceRequest) ProtoMessage added in v0.8.0

func (*GetWorkspaceRequest) ProtoMessage()

func (*GetWorkspaceRequest) ProtoReflect added in v0.8.0

func (x *GetWorkspaceRequest) ProtoReflect() protoreflect.Message

func (*GetWorkspaceRequest) Reset added in v0.8.0

func (x *GetWorkspaceRequest) Reset()

func (*GetWorkspaceRequest) String added in v0.8.0

func (x *GetWorkspaceRequest) String() string

type GetWorkspaceTemplateRequest

type GetWorkspaceTemplateRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Version   int64  `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkspaceTemplateRequest) Descriptor deprecated

func (*GetWorkspaceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkspaceTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspaceTemplateRequest) GetNamespace

func (x *GetWorkspaceTemplateRequest) GetNamespace() string

func (*GetWorkspaceTemplateRequest) GetUid

func (x *GetWorkspaceTemplateRequest) GetUid() string

func (*GetWorkspaceTemplateRequest) GetVersion

func (x *GetWorkspaceTemplateRequest) GetVersion() int64

func (*GetWorkspaceTemplateRequest) ProtoMessage

func (*GetWorkspaceTemplateRequest) ProtoMessage()

func (*GetWorkspaceTemplateRequest) ProtoReflect

func (*GetWorkspaceTemplateRequest) Reset

func (x *GetWorkspaceTemplateRequest) Reset()

func (*GetWorkspaceTemplateRequest) String

func (x *GetWorkspaceTemplateRequest) String() string

type IsAuthorized added in v0.11.0

type IsAuthorized struct {
	Namespace    string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Verb         string `protobuf:"bytes,2,opt,name=verb,proto3" json:"verb,omitempty"`
	Group        string `protobuf:"bytes,3,opt,name=group,proto3" json:"group,omitempty"`
	Resource     string `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
	ResourceName string `protobuf:"bytes,5,opt,name=resourceName,proto3" json:"resourceName,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorized) Descriptor deprecated added in v0.11.0

func (*IsAuthorized) Descriptor() ([]byte, []int)

Deprecated: Use IsAuthorized.ProtoReflect.Descriptor instead.

func (*IsAuthorized) GetGroup added in v0.11.0

func (x *IsAuthorized) GetGroup() string

func (*IsAuthorized) GetNamespace added in v0.11.0

func (x *IsAuthorized) GetNamespace() string

func (*IsAuthorized) GetResource added in v0.11.0

func (x *IsAuthorized) GetResource() string

func (*IsAuthorized) GetResourceName added in v0.11.0

func (x *IsAuthorized) GetResourceName() string

func (*IsAuthorized) GetVerb added in v0.11.0

func (x *IsAuthorized) GetVerb() string

func (*IsAuthorized) ProtoMessage added in v0.11.0

func (*IsAuthorized) ProtoMessage()

func (*IsAuthorized) ProtoReflect added in v0.11.0

func (x *IsAuthorized) ProtoReflect() protoreflect.Message

func (*IsAuthorized) Reset added in v0.11.0

func (x *IsAuthorized) Reset()

func (*IsAuthorized) String added in v0.11.0

func (x *IsAuthorized) String() string

type IsAuthorizedRequest added in v0.8.0

type IsAuthorizedRequest struct {
	IsAuthorized *IsAuthorized `protobuf:"bytes,1,opt,name=isAuthorized,proto3" json:"isAuthorized,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorizedRequest) Descriptor deprecated added in v0.8.0

func (*IsAuthorizedRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsAuthorizedRequest.ProtoReflect.Descriptor instead.

func (*IsAuthorizedRequest) GetIsAuthorized added in v0.11.0

func (x *IsAuthorizedRequest) GetIsAuthorized() *IsAuthorized

func (*IsAuthorizedRequest) ProtoMessage added in v0.8.0

func (*IsAuthorizedRequest) ProtoMessage()

func (*IsAuthorizedRequest) ProtoReflect added in v0.8.0

func (x *IsAuthorizedRequest) ProtoReflect() protoreflect.Message

func (*IsAuthorizedRequest) Reset added in v0.8.0

func (x *IsAuthorizedRequest) Reset()

func (*IsAuthorizedRequest) String added in v0.8.0

func (x *IsAuthorizedRequest) String() string

type IsAuthorizedResponse added in v0.8.0

type IsAuthorizedResponse struct {
	Authorized bool `protobuf:"varint,1,opt,name=authorized,proto3" json:"authorized,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorizedResponse) Descriptor deprecated added in v0.8.0

func (*IsAuthorizedResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsAuthorizedResponse.ProtoReflect.Descriptor instead.

func (*IsAuthorizedResponse) GetAuthorized added in v0.8.0

func (x *IsAuthorizedResponse) GetAuthorized() bool

func (*IsAuthorizedResponse) ProtoMessage added in v0.8.0

func (*IsAuthorizedResponse) ProtoMessage()

func (*IsAuthorizedResponse) ProtoReflect added in v0.8.0

func (x *IsAuthorizedResponse) ProtoReflect() protoreflect.Message

func (*IsAuthorizedResponse) Reset added in v0.8.0

func (x *IsAuthorizedResponse) Reset()

func (*IsAuthorizedResponse) String added in v0.8.0

func (x *IsAuthorizedResponse) String() string

type IsValidTokenRequest

type IsValidTokenRequest struct {
	Token *TokenWrapper `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*IsValidTokenRequest) Descriptor deprecated

func (*IsValidTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsValidTokenRequest.ProtoReflect.Descriptor instead.

func (*IsValidTokenRequest) GetToken

func (x *IsValidTokenRequest) GetToken() *TokenWrapper

func (*IsValidTokenRequest) ProtoMessage

func (*IsValidTokenRequest) ProtoMessage()

func (*IsValidTokenRequest) ProtoReflect

func (x *IsValidTokenRequest) ProtoReflect() protoreflect.Message

func (*IsValidTokenRequest) Reset

func (x *IsValidTokenRequest) Reset()

func (*IsValidTokenRequest) String

func (x *IsValidTokenRequest) String() string

type IsValidTokenResponse

type IsValidTokenResponse struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*IsValidTokenResponse) Descriptor deprecated

func (*IsValidTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsValidTokenResponse.ProtoReflect.Descriptor instead.

func (*IsValidTokenResponse) GetDomain

func (x *IsValidTokenResponse) GetDomain() string

func (*IsValidTokenResponse) ProtoMessage

func (*IsValidTokenResponse) ProtoMessage()

func (*IsValidTokenResponse) ProtoReflect

func (x *IsValidTokenResponse) ProtoReflect() protoreflect.Message

func (*IsValidTokenResponse) Reset

func (x *IsValidTokenResponse) Reset()

func (*IsValidTokenResponse) String

func (x *IsValidTokenResponse) String() string

type KeyValue

type KeyValue struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyValue) Descriptor deprecated

func (*KeyValue) Descriptor() ([]byte, []int)

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) GetKey

func (x *KeyValue) GetKey() string

func (*KeyValue) GetValue

func (x *KeyValue) GetValue() string

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect

func (x *KeyValue) ProtoReflect() protoreflect.Message

func (*KeyValue) Reset

func (x *KeyValue) Reset()

func (*KeyValue) String

func (x *KeyValue) String() string

type LabelServiceClient

type LabelServiceClient interface {
	GetLabels(ctx context.Context, in *GetLabelsRequest, opts ...grpc.CallOption) (*GetLabelsResponse, error)
	AddLabels(ctx context.Context, in *AddLabelsRequest, opts ...grpc.CallOption) (*GetLabelsResponse, error)
	ReplaceLabels(ctx context.Context, in *ReplaceLabelsRequest, opts ...grpc.CallOption) (*GetLabelsResponse, error)
	DeleteLabel(ctx context.Context, in *DeleteLabelRequest, opts ...grpc.CallOption) (*GetLabelsResponse, error)
}

LabelServiceClient is the client API for LabelService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type LabelServiceServer

LabelServiceServer is the server API for LabelService service.

type Labels

type Labels struct {
	Items []*KeyValue `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*Labels) Descriptor deprecated

func (*Labels) Descriptor() ([]byte, []int)

Deprecated: Use Labels.ProtoReflect.Descriptor instead.

func (*Labels) GetItems

func (x *Labels) GetItems() []*KeyValue

func (*Labels) ProtoMessage

func (*Labels) ProtoMessage()

func (*Labels) ProtoReflect

func (x *Labels) ProtoReflect() protoreflect.Message

func (*Labels) Reset

func (x *Labels) Reset()

func (*Labels) String

func (x *Labels) String() string

type ListCronWorkflowRequest

type ListCronWorkflowRequest struct {
	Namespace            string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowTemplateName string `protobuf:"bytes,2,opt,name=workflow_template_name,json=workflowTemplateName,proto3" json:"workflow_template_name,omitempty"`
	PageSize             int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page                 int32  `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCronWorkflowRequest) Descriptor deprecated

func (*ListCronWorkflowRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCronWorkflowRequest.ProtoReflect.Descriptor instead.

func (*ListCronWorkflowRequest) GetNamespace

func (x *ListCronWorkflowRequest) GetNamespace() string

func (*ListCronWorkflowRequest) GetPage

func (x *ListCronWorkflowRequest) GetPage() int32

func (*ListCronWorkflowRequest) GetPageSize

func (x *ListCronWorkflowRequest) GetPageSize() int32

func (*ListCronWorkflowRequest) GetWorkflowTemplateName

func (x *ListCronWorkflowRequest) GetWorkflowTemplateName() string

func (*ListCronWorkflowRequest) ProtoMessage

func (*ListCronWorkflowRequest) ProtoMessage()

func (*ListCronWorkflowRequest) ProtoReflect

func (x *ListCronWorkflowRequest) ProtoReflect() protoreflect.Message

func (*ListCronWorkflowRequest) Reset

func (x *ListCronWorkflowRequest) Reset()

func (*ListCronWorkflowRequest) String

func (x *ListCronWorkflowRequest) String() string

type ListCronWorkflowsResponse

type ListCronWorkflowsResponse struct {
	Count         int32           `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	CronWorkflows []*CronWorkflow `protobuf:"bytes,2,rep,name=cronWorkflows,proto3" json:"cronWorkflows,omitempty"`
	Page          int32           `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages         int32           `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount    int32           `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCronWorkflowsResponse) Descriptor deprecated

func (*ListCronWorkflowsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCronWorkflowsResponse.ProtoReflect.Descriptor instead.

func (*ListCronWorkflowsResponse) GetCount

func (x *ListCronWorkflowsResponse) GetCount() int32

func (*ListCronWorkflowsResponse) GetCronWorkflows

func (x *ListCronWorkflowsResponse) GetCronWorkflows() []*CronWorkflow

func (*ListCronWorkflowsResponse) GetPage

func (x *ListCronWorkflowsResponse) GetPage() int32

func (*ListCronWorkflowsResponse) GetPages

func (x *ListCronWorkflowsResponse) GetPages() int32

func (*ListCronWorkflowsResponse) GetTotalCount

func (x *ListCronWorkflowsResponse) GetTotalCount() int32

func (*ListCronWorkflowsResponse) ProtoMessage

func (*ListCronWorkflowsResponse) ProtoMessage()

func (*ListCronWorkflowsResponse) ProtoReflect

func (*ListCronWorkflowsResponse) Reset

func (x *ListCronWorkflowsResponse) Reset()

func (*ListCronWorkflowsResponse) String

func (x *ListCronWorkflowsResponse) String() string

type ListFilesRequest

type ListFilesRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Path      string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFilesRequest) Descriptor deprecated

func (*ListFilesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListFilesRequest.ProtoReflect.Descriptor instead.

func (*ListFilesRequest) GetNamespace

func (x *ListFilesRequest) GetNamespace() string

func (*ListFilesRequest) GetPath

func (x *ListFilesRequest) GetPath() string

func (*ListFilesRequest) GetUid added in v0.8.0

func (x *ListFilesRequest) GetUid() string

func (*ListFilesRequest) ProtoMessage

func (*ListFilesRequest) ProtoMessage()

func (*ListFilesRequest) ProtoReflect

func (x *ListFilesRequest) ProtoReflect() protoreflect.Message

func (*ListFilesRequest) Reset

func (x *ListFilesRequest) Reset()

func (*ListFilesRequest) String

func (x *ListFilesRequest) String() string

type ListFilesResponse

type ListFilesResponse struct {
	Files      []*File `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	ParentPath string  `protobuf:"bytes,2,opt,name=parentPath,proto3" json:"parentPath,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFilesResponse) Descriptor deprecated

func (*ListFilesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListFilesResponse.ProtoReflect.Descriptor instead.

func (*ListFilesResponse) GetFiles

func (x *ListFilesResponse) GetFiles() []*File

func (*ListFilesResponse) GetParentPath

func (x *ListFilesResponse) GetParentPath() string

func (*ListFilesResponse) ProtoMessage

func (*ListFilesResponse) ProtoMessage()

func (*ListFilesResponse) ProtoReflect

func (x *ListFilesResponse) ProtoReflect() protoreflect.Message

func (*ListFilesResponse) Reset

func (x *ListFilesResponse) Reset()

func (*ListFilesResponse) String

func (x *ListFilesResponse) String() string

type ListNamespacesRequest

type ListNamespacesRequest struct {
	PageSize int32  `protobuf:"varint,1,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page     int32  `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	Query    string `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespacesRequest) Descriptor deprecated

func (*ListNamespacesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNamespacesRequest.ProtoReflect.Descriptor instead.

func (*ListNamespacesRequest) GetPage

func (x *ListNamespacesRequest) GetPage() int32

func (*ListNamespacesRequest) GetPageSize

func (x *ListNamespacesRequest) GetPageSize() int32

func (*ListNamespacesRequest) GetQuery

func (x *ListNamespacesRequest) GetQuery() string

func (*ListNamespacesRequest) ProtoMessage

func (*ListNamespacesRequest) ProtoMessage()

func (*ListNamespacesRequest) ProtoReflect

func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message

func (*ListNamespacesRequest) Reset

func (x *ListNamespacesRequest) Reset()

func (*ListNamespacesRequest) String

func (x *ListNamespacesRequest) String() string

type ListNamespacesResponse

type ListNamespacesResponse struct {
	Count      int32        `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Namespaces []*Namespace `protobuf:"bytes,2,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	Page       int32        `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages      int32        `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount int32        `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespacesResponse) Descriptor deprecated

func (*ListNamespacesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListNamespacesResponse.ProtoReflect.Descriptor instead.

func (*ListNamespacesResponse) GetCount

func (x *ListNamespacesResponse) GetCount() int32

func (*ListNamespacesResponse) GetNamespaces

func (x *ListNamespacesResponse) GetNamespaces() []*Namespace

func (*ListNamespacesResponse) GetPage

func (x *ListNamespacesResponse) GetPage() int32

func (*ListNamespacesResponse) GetPages

func (x *ListNamespacesResponse) GetPages() int32

func (*ListNamespacesResponse) GetTotalCount

func (x *ListNamespacesResponse) GetTotalCount() int32

func (*ListNamespacesResponse) ProtoMessage

func (*ListNamespacesResponse) ProtoMessage()

func (*ListNamespacesResponse) ProtoReflect

func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message

func (*ListNamespacesResponse) Reset

func (x *ListNamespacesResponse) Reset()

func (*ListNamespacesResponse) String

func (x *ListNamespacesResponse) String() string

type ListSecretsRequest

type ListSecretsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSecretsRequest) Descriptor deprecated

func (*ListSecretsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSecretsRequest.ProtoReflect.Descriptor instead.

func (*ListSecretsRequest) GetNamespace

func (x *ListSecretsRequest) GetNamespace() string

func (*ListSecretsRequest) ProtoMessage

func (*ListSecretsRequest) ProtoMessage()

func (*ListSecretsRequest) ProtoReflect

func (x *ListSecretsRequest) ProtoReflect() protoreflect.Message

func (*ListSecretsRequest) Reset

func (x *ListSecretsRequest) Reset()

func (*ListSecretsRequest) String

func (x *ListSecretsRequest) String() string

type ListSecretsResponse

type ListSecretsResponse struct {
	Count   int32     `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Secrets []*Secret `protobuf:"bytes,2,rep,name=secrets,proto3" json:"secrets,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSecretsResponse) Descriptor deprecated

func (*ListSecretsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListSecretsResponse.ProtoReflect.Descriptor instead.

func (*ListSecretsResponse) GetCount

func (x *ListSecretsResponse) GetCount() int32

func (*ListSecretsResponse) GetSecrets

func (x *ListSecretsResponse) GetSecrets() []*Secret

func (*ListSecretsResponse) ProtoMessage

func (*ListSecretsResponse) ProtoMessage()

func (*ListSecretsResponse) ProtoReflect

func (x *ListSecretsResponse) ProtoReflect() protoreflect.Message

func (*ListSecretsResponse) Reset

func (x *ListSecretsResponse) Reset()

func (*ListSecretsResponse) String

func (x *ListSecretsResponse) String() string

type ListWorkflowExecutionsRequest

type ListWorkflowExecutionsRequest struct {
	Namespace               string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowTemplateUid     string `protobuf:"bytes,2,opt,name=workflowTemplateUid,proto3" json:"workflowTemplateUid,omitempty"`
	WorkflowTemplateVersion string `protobuf:"bytes,3,opt,name=workflowTemplateVersion,proto3" json:"workflowTemplateVersion,omitempty"`
	PageSize                int32  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page                    int32  `protobuf:"varint,5,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowExecutionsRequest) Descriptor deprecated

func (*ListWorkflowExecutionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkflowExecutionsRequest.ProtoReflect.Descriptor instead.

func (*ListWorkflowExecutionsRequest) GetNamespace

func (x *ListWorkflowExecutionsRequest) GetNamespace() string

func (*ListWorkflowExecutionsRequest) GetPage

func (x *ListWorkflowExecutionsRequest) GetPage() int32

func (*ListWorkflowExecutionsRequest) GetPageSize

func (x *ListWorkflowExecutionsRequest) GetPageSize() int32

func (*ListWorkflowExecutionsRequest) GetWorkflowTemplateUid

func (x *ListWorkflowExecutionsRequest) GetWorkflowTemplateUid() string

func (*ListWorkflowExecutionsRequest) GetWorkflowTemplateVersion

func (x *ListWorkflowExecutionsRequest) GetWorkflowTemplateVersion() string

func (*ListWorkflowExecutionsRequest) ProtoMessage

func (*ListWorkflowExecutionsRequest) ProtoMessage()

func (*ListWorkflowExecutionsRequest) ProtoReflect

func (*ListWorkflowExecutionsRequest) Reset

func (x *ListWorkflowExecutionsRequest) Reset()

func (*ListWorkflowExecutionsRequest) String

type ListWorkflowExecutionsResponse

type ListWorkflowExecutionsResponse struct {
	Count              int32                `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WorkflowExecutions []*WorkflowExecution `protobuf:"bytes,2,rep,name=workflowExecutions,proto3" json:"workflowExecutions,omitempty"`
	Page               int32                `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages              int32                `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount         int32                `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowExecutionsResponse) Descriptor deprecated

func (*ListWorkflowExecutionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkflowExecutionsResponse.ProtoReflect.Descriptor instead.

func (*ListWorkflowExecutionsResponse) GetCount

func (x *ListWorkflowExecutionsResponse) GetCount() int32

func (*ListWorkflowExecutionsResponse) GetPage

func (*ListWorkflowExecutionsResponse) GetPages

func (x *ListWorkflowExecutionsResponse) GetPages() int32

func (*ListWorkflowExecutionsResponse) GetTotalCount

func (x *ListWorkflowExecutionsResponse) GetTotalCount() int32

func (*ListWorkflowExecutionsResponse) GetWorkflowExecutions

func (x *ListWorkflowExecutionsResponse) GetWorkflowExecutions() []*WorkflowExecution

func (*ListWorkflowExecutionsResponse) ProtoMessage

func (*ListWorkflowExecutionsResponse) ProtoMessage()

func (*ListWorkflowExecutionsResponse) ProtoReflect

func (*ListWorkflowExecutionsResponse) Reset

func (x *ListWorkflowExecutionsResponse) Reset()

func (*ListWorkflowExecutionsResponse) String

type ListWorkflowTemplateVersionsRequest

type ListWorkflowTemplateVersionsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowTemplateVersionsRequest) Descriptor deprecated

func (*ListWorkflowTemplateVersionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkflowTemplateVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListWorkflowTemplateVersionsRequest) GetNamespace

func (x *ListWorkflowTemplateVersionsRequest) GetNamespace() string

func (*ListWorkflowTemplateVersionsRequest) GetUid

func (*ListWorkflowTemplateVersionsRequest) ProtoMessage

func (*ListWorkflowTemplateVersionsRequest) ProtoMessage()

func (*ListWorkflowTemplateVersionsRequest) ProtoReflect

func (*ListWorkflowTemplateVersionsRequest) Reset

func (*ListWorkflowTemplateVersionsRequest) String

type ListWorkflowTemplateVersionsResponse

type ListWorkflowTemplateVersionsResponse struct {
	Count             int32               `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WorkflowTemplates []*WorkflowTemplate `protobuf:"bytes,2,rep,name=workflowTemplates,proto3" json:"workflowTemplates,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowTemplateVersionsResponse) Descriptor deprecated

func (*ListWorkflowTemplateVersionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkflowTemplateVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListWorkflowTemplateVersionsResponse) GetCount

func (*ListWorkflowTemplateVersionsResponse) GetWorkflowTemplates

func (x *ListWorkflowTemplateVersionsResponse) GetWorkflowTemplates() []*WorkflowTemplate

func (*ListWorkflowTemplateVersionsResponse) ProtoMessage

func (*ListWorkflowTemplateVersionsResponse) ProtoMessage()

func (*ListWorkflowTemplateVersionsResponse) ProtoReflect

func (*ListWorkflowTemplateVersionsResponse) Reset

func (*ListWorkflowTemplateVersionsResponse) String

type ListWorkflowTemplatesRequest

type ListWorkflowTemplatesRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	PageSize  int32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page      int32  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowTemplatesRequest) Descriptor deprecated

func (*ListWorkflowTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkflowTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListWorkflowTemplatesRequest) GetNamespace

func (x *ListWorkflowTemplatesRequest) GetNamespace() string

func (*ListWorkflowTemplatesRequest) GetPage

func (x *ListWorkflowTemplatesRequest) GetPage() int32

func (*ListWorkflowTemplatesRequest) GetPageSize

func (x *ListWorkflowTemplatesRequest) GetPageSize() int32

func (*ListWorkflowTemplatesRequest) ProtoMessage

func (*ListWorkflowTemplatesRequest) ProtoMessage()

func (*ListWorkflowTemplatesRequest) ProtoReflect

func (*ListWorkflowTemplatesRequest) Reset

func (x *ListWorkflowTemplatesRequest) Reset()

func (*ListWorkflowTemplatesRequest) String

type ListWorkflowTemplatesResponse

type ListWorkflowTemplatesResponse struct {
	Count             int32               `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WorkflowTemplates []*WorkflowTemplate `protobuf:"bytes,2,rep,name=workflowTemplates,proto3" json:"workflowTemplates,omitempty"`
	Page              int32               `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages             int32               `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount        int32               `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkflowTemplatesResponse) Descriptor deprecated

func (*ListWorkflowTemplatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkflowTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListWorkflowTemplatesResponse) GetCount

func (x *ListWorkflowTemplatesResponse) GetCount() int32

func (*ListWorkflowTemplatesResponse) GetPage

func (x *ListWorkflowTemplatesResponse) GetPage() int32

func (*ListWorkflowTemplatesResponse) GetPages

func (x *ListWorkflowTemplatesResponse) GetPages() int32

func (*ListWorkflowTemplatesResponse) GetTotalCount

func (x *ListWorkflowTemplatesResponse) GetTotalCount() int32

func (*ListWorkflowTemplatesResponse) GetWorkflowTemplates

func (x *ListWorkflowTemplatesResponse) GetWorkflowTemplates() []*WorkflowTemplate

func (*ListWorkflowTemplatesResponse) ProtoMessage

func (*ListWorkflowTemplatesResponse) ProtoMessage()

func (*ListWorkflowTemplatesResponse) ProtoReflect

func (*ListWorkflowTemplatesResponse) Reset

func (x *ListWorkflowTemplatesResponse) Reset()

func (*ListWorkflowTemplatesResponse) String

type ListWorkspaceRequest

type ListWorkspaceRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	PageSize  int32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page      int32  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceRequest) Descriptor deprecated

func (*ListWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*ListWorkspaceRequest) GetNamespace

func (x *ListWorkspaceRequest) GetNamespace() string

func (*ListWorkspaceRequest) GetPage

func (x *ListWorkspaceRequest) GetPage() int32

func (*ListWorkspaceRequest) GetPageSize

func (x *ListWorkspaceRequest) GetPageSize() int32

func (*ListWorkspaceRequest) ProtoMessage

func (*ListWorkspaceRequest) ProtoMessage()

func (*ListWorkspaceRequest) ProtoReflect

func (x *ListWorkspaceRequest) ProtoReflect() protoreflect.Message

func (*ListWorkspaceRequest) Reset

func (x *ListWorkspaceRequest) Reset()

func (*ListWorkspaceRequest) String

func (x *ListWorkspaceRequest) String() string

type ListWorkspaceResponse

type ListWorkspaceResponse struct {
	Count      int32        `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Workspaces []*Workspace `protobuf:"bytes,2,rep,name=workspaces,proto3" json:"workspaces,omitempty"`
	Page       int32        `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages      int32        `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount int32        `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceResponse) Descriptor deprecated

func (*ListWorkspaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*ListWorkspaceResponse) GetCount

func (x *ListWorkspaceResponse) GetCount() int32

func (*ListWorkspaceResponse) GetPage

func (x *ListWorkspaceResponse) GetPage() int32

func (*ListWorkspaceResponse) GetPages

func (x *ListWorkspaceResponse) GetPages() int32

func (*ListWorkspaceResponse) GetTotalCount

func (x *ListWorkspaceResponse) GetTotalCount() int32

func (*ListWorkspaceResponse) GetWorkspaces

func (x *ListWorkspaceResponse) GetWorkspaces() []*Workspace

func (*ListWorkspaceResponse) ProtoMessage

func (*ListWorkspaceResponse) ProtoMessage()

func (*ListWorkspaceResponse) ProtoReflect

func (x *ListWorkspaceResponse) ProtoReflect() protoreflect.Message

func (*ListWorkspaceResponse) Reset

func (x *ListWorkspaceResponse) Reset()

func (*ListWorkspaceResponse) String

func (x *ListWorkspaceResponse) String() string

type ListWorkspaceTemplateVersionsRequest

type ListWorkspaceTemplateVersionsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceTemplateVersionsRequest) Descriptor deprecated

func (*ListWorkspaceTemplateVersionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkspaceTemplateVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListWorkspaceTemplateVersionsRequest) GetNamespace

func (x *ListWorkspaceTemplateVersionsRequest) GetNamespace() string

func (*ListWorkspaceTemplateVersionsRequest) GetUid

func (*ListWorkspaceTemplateVersionsRequest) ProtoMessage

func (*ListWorkspaceTemplateVersionsRequest) ProtoMessage()

func (*ListWorkspaceTemplateVersionsRequest) ProtoReflect

func (*ListWorkspaceTemplateVersionsRequest) Reset

func (*ListWorkspaceTemplateVersionsRequest) String

type ListWorkspaceTemplateVersionsResponse

type ListWorkspaceTemplateVersionsResponse struct {
	Count              int32                `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WorkspaceTemplates []*WorkspaceTemplate `protobuf:"bytes,2,rep,name=workspaceTemplates,proto3" json:"workspaceTemplates,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceTemplateVersionsResponse) Descriptor deprecated

func (*ListWorkspaceTemplateVersionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkspaceTemplateVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListWorkspaceTemplateVersionsResponse) GetCount

func (*ListWorkspaceTemplateVersionsResponse) GetWorkspaceTemplates

func (x *ListWorkspaceTemplateVersionsResponse) GetWorkspaceTemplates() []*WorkspaceTemplate

func (*ListWorkspaceTemplateVersionsResponse) ProtoMessage

func (*ListWorkspaceTemplateVersionsResponse) ProtoMessage()

func (*ListWorkspaceTemplateVersionsResponse) ProtoReflect

func (*ListWorkspaceTemplateVersionsResponse) Reset

func (*ListWorkspaceTemplateVersionsResponse) String

type ListWorkspaceTemplatesRequest

type ListWorkspaceTemplatesRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	PageSize  int32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Page      int32  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceTemplatesRequest) Descriptor deprecated

func (*ListWorkspaceTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkspaceTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListWorkspaceTemplatesRequest) GetNamespace

func (x *ListWorkspaceTemplatesRequest) GetNamespace() string

func (*ListWorkspaceTemplatesRequest) GetPage

func (x *ListWorkspaceTemplatesRequest) GetPage() int32

func (*ListWorkspaceTemplatesRequest) GetPageSize

func (x *ListWorkspaceTemplatesRequest) GetPageSize() int32

func (*ListWorkspaceTemplatesRequest) ProtoMessage

func (*ListWorkspaceTemplatesRequest) ProtoMessage()

func (*ListWorkspaceTemplatesRequest) ProtoReflect

func (*ListWorkspaceTemplatesRequest) Reset

func (x *ListWorkspaceTemplatesRequest) Reset()

func (*ListWorkspaceTemplatesRequest) String

type ListWorkspaceTemplatesResponse

type ListWorkspaceTemplatesResponse struct {
	Count              int32                `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WorkspaceTemplates []*WorkspaceTemplate `protobuf:"bytes,2,rep,name=workspaceTemplates,proto3" json:"workspaceTemplates,omitempty"`
	Page               int32                `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	Pages              int32                `protobuf:"varint,4,opt,name=pages,proto3" json:"pages,omitempty"`
	TotalCount         int32                `protobuf:"varint,5,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspaceTemplatesResponse) Descriptor deprecated

func (*ListWorkspaceTemplatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkspaceTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListWorkspaceTemplatesResponse) GetCount

func (x *ListWorkspaceTemplatesResponse) GetCount() int32

func (*ListWorkspaceTemplatesResponse) GetPage

func (*ListWorkspaceTemplatesResponse) GetPages

func (x *ListWorkspaceTemplatesResponse) GetPages() int32

func (*ListWorkspaceTemplatesResponse) GetTotalCount

func (x *ListWorkspaceTemplatesResponse) GetTotalCount() int32

func (*ListWorkspaceTemplatesResponse) GetWorkspaceTemplates

func (x *ListWorkspaceTemplatesResponse) GetWorkspaceTemplates() []*WorkspaceTemplate

func (*ListWorkspaceTemplatesResponse) ProtoMessage

func (*ListWorkspaceTemplatesResponse) ProtoMessage()

func (*ListWorkspaceTemplatesResponse) ProtoReflect

func (*ListWorkspaceTemplatesResponse) Reset

func (x *ListWorkspaceTemplatesResponse) Reset()

func (*ListWorkspaceTemplatesResponse) String

type LogEntry

type LogEntry struct {
	Timestamp string `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Content   string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*LogEntry) Descriptor deprecated

func (*LogEntry) Descriptor() ([]byte, []int)

Deprecated: Use LogEntry.ProtoReflect.Descriptor instead.

func (*LogEntry) GetContent

func (x *LogEntry) GetContent() string

func (*LogEntry) GetTimestamp

func (x *LogEntry) GetTimestamp() string

func (*LogEntry) ProtoMessage

func (*LogEntry) ProtoMessage()

func (*LogEntry) ProtoReflect

func (x *LogEntry) ProtoReflect() protoreflect.Message

func (*LogEntry) Reset

func (x *LogEntry) Reset()

func (*LogEntry) String

func (x *LogEntry) String() string

type Metric

type Metric struct {
	Name   string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value  float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
	Format string  `protobuf:"bytes,3,opt,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*Metric) Descriptor deprecated

func (*Metric) Descriptor() ([]byte, []int)

Deprecated: Use Metric.ProtoReflect.Descriptor instead.

func (*Metric) GetFormat

func (x *Metric) GetFormat() string

func (*Metric) GetName

func (x *Metric) GetName() string

func (*Metric) GetValue

func (x *Metric) GetValue() float64

func (*Metric) ProtoMessage

func (*Metric) ProtoMessage()

func (*Metric) ProtoReflect

func (x *Metric) ProtoReflect() protoreflect.Message

func (*Metric) Reset

func (x *Metric) Reset()

func (*Metric) String

func (x *Metric) String() string

type Namespace

type Namespace struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Namespace) Descriptor deprecated

func (*Namespace) Descriptor() ([]byte, []int)

Deprecated: Use Namespace.ProtoReflect.Descriptor instead.

func (*Namespace) GetName

func (x *Namespace) GetName() string

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) ProtoReflect

func (x *Namespace) ProtoReflect() protoreflect.Message

func (*Namespace) Reset

func (x *Namespace) Reset()

func (*Namespace) String

func (x *Namespace) String() string

type NamespaceServiceClient

type NamespaceServiceClient interface {
	ListNamespaces(ctx context.Context, in *ListNamespacesRequest, opts ...grpc.CallOption) (*ListNamespacesResponse, error)
	CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*Namespace, error)
}

NamespaceServiceClient is the client API for NamespaceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type NamespaceServiceServer

type NamespaceServiceServer interface {
	ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
	CreateNamespace(context.Context, *CreateNamespaceRequest) (*Namespace, error)
}

NamespaceServiceServer is the server API for NamespaceService service.

type NodePool added in v0.11.0

type NodePool struct {
	Label   string            `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Options []*NodePoolOption `protobuf:"bytes,2,rep,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*NodePool) Descriptor deprecated added in v0.11.0

func (*NodePool) Descriptor() ([]byte, []int)

Deprecated: Use NodePool.ProtoReflect.Descriptor instead.

func (*NodePool) GetLabel added in v0.11.0

func (x *NodePool) GetLabel() string

func (*NodePool) GetOptions added in v0.11.0

func (x *NodePool) GetOptions() []*NodePoolOption

func (*NodePool) ProtoMessage added in v0.11.0

func (*NodePool) ProtoMessage()

func (*NodePool) ProtoReflect added in v0.11.0

func (x *NodePool) ProtoReflect() protoreflect.Message

func (*NodePool) Reset added in v0.11.0

func (x *NodePool) Reset()

func (*NodePool) String added in v0.11.0

func (x *NodePool) String() string

type NodePoolOption added in v0.11.0

type NodePoolOption struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*NodePoolOption) Descriptor deprecated added in v0.11.0

func (*NodePoolOption) Descriptor() ([]byte, []int)

Deprecated: Use NodePoolOption.ProtoReflect.Descriptor instead.

func (*NodePoolOption) GetName added in v0.11.0

func (x *NodePoolOption) GetName() string

func (*NodePoolOption) GetValue added in v0.11.0

func (x *NodePoolOption) GetValue() string

func (*NodePoolOption) ProtoMessage added in v0.11.0

func (*NodePoolOption) ProtoMessage()

func (*NodePoolOption) ProtoReflect added in v0.11.0

func (x *NodePoolOption) ProtoReflect() protoreflect.Message

func (*NodePoolOption) Reset added in v0.11.0

func (x *NodePoolOption) Reset()

func (*NodePoolOption) String added in v0.11.0

func (x *NodePoolOption) String() string

type Parameter

type Parameter struct {
	Name        string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value       string             `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Type        string             `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	DisplayName string             `protobuf:"bytes,4,opt,name=displayName,proto3" json:"displayName,omitempty"`
	Hint        string             `protobuf:"bytes,5,opt,name=hint,proto3" json:"hint,omitempty"`
	Required    bool               `protobuf:"varint,6,opt,name=required,proto3" json:"required,omitempty"`
	Options     []*ParameterOption `protobuf:"bytes,7,rep,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*Parameter) Descriptor deprecated

func (*Parameter) Descriptor() ([]byte, []int)

Deprecated: Use Parameter.ProtoReflect.Descriptor instead.

func (*Parameter) GetDisplayName

func (x *Parameter) GetDisplayName() string

func (*Parameter) GetHint

func (x *Parameter) GetHint() string

func (*Parameter) GetName

func (x *Parameter) GetName() string

func (*Parameter) GetOptions

func (x *Parameter) GetOptions() []*ParameterOption

func (*Parameter) GetRequired

func (x *Parameter) GetRequired() bool

func (*Parameter) GetType

func (x *Parameter) GetType() string

func (*Parameter) GetValue

func (x *Parameter) GetValue() string

func (*Parameter) ProtoMessage

func (*Parameter) ProtoMessage()

func (*Parameter) ProtoReflect

func (x *Parameter) ProtoReflect() protoreflect.Message

func (*Parameter) Reset

func (x *Parameter) Reset()

func (*Parameter) String

func (x *Parameter) String() string

type ParameterOption

type ParameterOption struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterOption) Descriptor deprecated

func (*ParameterOption) Descriptor() ([]byte, []int)

Deprecated: Use ParameterOption.ProtoReflect.Descriptor instead.

func (*ParameterOption) GetName

func (x *ParameterOption) GetName() string

func (*ParameterOption) GetValue

func (x *ParameterOption) GetValue() string

func (*ParameterOption) ProtoMessage

func (*ParameterOption) ProtoMessage()

func (*ParameterOption) ProtoReflect

func (x *ParameterOption) ProtoReflect() protoreflect.Message

func (*ParameterOption) Reset

func (x *ParameterOption) Reset()

func (*ParameterOption) String

func (x *ParameterOption) String() string

type PauseWorkspaceRequest

type PauseWorkspaceRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseWorkspaceRequest) Descriptor deprecated

func (*PauseWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use PauseWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*PauseWorkspaceRequest) GetNamespace

func (x *PauseWorkspaceRequest) GetNamespace() string

func (*PauseWorkspaceRequest) GetUid

func (x *PauseWorkspaceRequest) GetUid() string

func (*PauseWorkspaceRequest) ProtoMessage

func (*PauseWorkspaceRequest) ProtoMessage()

func (*PauseWorkspaceRequest) ProtoReflect

func (x *PauseWorkspaceRequest) ProtoReflect() protoreflect.Message

func (*PauseWorkspaceRequest) Reset

func (x *PauseWorkspaceRequest) Reset()

func (*PauseWorkspaceRequest) String

func (x *PauseWorkspaceRequest) String() string

type ReplaceLabelsRequest

type ReplaceLabelsRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Resource  string  `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Uid       string  `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Labels    *Labels `protobuf:"bytes,4,opt,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplaceLabelsRequest) Descriptor deprecated

func (*ReplaceLabelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReplaceLabelsRequest.ProtoReflect.Descriptor instead.

func (*ReplaceLabelsRequest) GetLabels

func (x *ReplaceLabelsRequest) GetLabels() *Labels

func (*ReplaceLabelsRequest) GetNamespace

func (x *ReplaceLabelsRequest) GetNamespace() string

func (*ReplaceLabelsRequest) GetResource

func (x *ReplaceLabelsRequest) GetResource() string

func (*ReplaceLabelsRequest) GetUid

func (x *ReplaceLabelsRequest) GetUid() string

func (*ReplaceLabelsRequest) ProtoMessage

func (*ReplaceLabelsRequest) ProtoMessage()

func (*ReplaceLabelsRequest) ProtoReflect

func (x *ReplaceLabelsRequest) ProtoReflect() protoreflect.Message

func (*ReplaceLabelsRequest) Reset

func (x *ReplaceLabelsRequest) Reset()

func (*ReplaceLabelsRequest) String

func (x *ReplaceLabelsRequest) String() string

type ResubmitWorkflowExecutionRequest

type ResubmitWorkflowExecutionRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ResubmitWorkflowExecutionRequest) Descriptor deprecated

func (*ResubmitWorkflowExecutionRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResubmitWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*ResubmitWorkflowExecutionRequest) GetNamespace

func (x *ResubmitWorkflowExecutionRequest) GetNamespace() string

func (*ResubmitWorkflowExecutionRequest) GetUid added in v0.8.0

func (*ResubmitWorkflowExecutionRequest) ProtoMessage

func (*ResubmitWorkflowExecutionRequest) ProtoMessage()

func (*ResubmitWorkflowExecutionRequest) ProtoReflect

func (*ResubmitWorkflowExecutionRequest) Reset

func (*ResubmitWorkflowExecutionRequest) String

type ResumeWorkspaceRequest added in v0.8.0

type ResumeWorkspaceRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*ResumeWorkspaceRequest) Descriptor deprecated added in v0.8.0

func (*ResumeWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResumeWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*ResumeWorkspaceRequest) GetNamespace added in v0.8.0

func (x *ResumeWorkspaceRequest) GetNamespace() string

func (*ResumeWorkspaceRequest) GetUid added in v0.8.0

func (x *ResumeWorkspaceRequest) GetUid() string

func (*ResumeWorkspaceRequest) ProtoMessage added in v0.8.0

func (*ResumeWorkspaceRequest) ProtoMessage()

func (*ResumeWorkspaceRequest) ProtoReflect added in v0.8.0

func (x *ResumeWorkspaceRequest) ProtoReflect() protoreflect.Message

func (*ResumeWorkspaceRequest) Reset added in v0.8.0

func (x *ResumeWorkspaceRequest) Reset()

func (*ResumeWorkspaceRequest) String added in v0.8.0

func (x *ResumeWorkspaceRequest) String() string

type Secret

type Secret struct {
	Name string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Data map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Secret) Descriptor deprecated

func (*Secret) Descriptor() ([]byte, []int)

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetData

func (x *Secret) GetData() map[string]string

func (*Secret) GetName

func (x *Secret) GetName() string

func (*Secret) ProtoMessage

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect

func (x *Secret) ProtoReflect() protoreflect.Message

func (*Secret) Reset

func (x *Secret) Reset()

func (*Secret) String

func (x *Secret) String() string

type SecretExistsRequest

type SecretExistsRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SecretExistsRequest) Descriptor deprecated

func (*SecretExistsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SecretExistsRequest.ProtoReflect.Descriptor instead.

func (*SecretExistsRequest) GetName

func (x *SecretExistsRequest) GetName() string

func (*SecretExistsRequest) GetNamespace

func (x *SecretExistsRequest) GetNamespace() string

func (*SecretExistsRequest) ProtoMessage

func (*SecretExistsRequest) ProtoMessage()

func (*SecretExistsRequest) ProtoReflect

func (x *SecretExistsRequest) ProtoReflect() protoreflect.Message

func (*SecretExistsRequest) Reset

func (x *SecretExistsRequest) Reset()

func (*SecretExistsRequest) String

func (x *SecretExistsRequest) String() string

type SecretExistsResponse

type SecretExistsResponse struct {
	Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	// contains filtered or unexported fields
}

func (*SecretExistsResponse) Descriptor deprecated

func (*SecretExistsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SecretExistsResponse.ProtoReflect.Descriptor instead.

func (*SecretExistsResponse) GetExists

func (x *SecretExistsResponse) GetExists() bool

func (*SecretExistsResponse) ProtoMessage

func (*SecretExistsResponse) ProtoMessage()

func (*SecretExistsResponse) ProtoReflect

func (x *SecretExistsResponse) ProtoReflect() protoreflect.Message

func (*SecretExistsResponse) Reset

func (x *SecretExistsResponse) Reset()

func (*SecretExistsResponse) String

func (x *SecretExistsResponse) String() string

type SecretServiceClient

type SecretServiceClient interface {
	CreateSecret(ctx context.Context, in *CreateSecretRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	SecretExists(ctx context.Context, in *SecretExistsRequest, opts ...grpc.CallOption) (*SecretExistsResponse, error)
	GetSecret(ctx context.Context, in *GetSecretRequest, opts ...grpc.CallOption) (*Secret, error)
	ListSecrets(ctx context.Context, in *ListSecretsRequest, opts ...grpc.CallOption) (*ListSecretsResponse, error)
	DeleteSecret(ctx context.Context, in *DeleteSecretRequest, opts ...grpc.CallOption) (*DeleteSecretResponse, error)
	DeleteSecretKey(ctx context.Context, in *DeleteSecretKeyRequest, opts ...grpc.CallOption) (*DeleteSecretKeyResponse, error)
	AddSecretKeyValue(ctx context.Context, in *AddSecretKeyValueRequest, opts ...grpc.CallOption) (*AddSecretKeyValueResponse, error)
	UpdateSecretKeyValue(ctx context.Context, in *UpdateSecretKeyValueRequest, opts ...grpc.CallOption) (*UpdateSecretKeyValueResponse, error)
}

SecretServiceClient is the client API for SecretService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type Statistics

type Statistics struct {
	WorkflowStatus     string `protobuf:"bytes,1,opt,name=workflowStatus,proto3" json:"workflowStatus,omitempty"`
	WorkflowTemplateId int64  `protobuf:"varint,2,opt,name=workflowTemplateId,proto3" json:"workflowTemplateId,omitempty"`
	// contains filtered or unexported fields
}

func (*Statistics) Descriptor deprecated

func (*Statistics) Descriptor() ([]byte, []int)

Deprecated: Use Statistics.ProtoReflect.Descriptor instead.

func (*Statistics) GetWorkflowStatus

func (x *Statistics) GetWorkflowStatus() string

func (*Statistics) GetWorkflowTemplateId

func (x *Statistics) GetWorkflowTemplateId() int64

func (*Statistics) ProtoMessage

func (*Statistics) ProtoMessage()

func (*Statistics) ProtoReflect

func (x *Statistics) ProtoReflect() protoreflect.Message

func (*Statistics) Reset

func (x *Statistics) Reset()

func (*Statistics) String

func (x *Statistics) String() string

type TerminateWorkflowExecutionRequest

type TerminateWorkflowExecutionRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateWorkflowExecutionRequest) Descriptor deprecated

func (*TerminateWorkflowExecutionRequest) Descriptor() ([]byte, []int)

Deprecated: Use TerminateWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*TerminateWorkflowExecutionRequest) GetNamespace

func (x *TerminateWorkflowExecutionRequest) GetNamespace() string

func (*TerminateWorkflowExecutionRequest) GetUid added in v0.8.0

func (*TerminateWorkflowExecutionRequest) ProtoMessage

func (*TerminateWorkflowExecutionRequest) ProtoMessage()

func (*TerminateWorkflowExecutionRequest) ProtoReflect

func (*TerminateWorkflowExecutionRequest) Reset

func (*TerminateWorkflowExecutionRequest) String

type TokenWrapper

type TokenWrapper struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenWrapper) Descriptor deprecated

func (*TokenWrapper) Descriptor() ([]byte, []int)

Deprecated: Use TokenWrapper.ProtoReflect.Descriptor instead.

func (*TokenWrapper) GetToken

func (x *TokenWrapper) GetToken() string

func (*TokenWrapper) ProtoMessage

func (*TokenWrapper) ProtoMessage()

func (*TokenWrapper) ProtoReflect

func (x *TokenWrapper) ProtoReflect() protoreflect.Message

func (*TokenWrapper) Reset

func (x *TokenWrapper) Reset()

func (*TokenWrapper) String

func (x *TokenWrapper) String() string

type UnimplementedAuthServiceServer

type UnimplementedAuthServiceServer struct {
}

UnimplementedAuthServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAuthServiceServer) IsAuthorized added in v0.8.0

func (*UnimplementedAuthServiceServer) IsValidToken

type UnimplementedConfigServiceServer added in v0.11.0

type UnimplementedConfigServiceServer struct {
}

UnimplementedConfigServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedConfigServiceServer) GetConfig added in v0.11.0

type UnimplementedCronWorkflowServiceServer

type UnimplementedCronWorkflowServiceServer struct {
}

UnimplementedCronWorkflowServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCronWorkflowServiceServer) CreateCronWorkflow

func (*UnimplementedCronWorkflowServiceServer) DeleteCronWorkflow added in v0.8.0

func (*UnimplementedCronWorkflowServiceServer) GetCronWorkflow

func (*UnimplementedCronWorkflowServiceServer) ListCronWorkflows

func (*UnimplementedCronWorkflowServiceServer) UpdateCronWorkflow

type UnimplementedLabelServiceServer

type UnimplementedLabelServiceServer struct {
}

UnimplementedLabelServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedLabelServiceServer) AddLabels

func (*UnimplementedLabelServiceServer) DeleteLabel

func (*UnimplementedLabelServiceServer) GetLabels

func (*UnimplementedLabelServiceServer) ReplaceLabels

type UnimplementedNamespaceServiceServer

type UnimplementedNamespaceServiceServer struct {
}

UnimplementedNamespaceServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedNamespaceServiceServer) CreateNamespace

func (*UnimplementedNamespaceServiceServer) ListNamespaces

type UnimplementedSecretServiceServer

type UnimplementedSecretServiceServer struct {
}

UnimplementedSecretServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSecretServiceServer) AddSecretKeyValue

func (*UnimplementedSecretServiceServer) CreateSecret

func (*UnimplementedSecretServiceServer) DeleteSecret

func (*UnimplementedSecretServiceServer) DeleteSecretKey

func (*UnimplementedSecretServiceServer) GetSecret

func (*UnimplementedSecretServiceServer) ListSecrets

func (*UnimplementedSecretServiceServer) SecretExists

func (*UnimplementedSecretServiceServer) UpdateSecretKeyValue

type UnimplementedWorkflowServiceServer

type UnimplementedWorkflowServiceServer struct {
}

UnimplementedWorkflowServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWorkflowServiceServer) AddWorkflowExecutionStatistics

func (*UnimplementedWorkflowServiceServer) CloneWorkflowExecution

func (*UnimplementedWorkflowServiceServer) CreateWorkflowExecution

func (*UnimplementedWorkflowServiceServer) CronStartWorkflowExecutionStatistic

func (*UnimplementedWorkflowServiceServer) GetArtifact

func (*UnimplementedWorkflowServiceServer) GetWorkflowExecution

func (*UnimplementedWorkflowServiceServer) ListFiles

func (*UnimplementedWorkflowServiceServer) ResubmitWorkflowExecution

func (*UnimplementedWorkflowServiceServer) TerminateWorkflowExecution

func (*UnimplementedWorkflowServiceServer) UpdateWorkflowExecutionStatus added in v0.8.0

type UnimplementedWorkflowTemplateServiceServer

type UnimplementedWorkflowTemplateServiceServer struct {
}

UnimplementedWorkflowTemplateServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWorkflowTemplateServiceServer) ArchiveWorkflowTemplate

func (*UnimplementedWorkflowTemplateServiceServer) CloneWorkflowTemplate

func (*UnimplementedWorkflowTemplateServiceServer) CreateWorkflowTemplate

func (*UnimplementedWorkflowTemplateServiceServer) CreateWorkflowTemplateVersion

func (*UnimplementedWorkflowTemplateServiceServer) GetWorkflowTemplate

func (*UnimplementedWorkflowTemplateServiceServer) ListWorkflowTemplates

func (*UnimplementedWorkflowTemplateServiceServer) UpdateWorkflowTemplateVersion

type UnimplementedWorkspaceServiceServer

type UnimplementedWorkspaceServiceServer struct {
}

UnimplementedWorkspaceServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWorkspaceServiceServer) CreateWorkspace

func (*UnimplementedWorkspaceServiceServer) DeleteWorkspace

func (*UnimplementedWorkspaceServiceServer) GetWorkspace added in v0.8.0

func (*UnimplementedWorkspaceServiceServer) ListWorkspaces

func (*UnimplementedWorkspaceServiceServer) PauseWorkspace

func (*UnimplementedWorkspaceServiceServer) ResumeWorkspace added in v0.8.0

func (*UnimplementedWorkspaceServiceServer) UpdateWorkspace added in v0.8.0

func (*UnimplementedWorkspaceServiceServer) UpdateWorkspaceStatus

type UnimplementedWorkspaceTemplateServiceServer

type UnimplementedWorkspaceTemplateServiceServer struct {
}

UnimplementedWorkspaceTemplateServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWorkspaceTemplateServiceServer) ArchiveWorkspaceTemplate added in v0.8.0

func (*UnimplementedWorkspaceTemplateServiceServer) CreateWorkspaceTemplate

func (*UnimplementedWorkspaceTemplateServiceServer) GenerateWorkspaceTemplateWorkflowTemplate

func (*UnimplementedWorkspaceTemplateServiceServer) GetWorkspaceTemplate

func (*UnimplementedWorkspaceTemplateServiceServer) ListWorkspaceTemplates

func (*UnimplementedWorkspaceTemplateServiceServer) UpdateWorkspaceTemplate

type UpdateCronWorkflowRequest

type UpdateCronWorkflowRequest struct {
	Namespace    string        `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid          string        `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	CronWorkflow *CronWorkflow `protobuf:"bytes,3,opt,name=cronWorkflow,proto3" json:"cronWorkflow,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCronWorkflowRequest) Descriptor deprecated

func (*UpdateCronWorkflowRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCronWorkflowRequest.ProtoReflect.Descriptor instead.

func (*UpdateCronWorkflowRequest) GetCronWorkflow

func (x *UpdateCronWorkflowRequest) GetCronWorkflow() *CronWorkflow

func (*UpdateCronWorkflowRequest) GetNamespace

func (x *UpdateCronWorkflowRequest) GetNamespace() string

func (*UpdateCronWorkflowRequest) GetUid added in v0.8.0

func (x *UpdateCronWorkflowRequest) GetUid() string

func (*UpdateCronWorkflowRequest) ProtoMessage

func (*UpdateCronWorkflowRequest) ProtoMessage()

func (*UpdateCronWorkflowRequest) ProtoReflect

func (*UpdateCronWorkflowRequest) Reset

func (x *UpdateCronWorkflowRequest) Reset()

func (*UpdateCronWorkflowRequest) String

func (x *UpdateCronWorkflowRequest) String() string

type UpdateSecretKeyValueRequest

type UpdateSecretKeyValueRequest struct {
	Namespace string  `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Secret    *Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSecretKeyValueRequest) Descriptor deprecated

func (*UpdateSecretKeyValueRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSecretKeyValueRequest.ProtoReflect.Descriptor instead.

func (*UpdateSecretKeyValueRequest) GetNamespace

func (x *UpdateSecretKeyValueRequest) GetNamespace() string

func (*UpdateSecretKeyValueRequest) GetSecret

func (x *UpdateSecretKeyValueRequest) GetSecret() *Secret

func (*UpdateSecretKeyValueRequest) ProtoMessage

func (*UpdateSecretKeyValueRequest) ProtoMessage()

func (*UpdateSecretKeyValueRequest) ProtoReflect

func (*UpdateSecretKeyValueRequest) Reset

func (x *UpdateSecretKeyValueRequest) Reset()

func (*UpdateSecretKeyValueRequest) String

func (x *UpdateSecretKeyValueRequest) String() string

type UpdateSecretKeyValueResponse

type UpdateSecretKeyValueResponse struct {
	Updated bool `protobuf:"varint,1,opt,name=updated,proto3" json:"updated,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSecretKeyValueResponse) Descriptor deprecated

func (*UpdateSecretKeyValueResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSecretKeyValueResponse.ProtoReflect.Descriptor instead.

func (*UpdateSecretKeyValueResponse) GetUpdated

func (x *UpdateSecretKeyValueResponse) GetUpdated() bool

func (*UpdateSecretKeyValueResponse) ProtoMessage

func (*UpdateSecretKeyValueResponse) ProtoMessage()

func (*UpdateSecretKeyValueResponse) ProtoReflect

func (*UpdateSecretKeyValueResponse) Reset

func (x *UpdateSecretKeyValueResponse) Reset()

func (*UpdateSecretKeyValueResponse) String

type UpdateWorkflowExecutionStatusRequest added in v0.8.0

type UpdateWorkflowExecutionStatusRequest struct {
	Namespace string                   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string                   `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Status    *WorkflowExecutionStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkflowExecutionStatusRequest) Descriptor deprecated added in v0.8.0

func (*UpdateWorkflowExecutionStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWorkflowExecutionStatusRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkflowExecutionStatusRequest) GetNamespace added in v0.8.0

func (x *UpdateWorkflowExecutionStatusRequest) GetNamespace() string

func (*UpdateWorkflowExecutionStatusRequest) GetStatus added in v0.8.0

func (*UpdateWorkflowExecutionStatusRequest) GetUid added in v0.8.0

func (*UpdateWorkflowExecutionStatusRequest) ProtoMessage added in v0.8.0

func (*UpdateWorkflowExecutionStatusRequest) ProtoMessage()

func (*UpdateWorkflowExecutionStatusRequest) ProtoReflect added in v0.8.0

func (*UpdateWorkflowExecutionStatusRequest) Reset added in v0.8.0

func (*UpdateWorkflowExecutionStatusRequest) String added in v0.8.0

type UpdateWorkflowTemplateVersionRequest

type UpdateWorkflowTemplateVersionRequest struct {
	Namespace        string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,2,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkflowTemplateVersionRequest) Descriptor deprecated

func (*UpdateWorkflowTemplateVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWorkflowTemplateVersionRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkflowTemplateVersionRequest) GetNamespace

func (x *UpdateWorkflowTemplateVersionRequest) GetNamespace() string

func (*UpdateWorkflowTemplateVersionRequest) GetWorkflowTemplate

func (x *UpdateWorkflowTemplateVersionRequest) GetWorkflowTemplate() *WorkflowTemplate

func (*UpdateWorkflowTemplateVersionRequest) ProtoMessage

func (*UpdateWorkflowTemplateVersionRequest) ProtoMessage()

func (*UpdateWorkflowTemplateVersionRequest) ProtoReflect

func (*UpdateWorkflowTemplateVersionRequest) Reset

func (*UpdateWorkflowTemplateVersionRequest) String

type UpdateWorkspaceBody added in v0.8.0

type UpdateWorkspaceBody struct {
	Parameters []*Parameter `protobuf:"bytes,1,rep,name=parameters,proto3" json:"parameters,omitempty"`
	Labels     []*KeyValue  `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkspaceBody) Descriptor deprecated added in v0.8.0

func (*UpdateWorkspaceBody) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWorkspaceBody.ProtoReflect.Descriptor instead.

func (*UpdateWorkspaceBody) GetLabels added in v0.8.0

func (x *UpdateWorkspaceBody) GetLabels() []*KeyValue

func (*UpdateWorkspaceBody) GetParameters added in v0.8.0

func (x *UpdateWorkspaceBody) GetParameters() []*Parameter

func (*UpdateWorkspaceBody) ProtoMessage added in v0.8.0

func (*UpdateWorkspaceBody) ProtoMessage()

func (*UpdateWorkspaceBody) ProtoReflect added in v0.8.0

func (x *UpdateWorkspaceBody) ProtoReflect() protoreflect.Message

func (*UpdateWorkspaceBody) Reset added in v0.8.0

func (x *UpdateWorkspaceBody) Reset()

func (*UpdateWorkspaceBody) String added in v0.8.0

func (x *UpdateWorkspaceBody) String() string

type UpdateWorkspaceRequest added in v0.8.0

type UpdateWorkspaceRequest struct {
	Namespace string               `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string               `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Body      *UpdateWorkspaceBody `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkspaceRequest) Descriptor deprecated added in v0.8.0

func (*UpdateWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkspaceRequest) GetBody added in v0.8.0

func (*UpdateWorkspaceRequest) GetNamespace added in v0.8.0

func (x *UpdateWorkspaceRequest) GetNamespace() string

func (*UpdateWorkspaceRequest) GetUid added in v0.8.0

func (x *UpdateWorkspaceRequest) GetUid() string

func (*UpdateWorkspaceRequest) ProtoMessage added in v0.8.0

func (*UpdateWorkspaceRequest) ProtoMessage()

func (*UpdateWorkspaceRequest) ProtoReflect added in v0.8.0

func (x *UpdateWorkspaceRequest) ProtoReflect() protoreflect.Message

func (*UpdateWorkspaceRequest) Reset added in v0.8.0

func (x *UpdateWorkspaceRequest) Reset()

func (*UpdateWorkspaceRequest) String added in v0.8.0

func (x *UpdateWorkspaceRequest) String() string

type UpdateWorkspaceStatusRequest

type UpdateWorkspaceStatusRequest struct {
	Namespace string           `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string           `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Status    *WorkspaceStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkspaceStatusRequest) Descriptor deprecated

func (*UpdateWorkspaceStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWorkspaceStatusRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkspaceStatusRequest) GetNamespace

func (x *UpdateWorkspaceStatusRequest) GetNamespace() string

func (*UpdateWorkspaceStatusRequest) GetStatus

func (*UpdateWorkspaceStatusRequest) GetUid

func (*UpdateWorkspaceStatusRequest) ProtoMessage

func (*UpdateWorkspaceStatusRequest) ProtoMessage()

func (*UpdateWorkspaceStatusRequest) ProtoReflect

func (*UpdateWorkspaceStatusRequest) Reset

func (x *UpdateWorkspaceStatusRequest) Reset()

func (*UpdateWorkspaceStatusRequest) String

type UpdateWorkspaceTemplateRequest

type UpdateWorkspaceTemplateRequest struct {
	Namespace         string             `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid               string             `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	WorkspaceTemplate *WorkspaceTemplate `protobuf:"bytes,3,opt,name=workspaceTemplate,proto3" json:"workspaceTemplate,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWorkspaceTemplateRequest) Descriptor deprecated

func (*UpdateWorkspaceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWorkspaceTemplateRequest.ProtoReflect.Descriptor instead.

func (*UpdateWorkspaceTemplateRequest) GetNamespace

func (x *UpdateWorkspaceTemplateRequest) GetNamespace() string

func (*UpdateWorkspaceTemplateRequest) GetUid added in v0.8.0

func (*UpdateWorkspaceTemplateRequest) GetWorkspaceTemplate

func (x *UpdateWorkspaceTemplateRequest) GetWorkspaceTemplate() *WorkspaceTemplate

func (*UpdateWorkspaceTemplateRequest) ProtoMessage

func (*UpdateWorkspaceTemplateRequest) ProtoMessage()

func (*UpdateWorkspaceTemplateRequest) ProtoReflect

func (*UpdateWorkspaceTemplateRequest) Reset

func (x *UpdateWorkspaceTemplateRequest) Reset()

func (*UpdateWorkspaceTemplateRequest) String

type WatchWorkflowExecutionRequest

type WatchWorkflowExecutionRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Uid       string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchWorkflowExecutionRequest) Descriptor deprecated

func (*WatchWorkflowExecutionRequest) Descriptor() ([]byte, []int)

Deprecated: Use WatchWorkflowExecutionRequest.ProtoReflect.Descriptor instead.

func (*WatchWorkflowExecutionRequest) GetNamespace

func (x *WatchWorkflowExecutionRequest) GetNamespace() string

func (*WatchWorkflowExecutionRequest) GetUid added in v0.8.0

func (*WatchWorkflowExecutionRequest) ProtoMessage

func (*WatchWorkflowExecutionRequest) ProtoMessage()

func (*WatchWorkflowExecutionRequest) ProtoReflect

func (*WatchWorkflowExecutionRequest) Reset

func (x *WatchWorkflowExecutionRequest) Reset()

func (*WatchWorkflowExecutionRequest) String

type WorkflowExecution

type WorkflowExecution struct {
	CreatedAt        string            `protobuf:"bytes,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Uid              string            `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Name             string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Phase            string            `protobuf:"bytes,4,opt,name=phase,proto3" json:"phase,omitempty"`
	StartedAt        string            `protobuf:"bytes,5,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	FinishedAt       string            `protobuf:"bytes,6,opt,name=finishedAt,proto3" json:"finishedAt,omitempty"`
	Manifest         string            `protobuf:"bytes,7,opt,name=manifest,proto3" json:"manifest,omitempty"`
	Parameters       []*Parameter      `protobuf:"bytes,8,rep,name=parameters,proto3" json:"parameters,omitempty"`
	WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,9,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	Labels           []*KeyValue       `protobuf:"bytes,10,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecution) Descriptor deprecated

func (*WorkflowExecution) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecution.ProtoReflect.Descriptor instead.

func (*WorkflowExecution) GetCreatedAt

func (x *WorkflowExecution) GetCreatedAt() string

func (*WorkflowExecution) GetFinishedAt

func (x *WorkflowExecution) GetFinishedAt() string

func (*WorkflowExecution) GetLabels

func (x *WorkflowExecution) GetLabels() []*KeyValue

func (*WorkflowExecution) GetManifest

func (x *WorkflowExecution) GetManifest() string

func (*WorkflowExecution) GetName

func (x *WorkflowExecution) GetName() string

func (*WorkflowExecution) GetParameters

func (x *WorkflowExecution) GetParameters() []*Parameter

func (*WorkflowExecution) GetPhase

func (x *WorkflowExecution) GetPhase() string

func (*WorkflowExecution) GetStartedAt

func (x *WorkflowExecution) GetStartedAt() string

func (*WorkflowExecution) GetUid

func (x *WorkflowExecution) GetUid() string

func (*WorkflowExecution) GetWorkflowTemplate

func (x *WorkflowExecution) GetWorkflowTemplate() *WorkflowTemplate

func (*WorkflowExecution) ProtoMessage

func (*WorkflowExecution) ProtoMessage()

func (*WorkflowExecution) ProtoReflect

func (x *WorkflowExecution) ProtoReflect() protoreflect.Message

func (*WorkflowExecution) Reset

func (x *WorkflowExecution) Reset()

func (*WorkflowExecution) String

func (x *WorkflowExecution) String() string

type WorkflowExecutionStatisticReport

type WorkflowExecutionStatisticReport struct {
	Total        int32  `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	LastExecuted string `protobuf:"bytes,2,opt,name=lastExecuted,proto3" json:"lastExecuted,omitempty"`
	Running      int32  `protobuf:"varint,3,opt,name=running,proto3" json:"running,omitempty"`
	Completed    int32  `protobuf:"varint,4,opt,name=completed,proto3" json:"completed,omitempty"`
	Failed       int32  `protobuf:"varint,5,opt,name=failed,proto3" json:"failed,omitempty"`
	Terminated   int32  `protobuf:"varint,6,opt,name=terminated,proto3" json:"terminated,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionStatisticReport) Descriptor deprecated

func (*WorkflowExecutionStatisticReport) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecutionStatisticReport.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionStatisticReport) GetCompleted

func (x *WorkflowExecutionStatisticReport) GetCompleted() int32

func (*WorkflowExecutionStatisticReport) GetFailed

func (x *WorkflowExecutionStatisticReport) GetFailed() int32

func (*WorkflowExecutionStatisticReport) GetLastExecuted

func (x *WorkflowExecutionStatisticReport) GetLastExecuted() string

func (*WorkflowExecutionStatisticReport) GetRunning

func (x *WorkflowExecutionStatisticReport) GetRunning() int32

func (*WorkflowExecutionStatisticReport) GetTerminated added in v0.8.0

func (x *WorkflowExecutionStatisticReport) GetTerminated() int32

func (*WorkflowExecutionStatisticReport) GetTotal

func (*WorkflowExecutionStatisticReport) ProtoMessage

func (*WorkflowExecutionStatisticReport) ProtoMessage()

func (*WorkflowExecutionStatisticReport) ProtoReflect

func (*WorkflowExecutionStatisticReport) Reset

func (*WorkflowExecutionStatisticReport) String

type WorkflowExecutionStatus added in v0.8.0

type WorkflowExecutionStatus struct {
	Phase string `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionStatus) Descriptor deprecated added in v0.8.0

func (*WorkflowExecutionStatus) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowExecutionStatus.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionStatus) GetPhase added in v0.8.0

func (x *WorkflowExecutionStatus) GetPhase() string

func (*WorkflowExecutionStatus) ProtoMessage added in v0.8.0

func (*WorkflowExecutionStatus) ProtoMessage()

func (*WorkflowExecutionStatus) ProtoReflect added in v0.8.0

func (x *WorkflowExecutionStatus) ProtoReflect() protoreflect.Message

func (*WorkflowExecutionStatus) Reset added in v0.8.0

func (x *WorkflowExecutionStatus) Reset()

func (*WorkflowExecutionStatus) String added in v0.8.0

func (x *WorkflowExecutionStatus) String() string

type WorkflowServiceClient

type WorkflowServiceClient interface {
	// Creates a Workflow
	CreateWorkflowExecution(ctx context.Context, in *CreateWorkflowExecutionRequest, opts ...grpc.CallOption) (*WorkflowExecution, error)
	// Clone a Workflow. This is the same as running it again.
	CloneWorkflowExecution(ctx context.Context, in *CloneWorkflowExecutionRequest, opts ...grpc.CallOption) (*WorkflowExecution, error)
	GetWorkflowExecution(ctx context.Context, in *GetWorkflowExecutionRequest, opts ...grpc.CallOption) (*WorkflowExecution, error)
	ListWorkflowExecutions(ctx context.Context, in *ListWorkflowExecutionsRequest, opts ...grpc.CallOption) (*ListWorkflowExecutionsResponse, error)
	WatchWorkflowExecution(ctx context.Context, in *WatchWorkflowExecutionRequest, opts ...grpc.CallOption) (WorkflowService_WatchWorkflowExecutionClient, error)
	GetWorkflowExecutionLogs(ctx context.Context, in *GetWorkflowExecutionLogsRequest, opts ...grpc.CallOption) (WorkflowService_GetWorkflowExecutionLogsClient, error)
	GetWorkflowExecutionMetrics(ctx context.Context, in *GetWorkflowExecutionMetricsRequest, opts ...grpc.CallOption) (*GetWorkflowExecutionMetricsResponse, error)
	ResubmitWorkflowExecution(ctx context.Context, in *ResubmitWorkflowExecutionRequest, opts ...grpc.CallOption) (*WorkflowExecution, error)
	TerminateWorkflowExecution(ctx context.Context, in *TerminateWorkflowExecutionRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	GetArtifact(ctx context.Context, in *GetArtifactRequest, opts ...grpc.CallOption) (*ArtifactResponse, error)
	ListFiles(ctx context.Context, in *ListFilesRequest, opts ...grpc.CallOption) (*ListFilesResponse, error)
	AddWorkflowExecutionStatistics(ctx context.Context, in *AddWorkflowExecutionStatisticRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	CronStartWorkflowExecutionStatistic(ctx context.Context, in *CronStartWorkflowExecutionStatisticRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	UpdateWorkflowExecutionStatus(ctx context.Context, in *UpdateWorkflowExecutionStatusRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

WorkflowServiceClient is the client API for WorkflowService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type WorkflowServiceServer

type WorkflowServiceServer interface {
	// Creates a Workflow
	CreateWorkflowExecution(context.Context, *CreateWorkflowExecutionRequest) (*WorkflowExecution, error)
	// Clone a Workflow. This is the same as running it again.
	CloneWorkflowExecution(context.Context, *CloneWorkflowExecutionRequest) (*WorkflowExecution, error)
	GetWorkflowExecution(context.Context, *GetWorkflowExecutionRequest) (*WorkflowExecution, error)
	ListWorkflowExecutions(context.Context, *ListWorkflowExecutionsRequest) (*ListWorkflowExecutionsResponse, error)
	WatchWorkflowExecution(*WatchWorkflowExecutionRequest, WorkflowService_WatchWorkflowExecutionServer) error
	GetWorkflowExecutionLogs(*GetWorkflowExecutionLogsRequest, WorkflowService_GetWorkflowExecutionLogsServer) error
	GetWorkflowExecutionMetrics(context.Context, *GetWorkflowExecutionMetricsRequest) (*GetWorkflowExecutionMetricsResponse, error)
	ResubmitWorkflowExecution(context.Context, *ResubmitWorkflowExecutionRequest) (*WorkflowExecution, error)
	TerminateWorkflowExecution(context.Context, *TerminateWorkflowExecutionRequest) (*empty.Empty, error)
	GetArtifact(context.Context, *GetArtifactRequest) (*ArtifactResponse, error)
	ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
	AddWorkflowExecutionStatistics(context.Context, *AddWorkflowExecutionStatisticRequest) (*empty.Empty, error)
	CronStartWorkflowExecutionStatistic(context.Context, *CronStartWorkflowExecutionStatisticRequest) (*empty.Empty, error)
	UpdateWorkflowExecutionStatus(context.Context, *UpdateWorkflowExecutionStatusRequest) (*empty.Empty, error)
}

WorkflowServiceServer is the server API for WorkflowService service.

type WorkflowService_GetWorkflowExecutionLogsClient

type WorkflowService_GetWorkflowExecutionLogsClient interface {
	Recv() (*LogEntry, error)
	grpc.ClientStream
}

type WorkflowService_GetWorkflowExecutionLogsServer

type WorkflowService_GetWorkflowExecutionLogsServer interface {
	Send(*LogEntry) error
	grpc.ServerStream
}

type WorkflowService_WatchWorkflowExecutionClient

type WorkflowService_WatchWorkflowExecutionClient interface {
	Recv() (*WorkflowExecution, error)
	grpc.ClientStream
}

type WorkflowService_WatchWorkflowExecutionServer

type WorkflowService_WatchWorkflowExecutionServer interface {
	Send(*WorkflowExecution) error
	grpc.ServerStream
}

type WorkflowTemplate

type WorkflowTemplate struct {
	CreatedAt  string                            `protobuf:"bytes,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	ModifiedAt string                            `protobuf:"bytes,2,opt,name=modifiedAt,proto3" json:"modifiedAt,omitempty"`
	Uid        string                            `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Name       string                            `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Version    int64                             `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	Versions   int64                             `protobuf:"varint,6,opt,name=versions,proto3" json:"versions,omitempty"`
	Manifest   string                            `protobuf:"bytes,7,opt,name=manifest,proto3" json:"manifest,omitempty"`
	IsLatest   bool                              `protobuf:"varint,8,opt,name=isLatest,proto3" json:"isLatest,omitempty"`
	IsArchived bool                              `protobuf:"varint,9,opt,name=isArchived,proto3" json:"isArchived,omitempty"`
	Labels     []*KeyValue                       `protobuf:"bytes,10,rep,name=labels,proto3" json:"labels,omitempty"`
	Stats      *WorkflowExecutionStatisticReport `protobuf:"bytes,11,opt,name=stats,proto3" json:"stats,omitempty"`
	CronStats  *CronWorkflowStatisticsReport     `protobuf:"bytes,12,opt,name=cronStats,proto3" json:"cronStats,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkflowTemplate) Descriptor deprecated

func (*WorkflowTemplate) Descriptor() ([]byte, []int)

Deprecated: Use WorkflowTemplate.ProtoReflect.Descriptor instead.

func (*WorkflowTemplate) GetCreatedAt

func (x *WorkflowTemplate) GetCreatedAt() string

func (*WorkflowTemplate) GetCronStats

func (*WorkflowTemplate) GetIsArchived

func (x *WorkflowTemplate) GetIsArchived() bool

func (*WorkflowTemplate) GetIsLatest

func (x *WorkflowTemplate) GetIsLatest() bool

func (*WorkflowTemplate) GetLabels

func (x *WorkflowTemplate) GetLabels() []*KeyValue

func (*WorkflowTemplate) GetManifest

func (x *WorkflowTemplate) GetManifest() string

func (*WorkflowTemplate) GetModifiedAt added in v0.10.0

func (x *WorkflowTemplate) GetModifiedAt() string

func (*WorkflowTemplate) GetName

func (x *WorkflowTemplate) GetName() string

func (*WorkflowTemplate) GetStats

func (*WorkflowTemplate) GetUid

func (x *WorkflowTemplate) GetUid() string

func (*WorkflowTemplate) GetVersion

func (x *WorkflowTemplate) GetVersion() int64

func (*WorkflowTemplate) GetVersions

func (x *WorkflowTemplate) GetVersions() int64

func (*WorkflowTemplate) ProtoMessage

func (*WorkflowTemplate) ProtoMessage()

func (*WorkflowTemplate) ProtoReflect

func (x *WorkflowTemplate) ProtoReflect() protoreflect.Message

func (*WorkflowTemplate) Reset

func (x *WorkflowTemplate) Reset()

func (*WorkflowTemplate) String

func (x *WorkflowTemplate) String() string

type WorkflowTemplateServiceClient

type WorkflowTemplateServiceClient interface {
	CreateWorkflowTemplate(ctx context.Context, in *CreateWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	UpdateWorkflowTemplateVersion(ctx context.Context, in *UpdateWorkflowTemplateVersionRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	CreateWorkflowTemplateVersion(ctx context.Context, in *CreateWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	GetWorkflowTemplate(ctx context.Context, in *GetWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	ListWorkflowTemplateVersions(ctx context.Context, in *ListWorkflowTemplateVersionsRequest, opts ...grpc.CallOption) (*ListWorkflowTemplateVersionsResponse, error)
	ListWorkflowTemplates(ctx context.Context, in *ListWorkflowTemplatesRequest, opts ...grpc.CallOption) (*ListWorkflowTemplatesResponse, error)
	CloneWorkflowTemplate(ctx context.Context, in *CloneWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	ArchiveWorkflowTemplate(ctx context.Context, in *ArchiveWorkflowTemplateRequest, opts ...grpc.CallOption) (*ArchiveWorkflowTemplateResponse, error)
}

WorkflowTemplateServiceClient is the client API for WorkflowTemplateService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type WorkflowTemplateServiceServer

WorkflowTemplateServiceServer is the server API for WorkflowTemplateService service.

type Workspace

type Workspace struct {
	Uid                string             `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name               string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version            int64              `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	CreatedAt          string             `protobuf:"bytes,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Parameters         []*Parameter       `protobuf:"bytes,5,rep,name=parameters,proto3" json:"parameters,omitempty"`
	WorkspaceTemplate  *WorkspaceTemplate `protobuf:"bytes,6,opt,name=workspaceTemplate,proto3" json:"workspaceTemplate,omitempty"`
	Status             *WorkspaceStatus   `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	Labels             []*KeyValue        `protobuf:"bytes,8,rep,name=labels,proto3" json:"labels,omitempty"`
	Url                string             `protobuf:"bytes,9,opt,name=url,proto3" json:"url,omitempty"`
	TemplateParameters []*Parameter       `protobuf:"bytes,10,rep,name=templateParameters,proto3" json:"templateParameters,omitempty"`
	// contains filtered or unexported fields
}

func (*Workspace) Descriptor deprecated

func (*Workspace) Descriptor() ([]byte, []int)

Deprecated: Use Workspace.ProtoReflect.Descriptor instead.

func (*Workspace) GetCreatedAt

func (x *Workspace) GetCreatedAt() string

func (*Workspace) GetLabels

func (x *Workspace) GetLabels() []*KeyValue

func (*Workspace) GetName

func (x *Workspace) GetName() string

func (*Workspace) GetParameters

func (x *Workspace) GetParameters() []*Parameter

func (*Workspace) GetStatus

func (x *Workspace) GetStatus() *WorkspaceStatus

func (*Workspace) GetTemplateParameters added in v0.8.0

func (x *Workspace) GetTemplateParameters() []*Parameter

func (*Workspace) GetUid

func (x *Workspace) GetUid() string

func (*Workspace) GetUrl added in v0.8.0

func (x *Workspace) GetUrl() string

func (*Workspace) GetVersion

func (x *Workspace) GetVersion() int64

func (*Workspace) GetWorkspaceTemplate

func (x *Workspace) GetWorkspaceTemplate() *WorkspaceTemplate

func (*Workspace) ProtoMessage

func (*Workspace) ProtoMessage()

func (*Workspace) ProtoReflect

func (x *Workspace) ProtoReflect() protoreflect.Message

func (*Workspace) Reset

func (x *Workspace) Reset()

func (*Workspace) String

func (x *Workspace) String() string

type WorkspaceServiceClient

type WorkspaceServiceClient interface {
	CreateWorkspace(ctx context.Context, in *CreateWorkspaceRequest, opts ...grpc.CallOption) (*Workspace, error)
	GetWorkspace(ctx context.Context, in *GetWorkspaceRequest, opts ...grpc.CallOption) (*Workspace, error)
	ListWorkspaces(ctx context.Context, in *ListWorkspaceRequest, opts ...grpc.CallOption) (*ListWorkspaceResponse, error)
	UpdateWorkspaceStatus(ctx context.Context, in *UpdateWorkspaceStatusRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	UpdateWorkspace(ctx context.Context, in *UpdateWorkspaceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	PauseWorkspace(ctx context.Context, in *PauseWorkspaceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	ResumeWorkspace(ctx context.Context, in *ResumeWorkspaceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	DeleteWorkspace(ctx context.Context, in *DeleteWorkspaceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

WorkspaceServiceClient is the client API for WorkspaceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type WorkspaceServiceServer

WorkspaceServiceServer is the server API for WorkspaceService service.

type WorkspaceStatus

type WorkspaceStatus struct {
	Phase        string `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`
	StartedAt    string `protobuf:"bytes,2,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	PausedAt     string `protobuf:"bytes,3,opt,name=pausedAt,proto3" json:"pausedAt,omitempty"`
	TerminatedAt string `protobuf:"bytes,4,opt,name=terminatedAt,proto3" json:"terminatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkspaceStatus) Descriptor deprecated

func (*WorkspaceStatus) Descriptor() ([]byte, []int)

Deprecated: Use WorkspaceStatus.ProtoReflect.Descriptor instead.

func (*WorkspaceStatus) GetPausedAt

func (x *WorkspaceStatus) GetPausedAt() string

func (*WorkspaceStatus) GetPhase

func (x *WorkspaceStatus) GetPhase() string

func (*WorkspaceStatus) GetStartedAt

func (x *WorkspaceStatus) GetStartedAt() string

func (*WorkspaceStatus) GetTerminatedAt

func (x *WorkspaceStatus) GetTerminatedAt() string

func (*WorkspaceStatus) ProtoMessage

func (*WorkspaceStatus) ProtoMessage()

func (*WorkspaceStatus) ProtoReflect

func (x *WorkspaceStatus) ProtoReflect() protoreflect.Message

func (*WorkspaceStatus) Reset

func (x *WorkspaceStatus) Reset()

func (*WorkspaceStatus) String

func (x *WorkspaceStatus) String() string

type WorkspaceTemplate

type WorkspaceTemplate struct {
	Uid              string            `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name             string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version          int64             `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	Manifest         string            `protobuf:"bytes,4,opt,name=manifest,proto3" json:"manifest,omitempty"`
	IsLatest         bool              `protobuf:"varint,5,opt,name=isLatest,proto3" json:"isLatest,omitempty"`
	CreatedAt        string            `protobuf:"bytes,6,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,7,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
	Labels           []*KeyValue       `protobuf:"bytes,8,rep,name=labels,proto3" json:"labels,omitempty"`
	IsArchived       bool              `protobuf:"varint,9,opt,name=isArchived,proto3" json:"isArchived,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkspaceTemplate) Descriptor deprecated

func (*WorkspaceTemplate) Descriptor() ([]byte, []int)

Deprecated: Use WorkspaceTemplate.ProtoReflect.Descriptor instead.

func (*WorkspaceTemplate) GetCreatedAt

func (x *WorkspaceTemplate) GetCreatedAt() string

func (*WorkspaceTemplate) GetIsArchived added in v0.8.0

func (x *WorkspaceTemplate) GetIsArchived() bool

func (*WorkspaceTemplate) GetIsLatest

func (x *WorkspaceTemplate) GetIsLatest() bool

func (*WorkspaceTemplate) GetLabels added in v0.8.0

func (x *WorkspaceTemplate) GetLabels() []*KeyValue

func (*WorkspaceTemplate) GetManifest

func (x *WorkspaceTemplate) GetManifest() string

func (*WorkspaceTemplate) GetName

func (x *WorkspaceTemplate) GetName() string

func (*WorkspaceTemplate) GetUid

func (x *WorkspaceTemplate) GetUid() string

func (*WorkspaceTemplate) GetVersion

func (x *WorkspaceTemplate) GetVersion() int64

func (*WorkspaceTemplate) GetWorkflowTemplate

func (x *WorkspaceTemplate) GetWorkflowTemplate() *WorkflowTemplate

func (*WorkspaceTemplate) ProtoMessage

func (*WorkspaceTemplate) ProtoMessage()

func (*WorkspaceTemplate) ProtoReflect

func (x *WorkspaceTemplate) ProtoReflect() protoreflect.Message

func (*WorkspaceTemplate) Reset

func (x *WorkspaceTemplate) Reset()

func (*WorkspaceTemplate) String

func (x *WorkspaceTemplate) String() string

type WorkspaceTemplateServiceClient

type WorkspaceTemplateServiceClient interface {
	// Get the generated WorkflowTemplate for a WorkspaceTemplate
	GenerateWorkspaceTemplateWorkflowTemplate(ctx context.Context, in *GenerateWorkspaceTemplateWorkflowTemplateRequest, opts ...grpc.CallOption) (*WorkflowTemplate, error)
	// Creates a WorkspaceTemplate
	CreateWorkspaceTemplate(ctx context.Context, in *CreateWorkspaceTemplateRequest, opts ...grpc.CallOption) (*WorkspaceTemplate, error)
	// Updates a WorkspaceTemplate
	UpdateWorkspaceTemplate(ctx context.Context, in *UpdateWorkspaceTemplateRequest, opts ...grpc.CallOption) (*WorkspaceTemplate, error)
	// Archives a WorkspaceTemplate
	ArchiveWorkspaceTemplate(ctx context.Context, in *ArchiveWorkspaceTemplateRequest, opts ...grpc.CallOption) (*WorkspaceTemplate, error)
	// Get a WorkspaceTemplate
	GetWorkspaceTemplate(ctx context.Context, in *GetWorkspaceTemplateRequest, opts ...grpc.CallOption) (*WorkspaceTemplate, error)
	ListWorkspaceTemplates(ctx context.Context, in *ListWorkspaceTemplatesRequest, opts ...grpc.CallOption) (*ListWorkspaceTemplatesResponse, error)
	ListWorkspaceTemplateVersions(ctx context.Context, in *ListWorkspaceTemplateVersionsRequest, opts ...grpc.CallOption) (*ListWorkspaceTemplateVersionsResponse, error)
}

WorkspaceTemplateServiceClient is the client API for WorkspaceTemplateService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type WorkspaceTemplateServiceServer

type WorkspaceTemplateServiceServer interface {
	// Get the generated WorkflowTemplate for a WorkspaceTemplate
	GenerateWorkspaceTemplateWorkflowTemplate(context.Context, *GenerateWorkspaceTemplateWorkflowTemplateRequest) (*WorkflowTemplate, error)
	// Creates a WorkspaceTemplate
	CreateWorkspaceTemplate(context.Context, *CreateWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
	// Updates a WorkspaceTemplate
	UpdateWorkspaceTemplate(context.Context, *UpdateWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
	// Archives a WorkspaceTemplate
	ArchiveWorkspaceTemplate(context.Context, *ArchiveWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
	// Get a WorkspaceTemplate
	GetWorkspaceTemplate(context.Context, *GetWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
	ListWorkspaceTemplates(context.Context, *ListWorkspaceTemplatesRequest) (*ListWorkspaceTemplatesResponse, error)
	ListWorkspaceTemplateVersions(context.Context, *ListWorkspaceTemplateVersionsRequest) (*ListWorkspaceTemplateVersionsResponse, error)
}

WorkspaceTemplateServiceServer is the server API for WorkspaceTemplateService service.

Jump to

Keyboard shortcuts

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