More updates to application records.
Some checks failed
Build / cleanup-runs (pull_request) Successful in 5s
Deploy Contract / cleanup-runs (pull_request) Successful in 10s
CodeQL / Analyze (go) (pull_request) Successful in 49s
Build / build (pull_request) Successful in 1m4s
Deploy Contract / deploy (pull_request) Failing after 48s
Pull Request Labeler / triage (pull_request) Failing after 16s
Dependency Review / dependency-review (pull_request) Successful in 1m11s
Lint / Run flake8 on python integration tests (pull_request) Failing after 30s
Protobuf / lint (pull_request) Successful in 23s
Lint / Run golangci-lint (pull_request) Successful in 1m4s
Protobuf / break-check (pull_request) Failing after 30s
Run Gosec / Gosec (pull_request) Successful in 18s
Tests / cleanup-runs (pull_request) Successful in 4s
Semgrep / Scan (pull_request) Failing after 18s
Tests / test-unit-cover (pull_request) Successful in 1m19s
Tests / test-importer (pull_request) Successful in 1m44s
Tests / test-rpc (pull_request) Successful in 1m11s
Tests / sdk_tests (pull_request) Failing after 2m57s

This commit is contained in:
Thomas E Lackey 2023-12-13 14:50:28 -06:00
parent ce96c3a876
commit cb3d85bf1a
2 changed files with 109 additions and 111 deletions

View File

