Fixing values inside of proto for CronWorkflow fields.

This commit is contained in:
Aleksandr Melnikov
2020-03-26 23:52:07 -07:00
parent 9ea94f5bb1
commit 24b3fe57fb
9 changed files with 65 additions and 49 deletions

View File

@@ -21,7 +21,9 @@ var _ = math.Inf
// proto package needs to be updated. // proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
func init() { proto.RegisterFile("api.proto", fileDescriptor_00212fb1f9d3bf1c) } func init() {
proto.RegisterFile("api.proto", fileDescriptor_00212fb1f9d3bf1c)
}
var fileDescriptor_00212fb1f9d3bf1c = []byte{ var fileDescriptor_00212fb1f9d3bf1c = []byte{
// 265 bytes of a gzipped FileDescriptorProto // 265 bytes of a gzipped FileDescriptorProto

View File

@@ -109,7 +109,9 @@ func init() {
proto.RegisterType((*IsValidTokenRequest)(nil), "api.IsValidTokenRequest") proto.RegisterType((*IsValidTokenRequest)(nil), "api.IsValidTokenRequest")
} }
func init() { proto.RegisterFile("auth.proto", fileDescriptor_8bbd6f3875b0e874) } func init() {
proto.RegisterFile("auth.proto", fileDescriptor_8bbd6f3875b0e874)
}
var fileDescriptor_8bbd6f3875b0e874 = []byte{ var fileDescriptor_8bbd6f3875b0e874 = []byte{
// 228 bytes of a gzipped FileDescriptorProto // 228 bytes of a gzipped FileDescriptorProto

View File

@@ -78,9 +78,9 @@ type CronWorkflow struct {
Timezone string `protobuf:"bytes,2,opt,name=timezone,proto3" json:"timezone,omitempty"` Timezone string `protobuf:"bytes,2,opt,name=timezone,proto3" json:"timezone,omitempty"`
Suspend bool `protobuf:"varint,3,opt,name=suspend,proto3" json:"suspend,omitempty"` Suspend bool `protobuf:"varint,3,opt,name=suspend,proto3" json:"suspend,omitempty"`
ConcurrencyPolicy string `protobuf:"bytes,4,opt,name=concurrencyPolicy,proto3" json:"concurrencyPolicy,omitempty"` ConcurrencyPolicy string `protobuf:"bytes,4,opt,name=concurrencyPolicy,proto3" json:"concurrencyPolicy,omitempty"`
StartingDeadlineSeconds string `protobuf:"bytes,5,opt,name=startingDeadlineSeconds,proto3" json:"startingDeadlineSeconds,omitempty"` StartingDeadlineSeconds int64 `protobuf:"varint,5,opt,name=startingDeadlineSeconds,proto3" json:"startingDeadlineSeconds,omitempty"`
SuccessfulJobsHistoryLimit string `protobuf:"bytes,6,opt,name=successfulJobsHistoryLimit,proto3" json:"successfulJobsHistoryLimit,omitempty"` SuccessfulJobsHistoryLimit int32 `protobuf:"varint,6,opt,name=successfulJobsHistoryLimit,proto3" json:"successfulJobsHistoryLimit,omitempty"`
FailedJobsHistoryLimit string `protobuf:"bytes,7,opt,name=failedJobsHistoryLimit,proto3" json:"failedJobsHistoryLimit,omitempty"` FailedJobsHistoryLimit int32 `protobuf:"varint,7,opt,name=failedJobsHistoryLimit,proto3" json:"failedJobsHistoryLimit,omitempty"`
WorkflowExecution *WorkflowExecution `protobuf:"bytes,8,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"` WorkflowExecution *WorkflowExecution `protobuf:"bytes,8,opt,name=workflowExecution,proto3" json:"workflowExecution,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"` XXX_unrecognized []byte `json:"-"`
@@ -140,25 +140,25 @@ func (m *CronWorkflow) GetConcurrencyPolicy() string {
return "" return ""
} }
func (m *CronWorkflow) GetStartingDeadlineSeconds() string { func (m *CronWorkflow) GetStartingDeadlineSeconds() int64 {
if m != nil { if m != nil {
return m.StartingDeadlineSeconds return m.StartingDeadlineSeconds
} }
return "" return 0
} }
func (m *CronWorkflow) GetSuccessfulJobsHistoryLimit() string { func (m *CronWorkflow) GetSuccessfulJobsHistoryLimit() int32 {
if m != nil { if m != nil {
return m.SuccessfulJobsHistoryLimit return m.SuccessfulJobsHistoryLimit
} }
return "" return 0
} }
func (m *CronWorkflow) GetFailedJobsHistoryLimit() string { func (m *CronWorkflow) GetFailedJobsHistoryLimit() int32 {
if m != nil { if m != nil {
return m.FailedJobsHistoryLimit return m.FailedJobsHistoryLimit
} }
return "" return 0
} }
func (m *CronWorkflow) GetWorkflowExecution() *WorkflowExecution { func (m *CronWorkflow) GetWorkflowExecution() *WorkflowExecution {
@@ -173,38 +173,40 @@ func init() {
proto.RegisterType((*CronWorkflow)(nil), "api.CronWorkflow") proto.RegisterType((*CronWorkflow)(nil), "api.CronWorkflow")
} }
func init() { proto.RegisterFile("cron_workflow.proto", fileDescriptor_989cccaad551a50c) } func init() {
proto.RegisterFile("cron_workflow.proto", fileDescriptor_989cccaad551a50c)
}
var fileDescriptor_989cccaad551a50c = []byte{ var fileDescriptor_989cccaad551a50c = []byte{
// 433 bytes of a gzipped FileDescriptorProto // 438 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0x4f, 0x6f, 0xd3, 0x30, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xcd, 0x6e, 0x13, 0x31,
0x18, 0xc6, 0x95, 0x15, 0xb6, 0xd6, 0x54, 0x48, 0xf5, 0xc4, 0x66, 0x85, 0x1d, 0xaa, 0x5e, 0xe8, 0x14, 0x85, 0xe5, 0x86, 0xb6, 0x89, 0x89, 0x90, 0xe2, 0x8a, 0xd6, 0x1a, 0xba, 0x18, 0x65, 0xc3,
0x01, 0x35, 0xda, 0x10, 0x7f, 0x84, 0x04, 0x97, 0x0d, 0x09, 0x21, 0x0e, 0x28, 0x3b, 0xec, 0x38, 0x2c, 0x50, 0x46, 0x2d, 0xe2, 0x47, 0x48, 0xb0, 0x69, 0x91, 0x10, 0x62, 0x81, 0xdc, 0x45, 0x97,
0x39, 0xce, 0x9b, 0x62, 0xe1, 0xd8, 0xc6, 0x7f, 0x36, 0x02, 0xe2, 0xb2, 0x03, 0x5f, 0x80, 0x1b, 0x95, 0xe3, 0xb9, 0x09, 0x16, 0x1e, 0xdb, 0xf8, 0xa7, 0x25, 0x20, 0x36, 0x5d, 0xf0, 0x02, 0xec,
0x5f, 0x8b, 0xaf, 0xc0, 0x07, 0x41, 0x71, 0x93, 0xd2, 0x10, 0xca, 0xf1, 0xc9, 0xef, 0x7d, 0x6c, 0x78, 0x2d, 0x5e, 0x81, 0x07, 0x41, 0x99, 0xcc, 0x84, 0x0c, 0x43, 0xbb, 0x3c, 0xf3, 0xdd, 0x63,
0xe5, 0x7d, 0x1e, 0xa3, 0x7d, 0x66, 0x94, 0xbc, 0xbc, 0x56, 0xe6, 0x43, 0x21, 0xd4, 0xf5, 0x42, 0x6b, 0xee, 0x39, 0xc6, 0x7b, 0xc2, 0x19, 0x7d, 0x71, 0x65, 0xdc, 0xc7, 0x99, 0x32, 0x57, 0x13,
0x1b, 0xe5, 0x14, 0x1e, 0x50, 0xcd, 0xe3, 0xa3, 0xa5, 0x52, 0x4b, 0x01, 0x09, 0xd5, 0x3c, 0xa1, 0xeb, 0x4c, 0x30, 0xa4, 0xc7, 0xad, 0x4c, 0x0e, 0xe7, 0xc6, 0xcc, 0x15, 0xe4, 0xdc, 0xca, 0x9c,
0x52, 0x2a, 0x47, 0x1d, 0x57, 0xd2, 0xae, 0x46, 0xe2, 0xfb, 0x0d, 0x0d, 0x2a, 0xf3, 0x45, 0x02, 0x6b, 0x6d, 0x02, 0x0f, 0xd2, 0x68, 0xbf, 0x1a, 0x49, 0x1e, 0xd4, 0xb4, 0x52, 0xd3, 0x38, 0xcb,
0xa5, 0x76, 0x55, 0x03, 0x0f, 0xdb, 0xf3, 0x2e, 0x1d, 0x94, 0x5a, 0x50, 0x07, 0x0d, 0xb8, 0xdb, 0xa1, 0xb4, 0x61, 0x51, 0xc3, 0x83, 0xe6, 0xbc, 0x8b, 0x00, 0xa5, 0x55, 0x3c, 0x40, 0x0d, 0xee,
0xbd, 0x28, 0x1e, 0x97, 0xe0, 0x0c, 0x67, 0x2b, 0x35, 0x13, 0xe8, 0xde, 0xa9, 0x01, 0xea, 0xe0, 0xb5, 0x2f, 0x4a, 0x86, 0x25, 0x04, 0x27, 0xc5, 0x4a, 0x8d, 0x15, 0xbe, 0x7f, 0xe2, 0x80, 0x07,
0xa2, 0x99, 0x4a, 0xe1, 0xa3, 0x07, 0xeb, 0xf0, 0x11, 0x1a, 0x49, 0x5a, 0x82, 0xd5, 0x94, 0x01, 0x38, 0xaf, 0xa7, 0x18, 0x7c, 0x8a, 0xe0, 0x03, 0x39, 0xc4, 0x03, 0xcd, 0x4b, 0xf0, 0x96, 0x0b,
0x89, 0xa6, 0xd1, 0x7c, 0x94, 0xfe, 0xf9, 0x80, 0x1f, 0xa3, 0x71, 0xfd, 0x13, 0xad, 0x89, 0xec, 0xa0, 0x28, 0x45, 0xd9, 0x80, 0xfd, 0xfd, 0x40, 0x9e, 0xe0, 0xe1, 0xf2, 0x27, 0x1a, 0x13, 0xdd,
0x4c, 0xa3, 0xf9, 0x9d, 0x93, 0xc9, 0x82, 0x6a, 0xbe, 0x38, 0xdd, 0x00, 0x69, 0x67, 0x6c, 0xf6, 0x4a, 0x51, 0x76, 0xf7, 0x78, 0x34, 0xe1, 0x56, 0x4e, 0x4e, 0x36, 0x00, 0x6b, 0x8d, 0x8d, 0xbf,
0x6d, 0x80, 0xc6, 0x9b, 0x18, 0xc7, 0x68, 0x68, 0xd9, 0x7b, 0xc8, 0xbd, 0x68, 0x2f, 0x59, 0xeb, 0xf7, 0xf0, 0x70, 0x13, 0x93, 0x04, 0xf7, 0xbd, 0xf8, 0x00, 0x45, 0x54, 0xcd, 0x25, 0x6b, 0xbd,
0x9a, 0x39, 0x5e, 0xc2, 0x67, 0x25, 0x21, 0x9c, 0x3f, 0x4a, 0xd7, 0x1a, 0x13, 0xb4, 0x67, 0xbd, 0x64, 0x41, 0x96, 0xf0, 0xc5, 0x68, 0xa8, 0xce, 0x1f, 0xb0, 0xb5, 0x26, 0x14, 0xef, 0xfa, 0xe8,
0xd5, 0x20, 0x73, 0x32, 0x98, 0x46, 0xf3, 0x61, 0xda, 0x4a, 0xfc, 0x10, 0x4d, 0x98, 0x92, 0xcc, 0x2d, 0xe8, 0x82, 0xf6, 0x52, 0x94, 0xf5, 0x59, 0x23, 0xc9, 0x23, 0x3c, 0x12, 0x46, 0x8b, 0xe8,
0x1b, 0x03, 0x92, 0x55, 0xef, 0x94, 0xe0, 0xac, 0x22, 0xb7, 0x82, 0xbd, 0x0f, 0xf0, 0x33, 0x74, 0x1c, 0x68, 0xb1, 0x78, 0x6f, 0x94, 0x14, 0x0b, 0x7a, 0xa7, 0xb2, 0x77, 0x01, 0x79, 0x8e, 0x0f,
0x68, 0x1d, 0x35, 0x8e, 0xcb, 0xe5, 0x19, 0xd0, 0x5c, 0x70, 0x09, 0xe7, 0xc0, 0x94, 0xcc, 0x2d, 0x7c, 0xe0, 0x2e, 0x48, 0x3d, 0x3f, 0x05, 0x5e, 0x28, 0xa9, 0xe1, 0x0c, 0x84, 0xd1, 0x85, 0xa7,
0xb9, 0x1d, 0x3c, 0xdb, 0x30, 0x7e, 0x89, 0x62, 0xeb, 0x19, 0x03, 0x6b, 0x0b, 0x2f, 0xde, 0xa8, 0xdb, 0x29, 0xca, 0x7a, 0xec, 0x26, 0x4c, 0x5e, 0xe1, 0xc4, 0x47, 0x21, 0xc0, 0xfb, 0x59, 0x54,
0xcc, 0xbe, 0xe6, 0xd6, 0x29, 0x53, 0xbd, 0xe5, 0x25, 0x77, 0x64, 0x37, 0x98, 0xff, 0x33, 0x81, 0x6f, 0xcd, 0xd4, 0xbf, 0x91, 0x3e, 0x18, 0xb7, 0x78, 0x27, 0x4b, 0x19, 0xe8, 0x4e, 0x8a, 0xb2,
0x9f, 0xa0, 0x83, 0x82, 0x72, 0x01, 0x79, 0xcf, 0xbb, 0x17, 0xbc, 0x5b, 0x28, 0x3e, 0x43, 0x93, 0x6d, 0x76, 0xcb, 0x04, 0x79, 0x8a, 0xf7, 0x67, 0x5c, 0x2a, 0x28, 0x3a, 0xde, 0xdd, 0xca, 0x7b,
0x36, 0xd0, 0x57, 0x9f, 0x80, 0xf9, 0xba, 0x20, 0x64, 0x18, 0xd6, 0x7f, 0x10, 0xd6, 0x7f, 0xf1, 0x03, 0x25, 0xa7, 0x78, 0xd4, 0x04, 0xfa, 0xfa, 0x33, 0x88, 0xb8, 0x2c, 0x08, 0xed, 0x57, 0xeb,
0x37, 0x4d, 0xfb, 0x86, 0x93, 0x1f, 0x11, 0xda, 0xdf, 0x0c, 0xe2, 0x1c, 0xcc, 0x15, 0x67, 0x80, 0xdf, 0xaf, 0xd6, 0x7f, 0xfe, 0x2f, 0x65, 0x5d, 0xc3, 0xf1, 0x4f, 0x84, 0xf7, 0x36, 0x83, 0x38,
0x6f, 0x22, 0x84, 0x57, 0x7d, 0xe8, 0xc6, 0xd4, 0x04, 0xfb, 0x8f, 0xa2, 0xc4, 0xfd, 0xd0, 0x67, 0x03, 0x77, 0x29, 0x05, 0x90, 0x6b, 0x84, 0xc9, 0xaa, 0x0f, 0xed, 0x98, 0xea, 0x60, 0xff, 0x53,
0x2f, 0x6e, 0x7e, 0xfe, 0xfa, 0xbe, 0xf3, 0x74, 0xf6, 0xa0, 0x2e, 0xb2, 0x4d, 0xae, 0x8e, 0x33, 0x94, 0xa4, 0x1b, 0xfa, 0xf8, 0xe5, 0xf5, 0xaf, 0xdf, 0x3f, 0xb6, 0x9e, 0x8d, 0x1f, 0x2e, 0x8b,
0x70, 0xf4, 0x38, 0xf9, 0xb2, 0xee, 0xcf, 0xd7, 0xa4, 0xf3, 0x04, 0x9e, 0x77, 0x5a, 0x92, 0xed, 0xec, 0xf3, 0xcb, 0xa3, 0x29, 0x04, 0x7e, 0x94, 0x7f, 0x5d, 0xf7, 0xe7, 0x5b, 0xde, 0x7a, 0x02,
0x86, 0x6a, 0x3e, 0xfa, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x11, 0xff, 0xbe, 0x28, 0x03, 0x00, 0x2f, 0x5a, 0x2d, 0x99, 0xee, 0x54, 0xd5, 0x7c, 0xfc, 0x27, 0x00, 0x00, 0xff, 0xff, 0x7a, 0x3c,
0x00, 0xce, 0xa7, 0x28, 0x03, 0x00, 0x00,
} }
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.

View File

@@ -27,9 +27,9 @@ message CronWorkflow {
string timezone = 2; string timezone = 2;
bool suspend = 3; bool suspend = 3;
string concurrencyPolicy = 4; string concurrencyPolicy = 4;
string startingDeadlineSeconds = 5; int64 startingDeadlineSeconds = 5;
string successfulJobsHistoryLimit = 6; int32 successfulJobsHistoryLimit = 6;
string failedJobsHistoryLimit = 7; int32 failedJobsHistoryLimit = 7;
WorkflowExecution workflowExecution = 8; WorkflowExecution workflowExecution = 8;
} }

View File

@@ -79,7 +79,9 @@ func init() {
proto.RegisterType((*Metric)(nil), "api.Metric") proto.RegisterType((*Metric)(nil), "api.Metric")
} }
func init() { proto.RegisterFile("metric.proto", fileDescriptor_da41641f55bff5df) } func init() {
proto.RegisterFile("metric.proto", fileDescriptor_da41641f55bff5df)
}
var fileDescriptor_da41641f55bff5df = []byte{ var fileDescriptor_da41641f55bff5df = []byte{
// 105 bytes of a gzipped FileDescriptorProto // 105 bytes of a gzipped FileDescriptorProto

View File

@@ -117,7 +117,9 @@ func init() {
proto.RegisterType((*Namespace)(nil), "api.Namespace") proto.RegisterType((*Namespace)(nil), "api.Namespace")
} }
func init() { proto.RegisterFile("namespace.proto", fileDescriptor_ecb1e126f615f5dd) } func init() {
proto.RegisterFile("namespace.proto", fileDescriptor_ecb1e126f615f5dd)
}
var fileDescriptor_ecb1e126f615f5dd = []byte{ var fileDescriptor_ecb1e126f615f5dd = []byte{
// 238 bytes of a gzipped FileDescriptorProto // 238 bytes of a gzipped FileDescriptorProto

View File

@@ -710,7 +710,9 @@ func init() {
proto.RegisterMapType((map[string]string)(nil), "api.Secret.DataEntry") proto.RegisterMapType((map[string]string)(nil), "api.Secret.DataEntry")
} }
func init() { proto.RegisterFile("secret.proto", fileDescriptor_6acf428160d7a216) } func init() {
proto.RegisterFile("secret.proto", fileDescriptor_6acf428160d7a216)
}
var fileDescriptor_6acf428160d7a216 = []byte{ var fileDescriptor_6acf428160d7a216 = []byte{
// 713 bytes of a gzipped FileDescriptorProto // 713 bytes of a gzipped FileDescriptorProto

View File

@@ -1405,7 +1405,9 @@ func init() {
proto.RegisterType((*DeleteLabelRequest)(nil), "api.DeleteLabelRequest") proto.RegisterType((*DeleteLabelRequest)(nil), "api.DeleteLabelRequest")
} }
func init() { proto.RegisterFile("workflow.proto", fileDescriptor_892c7f566756b0be) } func init() {
proto.RegisterFile("workflow.proto", fileDescriptor_892c7f566756b0be)
}
var fileDescriptor_892c7f566756b0be = []byte{ var fileDescriptor_892c7f566756b0be = []byte{
// 1711 bytes of a gzipped FileDescriptorProto // 1711 bytes of a gzipped FileDescriptorProto

View File

@@ -535,7 +535,9 @@ func init() {
proto.RegisterType((*WorkflowTemplate)(nil), "api.WorkflowTemplate") proto.RegisterType((*WorkflowTemplate)(nil), "api.WorkflowTemplate")
} }
func init() { proto.RegisterFile("workflow_template.proto", fileDescriptor_b9a07547748a96e8) } func init() {
proto.RegisterFile("workflow_template.proto", fileDescriptor_b9a07547748a96e8)
}
var fileDescriptor_b9a07547748a96e8 = []byte{ var fileDescriptor_b9a07547748a96e8 = []byte{
// 368 bytes of a gzipped FileDescriptorProto // 368 bytes of a gzipped FileDescriptorProto