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 ¶
- Variables
- func RegisterAuthServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterAuthServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AuthServiceClient) error
- func RegisterAuthServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterAuthServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthServiceServer) error
- func RegisterAuthServiceServer(s *grpc.Server, srv AuthServiceServer)
- func RegisterConfigServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterConfigServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ConfigServiceClient) error
- func RegisterConfigServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterConfigServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ConfigServiceServer) error
- func RegisterConfigServiceServer(s *grpc.Server, srv ConfigServiceServer)
- func RegisterCronWorkflowServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterCronWorkflowServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CronWorkflowServiceClient) error
- func RegisterCronWorkflowServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterCronWorkflowServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CronWorkflowServiceServer) error
- func RegisterCronWorkflowServiceServer(s *grpc.Server, srv CronWorkflowServiceServer)
- func RegisterLabelServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterLabelServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client LabelServiceClient) error
- func RegisterLabelServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterLabelServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LabelServiceServer) error
- func RegisterLabelServiceServer(s *grpc.Server, srv LabelServiceServer)
- func RegisterNamespaceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterNamespaceServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client NamespaceServiceClient) error
- func RegisterNamespaceServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterNamespaceServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NamespaceServiceServer) error
- func RegisterNamespaceServiceServer(s *grpc.Server, srv NamespaceServiceServer)
- func RegisterSecretServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterSecretServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SecretServiceClient) error
- func RegisterSecretServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterSecretServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SecretServiceServer) error
- func RegisterSecretServiceServer(s *grpc.Server, srv SecretServiceServer)
- func RegisterWorkflowServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterWorkflowServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkflowServiceClient) error
- func RegisterWorkflowServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterWorkflowServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkflowServiceServer) error
- func RegisterWorkflowServiceServer(s *grpc.Server, srv WorkflowServiceServer)
- func RegisterWorkflowTemplateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterWorkflowTemplateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, ...) error
- func RegisterWorkflowTemplateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterWorkflowTemplateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, ...) error
- func RegisterWorkflowTemplateServiceServer(s *grpc.Server, srv WorkflowTemplateServiceServer)
- func RegisterWorkspaceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterWorkspaceServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WorkspaceServiceClient) error
- func RegisterWorkspaceServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterWorkspaceServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WorkspaceServiceServer) error
- func RegisterWorkspaceServiceServer(s *grpc.Server, srv WorkspaceServiceServer)
- func RegisterWorkspaceTemplateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterWorkspaceTemplateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, ...) error
- func RegisterWorkspaceTemplateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterWorkspaceTemplateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, ...) error
- func RegisterWorkspaceTemplateServiceServer(s *grpc.Server, srv WorkspaceTemplateServiceServer)
- type AddLabelsRequest
- func (*AddLabelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddLabelsRequest) GetLabels() *Labels
- func (x *AddLabelsRequest) GetNamespace() string
- func (x *AddLabelsRequest) GetResource() string
- func (x *AddLabelsRequest) GetUid() string
- func (*AddLabelsRequest) ProtoMessage()
- func (x *AddLabelsRequest) ProtoReflect() protoreflect.Message
- func (x *AddLabelsRequest) Reset()
- func (x *AddLabelsRequest) String() string
- type AddSecretKeyValueRequest
- func (*AddSecretKeyValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddSecretKeyValueRequest) GetNamespace() string
- func (x *AddSecretKeyValueRequest) GetSecret() *Secret
- func (*AddSecretKeyValueRequest) ProtoMessage()
- func (x *AddSecretKeyValueRequest) ProtoReflect() protoreflect.Message
- func (x *AddSecretKeyValueRequest) Reset()
- func (x *AddSecretKeyValueRequest) String() string
- type AddSecretKeyValueResponse
- func (*AddSecretKeyValueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddSecretKeyValueResponse) GetInserted() bool
- func (*AddSecretKeyValueResponse) ProtoMessage()
- func (x *AddSecretKeyValueResponse) ProtoReflect() protoreflect.Message
- func (x *AddSecretKeyValueResponse) Reset()
- func (x *AddSecretKeyValueResponse) String() string
- type AddWorkflowExecutionStatisticRequest
- func (*AddWorkflowExecutionStatisticRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddWorkflowExecutionStatisticRequest) GetNamespace() string
- func (x *AddWorkflowExecutionStatisticRequest) GetStatistics() *Statistics
- func (x *AddWorkflowExecutionStatisticRequest) GetUid() string
- func (*AddWorkflowExecutionStatisticRequest) ProtoMessage()
- func (x *AddWorkflowExecutionStatisticRequest) ProtoReflect() protoreflect.Message
- func (x *AddWorkflowExecutionStatisticRequest) Reset()
- func (x *AddWorkflowExecutionStatisticRequest) String() string
- type ArchiveWorkflowTemplateRequest
- func (*ArchiveWorkflowTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ArchiveWorkflowTemplateRequest) GetNamespace() string
- func (x *ArchiveWorkflowTemplateRequest) GetUid() string
- func (*ArchiveWorkflowTemplateRequest) ProtoMessage()
- func (x *ArchiveWorkflowTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *ArchiveWorkflowTemplateRequest) Reset()
- func (x *ArchiveWorkflowTemplateRequest) String() string
- type ArchiveWorkflowTemplateResponse
- func (*ArchiveWorkflowTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ArchiveWorkflowTemplateResponse) GetWorkflowTemplate() *WorkflowTemplate
- func (*ArchiveWorkflowTemplateResponse) ProtoMessage()
- func (x *ArchiveWorkflowTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *ArchiveWorkflowTemplateResponse) Reset()
- func (x *ArchiveWorkflowTemplateResponse) String() string
- type ArchiveWorkspaceTemplateRequest
- func (*ArchiveWorkspaceTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ArchiveWorkspaceTemplateRequest) GetNamespace() string
- func (x *ArchiveWorkspaceTemplateRequest) GetUid() string
- func (*ArchiveWorkspaceTemplateRequest) ProtoMessage()
- func (x *ArchiveWorkspaceTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *ArchiveWorkspaceTemplateRequest) Reset()
- func (x *ArchiveWorkspaceTemplateRequest) String() string
- type ArtifactResponse
- type AuthServiceClient
- type AuthServiceServer
- type CloneWorkflowExecutionRequest
- func (*CloneWorkflowExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CloneWorkflowExecutionRequest) GetNamespace() string
- func (x *CloneWorkflowExecutionRequest) GetUid() string
- func (*CloneWorkflowExecutionRequest) ProtoMessage()
- func (x *CloneWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *CloneWorkflowExecutionRequest) Reset()
- func (x *CloneWorkflowExecutionRequest) String() string
- type CloneWorkflowTemplateRequest
- func (*CloneWorkflowTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CloneWorkflowTemplateRequest) GetName() string
- func (x *CloneWorkflowTemplateRequest) GetNamespace() string
- func (x *CloneWorkflowTemplateRequest) GetUid() string
- func (x *CloneWorkflowTemplateRequest) GetVersion() int64
- func (*CloneWorkflowTemplateRequest) ProtoMessage()
- func (x *CloneWorkflowTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CloneWorkflowTemplateRequest) Reset()
- func (x *CloneWorkflowTemplateRequest) String() string
- type ConfigServiceClient
- type ConfigServiceServer
- type CreateCronWorkflowRequest
- func (*CreateCronWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCronWorkflowRequest) GetCronWorkflow() *CronWorkflow
- func (x *CreateCronWorkflowRequest) GetNamespace() string
- func (*CreateCronWorkflowRequest) ProtoMessage()
- func (x *CreateCronWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCronWorkflowRequest) Reset()
- func (x *CreateCronWorkflowRequest) String() string
- type CreateNamespaceRequest
- func (*CreateNamespaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNamespaceRequest) GetNamespace() *Namespace
- func (*CreateNamespaceRequest) ProtoMessage()
- func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNamespaceRequest) Reset()
- func (x *CreateNamespaceRequest) String() string
- type CreateSecretRequest
- func (*CreateSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSecretRequest) GetNamespace() string
- func (x *CreateSecretRequest) GetSecret() *Secret
- func (*CreateSecretRequest) ProtoMessage()
- func (x *CreateSecretRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSecretRequest) Reset()
- func (x *CreateSecretRequest) String() string
- type CreateWorkflowExecutionBody
- func (*CreateWorkflowExecutionBody) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWorkflowExecutionBody) GetLabels() []*KeyValue
- func (x *CreateWorkflowExecutionBody) GetParameters() []*Parameter
- func (x *CreateWorkflowExecutionBody) GetWorkflowTemplateUid() string
- func (x *CreateWorkflowExecutionBody) GetWorkflowTemplateVersion() int64
- func (*CreateWorkflowExecutionBody) ProtoMessage()
- func (x *CreateWorkflowExecutionBody) ProtoReflect() protoreflect.Message
- func (x *CreateWorkflowExecutionBody) Reset()
- func (x *CreateWorkflowExecutionBody) String() string
- type CreateWorkflowExecutionRequest
- func (*CreateWorkflowExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWorkflowExecutionRequest) GetBody() *CreateWorkflowExecutionBody
- func (x *CreateWorkflowExecutionRequest) GetNamespace() string
- func (*CreateWorkflowExecutionRequest) ProtoMessage()
- func (x *CreateWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWorkflowExecutionRequest) Reset()
- func (x *CreateWorkflowExecutionRequest) String() string
- type CreateWorkflowTemplateRequest
- func (*CreateWorkflowTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWorkflowTemplateRequest) GetNamespace() string
- func (x *CreateWorkflowTemplateRequest) GetWorkflowTemplate() *WorkflowTemplate
- func (*CreateWorkflowTemplateRequest) ProtoMessage()
- func (x *CreateWorkflowTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWorkflowTemplateRequest) Reset()
- func (x *CreateWorkflowTemplateRequest) String() string
- type CreateWorkspaceBody
- func (*CreateWorkspaceBody) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWorkspaceBody) GetLabels() []*KeyValue
- func (x *CreateWorkspaceBody) GetParameters() []*Parameter
- func (x *CreateWorkspaceBody) GetWorkspaceTemplateUid() string
- func (x *CreateWorkspaceBody) GetWorkspaceTemplateVersion() int64
- func (*CreateWorkspaceBody) ProtoMessage()
- func (x *CreateWorkspaceBody) ProtoReflect() protoreflect.Message
- func (x *CreateWorkspaceBody) Reset()
- func (x *CreateWorkspaceBody) String() string
- type CreateWorkspaceRequest
- func (*CreateWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWorkspaceRequest) GetBody() *CreateWorkspaceBody
- func (x *CreateWorkspaceRequest) GetNamespace() string
- func (*CreateWorkspaceRequest) ProtoMessage()
- func (x *CreateWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWorkspaceRequest) Reset()
- func (x *CreateWorkspaceRequest) String() string
- type CreateWorkspaceTemplateRequest
- func (*CreateWorkspaceTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWorkspaceTemplateRequest) GetNamespace() string
- func (x *CreateWorkspaceTemplateRequest) GetWorkspaceTemplate() *WorkspaceTemplate
- func (*CreateWorkspaceTemplateRequest) ProtoMessage()
- func (x *CreateWorkspaceTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWorkspaceTemplateRequest) Reset()
- func (x *CreateWorkspaceTemplateRequest) String() string
- type CronStartWorkflowExecutionStatisticRequest
- func (*CronStartWorkflowExecutionStatisticRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CronStartWorkflowExecutionStatisticRequest) GetNamespace() string
- func (x *CronStartWorkflowExecutionStatisticRequest) GetStatistics() *Statistics
- func (x *CronStartWorkflowExecutionStatisticRequest) GetUid() string
- func (*CronStartWorkflowExecutionStatisticRequest) ProtoMessage()
- func (x *CronStartWorkflowExecutionStatisticRequest) ProtoReflect() protoreflect.Message
- func (x *CronStartWorkflowExecutionStatisticRequest) Reset()
- func (x *CronStartWorkflowExecutionStatisticRequest) String() string
- type CronWorkflow
- func (*CronWorkflow) Descriptor() ([]byte, []int)deprecated
- func (x *CronWorkflow) GetLabels() []*KeyValue
- func (x *CronWorkflow) GetManifest() string
- func (x *CronWorkflow) GetName() string
- func (x *CronWorkflow) GetNamespace() string
- func (x *CronWorkflow) GetUid() string
- func (x *CronWorkflow) GetWorkflowExecution() *WorkflowExecution
- func (*CronWorkflow) ProtoMessage()
- func (x *CronWorkflow) ProtoReflect() protoreflect.Message
- func (x *CronWorkflow) Reset()
- func (x *CronWorkflow) String() string
- type CronWorkflowServiceClient
- type CronWorkflowServiceServer
- type CronWorkflowStatisticsReport
- func (*CronWorkflowStatisticsReport) Descriptor() ([]byte, []int)deprecated
- func (x *CronWorkflowStatisticsReport) GetTotal() int32
- func (*CronWorkflowStatisticsReport) ProtoMessage()
- func (x *CronWorkflowStatisticsReport) ProtoReflect() protoreflect.Message
- func (x *CronWorkflowStatisticsReport) Reset()
- func (x *CronWorkflowStatisticsReport) String() string
- type DeleteCronWorkflowRequest
- func (*DeleteCronWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCronWorkflowRequest) GetNamespace() string
- func (x *DeleteCronWorkflowRequest) GetUid() string
- func (*DeleteCronWorkflowRequest) ProtoMessage()
- func (x *DeleteCronWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCronWorkflowRequest) Reset()
- func (x *DeleteCronWorkflowRequest) String() string
- type DeleteLabelRequest
- func (*DeleteLabelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteLabelRequest) GetKey() string
- func (x *DeleteLabelRequest) GetNamespace() string
- func (x *DeleteLabelRequest) GetResource() string
- func (x *DeleteLabelRequest) GetUid() string
- func (*DeleteLabelRequest) ProtoMessage()
- func (x *DeleteLabelRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteLabelRequest) Reset()
- func (x *DeleteLabelRequest) String() string
- type DeleteSecretKeyRequest
- func (*DeleteSecretKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSecretKeyRequest) GetKey() string
- func (x *DeleteSecretKeyRequest) GetNamespace() string
- func (x *DeleteSecretKeyRequest) GetSecretName() string
- func (*DeleteSecretKeyRequest) ProtoMessage()
- func (x *DeleteSecretKeyRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSecretKeyRequest) Reset()
- func (x *DeleteSecretKeyRequest) String() string
- type DeleteSecretKeyResponse
- func (*DeleteSecretKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSecretKeyResponse) GetDeleted() bool
- func (*DeleteSecretKeyResponse) ProtoMessage()
- func (x *DeleteSecretKeyResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteSecretKeyResponse) Reset()
- func (x *DeleteSecretKeyResponse) String() string
- type DeleteSecretRequest
- func (*DeleteSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSecretRequest) GetName() string
- func (x *DeleteSecretRequest) GetNamespace() string
- func (*DeleteSecretRequest) ProtoMessage()
- func (x *DeleteSecretRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSecretRequest) Reset()
- func (x *DeleteSecretRequest) String() string
- type DeleteSecretResponse
- func (*DeleteSecretResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSecretResponse) GetDeleted() bool
- func (*DeleteSecretResponse) ProtoMessage()
- func (x *DeleteSecretResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteSecretResponse) Reset()
- func (x *DeleteSecretResponse) String() string
- type DeleteWorkspaceRequest
- func (*DeleteWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteWorkspaceRequest) GetNamespace() string
- func (x *DeleteWorkspaceRequest) GetUid() string
- func (*DeleteWorkspaceRequest) ProtoMessage()
- func (x *DeleteWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteWorkspaceRequest) Reset()
- func (x *DeleteWorkspaceRequest) String() string
- type File
- func (*File) Descriptor() ([]byte, []int)deprecated
- func (x *File) GetContentType() string
- func (x *File) GetDirectory() bool
- func (x *File) GetExtension() string
- func (x *File) GetLastModified() string
- func (x *File) GetName() string
- func (x *File) GetPath() string
- func (x *File) GetSize() int64
- func (*File) ProtoMessage()
- func (x *File) ProtoReflect() protoreflect.Message
- func (x *File) Reset()
- func (x *File) String() string
- type GenerateWorkspaceTemplateWorkflowTemplateRequest
- func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) GetNamespace() string
- func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) GetUid() string
- func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) GetWorkspaceTemplate() *WorkspaceTemplate
- func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) ProtoMessage()
- func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) Reset()
- func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) String() string
- type GetArtifactRequest
- func (*GetArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArtifactRequest) GetKey() string
- func (x *GetArtifactRequest) GetNamespace() string
- func (x *GetArtifactRequest) GetUid() string
- func (*GetArtifactRequest) ProtoMessage()
- func (x *GetArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *GetArtifactRequest) Reset()
- func (x *GetArtifactRequest) String() string
- type GetConfigResponse
- func (*GetConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigResponse) GetApiUrl() string
- func (x *GetConfigResponse) GetDomain() string
- func (x *GetConfigResponse) GetFqdn() string
- func (x *GetConfigResponse) GetNodePool() *NodePool
- func (*GetConfigResponse) ProtoMessage()
- func (x *GetConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetConfigResponse) Reset()
- func (x *GetConfigResponse) String() string
- type GetCronWorkflowRequest
- func (*GetCronWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCronWorkflowRequest) GetNamespace() string
- func (x *GetCronWorkflowRequest) GetUid() string
- func (*GetCronWorkflowRequest) ProtoMessage()
- func (x *GetCronWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *GetCronWorkflowRequest) Reset()
- func (x *GetCronWorkflowRequest) String() string
- type GetLabelsRequest
- func (*GetLabelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLabelsRequest) GetNamespace() string
- func (x *GetLabelsRequest) GetResource() string
- func (x *GetLabelsRequest) GetUid() string
- func (*GetLabelsRequest) ProtoMessage()
- func (x *GetLabelsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLabelsRequest) Reset()
- func (x *GetLabelsRequest) String() string
- type GetLabelsResponse
- func (*GetLabelsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLabelsResponse) GetLabels() []*KeyValue
- func (*GetLabelsResponse) ProtoMessage()
- func (x *GetLabelsResponse) ProtoReflect() protoreflect.Message
- func (x *GetLabelsResponse) Reset()
- func (x *GetLabelsResponse) String() string
- type GetSecretRequest
- func (*GetSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSecretRequest) GetName() string
- func (x *GetSecretRequest) GetNamespace() string
- func (*GetSecretRequest) ProtoMessage()
- func (x *GetSecretRequest) ProtoReflect() protoreflect.Message
- func (x *GetSecretRequest) Reset()
- func (x *GetSecretRequest) String() string
- type GetWorkflowExecutionLogsRequest
- func (*GetWorkflowExecutionLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkflowExecutionLogsRequest) GetContainerName() string
- func (x *GetWorkflowExecutionLogsRequest) GetNamespace() string
- func (x *GetWorkflowExecutionLogsRequest) GetPodName() string
- func (x *GetWorkflowExecutionLogsRequest) GetUid() string
- func (*GetWorkflowExecutionLogsRequest) ProtoMessage()
- func (x *GetWorkflowExecutionLogsRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkflowExecutionLogsRequest) Reset()
- func (x *GetWorkflowExecutionLogsRequest) String() string
- type GetWorkflowExecutionMetricsRequest
- func (*GetWorkflowExecutionMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkflowExecutionMetricsRequest) GetNamespace() string
- func (x *GetWorkflowExecutionMetricsRequest) GetPodName() string
- func (x *GetWorkflowExecutionMetricsRequest) GetUid() string
- func (*GetWorkflowExecutionMetricsRequest) ProtoMessage()
- func (x *GetWorkflowExecutionMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkflowExecutionMetricsRequest) Reset()
- func (x *GetWorkflowExecutionMetricsRequest) String() string
- type GetWorkflowExecutionMetricsResponse
- func (*GetWorkflowExecutionMetricsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkflowExecutionMetricsResponse) GetMetrics() []*Metric
- func (*GetWorkflowExecutionMetricsResponse) ProtoMessage()
- func (x *GetWorkflowExecutionMetricsResponse) ProtoReflect() protoreflect.Message
- func (x *GetWorkflowExecutionMetricsResponse) Reset()
- func (x *GetWorkflowExecutionMetricsResponse) String() string
- type GetWorkflowExecutionRequest
- func (*GetWorkflowExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkflowExecutionRequest) GetNamespace() string
- func (x *GetWorkflowExecutionRequest) GetUid() string
- func (*GetWorkflowExecutionRequest) ProtoMessage()
- func (x *GetWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkflowExecutionRequest) Reset()
- func (x *GetWorkflowExecutionRequest) String() string
- type GetWorkflowTemplateLabelsRequest
- func (*GetWorkflowTemplateLabelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkflowTemplateLabelsRequest) GetName() string
- func (x *GetWorkflowTemplateLabelsRequest) GetNamespace() string
- func (x *GetWorkflowTemplateLabelsRequest) GetVersion() int64
- func (*GetWorkflowTemplateLabelsRequest) ProtoMessage()
- func (x *GetWorkflowTemplateLabelsRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkflowTemplateLabelsRequest) Reset()
- func (x *GetWorkflowTemplateLabelsRequest) String() string
- type GetWorkflowTemplateRequest
- func (*GetWorkflowTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkflowTemplateRequest) GetNamespace() string
- func (x *GetWorkflowTemplateRequest) GetUid() string
- func (x *GetWorkflowTemplateRequest) GetVersion() int64
- func (*GetWorkflowTemplateRequest) ProtoMessage()
- func (x *GetWorkflowTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkflowTemplateRequest) Reset()
- func (x *GetWorkflowTemplateRequest) String() string
- type GetWorkspaceRequest
- func (*GetWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceRequest) GetNamespace() string
- func (x *GetWorkspaceRequest) GetUid() string
- func (*GetWorkspaceRequest) ProtoMessage()
- func (x *GetWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkspaceRequest) Reset()
- func (x *GetWorkspaceRequest) String() string
- type GetWorkspaceTemplateRequest
- func (*GetWorkspaceTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceTemplateRequest) GetNamespace() string
- func (x *GetWorkspaceTemplateRequest) GetUid() string
- func (x *GetWorkspaceTemplateRequest) GetVersion() int64
- func (*GetWorkspaceTemplateRequest) ProtoMessage()
- func (x *GetWorkspaceTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkspaceTemplateRequest) Reset()
- func (x *GetWorkspaceTemplateRequest) String() string
- type IsAuthorized
- func (*IsAuthorized) Descriptor() ([]byte, []int)deprecated
- func (x *IsAuthorized) GetGroup() string
- func (x *IsAuthorized) GetNamespace() string
- func (x *IsAuthorized) GetResource() string
- func (x *IsAuthorized) GetResourceName() string
- func (x *IsAuthorized) GetVerb() string
- func (*IsAuthorized) ProtoMessage()
- func (x *IsAuthorized) ProtoReflect() protoreflect.Message
- func (x *IsAuthorized) Reset()
- func (x *IsAuthorized) String() string
- type IsAuthorizedRequest
- func (*IsAuthorizedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsAuthorizedRequest) GetIsAuthorized() *IsAuthorized
- func (*IsAuthorizedRequest) ProtoMessage()
- func (x *IsAuthorizedRequest) ProtoReflect() protoreflect.Message
- func (x *IsAuthorizedRequest) Reset()
- func (x *IsAuthorizedRequest) String() string
- type IsAuthorizedResponse
- func (*IsAuthorizedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsAuthorizedResponse) GetAuthorized() bool
- func (*IsAuthorizedResponse) ProtoMessage()
- func (x *IsAuthorizedResponse) ProtoReflect() protoreflect.Message
- func (x *IsAuthorizedResponse) Reset()
- func (x *IsAuthorizedResponse) String() string
- type IsValidTokenRequest
- func (*IsValidTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsValidTokenRequest) GetToken() *TokenWrapper
- func (*IsValidTokenRequest) ProtoMessage()
- func (x *IsValidTokenRequest) ProtoReflect() protoreflect.Message
- func (x *IsValidTokenRequest) Reset()
- func (x *IsValidTokenRequest) String() string
- type IsValidTokenResponse
- func (*IsValidTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsValidTokenResponse) GetDomain() string
- func (*IsValidTokenResponse) ProtoMessage()
- func (x *IsValidTokenResponse) ProtoReflect() protoreflect.Message
- func (x *IsValidTokenResponse) Reset()
- func (x *IsValidTokenResponse) String() string
- type KeyValue
- type LabelServiceClient
- type LabelServiceServer
- type Labels
- type ListCronWorkflowRequest
- func (*ListCronWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCronWorkflowRequest) GetNamespace() string
- func (x *ListCronWorkflowRequest) GetPage() int32
- func (x *ListCronWorkflowRequest) GetPageSize() int32
- func (x *ListCronWorkflowRequest) GetWorkflowTemplateName() string
- func (*ListCronWorkflowRequest) ProtoMessage()
- func (x *ListCronWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *ListCronWorkflowRequest) Reset()
- func (x *ListCronWorkflowRequest) String() string
- type ListCronWorkflowsResponse
- func (*ListCronWorkflowsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCronWorkflowsResponse) GetCount() int32
- func (x *ListCronWorkflowsResponse) GetCronWorkflows() []*CronWorkflow
- func (x *ListCronWorkflowsResponse) GetPage() int32
- func (x *ListCronWorkflowsResponse) GetPages() int32
- func (x *ListCronWorkflowsResponse) GetTotalCount() int32
- func (*ListCronWorkflowsResponse) ProtoMessage()
- func (x *ListCronWorkflowsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCronWorkflowsResponse) Reset()
- func (x *ListCronWorkflowsResponse) String() string
- type ListFilesRequest
- func (*ListFilesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFilesRequest) GetNamespace() string
- func (x *ListFilesRequest) GetPath() string
- func (x *ListFilesRequest) GetUid() string
- func (*ListFilesRequest) ProtoMessage()
- func (x *ListFilesRequest) ProtoReflect() protoreflect.Message
- func (x *ListFilesRequest) Reset()
- func (x *ListFilesRequest) String() string
- type ListFilesResponse
- func (*ListFilesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFilesResponse) GetFiles() []*File
- func (x *ListFilesResponse) GetParentPath() string
- func (*ListFilesResponse) ProtoMessage()
- func (x *ListFilesResponse) ProtoReflect() protoreflect.Message
- func (x *ListFilesResponse) Reset()
- func (x *ListFilesResponse) String() string
- type ListNamespacesRequest
- func (*ListNamespacesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacesRequest) GetPage() int32
- func (x *ListNamespacesRequest) GetPageSize() int32
- func (x *ListNamespacesRequest) GetQuery() string
- func (*ListNamespacesRequest) ProtoMessage()
- func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message
- func (x *ListNamespacesRequest) Reset()
- func (x *ListNamespacesRequest) String() string
- type ListNamespacesResponse
- func (*ListNamespacesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacesResponse) GetCount() int32
- func (x *ListNamespacesResponse) GetNamespaces() []*Namespace
- func (x *ListNamespacesResponse) GetPage() int32
- func (x *ListNamespacesResponse) GetPages() int32
- func (x *ListNamespacesResponse) GetTotalCount() int32
- func (*ListNamespacesResponse) ProtoMessage()
- func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message
- func (x *ListNamespacesResponse) Reset()
- func (x *ListNamespacesResponse) String() string
- type ListSecretsRequest
- func (*ListSecretsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSecretsRequest) GetNamespace() string
- func (*ListSecretsRequest) ProtoMessage()
- func (x *ListSecretsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSecretsRequest) Reset()
- func (x *ListSecretsRequest) String() string
- type ListSecretsResponse
- func (*ListSecretsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSecretsResponse) GetCount() int32
- func (x *ListSecretsResponse) GetSecrets() []*Secret
- func (*ListSecretsResponse) ProtoMessage()
- func (x *ListSecretsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSecretsResponse) Reset()
- func (x *ListSecretsResponse) String() string
- type ListWorkflowExecutionsRequest
- func (*ListWorkflowExecutionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowExecutionsRequest) GetNamespace() string
- func (x *ListWorkflowExecutionsRequest) GetPage() int32
- func (x *ListWorkflowExecutionsRequest) GetPageSize() int32
- func (x *ListWorkflowExecutionsRequest) GetWorkflowTemplateUid() string
- func (x *ListWorkflowExecutionsRequest) GetWorkflowTemplateVersion() string
- func (*ListWorkflowExecutionsRequest) ProtoMessage()
- func (x *ListWorkflowExecutionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowExecutionsRequest) Reset()
- func (x *ListWorkflowExecutionsRequest) String() string
- type ListWorkflowExecutionsResponse
- func (*ListWorkflowExecutionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowExecutionsResponse) GetCount() int32
- func (x *ListWorkflowExecutionsResponse) GetPage() int32
- func (x *ListWorkflowExecutionsResponse) GetPages() int32
- func (x *ListWorkflowExecutionsResponse) GetTotalCount() int32
- func (x *ListWorkflowExecutionsResponse) GetWorkflowExecutions() []*WorkflowExecution
- func (*ListWorkflowExecutionsResponse) ProtoMessage()
- func (x *ListWorkflowExecutionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowExecutionsResponse) Reset()
- func (x *ListWorkflowExecutionsResponse) String() string
- type ListWorkflowTemplateVersionsRequest
- func (*ListWorkflowTemplateVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowTemplateVersionsRequest) GetNamespace() string
- func (x *ListWorkflowTemplateVersionsRequest) GetUid() string
- func (*ListWorkflowTemplateVersionsRequest) ProtoMessage()
- func (x *ListWorkflowTemplateVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowTemplateVersionsRequest) Reset()
- func (x *ListWorkflowTemplateVersionsRequest) String() string
- type ListWorkflowTemplateVersionsResponse
- func (*ListWorkflowTemplateVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowTemplateVersionsResponse) GetCount() int32
- func (x *ListWorkflowTemplateVersionsResponse) GetWorkflowTemplates() []*WorkflowTemplate
- func (*ListWorkflowTemplateVersionsResponse) ProtoMessage()
- func (x *ListWorkflowTemplateVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowTemplateVersionsResponse) Reset()
- func (x *ListWorkflowTemplateVersionsResponse) String() string
- type ListWorkflowTemplatesRequest
- func (*ListWorkflowTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowTemplatesRequest) GetNamespace() string
- func (x *ListWorkflowTemplatesRequest) GetPage() int32
- func (x *ListWorkflowTemplatesRequest) GetPageSize() int32
- func (*ListWorkflowTemplatesRequest) ProtoMessage()
- func (x *ListWorkflowTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowTemplatesRequest) Reset()
- func (x *ListWorkflowTemplatesRequest) String() string
- type ListWorkflowTemplatesResponse
- func (*ListWorkflowTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkflowTemplatesResponse) GetCount() int32
- func (x *ListWorkflowTemplatesResponse) GetPage() int32
- func (x *ListWorkflowTemplatesResponse) GetPages() int32
- func (x *ListWorkflowTemplatesResponse) GetTotalCount() int32
- func (x *ListWorkflowTemplatesResponse) GetWorkflowTemplates() []*WorkflowTemplate
- func (*ListWorkflowTemplatesResponse) ProtoMessage()
- func (x *ListWorkflowTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListWorkflowTemplatesResponse) Reset()
- func (x *ListWorkflowTemplatesResponse) String() string
- type ListWorkspaceRequest
- func (*ListWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkspaceRequest) GetNamespace() string
- func (x *ListWorkspaceRequest) GetPage() int32
- func (x *ListWorkspaceRequest) GetPageSize() int32
- func (*ListWorkspaceRequest) ProtoMessage()
- func (x *ListWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *ListWorkspaceRequest) Reset()
- func (x *ListWorkspaceRequest) String() string
- type ListWorkspaceResponse
- func (*ListWorkspaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkspaceResponse) GetCount() int32
- func (x *ListWorkspaceResponse) GetPage() int32
- func (x *ListWorkspaceResponse) GetPages() int32
- func (x *ListWorkspaceResponse) GetTotalCount() int32
- func (x *ListWorkspaceResponse) GetWorkspaces() []*Workspace
- func (*ListWorkspaceResponse) ProtoMessage()
- func (x *ListWorkspaceResponse) ProtoReflect() protoreflect.Message
- func (x *ListWorkspaceResponse) Reset()
- func (x *ListWorkspaceResponse) String() string
- type ListWorkspaceTemplateVersionsRequest
- func (*ListWorkspaceTemplateVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkspaceTemplateVersionsRequest) GetNamespace() string
- func (x *ListWorkspaceTemplateVersionsRequest) GetUid() string
- func (*ListWorkspaceTemplateVersionsRequest) ProtoMessage()
- func (x *ListWorkspaceTemplateVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListWorkspaceTemplateVersionsRequest) Reset()
- func (x *ListWorkspaceTemplateVersionsRequest) String() string
- type ListWorkspaceTemplateVersionsResponse
- func (*ListWorkspaceTemplateVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkspaceTemplateVersionsResponse) GetCount() int32
- func (x *ListWorkspaceTemplateVersionsResponse) GetWorkspaceTemplates() []*WorkspaceTemplate
- func (*ListWorkspaceTemplateVersionsResponse) ProtoMessage()
- func (x *ListWorkspaceTemplateVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListWorkspaceTemplateVersionsResponse) Reset()
- func (x *ListWorkspaceTemplateVersionsResponse) String() string
- type ListWorkspaceTemplatesRequest
- func (*ListWorkspaceTemplatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkspaceTemplatesRequest) GetNamespace() string
- func (x *ListWorkspaceTemplatesRequest) GetPage() int32
- func (x *ListWorkspaceTemplatesRequest) GetPageSize() int32
- func (*ListWorkspaceTemplatesRequest) ProtoMessage()
- func (x *ListWorkspaceTemplatesRequest) ProtoReflect() protoreflect.Message
- func (x *ListWorkspaceTemplatesRequest) Reset()
- func (x *ListWorkspaceTemplatesRequest) String() string
- type ListWorkspaceTemplatesResponse
- func (*ListWorkspaceTemplatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkspaceTemplatesResponse) GetCount() int32
- func (x *ListWorkspaceTemplatesResponse) GetPage() int32
- func (x *ListWorkspaceTemplatesResponse) GetPages() int32
- func (x *ListWorkspaceTemplatesResponse) GetTotalCount() int32
- func (x *ListWorkspaceTemplatesResponse) GetWorkspaceTemplates() []*WorkspaceTemplate
- func (*ListWorkspaceTemplatesResponse) ProtoMessage()
- func (x *ListWorkspaceTemplatesResponse) ProtoReflect() protoreflect.Message
- func (x *ListWorkspaceTemplatesResponse) Reset()
- func (x *ListWorkspaceTemplatesResponse) String() string
- type LogEntry
- type Metric
- func (*Metric) Descriptor() ([]byte, []int)deprecated
- func (x *Metric) GetFormat() string
- func (x *Metric) GetName() string
- func (x *Metric) GetValue() float64
- func (*Metric) ProtoMessage()
- func (x *Metric) ProtoReflect() protoreflect.Message
- func (x *Metric) Reset()
- func (x *Metric) String() string
- type Namespace
- type NamespaceServiceClient
- type NamespaceServiceServer
- type NodePool
- type NodePoolOption
- func (*NodePoolOption) Descriptor() ([]byte, []int)deprecated
- func (x *NodePoolOption) GetName() string
- func (x *NodePoolOption) GetValue() string
- func (*NodePoolOption) ProtoMessage()
- func (x *NodePoolOption) ProtoReflect() protoreflect.Message
- func (x *NodePoolOption) Reset()
- func (x *NodePoolOption) String() string
- type Parameter
- func (*Parameter) Descriptor() ([]byte, []int)deprecated
- func (x *Parameter) GetDisplayName() string
- func (x *Parameter) GetHint() string
- func (x *Parameter) GetName() string
- func (x *Parameter) GetOptions() []*ParameterOption
- func (x *Parameter) GetRequired() bool
- func (x *Parameter) GetType() string
- func (x *Parameter) GetValue() string
- func (*Parameter) ProtoMessage()
- func (x *Parameter) ProtoReflect() protoreflect.Message
- func (x *Parameter) Reset()
- func (x *Parameter) String() string
- type ParameterOption
- func (*ParameterOption) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterOption) GetName() string
- func (x *ParameterOption) GetValue() string
- func (*ParameterOption) ProtoMessage()
- func (x *ParameterOption) ProtoReflect() protoreflect.Message
- func (x *ParameterOption) Reset()
- func (x *ParameterOption) String() string
- type PauseWorkspaceRequest
- func (*PauseWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PauseWorkspaceRequest) GetNamespace() string
- func (x *PauseWorkspaceRequest) GetUid() string
- func (*PauseWorkspaceRequest) ProtoMessage()
- func (x *PauseWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *PauseWorkspaceRequest) Reset()
- func (x *PauseWorkspaceRequest) String() string
- type ReplaceLabelsRequest
- func (*ReplaceLabelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReplaceLabelsRequest) GetLabels() *Labels
- func (x *ReplaceLabelsRequest) GetNamespace() string
- func (x *ReplaceLabelsRequest) GetResource() string
- func (x *ReplaceLabelsRequest) GetUid() string
- func (*ReplaceLabelsRequest) ProtoMessage()
- func (x *ReplaceLabelsRequest) ProtoReflect() protoreflect.Message
- func (x *ReplaceLabelsRequest) Reset()
- func (x *ReplaceLabelsRequest) String() string
- type ResubmitWorkflowExecutionRequest
- func (*ResubmitWorkflowExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResubmitWorkflowExecutionRequest) GetNamespace() string
- func (x *ResubmitWorkflowExecutionRequest) GetUid() string
- func (*ResubmitWorkflowExecutionRequest) ProtoMessage()
- func (x *ResubmitWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *ResubmitWorkflowExecutionRequest) Reset()
- func (x *ResubmitWorkflowExecutionRequest) String() string
- type ResumeWorkspaceRequest
- func (*ResumeWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResumeWorkspaceRequest) GetNamespace() string
- func (x *ResumeWorkspaceRequest) GetUid() string
- func (*ResumeWorkspaceRequest) ProtoMessage()
- func (x *ResumeWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *ResumeWorkspaceRequest) Reset()
- func (x *ResumeWorkspaceRequest) String() string
- type Secret
- type SecretExistsRequest
- func (*SecretExistsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SecretExistsRequest) GetName() string
- func (x *SecretExistsRequest) GetNamespace() string
- func (*SecretExistsRequest) ProtoMessage()
- func (x *SecretExistsRequest) ProtoReflect() protoreflect.Message
- func (x *SecretExistsRequest) Reset()
- func (x *SecretExistsRequest) String() string
- type SecretExistsResponse
- func (*SecretExistsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SecretExistsResponse) GetExists() bool
- func (*SecretExistsResponse) ProtoMessage()
- func (x *SecretExistsResponse) ProtoReflect() protoreflect.Message
- func (x *SecretExistsResponse) Reset()
- func (x *SecretExistsResponse) String() string
- type SecretServiceClient
- type SecretServiceServer
- type Statistics
- func (*Statistics) Descriptor() ([]byte, []int)deprecated
- func (x *Statistics) GetWorkflowStatus() string
- func (x *Statistics) GetWorkflowTemplateId() int64
- func (*Statistics) ProtoMessage()
- func (x *Statistics) ProtoReflect() protoreflect.Message
- func (x *Statistics) Reset()
- func (x *Statistics) String() string
- type TerminateWorkflowExecutionRequest
- func (*TerminateWorkflowExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TerminateWorkflowExecutionRequest) GetNamespace() string
- func (x *TerminateWorkflowExecutionRequest) GetUid() string
- func (*TerminateWorkflowExecutionRequest) ProtoMessage()
- func (x *TerminateWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *TerminateWorkflowExecutionRequest) Reset()
- func (x *TerminateWorkflowExecutionRequest) String() string
- type TokenWrapper
- type UnimplementedAuthServiceServer
- type UnimplementedConfigServiceServer
- type UnimplementedCronWorkflowServiceServer
- func (*UnimplementedCronWorkflowServiceServer) CreateCronWorkflow(context.Context, *CreateCronWorkflowRequest) (*CronWorkflow, error)
- func (*UnimplementedCronWorkflowServiceServer) DeleteCronWorkflow(context.Context, *DeleteCronWorkflowRequest) (*empty.Empty, error)
- func (*UnimplementedCronWorkflowServiceServer) GetCronWorkflow(context.Context, *GetCronWorkflowRequest) (*CronWorkflow, error)
- func (*UnimplementedCronWorkflowServiceServer) ListCronWorkflows(context.Context, *ListCronWorkflowRequest) (*ListCronWorkflowsResponse, error)
- func (*UnimplementedCronWorkflowServiceServer) UpdateCronWorkflow(context.Context, *UpdateCronWorkflowRequest) (*CronWorkflow, error)
- type UnimplementedLabelServiceServer
- func (*UnimplementedLabelServiceServer) AddLabels(context.Context, *AddLabelsRequest) (*GetLabelsResponse, error)
- func (*UnimplementedLabelServiceServer) DeleteLabel(context.Context, *DeleteLabelRequest) (*GetLabelsResponse, error)
- func (*UnimplementedLabelServiceServer) GetLabels(context.Context, *GetLabelsRequest) (*GetLabelsResponse, error)
- func (*UnimplementedLabelServiceServer) ReplaceLabels(context.Context, *ReplaceLabelsRequest) (*GetLabelsResponse, error)
- type UnimplementedNamespaceServiceServer
- type UnimplementedSecretServiceServer
- func (*UnimplementedSecretServiceServer) AddSecretKeyValue(context.Context, *AddSecretKeyValueRequest) (*AddSecretKeyValueResponse, error)
- func (*UnimplementedSecretServiceServer) CreateSecret(context.Context, *CreateSecretRequest) (*empty.Empty, error)
- func (*UnimplementedSecretServiceServer) DeleteSecret(context.Context, *DeleteSecretRequest) (*DeleteSecretResponse, error)
- func (*UnimplementedSecretServiceServer) DeleteSecretKey(context.Context, *DeleteSecretKeyRequest) (*DeleteSecretKeyResponse, error)
- func (*UnimplementedSecretServiceServer) GetSecret(context.Context, *GetSecretRequest) (*Secret, error)
- func (*UnimplementedSecretServiceServer) ListSecrets(context.Context, *ListSecretsRequest) (*ListSecretsResponse, error)
- func (*UnimplementedSecretServiceServer) SecretExists(context.Context, *SecretExistsRequest) (*SecretExistsResponse, error)
- func (*UnimplementedSecretServiceServer) UpdateSecretKeyValue(context.Context, *UpdateSecretKeyValueRequest) (*UpdateSecretKeyValueResponse, error)
- type UnimplementedWorkflowServiceServer
- func (*UnimplementedWorkflowServiceServer) AddWorkflowExecutionStatistics(context.Context, *AddWorkflowExecutionStatisticRequest) (*empty.Empty, error)
- func (*UnimplementedWorkflowServiceServer) CloneWorkflowExecution(context.Context, *CloneWorkflowExecutionRequest) (*WorkflowExecution, error)
- func (*UnimplementedWorkflowServiceServer) CreateWorkflowExecution(context.Context, *CreateWorkflowExecutionRequest) (*WorkflowExecution, error)
- func (*UnimplementedWorkflowServiceServer) CronStartWorkflowExecutionStatistic(context.Context, *CronStartWorkflowExecutionStatisticRequest) (*empty.Empty, error)
- func (*UnimplementedWorkflowServiceServer) GetArtifact(context.Context, *GetArtifactRequest) (*ArtifactResponse, error)
- func (*UnimplementedWorkflowServiceServer) GetWorkflowExecution(context.Context, *GetWorkflowExecutionRequest) (*WorkflowExecution, error)
- func (*UnimplementedWorkflowServiceServer) GetWorkflowExecutionLogs(*GetWorkflowExecutionLogsRequest, ...) error
- func (*UnimplementedWorkflowServiceServer) GetWorkflowExecutionMetrics(context.Context, *GetWorkflowExecutionMetricsRequest) (*GetWorkflowExecutionMetricsResponse, error)
- func (*UnimplementedWorkflowServiceServer) ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
- func (*UnimplementedWorkflowServiceServer) ListWorkflowExecutions(context.Context, *ListWorkflowExecutionsRequest) (*ListWorkflowExecutionsResponse, error)
- func (*UnimplementedWorkflowServiceServer) ResubmitWorkflowExecution(context.Context, *ResubmitWorkflowExecutionRequest) (*WorkflowExecution, error)
- func (*UnimplementedWorkflowServiceServer) TerminateWorkflowExecution(context.Context, *TerminateWorkflowExecutionRequest) (*empty.Empty, error)
- func (*UnimplementedWorkflowServiceServer) UpdateWorkflowExecutionStatus(context.Context, *UpdateWorkflowExecutionStatusRequest) (*empty.Empty, error)
- func (*UnimplementedWorkflowServiceServer) WatchWorkflowExecution(*WatchWorkflowExecutionRequest, WorkflowService_WatchWorkflowExecutionServer) error
- type UnimplementedWorkflowTemplateServiceServer
- func (*UnimplementedWorkflowTemplateServiceServer) ArchiveWorkflowTemplate(context.Context, *ArchiveWorkflowTemplateRequest) (*ArchiveWorkflowTemplateResponse, error)
- func (*UnimplementedWorkflowTemplateServiceServer) CloneWorkflowTemplate(context.Context, *CloneWorkflowTemplateRequest) (*WorkflowTemplate, error)
- func (*UnimplementedWorkflowTemplateServiceServer) CreateWorkflowTemplate(context.Context, *CreateWorkflowTemplateRequest) (*WorkflowTemplate, error)
- func (*UnimplementedWorkflowTemplateServiceServer) CreateWorkflowTemplateVersion(context.Context, *CreateWorkflowTemplateRequest) (*WorkflowTemplate, error)
- func (*UnimplementedWorkflowTemplateServiceServer) GetWorkflowTemplate(context.Context, *GetWorkflowTemplateRequest) (*WorkflowTemplate, error)
- func (*UnimplementedWorkflowTemplateServiceServer) ListWorkflowTemplateVersions(context.Context, *ListWorkflowTemplateVersionsRequest) (*ListWorkflowTemplateVersionsResponse, error)
- func (*UnimplementedWorkflowTemplateServiceServer) ListWorkflowTemplates(context.Context, *ListWorkflowTemplatesRequest) (*ListWorkflowTemplatesResponse, error)
- func (*UnimplementedWorkflowTemplateServiceServer) UpdateWorkflowTemplateVersion(context.Context, *UpdateWorkflowTemplateVersionRequest) (*WorkflowTemplate, error)
- type UnimplementedWorkspaceServiceServer
- func (*UnimplementedWorkspaceServiceServer) CreateWorkspace(context.Context, *CreateWorkspaceRequest) (*Workspace, error)
- func (*UnimplementedWorkspaceServiceServer) DeleteWorkspace(context.Context, *DeleteWorkspaceRequest) (*empty.Empty, error)
- func (*UnimplementedWorkspaceServiceServer) GetWorkspace(context.Context, *GetWorkspaceRequest) (*Workspace, error)
- func (*UnimplementedWorkspaceServiceServer) ListWorkspaces(context.Context, *ListWorkspaceRequest) (*ListWorkspaceResponse, error)
- func (*UnimplementedWorkspaceServiceServer) PauseWorkspace(context.Context, *PauseWorkspaceRequest) (*empty.Empty, error)
- func (*UnimplementedWorkspaceServiceServer) ResumeWorkspace(context.Context, *ResumeWorkspaceRequest) (*empty.Empty, error)
- func (*UnimplementedWorkspaceServiceServer) UpdateWorkspace(context.Context, *UpdateWorkspaceRequest) (*empty.Empty, error)
- func (*UnimplementedWorkspaceServiceServer) UpdateWorkspaceStatus(context.Context, *UpdateWorkspaceStatusRequest) (*empty.Empty, error)
- type UnimplementedWorkspaceTemplateServiceServer
- func (*UnimplementedWorkspaceTemplateServiceServer) ArchiveWorkspaceTemplate(context.Context, *ArchiveWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
- func (*UnimplementedWorkspaceTemplateServiceServer) CreateWorkspaceTemplate(context.Context, *CreateWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
- func (*UnimplementedWorkspaceTemplateServiceServer) GenerateWorkspaceTemplateWorkflowTemplate(context.Context, *GenerateWorkspaceTemplateWorkflowTemplateRequest) (*WorkflowTemplate, error)
- func (*UnimplementedWorkspaceTemplateServiceServer) GetWorkspaceTemplate(context.Context, *GetWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
- func (*UnimplementedWorkspaceTemplateServiceServer) ListWorkspaceTemplateVersions(context.Context, *ListWorkspaceTemplateVersionsRequest) (*ListWorkspaceTemplateVersionsResponse, error)
- func (*UnimplementedWorkspaceTemplateServiceServer) ListWorkspaceTemplates(context.Context, *ListWorkspaceTemplatesRequest) (*ListWorkspaceTemplatesResponse, error)
- func (*UnimplementedWorkspaceTemplateServiceServer) UpdateWorkspaceTemplate(context.Context, *UpdateWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
- type UpdateCronWorkflowRequest
- func (*UpdateCronWorkflowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCronWorkflowRequest) GetCronWorkflow() *CronWorkflow
- func (x *UpdateCronWorkflowRequest) GetNamespace() string
- func (x *UpdateCronWorkflowRequest) GetUid() string
- func (*UpdateCronWorkflowRequest) ProtoMessage()
- func (x *UpdateCronWorkflowRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCronWorkflowRequest) Reset()
- func (x *UpdateCronWorkflowRequest) String() string
- type UpdateSecretKeyValueRequest
- func (*UpdateSecretKeyValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSecretKeyValueRequest) GetNamespace() string
- func (x *UpdateSecretKeyValueRequest) GetSecret() *Secret
- func (*UpdateSecretKeyValueRequest) ProtoMessage()
- func (x *UpdateSecretKeyValueRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSecretKeyValueRequest) Reset()
- func (x *UpdateSecretKeyValueRequest) String() string
- type UpdateSecretKeyValueResponse
- func (*UpdateSecretKeyValueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSecretKeyValueResponse) GetUpdated() bool
- func (*UpdateSecretKeyValueResponse) ProtoMessage()
- func (x *UpdateSecretKeyValueResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateSecretKeyValueResponse) Reset()
- func (x *UpdateSecretKeyValueResponse) String() string
- type UpdateWorkflowExecutionStatusRequest
- func (*UpdateWorkflowExecutionStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWorkflowExecutionStatusRequest) GetNamespace() string
- func (x *UpdateWorkflowExecutionStatusRequest) GetStatus() *WorkflowExecutionStatus
- func (x *UpdateWorkflowExecutionStatusRequest) GetUid() string
- func (*UpdateWorkflowExecutionStatusRequest) ProtoMessage()
- func (x *UpdateWorkflowExecutionStatusRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWorkflowExecutionStatusRequest) Reset()
- func (x *UpdateWorkflowExecutionStatusRequest) String() string
- type UpdateWorkflowTemplateVersionRequest
- func (*UpdateWorkflowTemplateVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWorkflowTemplateVersionRequest) GetNamespace() string
- func (x *UpdateWorkflowTemplateVersionRequest) GetWorkflowTemplate() *WorkflowTemplate
- func (*UpdateWorkflowTemplateVersionRequest) ProtoMessage()
- func (x *UpdateWorkflowTemplateVersionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWorkflowTemplateVersionRequest) Reset()
- func (x *UpdateWorkflowTemplateVersionRequest) String() string
- type UpdateWorkspaceBody
- func (*UpdateWorkspaceBody) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWorkspaceBody) GetLabels() []*KeyValue
- func (x *UpdateWorkspaceBody) GetParameters() []*Parameter
- func (*UpdateWorkspaceBody) ProtoMessage()
- func (x *UpdateWorkspaceBody) ProtoReflect() protoreflect.Message
- func (x *UpdateWorkspaceBody) Reset()
- func (x *UpdateWorkspaceBody) String() string
- type UpdateWorkspaceRequest
- func (*UpdateWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWorkspaceRequest) GetBody() *UpdateWorkspaceBody
- func (x *UpdateWorkspaceRequest) GetNamespace() string
- func (x *UpdateWorkspaceRequest) GetUid() string
- func (*UpdateWorkspaceRequest) ProtoMessage()
- func (x *UpdateWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWorkspaceRequest) Reset()
- func (x *UpdateWorkspaceRequest) String() string
- type UpdateWorkspaceStatusRequest
- func (*UpdateWorkspaceStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWorkspaceStatusRequest) GetNamespace() string
- func (x *UpdateWorkspaceStatusRequest) GetStatus() *WorkspaceStatus
- func (x *UpdateWorkspaceStatusRequest) GetUid() string
- func (*UpdateWorkspaceStatusRequest) ProtoMessage()
- func (x *UpdateWorkspaceStatusRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWorkspaceStatusRequest) Reset()
- func (x *UpdateWorkspaceStatusRequest) String() string
- type UpdateWorkspaceTemplateRequest
- func (*UpdateWorkspaceTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWorkspaceTemplateRequest) GetNamespace() string
- func (x *UpdateWorkspaceTemplateRequest) GetUid() string
- func (x *UpdateWorkspaceTemplateRequest) GetWorkspaceTemplate() *WorkspaceTemplate
- func (*UpdateWorkspaceTemplateRequest) ProtoMessage()
- func (x *UpdateWorkspaceTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWorkspaceTemplateRequest) Reset()
- func (x *UpdateWorkspaceTemplateRequest) String() string
- type WatchWorkflowExecutionRequest
- func (*WatchWorkflowExecutionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WatchWorkflowExecutionRequest) GetNamespace() string
- func (x *WatchWorkflowExecutionRequest) GetUid() string
- func (*WatchWorkflowExecutionRequest) ProtoMessage()
- func (x *WatchWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
- func (x *WatchWorkflowExecutionRequest) Reset()
- func (x *WatchWorkflowExecutionRequest) String() string
- type WorkflowExecution
- func (*WorkflowExecution) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowExecution) GetCreatedAt() string
- func (x *WorkflowExecution) GetFinishedAt() string
- func (x *WorkflowExecution) GetLabels() []*KeyValue
- func (x *WorkflowExecution) GetManifest() string
- func (x *WorkflowExecution) GetName() string
- func (x *WorkflowExecution) GetParameters() []*Parameter
- func (x *WorkflowExecution) GetPhase() string
- func (x *WorkflowExecution) GetStartedAt() string
- func (x *WorkflowExecution) GetUid() string
- func (x *WorkflowExecution) GetWorkflowTemplate() *WorkflowTemplate
- func (*WorkflowExecution) ProtoMessage()
- func (x *WorkflowExecution) ProtoReflect() protoreflect.Message
- func (x *WorkflowExecution) Reset()
- func (x *WorkflowExecution) String() string
- type WorkflowExecutionStatisticReport
- func (*WorkflowExecutionStatisticReport) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowExecutionStatisticReport) GetCompleted() int32
- func (x *WorkflowExecutionStatisticReport) GetFailed() int32
- func (x *WorkflowExecutionStatisticReport) GetLastExecuted() string
- func (x *WorkflowExecutionStatisticReport) GetRunning() int32
- func (x *WorkflowExecutionStatisticReport) GetTerminated() int32
- func (x *WorkflowExecutionStatisticReport) GetTotal() int32
- func (*WorkflowExecutionStatisticReport) ProtoMessage()
- func (x *WorkflowExecutionStatisticReport) ProtoReflect() protoreflect.Message
- func (x *WorkflowExecutionStatisticReport) Reset()
- func (x *WorkflowExecutionStatisticReport) String() string
- type WorkflowExecutionStatus
- func (*WorkflowExecutionStatus) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowExecutionStatus) GetPhase() string
- func (*WorkflowExecutionStatus) ProtoMessage()
- func (x *WorkflowExecutionStatus) ProtoReflect() protoreflect.Message
- func (x *WorkflowExecutionStatus) Reset()
- func (x *WorkflowExecutionStatus) String() string
- type WorkflowServiceClient
- type WorkflowServiceServer
- type WorkflowService_GetWorkflowExecutionLogsClient
- type WorkflowService_GetWorkflowExecutionLogsServer
- type WorkflowService_WatchWorkflowExecutionClient
- type WorkflowService_WatchWorkflowExecutionServer
- type WorkflowTemplate
- func (*WorkflowTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *WorkflowTemplate) GetCreatedAt() string
- func (x *WorkflowTemplate) GetCronStats() *CronWorkflowStatisticsReport
- func (x *WorkflowTemplate) GetIsArchived() bool
- func (x *WorkflowTemplate) GetIsLatest() bool
- func (x *WorkflowTemplate) GetLabels() []*KeyValue
- func (x *WorkflowTemplate) GetManifest() string
- func (x *WorkflowTemplate) GetModifiedAt() string
- func (x *WorkflowTemplate) GetName() string
- func (x *WorkflowTemplate) GetStats() *WorkflowExecutionStatisticReport
- func (x *WorkflowTemplate) GetUid() string
- func (x *WorkflowTemplate) GetVersion() int64
- func (x *WorkflowTemplate) GetVersions() int64
- func (*WorkflowTemplate) ProtoMessage()
- func (x *WorkflowTemplate) ProtoReflect() protoreflect.Message
- func (x *WorkflowTemplate) Reset()
- func (x *WorkflowTemplate) String() string
- type WorkflowTemplateServiceClient
- type WorkflowTemplateServiceServer
- type Workspace
- func (*Workspace) Descriptor() ([]byte, []int)deprecated
- func (x *Workspace) GetCreatedAt() string
- func (x *Workspace) GetLabels() []*KeyValue
- func (x *Workspace) GetName() string
- func (x *Workspace) GetParameters() []*Parameter
- func (x *Workspace) GetStatus() *WorkspaceStatus
- func (x *Workspace) GetTemplateParameters() []*Parameter
- func (x *Workspace) GetUid() string
- func (x *Workspace) GetUrl() string
- func (x *Workspace) GetVersion() int64
- func (x *Workspace) GetWorkspaceTemplate() *WorkspaceTemplate
- func (*Workspace) ProtoMessage()
- func (x *Workspace) ProtoReflect() protoreflect.Message
- func (x *Workspace) Reset()
- func (x *Workspace) String() string
- type WorkspaceServiceClient
- type WorkspaceServiceServer
- type WorkspaceStatus
- func (*WorkspaceStatus) Descriptor() ([]byte, []int)deprecated
- func (x *WorkspaceStatus) GetPausedAt() string
- func (x *WorkspaceStatus) GetPhase() string
- func (x *WorkspaceStatus) GetStartedAt() string
- func (x *WorkspaceStatus) GetTerminatedAt() string
- func (*WorkspaceStatus) ProtoMessage()
- func (x *WorkspaceStatus) ProtoReflect() protoreflect.Message
- func (x *WorkspaceStatus) Reset()
- func (x *WorkspaceStatus) String() string
- type WorkspaceTemplate
- func (*WorkspaceTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *WorkspaceTemplate) GetCreatedAt() string
- func (x *WorkspaceTemplate) GetIsArchived() bool
- func (x *WorkspaceTemplate) GetIsLatest() bool
- func (x *WorkspaceTemplate) GetLabels() []*KeyValue
- func (x *WorkspaceTemplate) GetManifest() string
- func (x *WorkspaceTemplate) GetName() string
- func (x *WorkspaceTemplate) GetUid() string
- func (x *WorkspaceTemplate) GetVersion() int64
- func (x *WorkspaceTemplate) GetWorkflowTemplate() *WorkflowTemplate
- func (*WorkspaceTemplate) ProtoMessage()
- func (x *WorkspaceTemplate) ProtoReflect() protoreflect.Message
- func (x *WorkspaceTemplate) Reset()
- func (x *WorkspaceTemplate) String() string
- type WorkspaceTemplateServiceClient
- type WorkspaceTemplateServiceServer
Constants ¶
This section is empty.
Variables ¶
var File_api_proto protoreflect.FileDescriptor
var File_auth_proto protoreflect.FileDescriptor
var File_common_proto protoreflect.FileDescriptor
var File_config_proto protoreflect.FileDescriptor
var File_cron_workflow_proto protoreflect.FileDescriptor
var File_label_proto protoreflect.FileDescriptor
var File_metric_proto protoreflect.FileDescriptor
var File_namespace_proto protoreflect.FileDescriptor
var File_secret_proto protoreflect.FileDescriptor
var File_workflow_proto protoreflect.FileDescriptor
var File_workflow_template_proto protoreflect.FileDescriptor
var File_workspace_proto protoreflect.FileDescriptor
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 (x *AddSecretKeyValueResponse) ProtoReflect() protoreflect.Message
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 (x *AddWorkflowExecutionStatisticRequest) GetStatistics() *Statistics
func (*AddWorkflowExecutionStatisticRequest) GetUid ¶ added in v0.8.0
func (x *AddWorkflowExecutionStatisticRequest) GetUid() string
func (*AddWorkflowExecutionStatisticRequest) ProtoMessage ¶
func (*AddWorkflowExecutionStatisticRequest) ProtoMessage()
func (*AddWorkflowExecutionStatisticRequest) ProtoReflect ¶
func (x *AddWorkflowExecutionStatisticRequest) ProtoReflect() protoreflect.Message
func (*AddWorkflowExecutionStatisticRequest) Reset ¶
func (x *AddWorkflowExecutionStatisticRequest) Reset()
func (*AddWorkflowExecutionStatisticRequest) String ¶
func (x *AddWorkflowExecutionStatisticRequest) String() 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 (x *ArchiveWorkflowTemplateRequest) GetUid() string
func (*ArchiveWorkflowTemplateRequest) ProtoMessage ¶
func (*ArchiveWorkflowTemplateRequest) ProtoMessage()
func (*ArchiveWorkflowTemplateRequest) ProtoReflect ¶
func (x *ArchiveWorkflowTemplateRequest) ProtoReflect() protoreflect.Message
func (*ArchiveWorkflowTemplateRequest) Reset ¶
func (x *ArchiveWorkflowTemplateRequest) Reset()
func (*ArchiveWorkflowTemplateRequest) String ¶
func (x *ArchiveWorkflowTemplateRequest) String() 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 (x *ArchiveWorkflowTemplateResponse) ProtoReflect() protoreflect.Message
func (*ArchiveWorkflowTemplateResponse) Reset ¶
func (x *ArchiveWorkflowTemplateResponse) Reset()
func (*ArchiveWorkflowTemplateResponse) String ¶
func (x *ArchiveWorkflowTemplateResponse) String() 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 (x *ArchiveWorkspaceTemplateRequest) GetUid() string
func (*ArchiveWorkspaceTemplateRequest) ProtoMessage ¶ added in v0.8.0
func (*ArchiveWorkspaceTemplateRequest) ProtoMessage()
func (*ArchiveWorkspaceTemplateRequest) ProtoReflect ¶ added in v0.8.0
func (x *ArchiveWorkspaceTemplateRequest) ProtoReflect() protoreflect.Message
func (*ArchiveWorkspaceTemplateRequest) Reset ¶ added in v0.8.0
func (x *ArchiveWorkspaceTemplateRequest) Reset()
func (*ArchiveWorkspaceTemplateRequest) String ¶ added in v0.8.0
func (x *ArchiveWorkspaceTemplateRequest) String() string
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.
func NewAuthServiceClient ¶
func NewAuthServiceClient(cc grpc.ClientConnInterface) AuthServiceClient
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 (x *CloneWorkflowExecutionRequest) GetUid() string
func (*CloneWorkflowExecutionRequest) ProtoMessage ¶
func (*CloneWorkflowExecutionRequest) ProtoMessage()
func (*CloneWorkflowExecutionRequest) ProtoReflect ¶
func (x *CloneWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
func (*CloneWorkflowExecutionRequest) Reset ¶
func (x *CloneWorkflowExecutionRequest) Reset()
func (*CloneWorkflowExecutionRequest) String ¶
func (x *CloneWorkflowExecutionRequest) String() 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 (x *CloneWorkflowTemplateRequest) GetUid() string
func (*CloneWorkflowTemplateRequest) GetVersion ¶
func (x *CloneWorkflowTemplateRequest) GetVersion() int64
func (*CloneWorkflowTemplateRequest) ProtoMessage ¶
func (*CloneWorkflowTemplateRequest) ProtoMessage()
func (*CloneWorkflowTemplateRequest) ProtoReflect ¶
func (x *CloneWorkflowTemplateRequest) ProtoReflect() protoreflect.Message
func (*CloneWorkflowTemplateRequest) Reset ¶
func (x *CloneWorkflowTemplateRequest) Reset()
func (*CloneWorkflowTemplateRequest) String ¶
func (x *CloneWorkflowTemplateRequest) String() 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 (x *CreateCronWorkflowRequest) ProtoReflect() protoreflect.Message
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 (x *CreateWorkflowExecutionBody) ProtoReflect() protoreflect.Message
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 (x *CreateWorkflowExecutionRequest) GetBody() *CreateWorkflowExecutionBody
func (*CreateWorkflowExecutionRequest) GetNamespace ¶
func (x *CreateWorkflowExecutionRequest) GetNamespace() string
func (*CreateWorkflowExecutionRequest) ProtoMessage ¶
func (*CreateWorkflowExecutionRequest) ProtoMessage()
func (*CreateWorkflowExecutionRequest) ProtoReflect ¶
func (x *CreateWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
func (*CreateWorkflowExecutionRequest) Reset ¶
func (x *CreateWorkflowExecutionRequest) Reset()
func (*CreateWorkflowExecutionRequest) String ¶
func (x *CreateWorkflowExecutionRequest) String() 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 (x *CreateWorkflowTemplateRequest) ProtoReflect() protoreflect.Message
func (*CreateWorkflowTemplateRequest) Reset ¶
func (x *CreateWorkflowTemplateRequest) Reset()
func (*CreateWorkflowTemplateRequest) String ¶
func (x *CreateWorkflowTemplateRequest) String() 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 (x *CreateWorkspaceRequest) GetBody() *CreateWorkspaceBody
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 (x *CreateWorkspaceTemplateRequest) ProtoReflect() protoreflect.Message
func (*CreateWorkspaceTemplateRequest) Reset ¶
func (x *CreateWorkspaceTemplateRequest) Reset()
func (*CreateWorkspaceTemplateRequest) String ¶
func (x *CreateWorkspaceTemplateRequest) String() 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
func (*CronStartWorkflowExecutionStatisticRequest) Descriptor() ([]byte, []int)
Deprecated: Use CronStartWorkflowExecutionStatisticRequest.ProtoReflect.Descriptor instead.
func (*CronStartWorkflowExecutionStatisticRequest) GetNamespace ¶
func (x *CronStartWorkflowExecutionStatisticRequest) GetNamespace() string
func (*CronStartWorkflowExecutionStatisticRequest) GetStatistics ¶
func (x *CronStartWorkflowExecutionStatisticRequest) GetStatistics() *Statistics
func (*CronStartWorkflowExecutionStatisticRequest) GetUid ¶ added in v0.8.0
func (x *CronStartWorkflowExecutionStatisticRequest) GetUid() string
func (*CronStartWorkflowExecutionStatisticRequest) ProtoMessage ¶
func (*CronStartWorkflowExecutionStatisticRequest) ProtoMessage()
func (*CronStartWorkflowExecutionStatisticRequest) ProtoReflect ¶
func (x *CronStartWorkflowExecutionStatisticRequest) ProtoReflect() protoreflect.Message
func (*CronStartWorkflowExecutionStatisticRequest) Reset ¶
func (x *CronStartWorkflowExecutionStatisticRequest) Reset()
func (*CronStartWorkflowExecutionStatisticRequest) String ¶
func (x *CronStartWorkflowExecutionStatisticRequest) String() 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.
func NewCronWorkflowServiceClient ¶
func NewCronWorkflowServiceClient(cc grpc.ClientConnInterface) CronWorkflowServiceClient
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 (x *CronWorkflowStatisticsReport) ProtoReflect() protoreflect.Message
func (*CronWorkflowStatisticsReport) Reset ¶
func (x *CronWorkflowStatisticsReport) Reset()
func (*CronWorkflowStatisticsReport) String ¶
func (x *CronWorkflowStatisticsReport) String() 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 (x *DeleteCronWorkflowRequest) ProtoReflect() protoreflect.Message
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) GetContentType ¶
func (*File) GetDirectory ¶
func (*File) GetExtension ¶
func (*File) GetLastModified ¶
func (*File) ProtoMessage ¶
func (*File) ProtoMessage()
func (*File) ProtoReflect ¶
func (x *File) ProtoReflect() protoreflect.Message
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
func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateWorkspaceTemplateWorkflowTemplateRequest.ProtoReflect.Descriptor instead.
func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) GetNamespace ¶
func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) GetNamespace() string
func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) GetUid ¶
func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) GetUid() string
func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) GetWorkspaceTemplate ¶
func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) GetWorkspaceTemplate() *WorkspaceTemplate
func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) ProtoMessage ¶
func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) ProtoMessage()
func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) ProtoReflect ¶
func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) ProtoReflect() protoreflect.Message
func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) Reset ¶
func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) Reset()
func (*GenerateWorkspaceTemplateWorkflowTemplateRequest) String ¶
func (x *GenerateWorkspaceTemplateWorkflowTemplateRequest) String() 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 (x *GetWorkflowExecutionLogsRequest) GetUid() string
func (*GetWorkflowExecutionLogsRequest) ProtoMessage ¶
func (*GetWorkflowExecutionLogsRequest) ProtoMessage()
func (*GetWorkflowExecutionLogsRequest) ProtoReflect ¶
func (x *GetWorkflowExecutionLogsRequest) ProtoReflect() protoreflect.Message
func (*GetWorkflowExecutionLogsRequest) Reset ¶
func (x *GetWorkflowExecutionLogsRequest) Reset()
func (*GetWorkflowExecutionLogsRequest) String ¶
func (x *GetWorkflowExecutionLogsRequest) String() 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 (x *GetWorkflowExecutionMetricsRequest) GetPodName() string
func (*GetWorkflowExecutionMetricsRequest) GetUid ¶ added in v0.8.0
func (x *GetWorkflowExecutionMetricsRequest) GetUid() string
func (*GetWorkflowExecutionMetricsRequest) ProtoMessage ¶
func (*GetWorkflowExecutionMetricsRequest) ProtoMessage()
func (*GetWorkflowExecutionMetricsRequest) ProtoReflect ¶
func (x *GetWorkflowExecutionMetricsRequest) ProtoReflect() protoreflect.Message
func (*GetWorkflowExecutionMetricsRequest) Reset ¶
func (x *GetWorkflowExecutionMetricsRequest) Reset()
func (*GetWorkflowExecutionMetricsRequest) String ¶
func (x *GetWorkflowExecutionMetricsRequest) String() 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 (x *GetWorkflowExecutionMetricsResponse) ProtoReflect() protoreflect.Message
func (*GetWorkflowExecutionMetricsResponse) Reset ¶
func (x *GetWorkflowExecutionMetricsResponse) Reset()
func (*GetWorkflowExecutionMetricsResponse) String ¶
func (x *GetWorkflowExecutionMetricsResponse) String() 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 (x *GetWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
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 (x *GetWorkflowTemplateLabelsRequest) GetName() string
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 (x *GetWorkflowTemplateLabelsRequest) ProtoReflect() protoreflect.Message
func (*GetWorkflowTemplateLabelsRequest) Reset ¶
func (x *GetWorkflowTemplateLabelsRequest) Reset()
func (*GetWorkflowTemplateLabelsRequest) String ¶
func (x *GetWorkflowTemplateLabelsRequest) String() 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 (x *GetWorkflowTemplateRequest) ProtoReflect() protoreflect.Message
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 (x *GetWorkspaceTemplateRequest) ProtoReflect() protoreflect.Message
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) ProtoMessage ¶
func (*KeyValue) ProtoMessage()
func (*KeyValue) ProtoReflect ¶
func (x *KeyValue) ProtoReflect() protoreflect.Message
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.
func NewLabelServiceClient ¶
func NewLabelServiceClient(cc grpc.ClientConnInterface) LabelServiceClient
type LabelServiceServer ¶
type LabelServiceServer interface { GetLabels(context.Context, *GetLabelsRequest) (*GetLabelsResponse, error) AddLabels(context.Context, *AddLabelsRequest) (*GetLabelsResponse, error) ReplaceLabels(context.Context, *ReplaceLabelsRequest) (*GetLabelsResponse, error) DeleteLabel(context.Context, *DeleteLabelRequest) (*GetLabelsResponse, error) }
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) ProtoMessage ¶
func (*Labels) ProtoMessage()
func (*Labels) ProtoReflect ¶
func (x *Labels) ProtoReflect() protoreflect.Message
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 (x *ListCronWorkflowsResponse) ProtoReflect() protoreflect.Message
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 (x *ListWorkflowExecutionsRequest) ProtoReflect() protoreflect.Message
func (*ListWorkflowExecutionsRequest) Reset ¶
func (x *ListWorkflowExecutionsRequest) Reset()
func (*ListWorkflowExecutionsRequest) String ¶
func (x *ListWorkflowExecutionsRequest) String() 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 (x *ListWorkflowExecutionsResponse) GetPage() int32
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 (x *ListWorkflowExecutionsResponse) ProtoReflect() protoreflect.Message
func (*ListWorkflowExecutionsResponse) Reset ¶
func (x *ListWorkflowExecutionsResponse) Reset()
func (*ListWorkflowExecutionsResponse) String ¶
func (x *ListWorkflowExecutionsResponse) String() 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 (x *ListWorkflowTemplateVersionsRequest) GetUid() string
func (*ListWorkflowTemplateVersionsRequest) ProtoMessage ¶
func (*ListWorkflowTemplateVersionsRequest) ProtoMessage()
func (*ListWorkflowTemplateVersionsRequest) ProtoReflect ¶
func (x *ListWorkflowTemplateVersionsRequest) ProtoReflect() protoreflect.Message
func (*ListWorkflowTemplateVersionsRequest) Reset ¶
func (x *ListWorkflowTemplateVersionsRequest) Reset()
func (*ListWorkflowTemplateVersionsRequest) String ¶
func (x *ListWorkflowTemplateVersionsRequest) String() 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 (x *ListWorkflowTemplateVersionsResponse) GetCount() int32
func (*ListWorkflowTemplateVersionsResponse) GetWorkflowTemplates ¶
func (x *ListWorkflowTemplateVersionsResponse) GetWorkflowTemplates() []*WorkflowTemplate
func (*ListWorkflowTemplateVersionsResponse) ProtoMessage ¶
func (*ListWorkflowTemplateVersionsResponse) ProtoMessage()
func (*ListWorkflowTemplateVersionsResponse) ProtoReflect ¶
func (x *ListWorkflowTemplateVersionsResponse) ProtoReflect() protoreflect.Message
func (*ListWorkflowTemplateVersionsResponse) Reset ¶
func (x *ListWorkflowTemplateVersionsResponse) Reset()
func (*ListWorkflowTemplateVersionsResponse) String ¶
func (x *ListWorkflowTemplateVersionsResponse) String() 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 (x *ListWorkflowTemplatesRequest) ProtoReflect() protoreflect.Message
func (*ListWorkflowTemplatesRequest) Reset ¶
func (x *ListWorkflowTemplatesRequest) Reset()
func (*ListWorkflowTemplatesRequest) String ¶
func (x *ListWorkflowTemplatesRequest) String() 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 (x *ListWorkflowTemplatesResponse) ProtoReflect() protoreflect.Message
func (*ListWorkflowTemplatesResponse) Reset ¶
func (x *ListWorkflowTemplatesResponse) Reset()
func (*ListWorkflowTemplatesResponse) String ¶
func (x *ListWorkflowTemplatesResponse) String() 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 (x *ListWorkspaceTemplateVersionsRequest) GetUid() string
func (*ListWorkspaceTemplateVersionsRequest) ProtoMessage ¶
func (*ListWorkspaceTemplateVersionsRequest) ProtoMessage()
func (*ListWorkspaceTemplateVersionsRequest) ProtoReflect ¶
func (x *ListWorkspaceTemplateVersionsRequest) ProtoReflect() protoreflect.Message
func (*ListWorkspaceTemplateVersionsRequest) Reset ¶
func (x *ListWorkspaceTemplateVersionsRequest) Reset()
func (*ListWorkspaceTemplateVersionsRequest) String ¶
func (x *ListWorkspaceTemplateVersionsRequest) String() 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 (x *ListWorkspaceTemplateVersionsResponse) GetCount() int32
func (*ListWorkspaceTemplateVersionsResponse) GetWorkspaceTemplates ¶
func (x *ListWorkspaceTemplateVersionsResponse) GetWorkspaceTemplates() []*WorkspaceTemplate
func (*ListWorkspaceTemplateVersionsResponse) ProtoMessage ¶
func (*ListWorkspaceTemplateVersionsResponse) ProtoMessage()
func (*ListWorkspaceTemplateVersionsResponse) ProtoReflect ¶
func (x *ListWorkspaceTemplateVersionsResponse) ProtoReflect() protoreflect.Message
func (*ListWorkspaceTemplateVersionsResponse) Reset ¶
func (x *ListWorkspaceTemplateVersionsResponse) Reset()
func (*ListWorkspaceTemplateVersionsResponse) String ¶
func (x *ListWorkspaceTemplateVersionsResponse) String() 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 (x *ListWorkspaceTemplatesRequest) ProtoReflect() protoreflect.Message
func (*ListWorkspaceTemplatesRequest) Reset ¶
func (x *ListWorkspaceTemplatesRequest) Reset()
func (*ListWorkspaceTemplatesRequest) String ¶
func (x *ListWorkspaceTemplatesRequest) String() 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 (x *ListWorkspaceTemplatesResponse) GetPage() int32
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 (x *ListWorkspaceTemplatesResponse) ProtoReflect() protoreflect.Message
func (*ListWorkspaceTemplatesResponse) Reset ¶
func (x *ListWorkspaceTemplatesResponse) Reset()
func (*ListWorkspaceTemplatesResponse) String ¶
func (x *ListWorkspaceTemplatesResponse) String() 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) GetContent ¶
func (*LogEntry) GetTimestamp ¶
func (*LogEntry) ProtoMessage ¶
func (*LogEntry) ProtoMessage()
func (*LogEntry) ProtoReflect ¶
func (x *LogEntry) ProtoReflect() protoreflect.Message
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) ProtoMessage ¶
func (*Metric) ProtoMessage()
func (*Metric) ProtoReflect ¶
func (x *Metric) ProtoReflect() protoreflect.Message
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) ProtoMessage ¶
func (*Namespace) ProtoMessage()
func (*Namespace) ProtoReflect ¶
func (x *Namespace) ProtoReflect() protoreflect.Message
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.
func NewNamespaceServiceClient ¶
func NewNamespaceServiceClient(cc grpc.ClientConnInterface) NamespaceServiceClient
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) 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
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) GetDisplayName ¶
func (*Parameter) GetOptions ¶
func (x *Parameter) GetOptions() []*ParameterOption
func (*Parameter) GetRequired ¶
func (*Parameter) ProtoMessage ¶
func (*Parameter) ProtoMessage()
func (*Parameter) ProtoReflect ¶
func (x *Parameter) ProtoReflect() protoreflect.Message
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 (x *ResubmitWorkflowExecutionRequest) GetUid() string
func (*ResubmitWorkflowExecutionRequest) ProtoMessage ¶
func (*ResubmitWorkflowExecutionRequest) ProtoMessage()
func (*ResubmitWorkflowExecutionRequest) ProtoReflect ¶
func (x *ResubmitWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
func (*ResubmitWorkflowExecutionRequest) Reset ¶
func (x *ResubmitWorkflowExecutionRequest) Reset()
func (*ResubmitWorkflowExecutionRequest) String ¶
func (x *ResubmitWorkflowExecutionRequest) String() 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) ProtoMessage ¶
func (*Secret) ProtoMessage()
func (*Secret) ProtoReflect ¶
func (x *Secret) ProtoReflect() protoreflect.Message
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.
func NewSecretServiceClient ¶
func NewSecretServiceClient(cc grpc.ClientConnInterface) SecretServiceClient
type SecretServiceServer ¶
type SecretServiceServer interface { CreateSecret(context.Context, *CreateSecretRequest) (*empty.Empty, error) SecretExists(context.Context, *SecretExistsRequest) (*SecretExistsResponse, error) GetSecret(context.Context, *GetSecretRequest) (*Secret, error) ListSecrets(context.Context, *ListSecretsRequest) (*ListSecretsResponse, error) DeleteSecret(context.Context, *DeleteSecretRequest) (*DeleteSecretResponse, error) DeleteSecretKey(context.Context, *DeleteSecretKeyRequest) (*DeleteSecretKeyResponse, error) AddSecretKeyValue(context.Context, *AddSecretKeyValueRequest) (*AddSecretKeyValueResponse, error) UpdateSecretKeyValue(context.Context, *UpdateSecretKeyValueRequest) (*UpdateSecretKeyValueResponse, error) }
SecretServiceServer is the server API for SecretService service.
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 (x *TerminateWorkflowExecutionRequest) GetUid() string
func (*TerminateWorkflowExecutionRequest) ProtoMessage ¶
func (*TerminateWorkflowExecutionRequest) ProtoMessage()
func (*TerminateWorkflowExecutionRequest) ProtoReflect ¶
func (x *TerminateWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
func (*TerminateWorkflowExecutionRequest) Reset ¶
func (x *TerminateWorkflowExecutionRequest) Reset()
func (*TerminateWorkflowExecutionRequest) String ¶
func (x *TerminateWorkflowExecutionRequest) String() 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) IsAuthorized(context.Context, *IsAuthorizedRequest) (*IsAuthorizedResponse, error)
func (*UnimplementedAuthServiceServer) IsValidToken ¶
func (*UnimplementedAuthServiceServer) IsValidToken(context.Context, *IsValidTokenRequest) (*IsValidTokenResponse, error)
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
func (*UnimplementedConfigServiceServer) GetConfig(context.Context, *empty.Empty) (*GetConfigResponse, error)
type UnimplementedCronWorkflowServiceServer ¶
type UnimplementedCronWorkflowServiceServer struct { }
UnimplementedCronWorkflowServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedCronWorkflowServiceServer) CreateCronWorkflow ¶
func (*UnimplementedCronWorkflowServiceServer) CreateCronWorkflow(context.Context, *CreateCronWorkflowRequest) (*CronWorkflow, error)
func (*UnimplementedCronWorkflowServiceServer) DeleteCronWorkflow ¶ added in v0.8.0
func (*UnimplementedCronWorkflowServiceServer) DeleteCronWorkflow(context.Context, *DeleteCronWorkflowRequest) (*empty.Empty, error)
func (*UnimplementedCronWorkflowServiceServer) GetCronWorkflow ¶
func (*UnimplementedCronWorkflowServiceServer) GetCronWorkflow(context.Context, *GetCronWorkflowRequest) (*CronWorkflow, error)
func (*UnimplementedCronWorkflowServiceServer) ListCronWorkflows ¶
func (*UnimplementedCronWorkflowServiceServer) ListCronWorkflows(context.Context, *ListCronWorkflowRequest) (*ListCronWorkflowsResponse, error)
func (*UnimplementedCronWorkflowServiceServer) UpdateCronWorkflow ¶
func (*UnimplementedCronWorkflowServiceServer) UpdateCronWorkflow(context.Context, *UpdateCronWorkflowRequest) (*CronWorkflow, error)
type UnimplementedLabelServiceServer ¶
type UnimplementedLabelServiceServer struct { }
UnimplementedLabelServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedLabelServiceServer) AddLabels ¶
func (*UnimplementedLabelServiceServer) AddLabels(context.Context, *AddLabelsRequest) (*GetLabelsResponse, error)
func (*UnimplementedLabelServiceServer) DeleteLabel ¶
func (*UnimplementedLabelServiceServer) DeleteLabel(context.Context, *DeleteLabelRequest) (*GetLabelsResponse, error)
func (*UnimplementedLabelServiceServer) GetLabels ¶
func (*UnimplementedLabelServiceServer) GetLabels(context.Context, *GetLabelsRequest) (*GetLabelsResponse, error)
func (*UnimplementedLabelServiceServer) ReplaceLabels ¶
func (*UnimplementedLabelServiceServer) ReplaceLabels(context.Context, *ReplaceLabelsRequest) (*GetLabelsResponse, error)
type UnimplementedNamespaceServiceServer ¶
type UnimplementedNamespaceServiceServer struct { }
UnimplementedNamespaceServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedNamespaceServiceServer) CreateNamespace ¶
func (*UnimplementedNamespaceServiceServer) CreateNamespace(context.Context, *CreateNamespaceRequest) (*Namespace, error)
func (*UnimplementedNamespaceServiceServer) ListNamespaces ¶
func (*UnimplementedNamespaceServiceServer) ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
type UnimplementedSecretServiceServer ¶
type UnimplementedSecretServiceServer struct { }
UnimplementedSecretServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedSecretServiceServer) AddSecretKeyValue ¶
func (*UnimplementedSecretServiceServer) AddSecretKeyValue(context.Context, *AddSecretKeyValueRequest) (*AddSecretKeyValueResponse, error)
func (*UnimplementedSecretServiceServer) CreateSecret ¶
func (*UnimplementedSecretServiceServer) CreateSecret(context.Context, *CreateSecretRequest) (*empty.Empty, error)
func (*UnimplementedSecretServiceServer) DeleteSecret ¶
func (*UnimplementedSecretServiceServer) DeleteSecret(context.Context, *DeleteSecretRequest) (*DeleteSecretResponse, error)
func (*UnimplementedSecretServiceServer) DeleteSecretKey ¶
func (*UnimplementedSecretServiceServer) DeleteSecretKey(context.Context, *DeleteSecretKeyRequest) (*DeleteSecretKeyResponse, error)
func (*UnimplementedSecretServiceServer) GetSecret ¶
func (*UnimplementedSecretServiceServer) GetSecret(context.Context, *GetSecretRequest) (*Secret, error)
func (*UnimplementedSecretServiceServer) ListSecrets ¶
func (*UnimplementedSecretServiceServer) ListSecrets(context.Context, *ListSecretsRequest) (*ListSecretsResponse, error)
func (*UnimplementedSecretServiceServer) SecretExists ¶
func (*UnimplementedSecretServiceServer) SecretExists(context.Context, *SecretExistsRequest) (*SecretExistsResponse, error)
func (*UnimplementedSecretServiceServer) UpdateSecretKeyValue ¶
func (*UnimplementedSecretServiceServer) UpdateSecretKeyValue(context.Context, *UpdateSecretKeyValueRequest) (*UpdateSecretKeyValueResponse, error)
type UnimplementedWorkflowServiceServer ¶
type UnimplementedWorkflowServiceServer struct { }
UnimplementedWorkflowServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedWorkflowServiceServer) AddWorkflowExecutionStatistics ¶
func (*UnimplementedWorkflowServiceServer) AddWorkflowExecutionStatistics(context.Context, *AddWorkflowExecutionStatisticRequest) (*empty.Empty, error)
func (*UnimplementedWorkflowServiceServer) CloneWorkflowExecution ¶
func (*UnimplementedWorkflowServiceServer) CloneWorkflowExecution(context.Context, *CloneWorkflowExecutionRequest) (*WorkflowExecution, error)
func (*UnimplementedWorkflowServiceServer) CreateWorkflowExecution ¶
func (*UnimplementedWorkflowServiceServer) CreateWorkflowExecution(context.Context, *CreateWorkflowExecutionRequest) (*WorkflowExecution, error)
func (*UnimplementedWorkflowServiceServer) CronStartWorkflowExecutionStatistic ¶
func (*UnimplementedWorkflowServiceServer) CronStartWorkflowExecutionStatistic(context.Context, *CronStartWorkflowExecutionStatisticRequest) (*empty.Empty, error)
func (*UnimplementedWorkflowServiceServer) GetArtifact ¶
func (*UnimplementedWorkflowServiceServer) GetArtifact(context.Context, *GetArtifactRequest) (*ArtifactResponse, error)
func (*UnimplementedWorkflowServiceServer) GetWorkflowExecution ¶
func (*UnimplementedWorkflowServiceServer) GetWorkflowExecution(context.Context, *GetWorkflowExecutionRequest) (*WorkflowExecution, error)
func (*UnimplementedWorkflowServiceServer) GetWorkflowExecutionLogs ¶
func (*UnimplementedWorkflowServiceServer) GetWorkflowExecutionLogs(*GetWorkflowExecutionLogsRequest, WorkflowService_GetWorkflowExecutionLogsServer) error
func (*UnimplementedWorkflowServiceServer) GetWorkflowExecutionMetrics ¶
func (*UnimplementedWorkflowServiceServer) GetWorkflowExecutionMetrics(context.Context, *GetWorkflowExecutionMetricsRequest) (*GetWorkflowExecutionMetricsResponse, error)
func (*UnimplementedWorkflowServiceServer) ListFiles ¶
func (*UnimplementedWorkflowServiceServer) ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
func (*UnimplementedWorkflowServiceServer) ListWorkflowExecutions ¶
func (*UnimplementedWorkflowServiceServer) ListWorkflowExecutions(context.Context, *ListWorkflowExecutionsRequest) (*ListWorkflowExecutionsResponse, error)
func (*UnimplementedWorkflowServiceServer) ResubmitWorkflowExecution ¶
func (*UnimplementedWorkflowServiceServer) ResubmitWorkflowExecution(context.Context, *ResubmitWorkflowExecutionRequest) (*WorkflowExecution, error)
func (*UnimplementedWorkflowServiceServer) TerminateWorkflowExecution ¶
func (*UnimplementedWorkflowServiceServer) TerminateWorkflowExecution(context.Context, *TerminateWorkflowExecutionRequest) (*empty.Empty, error)
func (*UnimplementedWorkflowServiceServer) UpdateWorkflowExecutionStatus ¶ added in v0.8.0
func (*UnimplementedWorkflowServiceServer) UpdateWorkflowExecutionStatus(context.Context, *UpdateWorkflowExecutionStatusRequest) (*empty.Empty, error)
func (*UnimplementedWorkflowServiceServer) WatchWorkflowExecution ¶
func (*UnimplementedWorkflowServiceServer) WatchWorkflowExecution(*WatchWorkflowExecutionRequest, WorkflowService_WatchWorkflowExecutionServer) error
type UnimplementedWorkflowTemplateServiceServer ¶
type UnimplementedWorkflowTemplateServiceServer struct { }
UnimplementedWorkflowTemplateServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedWorkflowTemplateServiceServer) ArchiveWorkflowTemplate ¶
func (*UnimplementedWorkflowTemplateServiceServer) ArchiveWorkflowTemplate(context.Context, *ArchiveWorkflowTemplateRequest) (*ArchiveWorkflowTemplateResponse, error)
func (*UnimplementedWorkflowTemplateServiceServer) CloneWorkflowTemplate ¶
func (*UnimplementedWorkflowTemplateServiceServer) CloneWorkflowTemplate(context.Context, *CloneWorkflowTemplateRequest) (*WorkflowTemplate, error)
func (*UnimplementedWorkflowTemplateServiceServer) CreateWorkflowTemplate ¶
func (*UnimplementedWorkflowTemplateServiceServer) CreateWorkflowTemplate(context.Context, *CreateWorkflowTemplateRequest) (*WorkflowTemplate, error)
func (*UnimplementedWorkflowTemplateServiceServer) CreateWorkflowTemplateVersion ¶
func (*UnimplementedWorkflowTemplateServiceServer) CreateWorkflowTemplateVersion(context.Context, *CreateWorkflowTemplateRequest) (*WorkflowTemplate, error)
func (*UnimplementedWorkflowTemplateServiceServer) GetWorkflowTemplate ¶
func (*UnimplementedWorkflowTemplateServiceServer) GetWorkflowTemplate(context.Context, *GetWorkflowTemplateRequest) (*WorkflowTemplate, error)
func (*UnimplementedWorkflowTemplateServiceServer) ListWorkflowTemplateVersions ¶
func (*UnimplementedWorkflowTemplateServiceServer) ListWorkflowTemplateVersions(context.Context, *ListWorkflowTemplateVersionsRequest) (*ListWorkflowTemplateVersionsResponse, error)
func (*UnimplementedWorkflowTemplateServiceServer) ListWorkflowTemplates ¶
func (*UnimplementedWorkflowTemplateServiceServer) ListWorkflowTemplates(context.Context, *ListWorkflowTemplatesRequest) (*ListWorkflowTemplatesResponse, error)
func (*UnimplementedWorkflowTemplateServiceServer) UpdateWorkflowTemplateVersion ¶
func (*UnimplementedWorkflowTemplateServiceServer) UpdateWorkflowTemplateVersion(context.Context, *UpdateWorkflowTemplateVersionRequest) (*WorkflowTemplate, error)
type UnimplementedWorkspaceServiceServer ¶
type UnimplementedWorkspaceServiceServer struct { }
UnimplementedWorkspaceServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedWorkspaceServiceServer) CreateWorkspace ¶
func (*UnimplementedWorkspaceServiceServer) CreateWorkspace(context.Context, *CreateWorkspaceRequest) (*Workspace, error)
func (*UnimplementedWorkspaceServiceServer) DeleteWorkspace ¶
func (*UnimplementedWorkspaceServiceServer) DeleteWorkspace(context.Context, *DeleteWorkspaceRequest) (*empty.Empty, error)
func (*UnimplementedWorkspaceServiceServer) GetWorkspace ¶ added in v0.8.0
func (*UnimplementedWorkspaceServiceServer) GetWorkspace(context.Context, *GetWorkspaceRequest) (*Workspace, error)
func (*UnimplementedWorkspaceServiceServer) ListWorkspaces ¶
func (*UnimplementedWorkspaceServiceServer) ListWorkspaces(context.Context, *ListWorkspaceRequest) (*ListWorkspaceResponse, error)
func (*UnimplementedWorkspaceServiceServer) PauseWorkspace ¶
func (*UnimplementedWorkspaceServiceServer) PauseWorkspace(context.Context, *PauseWorkspaceRequest) (*empty.Empty, error)
func (*UnimplementedWorkspaceServiceServer) ResumeWorkspace ¶ added in v0.8.0
func (*UnimplementedWorkspaceServiceServer) ResumeWorkspace(context.Context, *ResumeWorkspaceRequest) (*empty.Empty, error)
func (*UnimplementedWorkspaceServiceServer) UpdateWorkspace ¶ added in v0.8.0
func (*UnimplementedWorkspaceServiceServer) UpdateWorkspace(context.Context, *UpdateWorkspaceRequest) (*empty.Empty, error)
func (*UnimplementedWorkspaceServiceServer) UpdateWorkspaceStatus ¶
func (*UnimplementedWorkspaceServiceServer) UpdateWorkspaceStatus(context.Context, *UpdateWorkspaceStatusRequest) (*empty.Empty, error)
type UnimplementedWorkspaceTemplateServiceServer ¶
type UnimplementedWorkspaceTemplateServiceServer struct { }
UnimplementedWorkspaceTemplateServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedWorkspaceTemplateServiceServer) ArchiveWorkspaceTemplate ¶ added in v0.8.0
func (*UnimplementedWorkspaceTemplateServiceServer) ArchiveWorkspaceTemplate(context.Context, *ArchiveWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
func (*UnimplementedWorkspaceTemplateServiceServer) CreateWorkspaceTemplate ¶
func (*UnimplementedWorkspaceTemplateServiceServer) CreateWorkspaceTemplate(context.Context, *CreateWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
func (*UnimplementedWorkspaceTemplateServiceServer) GenerateWorkspaceTemplateWorkflowTemplate ¶
func (*UnimplementedWorkspaceTemplateServiceServer) GenerateWorkspaceTemplateWorkflowTemplate(context.Context, *GenerateWorkspaceTemplateWorkflowTemplateRequest) (*WorkflowTemplate, error)
func (*UnimplementedWorkspaceTemplateServiceServer) GetWorkspaceTemplate ¶
func (*UnimplementedWorkspaceTemplateServiceServer) GetWorkspaceTemplate(context.Context, *GetWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
func (*UnimplementedWorkspaceTemplateServiceServer) ListWorkspaceTemplateVersions ¶
func (*UnimplementedWorkspaceTemplateServiceServer) ListWorkspaceTemplateVersions(context.Context, *ListWorkspaceTemplateVersionsRequest) (*ListWorkspaceTemplateVersionsResponse, error)
func (*UnimplementedWorkspaceTemplateServiceServer) ListWorkspaceTemplates ¶
func (*UnimplementedWorkspaceTemplateServiceServer) ListWorkspaceTemplates(context.Context, *ListWorkspaceTemplatesRequest) (*ListWorkspaceTemplatesResponse, error)
func (*UnimplementedWorkspaceTemplateServiceServer) UpdateWorkspaceTemplate ¶
func (*UnimplementedWorkspaceTemplateServiceServer) UpdateWorkspaceTemplate(context.Context, *UpdateWorkspaceTemplateRequest) (*WorkspaceTemplate, error)
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 (x *UpdateCronWorkflowRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateSecretKeyValueRequest) ProtoReflect() protoreflect.Message
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 (x *UpdateSecretKeyValueResponse) ProtoReflect() protoreflect.Message
func (*UpdateSecretKeyValueResponse) Reset ¶
func (x *UpdateSecretKeyValueResponse) Reset()
func (*UpdateSecretKeyValueResponse) String ¶
func (x *UpdateSecretKeyValueResponse) String() 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 (x *UpdateWorkflowExecutionStatusRequest) GetStatus() *WorkflowExecutionStatus
func (*UpdateWorkflowExecutionStatusRequest) GetUid ¶ added in v0.8.0
func (x *UpdateWorkflowExecutionStatusRequest) GetUid() string
func (*UpdateWorkflowExecutionStatusRequest) ProtoMessage ¶ added in v0.8.0
func (*UpdateWorkflowExecutionStatusRequest) ProtoMessage()
func (*UpdateWorkflowExecutionStatusRequest) ProtoReflect ¶ added in v0.8.0
func (x *UpdateWorkflowExecutionStatusRequest) ProtoReflect() protoreflect.Message
func (*UpdateWorkflowExecutionStatusRequest) Reset ¶ added in v0.8.0
func (x *UpdateWorkflowExecutionStatusRequest) Reset()
func (*UpdateWorkflowExecutionStatusRequest) String ¶ added in v0.8.0
func (x *UpdateWorkflowExecutionStatusRequest) String() string
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 (x *UpdateWorkflowTemplateVersionRequest) ProtoReflect() protoreflect.Message
func (*UpdateWorkflowTemplateVersionRequest) Reset ¶
func (x *UpdateWorkflowTemplateVersionRequest) Reset()
func (*UpdateWorkflowTemplateVersionRequest) String ¶
func (x *UpdateWorkflowTemplateVersionRequest) String() 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 (x *UpdateWorkspaceRequest) GetBody() *UpdateWorkspaceBody
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 (x *UpdateWorkspaceStatusRequest) GetStatus() *WorkspaceStatus
func (*UpdateWorkspaceStatusRequest) GetUid ¶
func (x *UpdateWorkspaceStatusRequest) GetUid() string
func (*UpdateWorkspaceStatusRequest) ProtoMessage ¶
func (*UpdateWorkspaceStatusRequest) ProtoMessage()
func (*UpdateWorkspaceStatusRequest) ProtoReflect ¶
func (x *UpdateWorkspaceStatusRequest) ProtoReflect() protoreflect.Message
func (*UpdateWorkspaceStatusRequest) Reset ¶
func (x *UpdateWorkspaceStatusRequest) Reset()
func (*UpdateWorkspaceStatusRequest) String ¶
func (x *UpdateWorkspaceStatusRequest) String() 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 (x *UpdateWorkspaceTemplateRequest) GetUid() string
func (*UpdateWorkspaceTemplateRequest) GetWorkspaceTemplate ¶
func (x *UpdateWorkspaceTemplateRequest) GetWorkspaceTemplate() *WorkspaceTemplate
func (*UpdateWorkspaceTemplateRequest) ProtoMessage ¶
func (*UpdateWorkspaceTemplateRequest) ProtoMessage()
func (*UpdateWorkspaceTemplateRequest) ProtoReflect ¶
func (x *UpdateWorkspaceTemplateRequest) ProtoReflect() protoreflect.Message
func (*UpdateWorkspaceTemplateRequest) Reset ¶
func (x *UpdateWorkspaceTemplateRequest) Reset()
func (*UpdateWorkspaceTemplateRequest) String ¶
func (x *UpdateWorkspaceTemplateRequest) String() 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 (x *WatchWorkflowExecutionRequest) GetUid() string
func (*WatchWorkflowExecutionRequest) ProtoMessage ¶
func (*WatchWorkflowExecutionRequest) ProtoMessage()
func (*WatchWorkflowExecutionRequest) ProtoReflect ¶
func (x *WatchWorkflowExecutionRequest) ProtoReflect() protoreflect.Message
func (*WatchWorkflowExecutionRequest) Reset ¶
func (x *WatchWorkflowExecutionRequest) Reset()
func (*WatchWorkflowExecutionRequest) String ¶
func (x *WatchWorkflowExecutionRequest) String() 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 (x *WorkflowExecutionStatisticReport) GetTotal() int32
func (*WorkflowExecutionStatisticReport) ProtoMessage ¶
func (*WorkflowExecutionStatisticReport) ProtoMessage()
func (*WorkflowExecutionStatisticReport) ProtoReflect ¶
func (x *WorkflowExecutionStatisticReport) ProtoReflect() protoreflect.Message
func (*WorkflowExecutionStatisticReport) Reset ¶
func (x *WorkflowExecutionStatisticReport) Reset()
func (*WorkflowExecutionStatisticReport) String ¶
func (x *WorkflowExecutionStatisticReport) String() 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.
func NewWorkflowServiceClient ¶
func NewWorkflowServiceClient(cc grpc.ClientConnInterface) WorkflowServiceClient
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 (x *WorkflowTemplate) GetCronStats() *CronWorkflowStatisticsReport
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 (x *WorkflowTemplate) GetStats() *WorkflowExecutionStatisticReport
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.
func NewWorkflowTemplateServiceClient ¶
func NewWorkflowTemplateServiceClient(cc grpc.ClientConnInterface) WorkflowTemplateServiceClient
type WorkflowTemplateServiceServer ¶
type WorkflowTemplateServiceServer interface { CreateWorkflowTemplate(context.Context, *CreateWorkflowTemplateRequest) (*WorkflowTemplate, error) UpdateWorkflowTemplateVersion(context.Context, *UpdateWorkflowTemplateVersionRequest) (*WorkflowTemplate, error) CreateWorkflowTemplateVersion(context.Context, *CreateWorkflowTemplateRequest) (*WorkflowTemplate, error) GetWorkflowTemplate(context.Context, *GetWorkflowTemplateRequest) (*WorkflowTemplate, error) ListWorkflowTemplateVersions(context.Context, *ListWorkflowTemplateVersionsRequest) (*ListWorkflowTemplateVersionsResponse, error) ListWorkflowTemplates(context.Context, *ListWorkflowTemplatesRequest) (*ListWorkflowTemplatesResponse, error) CloneWorkflowTemplate(context.Context, *CloneWorkflowTemplateRequest) (*WorkflowTemplate, error) ArchiveWorkflowTemplate(context.Context, *ArchiveWorkflowTemplateRequest) (*ArchiveWorkflowTemplateResponse, error) }
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) GetCreatedAt ¶
func (*Workspace) GetParameters ¶
func (*Workspace) GetStatus ¶
func (x *Workspace) GetStatus() *WorkspaceStatus
func (*Workspace) GetTemplateParameters ¶ added in v0.8.0
func (*Workspace) GetVersion ¶
func (*Workspace) GetWorkspaceTemplate ¶
func (x *Workspace) GetWorkspaceTemplate() *WorkspaceTemplate
func (*Workspace) ProtoMessage ¶
func (*Workspace) ProtoMessage()
func (*Workspace) ProtoReflect ¶
func (x *Workspace) ProtoReflect() protoreflect.Message
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.
func NewWorkspaceServiceClient ¶
func NewWorkspaceServiceClient(cc grpc.ClientConnInterface) WorkspaceServiceClient
type WorkspaceServiceServer ¶
type WorkspaceServiceServer interface { CreateWorkspace(context.Context, *CreateWorkspaceRequest) (*Workspace, error) GetWorkspace(context.Context, *GetWorkspaceRequest) (*Workspace, error) ListWorkspaces(context.Context, *ListWorkspaceRequest) (*ListWorkspaceResponse, error) UpdateWorkspaceStatus(context.Context, *UpdateWorkspaceStatusRequest) (*empty.Empty, error) UpdateWorkspace(context.Context, *UpdateWorkspaceRequest) (*empty.Empty, error) PauseWorkspace(context.Context, *PauseWorkspaceRequest) (*empty.Empty, error) ResumeWorkspace(context.Context, *ResumeWorkspaceRequest) (*empty.Empty, error) DeleteWorkspace(context.Context, *DeleteWorkspaceRequest) (*empty.Empty, error) }
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.
func NewWorkspaceTemplateServiceClient ¶
func NewWorkspaceTemplateServiceClient(cc grpc.ClientConnInterface) WorkspaceTemplateServiceClient
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.
Source Files ¶
- api.pb.go
- auth.pb.go
- auth.pb.gw.go
- common.pb.go
- config.pb.go
- config.pb.gw.go
- cron_workflow.pb.go
- cron_workflow.pb.gw.go
- label.pb.go
- label.pb.gw.go
- metric.pb.go
- namespace.pb.go
- namespace.pb.gw.go
- secret.pb.go
- secret.pb.gw.go
- workflow.pb.go
- workflow.pb.gw.go
- workflow_template.pb.go
- workflow_template.pb.gw.go
- workspace.pb.go
- workspace.pb.gw.go
- workspace_template.pb.go
- workspace_template.pb.gw.go