@ -66,14 +66,14 @@ message ApplicationArtifact {
}
message DnsRecord {
string type = 1 [(gogoproto.moretags) = "json:\"type\" yaml:\"type\""];
string name = 2 [(gogoproto.moretags) = "json:\"name\" yaml:\"name\""];
string version = 3 [(gogoproto.moretags) = "json:\"version\" yaml:\"version\""];
string resource_type = 4 [(gogoproto.moretags) = "json:\"resourceType\" yaml:\"resourceType\""];
string value = 5 [(gogoproto.moretags) = "json:\"value\" yaml:\"value\""];
string application_deployment_request = 6 [(gogoproto.moretags) = "json:\"applicationDeploymentRequest\" yaml:\"applicationDeploymentRequest\""];
string meta = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""];
repeated string tags = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""];
string type = 1 [(gogoproto.moretags) = "json:\"type\" yaml:\"type\""];
string name = 2 [(gogoproto.moretags) = "json:\"name\" yaml:\"name\""];
string version = 3 [(gogoproto.moretags) = "json:\"version\" yaml:\"version\""];
string resource_type = 4 [(gogoproto.moretags) = "json:\"resourceType\" yaml:\"resourceType\""];
string value = 5 [(gogoproto.moretags) = "json:\"value\" yaml:\"value\""];
string request = 6 [(gogoproto.moretags) = "json:\"request\" yaml:\"request\""];
string meta = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""];
repeated string tags = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""];
}
message ApplicationDeploymentRequest {

View File

@ -556,14 +556,14 @@ func (m *ApplicationArtifact) GetTags() []string {
}
type DnsRecord struct {
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty" json:"type" yaml:"type"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" json:"name" yaml:"name"`
Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" json:"version" yaml:"version"`
ResourceType string `protobuf:"bytes,4,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty" json:"resourceType" yaml:"resourceType"`
Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty" json:"value" yaml:"value"`
ApplicationDeploymentRequest string `protobuf:"bytes,6,opt,name=application_deployment_request,json=applicationDeploymentRequest,proto3" json:"application_deployment_request,omitempty" json:"applicationDeploymentRequest" yaml:"applicationDeploymentRequest"`
Meta string `protobuf:"bytes,20,opt,name=meta,proto3" json:"meta,omitempty" json:"meta" yaml:"meta"`
Tags []string `protobuf:"bytes,21,rep,name=tags,proto3" json:"tags,omitempty" json:"tags" yaml:"tags"`
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty" json:"type" yaml:"type"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" json:"name" yaml:"name"`
Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" json:"version" yaml:"version"`
ResourceType string `protobuf:"bytes,4,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty" json:"resourceType" yaml:"resourceType"`
Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty" json:"value" yaml:"value"`
Request string `protobuf:"bytes,6,opt,name=request,proto3" json:"request,omitempty" json:"request" yaml:"request"`
Meta string `protobuf:"bytes,20,opt,name=meta,proto3" json:"meta,omitempty" json:"meta" yaml:"meta"`
Tags []string `protobuf:"bytes,21,rep,name=tags,proto3" json:"tags,omitempty" json:"tags" yaml:"tags"`
}
func (m *DnsRecord) Reset() { *m = DnsRecord{} }
@ -634,9 +634,9 @@ func (m *DnsRecord) GetValue() string {
return ""
}
func (m *DnsRecord) GetApplicationDeploymentRequest() string {
func (m *DnsRecord) GetRequest() string {
if m != nil {
return m.ApplicationDeploymentRequest
return m.Request
}
return ""
}
@ -996,92 +996,90 @@ func init() {
}
var fileDescriptor_f305abc771332c96 = []byte{
// 1350 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0x4f, 0x6f, 0xd4, 0x46,
0x14, 0x67, 0xb3, 0x4e, 0x36, 0x99, 0x24, 0x08, 0x0c, 0x08, 0x87, 0xc0, 0x3a, 0x2c, 0x42, 0x80,
0x52, 0xb2, 0xa1, 0x08, 0xb5, 0x2a, 0x95, 0xaa, 0x40, 0x5a, 0x8a, 0x40, 0x15, 0x1d, 0xe8, 0x1f,
0xf5, 0xe2, 0xce, 0xda, 0x93, 0x65, 0x2a, 0xaf, 0xc7, 0x1d, 0x8f, 0x57, 0x6c, 0x6f, 0xbd, 0xf4,
0xdc, 0x9e, 0xfb, 0x01, 0xfa, 0x55, 0x7a, 0x2b, 0x6a, 0x2f, 0x3d, 0x59, 0x15, 0x9c, 0x7a, 0xe8,
0xc5, 0x9f, 0xa0, 0x9a, 0xf1, 0x8c, 0x3d, 0x6b, 0x13, 0x9a, 0x88, 0x76, 0x55, 0x89, 0xdb, 0xbc,
0x3f, 0xbf, 0x37, 0x6f, 0xe7, 0xfd, 0xde, 0xbc, 0xf1, 0x82, 0xcd, 0x71, 0x1a, 0xfa, 0x28, 0x22,
0xdf, 0xe0, 0x3e, 0xc3, 0x43, 0x92, 0x70, 0x36, 0xe9, 0x8f, 0xaf, 0x0d, 0x30, 0x47, 0xd7, 0xfa,
0x88, 0x73, 0x46, 0x06, 0x29, 0xc7, 0xc9, 0x56, 0xcc, 0x28, 0xa7, 0xf6, 0x99, 0xd2, 0x79, 0x4b,
0x3b, 0x6f, 0x29, 0xe7, 0x33, 0x27, 0x87, 0x74, 0x48, 0xa5, 0x5b, 0x5f, 0xac, 0x0a, 0x44, 0x2f,
0x9b, 0x03, 0xeb, 0x0f, 0x31, 0x1b, 0x13, 0x1f, 0x3f, 0x60, 0x74, 0x4c, 0x02, 0xcc, 0x60, 0x81,
0x44, 0x9c, 0xd0, 0xc8, 0x7e, 0x1b, 0x74, 0x06, 0x34, 0x0a, 0x3c, 0x12, 0x38, 0xad, 0x8d, 0xd6,
0xe5, 0xa5, 0x5b, 0x6e, 0x9e, 0xb9, 0xeb, 0x5f, 0x25, 0x34, 0x7a, 0xa7, 0x27, 0x0c, 0x77, 0x83,
0xde, 0xc6, 0x04, 0x8d, 0xc2, 0x52, 0x82, 0x0b, 0xc5, 0xc2, 0xde, 0x05, 0x20, 0x44, 0x3e, 0x8d,
0x88, 0x2f, 0xc0, 0x73, 0x12, 0x7c, 0x31, 0xcf, 0xdc, 0xf3, 0x05, 0x58, 0xd9, 0x2a, 0x7c, 0xa5,
0x80, 0x4b, 0xe5, 0xda, 0xfe, 0x18, 0x58, 0x4f, 0x6e, 0x6c, 0x6f, 0x3b, 0xed, 0x8d, 0xd6, 0xe5,
0xe5, 0x37, 0x37, 0xb6, 0xf6, 0xff, 0x81, 0x5b, 0x9f, 0xdf, 0xd8, 0xde, 0xbe, 0xb5, 0x9e, 0x67,
0xee, 0xe9, 0x62, 0x07, 0x81, 0xd3, 0xc1, 0xe5, 0x1a, 0xca, 0x50, 0x76, 0x1f, 0x58, 0x7c, 0x12,
0x63, 0xc7, 0x92, 0x29, 0x19, 0x00, 0xa1, 0xd5, 0x00, 0xb9, 0x86, 0xd2, 0xd1, 0xbe, 0x09, 0x3a,
0x63, 0xcc, 0x12, 0x42, 0x23, 0x67, 0x41, 0x62, 0xce, 0xe7, 0x99, 0x7b, 0xae, 0xc0, 0x28, 0x83,
0x86, 0x69, 0x11, 0x6a, 0x44, 0xef, 0xcf, 0x36, 0xb0, 0x44, 0x66, 0xf6, 0x87, 0x60, 0xd9, 0xa7,
0xa3, 0x11, 0x8d, 0xbc, 0x08, 0x8d, 0xb0, 0x3a, 0xcd, 0x4b, 0x79, 0xe6, 0x5e, 0x28, 0x22, 0x15,
0xc6, 0x8f, 0xd0, 0xa8, 0xcc, 0xc1, 0xd0, 0x40, 0x50, 0x09, 0xf6, 0x97, 0xe0, 0x38, 0x65, 0x43,
0x71, 0x0a, 0xb2, 0x46, 0x5e, 0x1a, 0x11, 0xae, 0x0e, 0xf8, 0x7a, 0x9e, 0xb9, 0xfd, 0x22, 0x9e,
0xe9, 0xf2, 0x49, 0x44, 0xb8, 0x8e, 0xda, 0xd0, 0xc3, 0x63, 0x75, 0x55, 0x63, 0x07, 0x99, 0x71,
0xfb, 0x65, 0x3b, 0x98, 0x79, 0x37, 0xf4, 0xd3, 0x3b, 0xc8, 0xdf, 0xf0, 0x00, 0xac, 0x86, 0xd4,
0x47, 0x21, 0xe1, 0x93, 0x22, 0x7a, 0x51, 0x8d, 0xcd, 0x3c, 0x73, 0x2f, 0x29, 0x82, 0x28, 0xb3,
0x19, 0x79, 0x4a, 0x07, 0x57, 0x4c, 0x51, 0xf0, 0x2d, 0xe1, 0x88, 0xe3, 0x22, 0xdc, 0x7c, 0x9d,
0x6f, 0xd2, 0x66, 0xc6, 0xaa, 0x14, 0x70, 0xa9, 0x5c, 0x8b, 0x5a, 0xfb, 0x34, 0x8d, 0x38, 0x9b,
0x34, 0x6b, 0xad, 0x0c, 0x55, 0x79, 0x0a, 0x11, 0x6a, 0x44, 0xef, 0xaf, 0x36, 0x58, 0xfb, 0x0c,
0x0f, 0x12, 0xc2, 0xb1, 0xd9, 0x44, 0x10, 0xfb, 0x94, 0x05, 0xf6, 0x26, 0x68, 0xa7, 0x2c, 0x54,
0x85, 0x5f, 0xcb, 0x33, 0xf7, 0x54, 0x11, 0x36, 0x65, 0xa1, 0x0e, 0x29, 0x96, 0x50, 0x78, 0xd9,
0xdf, 0xb5, 0xc0, 0x59, 0x86, 0x63, 0xea, 0x31, 0x23, 0x90, 0xc7, 0x64, 0x24, 0xcf, 0x2f, 0x1b,
0xea, 0xfd, 0x3c, 0x73, 0x77, 0x8a, 0x30, 0xc2, 0xbb, 0xb9, 0xeb, 0xed, 0xbb, 0xbb, 0x3a, 0xf8,
0xfe, 0x0e, 0x70, 0x6d, 0x1f, 0x1b, 0x09, 0x6c, 0x04, 0xec, 0x41, 0x4a, 0xc2, 0xc0, 0x43, 0x8c,
0x93, 0x3d, 0xe4, 0x73, 0xb9, 0x7b, 0x83, 0x0b, 0xd2, 0x67, 0x47, 0xb9, 0x18, 0x9b, 0x36, 0xf4,
0xf0, 0xd8, 0xb4, 0x8a, 0x04, 0xf6, 0x5d, 0xb0, 0xc2, 0xc3, 0xc4, 0xf3, 0x31, 0x2b, 0x82, 0x5b,
0xf5, 0xd6, 0x78, 0x74, 0xff, 0xe1, 0x6d, 0xcc, 0xcc, 0xb0, 0x86, 0x06, 0x02, 0x1e, 0x26, 0x52,
0x20, 0x41, 0xd9, 0xdb, 0xf3, 0x33, 0xe9, 0xed, 0x5f, 0x3b, 0xe0, 0xf8, 0x4e, 0x1c, 0x87, 0xc4,
0x37, 0xeb, 0xac, 0x73, 0x68, 0x1d, 0x34, 0x87, 0x3e, 0xb0, 0x24, 0x67, 0xe7, 0xea, 0x80, 0xc8,
0xa0, 0xab, 0x5c, 0x43, 0xe9, 0x68, 0xdf, 0x03, 0xcb, 0x01, 0x4e, 0x7c, 0x46, 0x62, 0xb1, 0xad,
0x2a, 0xc6, 0x95, 0x3c, 0x73, 0x2f, 0x16, 0x38, 0xc3, 0xa8, 0xe1, 0xa6, 0x0a, 0x9a, 0x68, 0xf3,
0x04, 0xac, 0xc3, 0x9e, 0x80, 0xfd, 0x1e, 0x58, 0x7c, 0x4c, 0x47, 0x38, 0x46, 0x43, 0x7d, 0xe6,
0x17, 0xf2, 0xcc, 0x75, 0x0b, 0xb4, 0xb6, 0x68, 0x78, 0x29, 0xc3, 0x12, 0x24, 0x76, 0x0f, 0x89,
0x8f, 0xa3, 0x04, 0x37, 0xcf, 0x5f, 0x19, 0xca, 0xe6, 0x57, 0x22, 0xd4, 0x08, 0xfb, 0x2d, 0xb0,
0x80, 0x52, 0xfe, 0x98, 0x32, 0xa7, 0x53, 0x9f, 0x4d, 0x85, 0x5e, 0x43, 0x95, 0x04, 0x95, 0xbb,
0x7d, 0x07, 0x00, 0xc1, 0xf8, 0x84, 0x70, 0xca, 0x26, 0xce, 0xe2, 0x46, 0x7b, 0x9a, 0x6f, 0x95,
0xcd, 0xec, 0x1d, 0xa5, 0x81, 0x06, 0xd4, 0x7e, 0x04, 0x8e, 0x56, 0x92, 0xc7, 0xf0, 0x9e, 0xb3,
0x24, 0x33, 0xb9, 0x9a, 0x67, 0xee, 0x95, 0x7a, 0x30, 0x88, 0xf7, 0x9a, 0xf1, 0x84, 0x12, 0xae,
0x4e, 0xc9, 0x62, 0x54, 0xa0, 0x38, 0xf6, 0x74, 0x59, 0x40, 0xbd, 0x1f, 0x50, 0x1c, 0x7f, 0x3a,
0x5d, 0x19, 0x43, 0x03, 0x41, 0x25, 0xd8, 0xef, 0x82, 0x45, 0x11, 0x49, 0xf2, 0x71, 0xb9, 0x7e,
0xbe, 0x28, 0x8e, 0x1f, 0x19, 0x94, 0xd4, 0x22, 0xec, 0xa8, 0x95, 0x28, 0x0e, 0x8e, 0x86, 0x24,
0xc2, 0x89, 0xb3, 0x52, 0x07, 0x2b, 0x83, 0x06, 0x6b, 0x11, 0x6a, 0x84, 0x7d, 0x09, 0xcc, 0xd1,
0xc4, 0x59, 0x95, 0x67, 0x7b, 0x3a, 0xcf, 0xdc, 0x13, 0x6a, 0x68, 0x94, 0x10, 0x9a, 0xf4, 0xe0,
0x1c, 0x4d, 0xc4, 0xbd, 0xe8, 0xc7, 0xa9, 0x73, 0x54, 0x7a, 0x1a, 0xf7, 0xa2, 0x1f, 0xa7, 0xe5,
0x55, 0x1b, 0xa7, 0x3d, 0x28, 0xbc, 0x44, 0xaf, 0x8c, 0x30, 0x47, 0xce, 0xc9, 0x7a, 0xaf, 0x08,
0xad, 0x76, 0x97, 0x6b, 0x28, 0x1d, 0x65, 0x37, 0xa2, 0x61, 0xe2, 0x9c, 0x92, 0xe1, 0xcd, 0x6e,
0x44, 0xc3, 0x32, 0x15, 0xb9, 0x86, 0xd2, 0xb1, 0xf7, 0xed, 0x3c, 0x38, 0x61, 0x34, 0xb5, 0xbe,
0xa8, 0x66, 0xdf, 0xd6, 0xd6, 0xbf, 0xd5, 0xd6, 0xf3, 0x87, 0x6e, 0xeb, 0x7b, 0x92, 0x80, 0xfa,
0x08, 0x54, 0x67, 0x1a, 0x99, 0x18, 0x46, 0x83, 0x3d, 0xa5, 0x0a, 0x9a, 0x68, 0xfb, 0x3e, 0x58,
0xf1, 0x69, 0xc4, 0x71, 0xc4, 0x0b, 0x1e, 0x76, 0xea, 0xd1, 0x94, 0xd5, 0xe4, 0xa2, 0xa9, 0x82,
0xcb, 0x86, 0xa4, 0x68, 0xb5, 0x28, 0x63, 0x1c, 0x84, 0x56, 0x4b, 0xf5, 0x71, 0xfb, 0x42, 0x5a,
0xc9, 0xd9, 0x4c, 0x1c, 0x50, 0xe7, 0x60, 0xca, 0x48, 0x35, 0x9b, 0x89, 0x9c, 0xcd, 0x64, 0x06,
0x1c, 0xfc, 0xc9, 0x02, 0x4b, 0xbb, 0x51, 0x32, 0xb3, 0x81, 0x62, 0x90, 0xa5, 0x7d, 0x68, 0xb2,
0x3c, 0x00, 0xab, 0x0c, 0x27, 0x34, 0x65, 0x3e, 0xf6, 0x8c, 0x87, 0xb5, 0xf1, 0x94, 0xd3, 0x66,
0xb3, 0xc2, 0x53, 0x3a, 0xb8, 0x62, 0x8a, 0xf6, 0x75, 0x30, 0x3f, 0x46, 0x61, 0xaa, 0x47, 0xca,
0xb9, 0x3c, 0x73, 0xd7, 0x54, 0x32, 0x42, 0x5d, 0xa6, 0x22, 0x05, 0x58, 0xf8, 0xda, 0x3f, 0xb4,
0x40, 0xd7, 0xa0, 0x9d, 0x17, 0xe0, 0x38, 0xa4, 0x93, 0x91, 0xa0, 0x1d, 0xc3, 0x5f, 0xa7, 0x38,
0xe1, 0x8a, 0xc7, 0xf7, 0xf2, 0xcc, 0xbd, 0xd3, 0xe0, 0xf1, 0x6e, 0xe9, 0x0e, 0x0b, 0xef, 0x17,
0x10, 0xbb, 0xe9, 0x03, 0xcf, 0xbe, 0xcc, 0x3c, 0x03, 0xa6, 0xfc, 0x68, 0x81, 0xb3, 0x3b, 0xff,
0x90, 0xc2, 0xff, 0x99, 0x3c, 0xb5, 0x9b, 0xc6, 0x7a, 0xa5, 0x9b, 0x66, 0x13, 0xb4, 0x83, 0x28,
0x51, 0xac, 0x31, 0xba, 0x38, 0x88, 0xca, 0xb3, 0x13, 0x4b, 0x28, 0xbc, 0xc4, 0xe3, 0xc1, 0xa7,
0xd1, 0x1e, 0x19, 0x2a, 0x5a, 0x18, 0x8f, 0x87, 0x42, 0x6f, 0xdc, 0x45, 0x42, 0x82, 0xca, 0x5d,
0x3c, 0x1e, 0x2a, 0x6e, 0xa9, 0xdb, 0xcc, 0x18, 0xce, 0x95, 0xad, 0xba, 0xa4, 0x4b, 0x0d, 0x34,
0xa0, 0x33, 0x60, 0xc7, 0x2f, 0x16, 0x58, 0xdf, 0x87, 0x1d, 0xaf, 0xdd, 0x53, 0xb5, 0xc6, 0xb4,
0xf9, 0x57, 0x65, 0x9a, 0xf8, 0x96, 0x5b, 0x38, 0xd0, 0xb7, 0x9c, 0xa2, 0x65, 0xe7, 0x40, 0xb4,
0xbc, 0x09, 0x3a, 0xfa, 0xba, 0x5a, 0xac, 0xff, 0x46, 0x36, 0x7d, 0x33, 0x69, 0x11, 0x6a, 0xc4,
0x0c, 0x18, 0xf5, 0x5b, 0x1b, 0xac, 0xde, 0xc1, 0x11, 0x66, 0x28, 0x7c, 0x3d, 0x3f, 0x77, 0x7c,
0xc4, 0xf1, 0x50, 0x7c, 0x35, 0x34, 0x3e, 0x77, 0xb4, 0xa5, 0xbc, 0x37, 0xb4, 0x0c, 0x4b, 0x50,
0x35, 0xd9, 0x16, 0x0e, 0x31, 0xd9, 0xfe, 0xf3, 0xaa, 0xde, 0xfa, 0xe0, 0xe7, 0x67, 0xdd, 0xd6,
0xd3, 0x67, 0xdd, 0xd6, 0x1f, 0xcf, 0xba, 0xad, 0xef, 0x9f, 0x77, 0x8f, 0x3c, 0x7d, 0xde, 0x3d,
0xf2, 0xfb, 0xf3, 0xee, 0x91, 0x2f, 0xde, 0x18, 0x12, 0xfe, 0x38, 0x1d, 0x6c, 0xf9, 0x74, 0xd4,
0xf7, 0x31, 0xf3, 0xaf, 0x12, 0xda, 0x57, 0xff, 0xce, 0x05, 0xfd, 0x27, 0xd5, 0x5f, 0x92, 0xa2,
0xb2, 0xc9, 0x60, 0x41, 0xfe, 0xa9, 0x78, 0xfd, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x5c, 0xcf,
0xc1, 0x73, 0xb5, 0x14, 0x00, 0x00,
// 1320 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0xcf, 0x6f, 0xdc, 0xc4,
0x17, 0xef, 0x66, 0x7f, 0x65, 0x27, 0x49, 0xd5, 0xba, 0xad, 0xea, 0x34, 0xed, 0x3a, 0xdd, 0xaa,
0x6a, 0xab, 0x7c, 0xbb, 0x9b, 0x7e, 0xab, 0x0a, 0x04, 0x48, 0xa8, 0x69, 0xa0, 0x44, 0xad, 0x50,
0x98, 0x86, 0x1f, 0xe2, 0xb2, 0xcc, 0xda, 0x93, 0xcd, 0x20, 0xaf, 0xc7, 0x8c, 0xc7, 0xab, 0x2e,
0x37, 0x2e, 0x9c, 0xb9, 0xf3, 0x0f, 0x71, 0x23, 0x82, 0x0b, 0x27, 0x0b, 0x25, 0x27, 0x0e, 0x5c,
0xfc, 0x17, 0xa0, 0x19, 0xcf, 0xd8, 0xb3, 0x5e, 0x82, 0x12, 0x15, 0x56, 0x95, 0x7a, 0x9b, 0xf7,
0xe3, 0xf3, 0x66, 0x3c, 0xef, 0xf3, 0xde, 0xb3, 0x0d, 0x36, 0xc6, 0xb1, 0xef, 0xa2, 0x80, 0x7c,
0x8b, 0x7b, 0x0c, 0x0f, 0x49, 0xc4, 0xd9, 0xa4, 0x37, 0x7e, 0x30, 0xc0, 0x1c, 0x3d, 0xe8, 0x21,
0xce, 0x19, 0x19, 0xc4, 0x1c, 0x47, 0xdd, 0x90, 0x51, 0x4e, 0xad, 0x6b, 0xb9, 0x73, 0x57, 0x3b,
0x77, 0x95, 0xf3, 0xb5, 0xcb, 0x43, 0x3a, 0xa4, 0xd2, 0xad, 0x27, 0x56, 0x19, 0xa2, 0x93, 0x2c,
0x80, 0xb5, 0x17, 0x98, 0x8d, 0x89, 0x8b, 0x77, 0x19, 0x1d, 0x13, 0x0f, 0x33, 0x98, 0x21, 0x11,
0x27, 0x34, 0xb0, 0xde, 0x06, 0xcd, 0x01, 0x0d, 0xbc, 0x3e, 0xf1, 0xec, 0xca, 0x7a, 0xe5, 0x6e,
0x6b, 0xcb, 0x49, 0x13, 0x67, 0xed, 0xeb, 0x88, 0x06, 0xef, 0x74, 0x84, 0x61, 0xc7, 0xeb, 0xac,
0x4f, 0xd0, 0xc8, 0xcf, 0x25, 0xd8, 0xc8, 0x16, 0xd6, 0x36, 0x00, 0x3e, 0x72, 0x69, 0x40, 0x5c,
0x01, 0x5e, 0x90, 0xe0, 0xdb, 0x69, 0xe2, 0xdc, 0xcc, 0xc0, 0xca, 0x56, 0xe0, 0x0b, 0x05, 0x6c,
0xe5, 0x6b, 0xeb, 0x13, 0x50, 0x7b, 0xf9, 0x68, 0x73, 0xd3, 0xae, 0xae, 0x57, 0xee, 0x2e, 0xfd,
0x7f, 0xbd, 0x7b, 0xf2, 0x03, 0x76, 0xbf, 0x78, 0xb4, 0xb9, 0xb9, 0xb5, 0x96, 0x26, 0xce, 0xd5,
0x6c, 0x07, 0x81, 0xd3, 0xc1, 0xe5, 0x1a, 0xca, 0x50, 0x56, 0x0f, 0xd4, 0xf8, 0x24, 0xc4, 0x76,
0x4d, 0x1e, 0xc9, 0x00, 0x08, 0xad, 0x06, 0xc8, 0x35, 0x94, 0x8e, 0xd6, 0xbb, 0xa0, 0x39, 0xc6,
0x2c, 0x22, 0x34, 0xb0, 0x1b, 0x12, 0x73, 0x33, 0x4d, 0x9c, 0x1b, 0x19, 0x46, 0x19, 0x34, 0x4c,
0x8b, 0x50, 0x23, 0x3a, 0x7f, 0x54, 0x41, 0x4d, 0x9c, 0xcc, 0xfa, 0x08, 0x2c, 0xb9, 0x74, 0x34,
0xa2, 0x41, 0x3f, 0x40, 0x23, 0xac, 0x6e, 0xf3, 0x4e, 0x9a, 0x38, 0xb7, 0xb2, 0x48, 0x99, 0xf1,
0x63, 0x34, 0xca, 0xcf, 0x60, 0x68, 0x20, 0x28, 0x04, 0xeb, 0x2b, 0x70, 0x91, 0xb2, 0xa1, 0xb8,
0x05, 0x99, 0xa3, 0x7e, 0x1c, 0x10, 0xae, 0x2e, 0xf8, 0x61, 0x9a, 0x38, 0xbd, 0x2c, 0x9e, 0xe9,
0xf2, 0x69, 0x40, 0xb8, 0x8e, 0x3a, 0xa3, 0x87, 0x17, 0xca, 0xaa, 0x99, 0x1d, 0xe4, 0x89, 0xab,
0xff, 0xb4, 0x83, 0x79, 0xee, 0x19, 0xfd, 0xf4, 0x0e, 0xf2, 0x19, 0x76, 0xc1, 0x8a, 0x4f, 0x5d,
0xe4, 0x13, 0x3e, 0xc9, 0xa2, 0x67, 0xd9, 0xd8, 0x48, 0x13, 0xe7, 0x8e, 0x22, 0x88, 0x32, 0x9b,
0x91, 0xa7, 0x74, 0x70, 0xd9, 0x14, 0x05, 0xdf, 0x22, 0x8e, 0x38, 0xce, 0xc2, 0xd5, 0xcb, 0x7c,
0x93, 0x36, 0x33, 0x56, 0xa1, 0x80, 0xad, 0x7c, 0x2d, 0x72, 0xed, 0xd2, 0x38, 0xe0, 0x6c, 0x32,
0x9b, 0x6b, 0x65, 0x28, 0xd2, 0x93, 0x89, 0x50, 0x23, 0x3a, 0x7f, 0x56, 0xc1, 0xea, 0xe7, 0x78,
0x10, 0x11, 0x8e, 0xcd, 0x22, 0x82, 0xd8, 0xa5, 0xcc, 0xb3, 0x36, 0x40, 0x35, 0x66, 0xbe, 0x4a,
0xfc, 0x6a, 0x9a, 0x38, 0x57, 0xb2, 0xb0, 0x31, 0xf3, 0x75, 0x48, 0xb1, 0x84, 0xc2, 0xcb, 0xfa,
0xbe, 0x02, 0xae, 0x33, 0x1c, 0xd2, 0x3e, 0x33, 0x02, 0xf5, 0x99, 0x8c, 0xd4, 0x77, 0xf3, 0x82,
0xfa, 0x20, 0x4d, 0x9c, 0xc7, 0x59, 0x18, 0xe1, 0x3d, 0xbb, 0xeb, 0x93, 0x9d, 0x6d, 0x1d, 0xfc,
0x64, 0x07, 0xb8, 0x7a, 0x82, 0x8d, 0x78, 0x16, 0x02, 0xd6, 0x20, 0x26, 0xbe, 0xd7, 0x47, 0x8c,
0x93, 0x7d, 0xe4, 0x72, 0xb9, 0xfb, 0x0c, 0x17, 0xa4, 0xcf, 0x63, 0xe5, 0x62, 0x6c, 0x3a, 0xa3,
0x87, 0x17, 0xa6, 0x55, 0xc4, 0xb3, 0x76, 0xc0, 0x32, 0xf7, 0xa3, 0xbe, 0x8b, 0x59, 0x16, 0xbc,
0x56, 0x2e, 0x8d, 0xbd, 0xe7, 0x2f, 0x9e, 0x60, 0x66, 0x86, 0x35, 0x34, 0x10, 0x70, 0x3f, 0x92,
0x02, 0xf1, 0xf2, 0xda, 0xae, 0xcf, 0xa5, 0xb6, 0x7f, 0x69, 0x82, 0x8b, 0x8f, 0xc3, 0xd0, 0x27,
0xae, 0x99, 0x67, 0x7d, 0x86, 0xca, 0x69, 0xcf, 0xd0, 0x03, 0x35, 0xc9, 0xd9, 0x85, 0x32, 0x20,
0x30, 0xe8, 0x2a, 0xd7, 0x50, 0x3a, 0x5a, 0xcf, 0xc0, 0x92, 0x87, 0x23, 0x97, 0x91, 0x50, 0x6c,
0xab, 0x92, 0x71, 0x2f, 0x4d, 0x9c, 0xdb, 0x19, 0xce, 0x30, 0x6a, 0xb8, 0xa9, 0x82, 0x26, 0xda,
0xbc, 0x81, 0xda, 0x59, 0x6f, 0xc0, 0x7a, 0x1f, 0x2c, 0x1e, 0xd0, 0x11, 0x0e, 0xd1, 0x50, 0xdf,
0xf9, 0xad, 0x34, 0x71, 0x9c, 0x0c, 0xad, 0x2d, 0x1a, 0x9e, 0xcb, 0x30, 0x07, 0x89, 0xdd, 0x7d,
0xe2, 0xe2, 0x20, 0xc2, 0xb3, 0xf7, 0xaf, 0x0c, 0x79, 0xf1, 0x2b, 0x11, 0x6a, 0x84, 0xf5, 0x16,
0x68, 0xa0, 0x98, 0x1f, 0x50, 0x66, 0x37, 0xcb, 0xb3, 0x29, 0xd3, 0x6b, 0xa8, 0x92, 0xa0, 0x72,
0xb7, 0x9e, 0x02, 0x20, 0x18, 0x1f, 0x11, 0x4e, 0xd9, 0xc4, 0x5e, 0x5c, 0xaf, 0x4e, 0xf3, 0xad,
0xb0, 0x99, 0xb5, 0xa3, 0x34, 0xd0, 0x80, 0x5a, 0x7b, 0xe0, 0x7c, 0x21, 0xf5, 0x19, 0xde, 0xb7,
0x5b, 0xf2, 0x24, 0xf7, 0xd3, 0xc4, 0xb9, 0x57, 0x0e, 0x06, 0xf1, 0xfe, 0x6c, 0x3c, 0xa1, 0x84,
0x2b, 0x53, 0xb2, 0x18, 0x15, 0x28, 0x0c, 0xfb, 0x3a, 0x2d, 0xa0, 0x5c, 0x0f, 0x28, 0x0c, 0x3f,
0x9b, 0xce, 0x8c, 0xa1, 0x81, 0xa0, 0x10, 0xac, 0xf7, 0xc0, 0xa2, 0x88, 0x24, 0xf9, 0xb8, 0x54,
0xbe, 0x5f, 0x14, 0x86, 0x7b, 0x06, 0x25, 0xb5, 0x08, 0x9b, 0x6a, 0x25, 0x92, 0x83, 0x83, 0x21,
0x09, 0x70, 0x64, 0x2f, 0x97, 0xc1, 0xca, 0xa0, 0xc1, 0x5a, 0x84, 0x1a, 0x61, 0xdd, 0x01, 0x0b,
0x34, 0xb2, 0x57, 0xe4, 0xdd, 0x5e, 0x4d, 0x13, 0xe7, 0x92, 0x1a, 0x1a, 0x39, 0x84, 0x46, 0x1d,
0xb8, 0x40, 0x23, 0xd1, 0x17, 0xdd, 0x30, 0xb6, 0xcf, 0x4b, 0x4f, 0xa3, 0x2f, 0xba, 0x61, 0x9c,
0xb7, 0xda, 0x30, 0xee, 0x40, 0xe1, 0x25, 0x6a, 0x65, 0x84, 0x39, 0xb2, 0x2f, 0x97, 0x6b, 0x45,
0x68, 0xb5, 0xbb, 0x5c, 0x43, 0xe9, 0x28, 0xab, 0x11, 0x0d, 0x23, 0xfb, 0x8a, 0x0c, 0x6f, 0x56,
0x23, 0x1a, 0xe6, 0x47, 0x91, 0x6b, 0x28, 0x1d, 0x3b, 0xdf, 0xd5, 0xc1, 0x25, 0xa3, 0xa8, 0x75,
0xa3, 0x9a, 0x7f, 0x59, 0xd7, 0xfe, 0xad, 0xb2, 0xae, 0x9f, 0xb9, 0xac, 0x9f, 0x49, 0x02, 0xea,
0x2b, 0x50, 0x95, 0x69, 0x9c, 0xc4, 0x30, 0x1a, 0xec, 0xc9, 0x55, 0xd0, 0x44, 0x5b, 0xcf, 0xc1,
0xb2, 0x4b, 0x03, 0x8e, 0x03, 0x9e, 0xf1, 0xb0, 0x59, 0x8e, 0xa6, 0xac, 0x26, 0x17, 0x4d, 0x15,
0x5c, 0x32, 0x24, 0x45, 0xab, 0x45, 0x19, 0xe3, 0x34, 0xb4, 0x6a, 0x95, 0xc7, 0xed, 0xdf, 0xd2,
0x4a, 0xce, 0x66, 0x62, 0x83, 0x32, 0x07, 0x63, 0x46, 0x8a, 0xd9, 0x4c, 0xe4, 0x6c, 0x26, 0x73,
0xe0, 0xe0, 0x61, 0x15, 0xb4, 0xb6, 0x83, 0x68, 0x6e, 0x03, 0xc5, 0x20, 0x4b, 0xf5, 0xcc, 0x64,
0xd9, 0x05, 0x2b, 0x0c, 0x47, 0x34, 0x66, 0x2e, 0xee, 0x1b, 0x2f, 0xd6, 0xc6, 0xab, 0x9c, 0x36,
0x9b, 0x19, 0x9e, 0xd2, 0xc1, 0x65, 0x53, 0xb4, 0x1e, 0x82, 0xfa, 0x18, 0xf9, 0xb1, 0x1e, 0x29,
0x37, 0xd2, 0xc4, 0x59, 0x55, 0x87, 0x11, 0xea, 0xfc, 0x28, 0x52, 0x80, 0x99, 0xaf, 0x78, 0x06,
0x86, 0xbf, 0x89, 0x71, 0xc4, 0x67, 0x27, 0x89, 0x32, 0x14, 0x7b, 0x67, 0x22, 0xd4, 0x88, 0x39,
0xa4, 0xf4, 0xc7, 0x1a, 0xb8, 0x6e, 0xb4, 0x95, 0x6d, 0x1c, 0xfa, 0x74, 0x32, 0xc2, 0x01, 0x87,
0xc5, 0x11, 0x5e, 0xe7, 0x2c, 0x97, 0x5a, 0x42, 0xed, 0x95, 0x5a, 0xc2, 0x06, 0xa8, 0x7a, 0x41,
0xa4, 0xd2, 0x6b, 0x94, 0x9b, 0x17, 0xe4, 0x77, 0x27, 0x96, 0x50, 0x78, 0x89, 0x29, 0xef, 0xd2,
0x60, 0x9f, 0x0c, 0x55, 0x5e, 0x8d, 0x29, 0x9f, 0xe9, 0x8d, 0xa6, 0x21, 0x24, 0xa8, 0xdc, 0xc5,
0x94, 0xf7, 0xf2, 0x6b, 0x56, 0x6d, 0xc7, 0x98, 0xa2, 0x85, 0xad, 0xe8, 0xa6, 0xb9, 0x06, 0x1a,
0xd0, 0x39, 0xb0, 0xe3, 0xe7, 0x1a, 0x58, 0x3b, 0x81, 0x1d, 0x6f, 0xdc, 0x3b, 0x65, 0x89, 0x69,
0xf5, 0x57, 0x65, 0x9a, 0xf8, 0xe8, 0x6a, 0x9c, 0xea, 0xa3, 0x4b, 0xd1, 0xb2, 0x79, 0x2a, 0x5a,
0x1a, 0xfd, 0x66, 0xf1, 0x35, 0xec, 0x37, 0xbf, 0x56, 0xc1, 0xca, 0x53, 0x1c, 0x60, 0x86, 0xfc,
0x37, 0xf3, 0xbb, 0xc4, 0x45, 0x1c, 0x0f, 0xc5, 0xeb, 0xfd, 0xcc, 0x77, 0x89, 0xb6, 0xe4, 0x7d,
0x43, 0xcb, 0x30, 0x07, 0x15, 0x23, 0xa8, 0x71, 0x86, 0x11, 0xf4, 0x9f, 0x67, 0x75, 0xeb, 0xc3,
0x9f, 0x8e, 0xda, 0x95, 0xc3, 0xa3, 0x76, 0xe5, 0xf7, 0xa3, 0x76, 0xe5, 0x87, 0xe3, 0xf6, 0xb9,
0xc3, 0xe3, 0xf6, 0xb9, 0xdf, 0x8e, 0xdb, 0xe7, 0xbe, 0xfc, 0xdf, 0x90, 0xf0, 0x83, 0x78, 0xd0,
0x75, 0xe9, 0xa8, 0xe7, 0x62, 0xe6, 0xde, 0x27, 0xb4, 0xa7, 0x7e, 0xa3, 0x79, 0xbd, 0x97, 0xc5,
0xbf, 0x43, 0x91, 0xd9, 0x68, 0xd0, 0x90, 0x7f, 0xff, 0x1e, 0xfe, 0x15, 0x00, 0x00, 0xff, 0xff,
0xf0, 0xef, 0xc9, 0x05, 0x5e, 0x14, 0x00, 0x00,
}
func (m *ServiceProviderRegistration) Marshal() (dAtA []byte, err error) {
@ -1572,10 +1570,10 @@ func (m *DnsRecord) MarshalToSizedBuffer(dAtA []byte) (int, error) {
i--
dAtA[i] = 0xa2
}
if len(m.ApplicationDeploymentRequest) > 0 {
i -= len(m.ApplicationDeploymentRequest)
copy(dAtA[i:], m.ApplicationDeploymentRequest)
i = encodeVarintAttributes(dAtA, i, uint64(len(m.ApplicationDeploymentRequest)))
if len(m.Request) > 0 {
i -= len(m.Request)
copy(dAtA[i:], m.Request)
i = encodeVarintAttributes(dAtA, i, uint64(len(m.Request)))
i--
dAtA[i] = 0x32
}
@ -2163,7 +2161,7 @@ func (m *DnsRecord) Size() (n int) {
if l > 0 {
n += 1 + l + sovAttributes(uint64(l))
}
l = len(m.ApplicationDeploymentRequest)
l = len(m.Request)
if l > 0 {
n += 1 + l + sovAttributes(uint64(l))
}
@ -4180,7 +4178,7 @@ func (m *DnsRecord) Unmarshal(dAtA []byte) error {
iNdEx = postIndex
case 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ApplicationDeploymentRequest", wireType)
return fmt.Errorf("proto: wrong wireType = %d for field Request", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
@ -4208,7 +4206,7 @@ func (m *DnsRecord) Unmarshal(dAtA []byte) error {
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.ApplicationDeploymentRequest = string(dAtA[iNdEx:postIndex])
m.Request = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 20:
if wireType != 2 {