Versions in this module Expand all Collapse all v3 v3.0.1 Feb 23, 2021 Changes in this version + var ErrIntOverflowCronWorkflow = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthCronWorkflow = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupCronWorkflow = fmt.Errorf("proto: unexpected end of group") + 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) + type CreateCronWorkflowRequest struct + CreateOptions *v1.CreateOptions + CronWorkflow *v1alpha1.CronWorkflow + Namespace string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateCronWorkflowRequest) Descriptor() ([]byte, []int) + func (*CreateCronWorkflowRequest) ProtoMessage() + func (m *CreateCronWorkflowRequest) GetCreateOptions() *v1.CreateOptions + func (m *CreateCronWorkflowRequest) GetCronWorkflow() *v1alpha1.CronWorkflow + func (m *CreateCronWorkflowRequest) GetNamespace() string + func (m *CreateCronWorkflowRequest) Marshal() (dAtA []byte, err error) + func (m *CreateCronWorkflowRequest) MarshalTo(dAtA []byte) (int, error) + func (m *CreateCronWorkflowRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CreateCronWorkflowRequest) Reset() + func (m *CreateCronWorkflowRequest) Size() (n int) + func (m *CreateCronWorkflowRequest) String() string + func (m *CreateCronWorkflowRequest) Unmarshal(dAtA []byte) error + func (m *CreateCronWorkflowRequest) XXX_DiscardUnknown() + func (m *CreateCronWorkflowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateCronWorkflowRequest) XXX_Merge(src proto.Message) + func (m *CreateCronWorkflowRequest) XXX_Size() int + func (m *CreateCronWorkflowRequest) XXX_Unmarshal(b []byte) error + type CronWorkflowDeletedResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CronWorkflowDeletedResponse) Descriptor() ([]byte, []int) + func (*CronWorkflowDeletedResponse) ProtoMessage() + func (m *CronWorkflowDeletedResponse) Marshal() (dAtA []byte, err error) + func (m *CronWorkflowDeletedResponse) MarshalTo(dAtA []byte) (int, error) + func (m *CronWorkflowDeletedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CronWorkflowDeletedResponse) Reset() + func (m *CronWorkflowDeletedResponse) Size() (n int) + func (m *CronWorkflowDeletedResponse) String() string + func (m *CronWorkflowDeletedResponse) Unmarshal(dAtA []byte) error + func (m *CronWorkflowDeletedResponse) XXX_DiscardUnknown() + func (m *CronWorkflowDeletedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CronWorkflowDeletedResponse) XXX_Merge(src proto.Message) + func (m *CronWorkflowDeletedResponse) XXX_Size() int + func (m *CronWorkflowDeletedResponse) XXX_Unmarshal(b []byte) error + type CronWorkflowResumeRequest struct + Name string + Namespace string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CronWorkflowResumeRequest) Descriptor() ([]byte, []int) + func (*CronWorkflowResumeRequest) ProtoMessage() + func (m *CronWorkflowResumeRequest) GetName() string + func (m *CronWorkflowResumeRequest) GetNamespace() string + func (m *CronWorkflowResumeRequest) Marshal() (dAtA []byte, err error) + func (m *CronWorkflowResumeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *CronWorkflowResumeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CronWorkflowResumeRequest) Reset() + func (m *CronWorkflowResumeRequest) Size() (n int) + func (m *CronWorkflowResumeRequest) String() string + func (m *CronWorkflowResumeRequest) Unmarshal(dAtA []byte) error + func (m *CronWorkflowResumeRequest) XXX_DiscardUnknown() + func (m *CronWorkflowResumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CronWorkflowResumeRequest) XXX_Merge(src proto.Message) + func (m *CronWorkflowResumeRequest) XXX_Size() int + func (m *CronWorkflowResumeRequest) XXX_Unmarshal(b []byte) error + type CronWorkflowServiceClient interface + CreateCronWorkflow func(ctx context.Context, in *CreateCronWorkflowRequest, opts ...grpc.CallOption) (*v1alpha1.CronWorkflow, error) + DeleteCronWorkflow func(ctx context.Context, in *DeleteCronWorkflowRequest, opts ...grpc.CallOption) (*CronWorkflowDeletedResponse, error) + GetCronWorkflow func(ctx context.Context, in *GetCronWorkflowRequest, opts ...grpc.CallOption) (*v1alpha1.CronWorkflow, error) + LintCronWorkflow func(ctx context.Context, in *LintCronWorkflowRequest, opts ...grpc.CallOption) (*v1alpha1.CronWorkflow, error) + ListCronWorkflows func(ctx context.Context, in *ListCronWorkflowsRequest, opts ...grpc.CallOption) (*v1alpha1.CronWorkflowList, error) + ResumeCronWorkflow func(ctx context.Context, in *CronWorkflowResumeRequest, opts ...grpc.CallOption) (*v1alpha1.CronWorkflow, error) + SuspendCronWorkflow func(ctx context.Context, in *CronWorkflowSuspendRequest, opts ...grpc.CallOption) (*v1alpha1.CronWorkflow, error) + UpdateCronWorkflow func(ctx context.Context, in *UpdateCronWorkflowRequest, opts ...grpc.CallOption) (*v1alpha1.CronWorkflow, error) + func NewCronWorkflowServiceClient(cc *grpc.ClientConn) CronWorkflowServiceClient + type CronWorkflowServiceServer interface + CreateCronWorkflow func(context.Context, *CreateCronWorkflowRequest) (*v1alpha1.CronWorkflow, error) + DeleteCronWorkflow func(context.Context, *DeleteCronWorkflowRequest) (*CronWorkflowDeletedResponse, error) + GetCronWorkflow func(context.Context, *GetCronWorkflowRequest) (*v1alpha1.CronWorkflow, error) + LintCronWorkflow func(context.Context, *LintCronWorkflowRequest) (*v1alpha1.CronWorkflow, error) + ListCronWorkflows func(context.Context, *ListCronWorkflowsRequest) (*v1alpha1.CronWorkflowList, error) + ResumeCronWorkflow func(context.Context, *CronWorkflowResumeRequest) (*v1alpha1.CronWorkflow, error) + SuspendCronWorkflow func(context.Context, *CronWorkflowSuspendRequest) (*v1alpha1.CronWorkflow, error) + UpdateCronWorkflow func(context.Context, *UpdateCronWorkflowRequest) (*v1alpha1.CronWorkflow, error) + type CronWorkflowSuspendRequest struct + Name string + Namespace string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CronWorkflowSuspendRequest) Descriptor() ([]byte, []int) + func (*CronWorkflowSuspendRequest) ProtoMessage() + func (m *CronWorkflowSuspendRequest) GetName() string + func (m *CronWorkflowSuspendRequest) GetNamespace() string + func (m *CronWorkflowSuspendRequest) Marshal() (dAtA []byte, err error) + func (m *CronWorkflowSuspendRequest) MarshalTo(dAtA []byte) (int, error) + func (m *CronWorkflowSuspendRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CronWorkflowSuspendRequest) Reset() + func (m *CronWorkflowSuspendRequest) Size() (n int) + func (m *CronWorkflowSuspendRequest) String() string + func (m *CronWorkflowSuspendRequest) Unmarshal(dAtA []byte) error + func (m *CronWorkflowSuspendRequest) XXX_DiscardUnknown() + func (m *CronWorkflowSuspendRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CronWorkflowSuspendRequest) XXX_Merge(src proto.Message) + func (m *CronWorkflowSuspendRequest) XXX_Size() int + func (m *CronWorkflowSuspendRequest) XXX_Unmarshal(b []byte) error + type DeleteCronWorkflowRequest struct + DeleteOptions *v1.DeleteOptions + Name string + Namespace string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteCronWorkflowRequest) Descriptor() ([]byte, []int) + func (*DeleteCronWorkflowRequest) ProtoMessage() + func (m *DeleteCronWorkflowRequest) GetDeleteOptions() *v1.DeleteOptions + func (m *DeleteCronWorkflowRequest) GetName() string + func (m *DeleteCronWorkflowRequest) GetNamespace() string + func (m *DeleteCronWorkflowRequest) Marshal() (dAtA []byte, err error) + func (m *DeleteCronWorkflowRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DeleteCronWorkflowRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DeleteCronWorkflowRequest) Reset() + func (m *DeleteCronWorkflowRequest) Size() (n int) + func (m *DeleteCronWorkflowRequest) String() string + func (m *DeleteCronWorkflowRequest) Unmarshal(dAtA []byte) error + func (m *DeleteCronWorkflowRequest) XXX_DiscardUnknown() + func (m *DeleteCronWorkflowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteCronWorkflowRequest) XXX_Merge(src proto.Message) + func (m *DeleteCronWorkflowRequest) XXX_Size() int + func (m *DeleteCronWorkflowRequest) XXX_Unmarshal(b []byte) error + type GetCronWorkflowRequest struct + GetOptions *v1.GetOptions + Name string + Namespace string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetCronWorkflowRequest) Descriptor() ([]byte, []int) + func (*GetCronWorkflowRequest) ProtoMessage() + func (m *GetCronWorkflowRequest) GetGetOptions() *v1.GetOptions + func (m *GetCronWorkflowRequest) GetName() string + func (m *GetCronWorkflowRequest) GetNamespace() string + func (m *GetCronWorkflowRequest) Marshal() (dAtA []byte, err error) + func (m *GetCronWorkflowRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetCronWorkflowRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetCronWorkflowRequest) Reset() + func (m *GetCronWorkflowRequest) Size() (n int) + func (m *GetCronWorkflowRequest) String() string + func (m *GetCronWorkflowRequest) Unmarshal(dAtA []byte) error + func (m *GetCronWorkflowRequest) XXX_DiscardUnknown() + func (m *GetCronWorkflowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetCronWorkflowRequest) XXX_Merge(src proto.Message) + func (m *GetCronWorkflowRequest) XXX_Size() int + func (m *GetCronWorkflowRequest) XXX_Unmarshal(b []byte) error + type LintCronWorkflowRequest struct + CronWorkflow *v1alpha1.CronWorkflow + Namespace string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LintCronWorkflowRequest) Descriptor() ([]byte, []int) + func (*LintCronWorkflowRequest) ProtoMessage() + func (m *LintCronWorkflowRequest) GetCronWorkflow() *v1alpha1.CronWorkflow + func (m *LintCronWorkflowRequest) GetNamespace() string + func (m *LintCronWorkflowRequest) Marshal() (dAtA []byte, err error) + func (m *LintCronWorkflowRequest) MarshalTo(dAtA []byte) (int, error) + func (m *LintCronWorkflowRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LintCronWorkflowRequest) Reset() + func (m *LintCronWorkflowRequest) Size() (n int) + func (m *LintCronWorkflowRequest) String() string + func (m *LintCronWorkflowRequest) Unmarshal(dAtA []byte) error + func (m *LintCronWorkflowRequest) XXX_DiscardUnknown() + func (m *LintCronWorkflowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LintCronWorkflowRequest) XXX_Merge(src proto.Message) + func (m *LintCronWorkflowRequest) XXX_Size() int + func (m *LintCronWorkflowRequest) XXX_Unmarshal(b []byte) error + type ListCronWorkflowsRequest struct + ListOptions *v1.ListOptions + Namespace string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListCronWorkflowsRequest) Descriptor() ([]byte, []int) + func (*ListCronWorkflowsRequest) ProtoMessage() + func (m *ListCronWorkflowsRequest) GetListOptions() *v1.ListOptions + func (m *ListCronWorkflowsRequest) GetNamespace() string + func (m *ListCronWorkflowsRequest) Marshal() (dAtA []byte, err error) + func (m *ListCronWorkflowsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ListCronWorkflowsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ListCronWorkflowsRequest) Reset() + func (m *ListCronWorkflowsRequest) Size() (n int) + func (m *ListCronWorkflowsRequest) String() string + func (m *ListCronWorkflowsRequest) Unmarshal(dAtA []byte) error + func (m *ListCronWorkflowsRequest) XXX_DiscardUnknown() + func (m *ListCronWorkflowsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListCronWorkflowsRequest) XXX_Merge(src proto.Message) + func (m *ListCronWorkflowsRequest) XXX_Size() int + func (m *ListCronWorkflowsRequest) XXX_Unmarshal(b []byte) error + type UnimplementedCronWorkflowServiceServer struct + func (*UnimplementedCronWorkflowServiceServer) CreateCronWorkflow(ctx context.Context, req *CreateCronWorkflowRequest) (*v1alpha1.CronWorkflow, error) + func (*UnimplementedCronWorkflowServiceServer) DeleteCronWorkflow(ctx context.Context, req *DeleteCronWorkflowRequest) (*CronWorkflowDeletedResponse, error) + func (*UnimplementedCronWorkflowServiceServer) GetCronWorkflow(ctx context.Context, req *GetCronWorkflowRequest) (*v1alpha1.CronWorkflow, error) + func (*UnimplementedCronWorkflowServiceServer) LintCronWorkflow(ctx context.Context, req *LintCronWorkflowRequest) (*v1alpha1.CronWorkflow, error) + func (*UnimplementedCronWorkflowServiceServer) ListCronWorkflows(ctx context.Context, req *ListCronWorkflowsRequest) (*v1alpha1.CronWorkflowList, error) + func (*UnimplementedCronWorkflowServiceServer) ResumeCronWorkflow(ctx context.Context, req *CronWorkflowResumeRequest) (*v1alpha1.CronWorkflow, error) + func (*UnimplementedCronWorkflowServiceServer) SuspendCronWorkflow(ctx context.Context, req *CronWorkflowSuspendRequest) (*v1alpha1.CronWorkflow, error) + func (*UnimplementedCronWorkflowServiceServer) UpdateCronWorkflow(ctx context.Context, req *UpdateCronWorkflowRequest) (*v1alpha1.CronWorkflow, error) + type UpdateCronWorkflowRequest struct + CronWorkflow *v1alpha1.CronWorkflow + Name string + Namespace string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateCronWorkflowRequest) Descriptor() ([]byte, []int) + func (*UpdateCronWorkflowRequest) ProtoMessage() + func (m *UpdateCronWorkflowRequest) GetCronWorkflow() *v1alpha1.CronWorkflow + func (m *UpdateCronWorkflowRequest) GetName() string + func (m *UpdateCronWorkflowRequest) GetNamespace() string + func (m *UpdateCronWorkflowRequest) Marshal() (dAtA []byte, err error) + func (m *UpdateCronWorkflowRequest) MarshalTo(dAtA []byte) (int, error) + func (m *UpdateCronWorkflowRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UpdateCronWorkflowRequest) Reset() + func (m *UpdateCronWorkflowRequest) Size() (n int) + func (m *UpdateCronWorkflowRequest) String() string + func (m *UpdateCronWorkflowRequest) Unmarshal(dAtA []byte) error + func (m *UpdateCronWorkflowRequest) XXX_DiscardUnknown() + func (m *UpdateCronWorkflowRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateCronWorkflowRequest) XXX_Merge(src proto.Message) + func (m *UpdateCronWorkflowRequest) XXX_Size() int + func (m *UpdateCronWorkflowRequest) XXX_Unmarshal(b []byte) error Other modules containing this package github.com/akshayflipkart/argo-workflows