gitlab-kas-grpc 19.2.0.pre.rc1 → 19.2.0.pre.rc43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/buf/validate/validate_pb.rb +3 -1
- data/lib/internal/module/agent_tracker/agent_tracker_pb.rb +3 -2
- data/lib/internal/module/agent_tracker/rpc/rpc_pb.rb +3 -2
- data/lib/internal/module/autoflow/rpc/rpc_pb.rb +5 -4
- data/lib/internal/module/configuration_project/rpc/rpc_pb.rb +2 -2
- data/lib/internal/module/managed_resources/managed_resources_pb.rb +1 -1
- data/lib/internal/module/managed_resources/rpc/rpc_pb.rb +2 -2
- data/lib/internal/module/server_info/rpc/rpc_pb.rb +2 -2
- data/lib/internal/module/server_info/server_info_pb.rb +4 -1
- data/lib/pkg/autoflow/constraint_pb.rb +20 -0
- data/lib/pkg/autoflow/named_value_pb.rb +22 -0
- data/lib/pkg/autoflow/value_pb.rb +6 -4
- data/lib/pkg/constraint/constraint_pb.rb +1 -1
- data/lib/pkg/entity/agentk/agentk_pb.rb +2 -1
- data/lib/pkg/entity/agentw/agentw_pb.rb +2 -1
- data/lib/pkg/entity/runnerc/runnerc_pb.rb +2 -1
- data/lib/pkg/event/event_pb.rb +2 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f4fb98a9bb86e7591ff34b3d5f6837541f77acaab030ffd86ce38abe4198949
|
|
4
|
+
data.tar.gz: 88ad20820ebcde95409b778866a89051827295a4785d70907529e8db554d8b4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a4b098db5357227b1d0b3e28addf1eb01d58ab14a63a43b98c05995111becff3030c38ad1c452cae29b319a4f5d3922991f2062172bc7a569c41220f7cd351c
|
|
7
|
+
data.tar.gz: 1e33c9db6e71bf9cef234bd28d503228dee910227858b0fdede62b23d941ef3e7029a88adf010c3f8bc642623da336b0d48dcc3f31e1c2d53b212bcf4b29bec4
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
descriptor_data = "\n\x1b\x62uf/validate/validate.proto\x12\x0c\x62uf.validate\"\x18\n\x0bStringRules*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
8
|
+
descriptor_data = "\n\x1b\x62uf/validate/validate.proto\x12\x0c\x62uf.validate\"\x18\n\x0bStringRules*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x17\n\nInt64Rules*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x18\n\x0bUInt32Rules*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
9
9
|
|
|
10
10
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
11
11
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -13,5 +13,7 @@ pool.add_serialized_file(descriptor_data)
|
|
|
13
13
|
module Buf
|
|
14
14
|
module Validate
|
|
15
15
|
StringRules = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("buf.validate.StringRules").msgclass
|
|
16
|
+
Int64Rules = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("buf.validate.Int64Rules").msgclass
|
|
17
|
+
UInt32Rules = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("buf.validate.UInt32Rules").msgclass
|
|
16
18
|
end
|
|
17
19
|
end
|
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
|
+
require 'buf/validate/validate_pb'
|
|
7
8
|
require 'google/protobuf/timestamp_pb'
|
|
9
|
+
require 'pkg/constraint/constraint_pb'
|
|
8
10
|
require 'pkg/entity/agentk/agentk_pb'
|
|
9
11
|
require 'pkg/entity/agentw/agentw_pb'
|
|
10
12
|
require 'pkg/entity/runnerc/runnerc_pb'
|
|
11
|
-
require 'buf/validate/validate_pb'
|
|
12
13
|
|
|
13
14
|
|
|
14
|
-
descriptor_data = "\n1internal/module/agent_tracker/agent_tracker.proto\x12\x1agitlab.agent.agent_tracker\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1epkg/entity/agentk/agentk.proto\x1a\x1epkg/entity/agentw/agentw.proto\x1a pkg/entity/runnerc/runnerc.proto\
|
|
15
|
+
descriptor_data = "\n1internal/module/agent_tracker/agent_tracker.proto\x12\x1agitlab.agent.agent_tracker\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1fpkg/constraint/constraint.proto\x1a\x1epkg/entity/agentk/agentk.proto\x1a\x1epkg/entity/agentw/agentw.proto\x1a pkg/entity/runnerc/runnerc.proto\"\xa1\x02\n\x13\x43onnectedAgentkInfo\x12H\n\nagent_meta\x18\x01 \x01(\x0b\x32 .gitlab.agent.entity.agentk.MetaB\x06\xbaH\x03\xc8\x01\x01R\nagent_meta\x12H\n\x0c\x63onnected_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x08\xbaH\x05\xb2\x01\x02*\x00R\x0c\x63onnected_at\x12$\n\rconnection_id\x18\x03 \x01(\x03R\rconnection_id\x12%\n\x08\x61gent_id\x18\x04 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x08\x61gent_id\x12)\n\nproject_id\x18\x05 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\nproject_id\"\xd0\x01\n\x14\x44isconnectAgentkInfo\x12@\n\nagent_meta\x18\x01 \x01(\x0b\x32 .gitlab.agent.entity.agentk.MetaR\nagent_meta\x12$\n\rconnection_id\x18\x02 \x01(\x03R\rconnection_id\x12%\n\x08\x61gent_id\x18\x03 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x08\x61gent_id\x12)\n\nproject_id\x18\x04 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\nproject_id\"\xfe\x01\n\x13\x43onnectedAgentwInfo\x12H\n\nagent_meta\x18\x01 \x01(\x0b\x32 .gitlab.agent.entity.agentw.MetaB\x06\xbaH\x03\xc8\x01\x01R\nagent_meta\x12H\n\x0c\x63onnected_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x08\xbaH\x05\xb2\x01\x02*\x00R\x0c\x63onnected_at\x12$\n\rconnection_id\x18\x03 \x01(\x03R\rconnection_id\x12-\n\x0cworkspace_id\x18\x04 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x0cworkspace_id\"\xad\x01\n\x14\x44isconnectAgentwInfo\x12@\n\nagent_meta\x18\x01 \x01(\x0b\x32 .gitlab.agent.entity.agentw.MetaR\nagent_meta\x12$\n\rconnection_id\x18\x02 \x01(\x03R\rconnection_id\x12-\n\x0cworkspace_id\x18\x03 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x0cworkspace_id\"\x81\x02\n\x1d\x43onnectedRunnerControllerInfo\x12I\n\nagent_meta\x18\x01 \x01(\x0b\x32!.gitlab.agent.entity.runnerc.MetaB\x06\xbaH\x03\xc8\x01\x01R\nagent_meta\x12H\n\x0c\x63onnected_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x08\xbaH\x05\xb2\x01\x02*\x00R\x0c\x63onnected_at\x12$\n\rconnection_id\x18\x03 \x01(\x03R\rconnection_id\x12%\n\x08\x61gent_id\x18\x04 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x08\x61gent_id\"\xb0\x01\n\x1e\x44isconnectRunnerControllerInfo\x12\x41\n\nagent_meta\x18\x01 \x01(\x0b\x32!.gitlab.agent.entity.runnerc.MetaR\nagent_meta\x12$\n\rconnection_id\x18\x02 \x01(\x03R\rconnection_id\x12%\n\x08\x61gent_id\x18\x03 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x08\x61gent_id\"M\n\x0c\x41gentPodInfo\x12%\n\x08\x61gent_id\x18\x01 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x08\x61gent_id\x12\x16\n\x06pod_id\x18\x02 \x01(\x03R\x06pod_idB_ZXgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/internal/module/agent_tracker\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
15
16
|
|
|
16
17
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
17
18
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
|
+
require 'buf/validate/validate_pb'
|
|
7
8
|
require 'google/protobuf/timestamp_pb'
|
|
9
|
+
require 'pkg/constraint/constraint_pb'
|
|
8
10
|
require 'pkg/entity/agentk/agentk_pb'
|
|
9
|
-
require 'buf/validate/validate_pb'
|
|
10
11
|
|
|
11
12
|
|
|
12
|
-
descriptor_data = "\n+internal/module/agent_tracker/rpc/rpc.proto\x12\x1egitlab.agent.agent_tracker.rpc\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\
|
|
13
|
+
descriptor_data = "\n+internal/module/agent_tracker/rpc/rpc.proto\x12\x1egitlab.agent.agent_tracker.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1fpkg/constraint/constraint.proto\x1a\x1epkg/entity/agentk/agentk.proto\"S\n$GetConnectedAgentksByAgentIDsRequest\x12+\n\tagent_ids\x18\x01 \x03(\x03\x42\x0e\xbaH\x0b\x92\x01\x08\"\x06\"\x04\x88\xdd^\x01R\x08\x61gentIds\"p\n%GetConnectedAgentksByAgentIDsResponse\x12G\n\x06\x61gents\x18\x01 \x03(\x0b\x32/.gitlab.agent.agent_tracker.rpc.ConnectedAgentkR\x06\x61gents\"M\n!CountAgentsByAgentVersionsRequest\x12(\n\nagent_type\x18\x01 \x01(\x05\x42\t\xbaH\x06\x1a\x04\x30\x00\x30\x01R\tagentType\"\xe5\x01\n\"CountAgentsByAgentVersionsResponse\x12}\n\x0e\x61gent_versions\x18\x01 \x03(\x0b\x32U.gitlab.agent.agent_tracker.rpc.CountAgentsByAgentVersionsResponse.AgentVersionsEntryR\x0e\x61gent_versions\x1a@\n\x12\x41gentVersionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x03R\x05value:\x02\x38\x01\"\xe7\x02\n\x0f\x43onnectedAgentk\x12H\n\nagent_meta\x18\x01 \x01(\x0b\x32 .gitlab.agent.entity.agentk.MetaB\x06\xbaH\x03\xc8\x01\x01R\nagent_meta\x12H\n\x0c\x63onnected_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x08\xbaH\x05\xb2\x01\x02*\x00R\x0c\x63onnected_at\x12$\n\rconnection_id\x18\x03 \x01(\x03R\rconnection_id\x12%\n\x08\x61gent_id\x18\x04 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x08\x61gent_id\x12)\n\nproject_id\x18\x05 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\nproject_id\x12H\n\x08warnings\x18\x06 \x03(\x0b\x32,.gitlab.agent.agent_tracker.rpc.AgentWarningR\x08warnings\"q\n\x0c\x41gentWarning\x12O\n\x07version\x18\x01 \x01(\x0b\x32\x33.gitlab.agent.agent_tracker.rpc.AgentWarningVersionH\x00R\x07versionB\x10\n\x07warning\x12\x05\xbaH\x02\x08\x01\"o\n\x13\x41gentWarningVersion\x12!\n\x07message\x18\x01 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x07message\x12\x35\n\x04type\x18\x02 \x01(\tB!\xbaH\x1er\x1cR\x07UNKNOWNR\x08OUTDATEDR\x07TOO_NEWR\x04type2\xed\x02\n\x0c\x41gentTracker\x12\xb1\x01\n\x1dGetConnectedAgentksByAgentIDs\x12\x44.gitlab.agent.agent_tracker.rpc.GetConnectedAgentksByAgentIDsRequest\x1a\x45.gitlab.agent.agent_tracker.rpc.GetConnectedAgentksByAgentIDsResponse\"\x03\x90\x02\x01\x12\xa8\x01\n\x1a\x43ountAgentsByAgentVersions\x12\x41.gitlab.agent.agent_tracker.rpc.CountAgentsByAgentVersionsRequest\x1a\x42.gitlab.agent.agent_tracker.rpc.CountAgentsByAgentVersionsResponse\"\x03\x90\x02\x01\x42\x63Z\\gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/internal/module/agent_tracker/rpc\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
13
14
|
|
|
14
15
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
15
16
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -5,12 +5,16 @@
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
7
|
require 'buf/validate/validate_pb'
|
|
8
|
+
require 'google/protobuf/duration_pb'
|
|
8
9
|
require 'google/protobuf/timestamp_pb'
|
|
10
|
+
require 'pkg/autoflow/constraint_pb'
|
|
11
|
+
require 'pkg/autoflow/named_value_pb'
|
|
12
|
+
require 'pkg/autoflow/result_pb'
|
|
9
13
|
require 'pkg/autoflow/value_pb'
|
|
10
14
|
require 'pkg/constraint/constraint_pb'
|
|
11
15
|
|
|
12
16
|
|
|
13
|
-
descriptor_data = "\n&internal/module/autoflow/rpc/rpc.proto\x12\x19gitlab.agent.autoflow.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x18pkg/autoflow/value.proto\x1a\x1fpkg/constraint/constraint.proto\"\
|
|
17
|
+
descriptor_data = "\n&internal/module/autoflow/rpc/rpc.proto\x12\x19gitlab.agent.autoflow.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dpkg/autoflow/constraint.proto\x1a\x1epkg/autoflow/named_value.proto\x1a\x19pkg/autoflow/result.proto\x1a\x18pkg/autoflow/value.proto\x1a\x1fpkg/constraint/constraint.proto\"\x95\x03\n\x14StartWorkflowRequest\x12-\n\x0cidentity_key\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xd0\x83g\x01R\x0cidentity_key\x12=\n\x13workflow_definition\x18\x02 \x01(\x0c\x42\x0b\xbaH\x08z\x06\x10\x01\x18\x80\xa0\x06R\x13workflow_definition\x12\x30\n\x04\x61rgs\x18\x03 \x03(\x0b\x32\x1c.gitlab.agent.autoflow.ValueR\x04\x61rgs\x12\x39\n\x06kwargs\x18\x04 \x03(\x0b\x32!.gitlab.agent.autoflow.NamedValueR\x06kwargs\x12\x35\n\x0cnamespace_id\x18\x05 \x01(\x03\x42\x11\xaa\x01\x02\x08\x01\xbaH\t\"\x04\x88\xdd^\x01\xc8\x01\x01R\x0cnamespace_id\x12k\n\x1cschedule_to_complete_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x0f\xbaH\x0c\xaa\x01\t\"\x05\x08\x80\xb4\xbc\x02*\x00R\x19scheduleToCompleteTimeout\"F\n\x15StartWorkflowResponse\x12-\n\x0cworkflow_key\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xe0\x83g\x01R\x0cworkflow_key\"C\n\x12GetWorkflowRequest\x12-\n\x0cworkflow_key\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xe0\x83g\x01R\x0cworkflow_key\"\x81\x03\n\x13GetWorkflowResponse\x12-\n\x0cworkflow_key\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xe0\x83g\x01R\x0cworkflow_key\x12\x1d\n\x04name\x18\x02 \x01(\tB\t\xbaH\x06r\x04\xf0\x9e^\x01R\x04name\x12-\n\x0cidentity_key\x18\x03 \x01(\tB\t\xbaH\x06r\x04\xd0\x83g\x01R\x0cidentity_key\x12>\n\x05state\x18\x04 \x01(\x0e\x32(.gitlab.agent.autoflow.rpc.WorkflowStateR\x05state\x12:\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncreated_at\x12:\n\nupdated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nupdated_at\x12\x35\n\x06result\x18\x07 \x01(\x0b\x32\x1d.gitlab.agent.autoflow.ResultR\x06result\"F\n\x15\x43\x61ncelWorkflowRequest\x12-\n\x0cworkflow_key\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xe0\x83g\x01R\x0cworkflow_key\"\x18\n\x16\x43\x61ncelWorkflowResponse*\xe1\x01\n\rWorkflowState\x12\x1e\n\x1aWORKFLOW_STATE_UNSPECIFIED\x10\x00\x12\x1a\n\x16WORKFLOW_STATE_RUNNING\x10\x01\x12\x1c\n\x18WORKFLOW_STATE_COMPLETED\x10\x02\x12\x19\n\x15WORKFLOW_STATE_FAILED\x10\x03\x12\x1b\n\x17WORKFLOW_STATE_CANCELED\x10\x04\x12\x1c\n\x18WORKFLOW_STATE_TIMED_OUT\x10\x05\x12 \n\x1cWORKFLOW_STATE_SYSTEM_FAILED\x10\x06\x32\xf2\x02\n\x08\x41utoFlow\x12w\n\rStartWorkflow\x12/.gitlab.agent.autoflow.rpc.StartWorkflowRequest\x1a\x30.gitlab.agent.autoflow.rpc.StartWorkflowResponse\"\x03\x90\x02\x02\x12q\n\x0bGetWorkflow\x12-.gitlab.agent.autoflow.rpc.GetWorkflowRequest\x1a..gitlab.agent.autoflow.rpc.GetWorkflowResponse\"\x03\x90\x02\x01\x12z\n\x0e\x43\x61ncelWorkflow\x12\x30.gitlab.agent.autoflow.rpc.CancelWorkflowRequest\x1a\x31.gitlab.agent.autoflow.rpc.CancelWorkflowResponse\"\x03\x90\x02\x02\x42}ZWgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/internal/module/autoflow/rpc\xea\x02\x1cGitlab::Agent::AutoFlow::Rpc\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
14
18
|
|
|
15
19
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
16
20
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -23,9 +27,6 @@ module Gitlab
|
|
|
23
27
|
StartWorkflowResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.StartWorkflowResponse").msgclass
|
|
24
28
|
GetWorkflowRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.GetWorkflowRequest").msgclass
|
|
25
29
|
GetWorkflowResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.GetWorkflowResponse").msgclass
|
|
26
|
-
GetWorkflowResponse::Output = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.GetWorkflowResponse.Output").msgclass
|
|
27
|
-
GetWorkflowResponse::Completed = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.GetWorkflowResponse.Completed").msgclass
|
|
28
|
-
GetWorkflowResponse::Error = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.GetWorkflowResponse.Error").msgclass
|
|
29
30
|
CancelWorkflowRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.CancelWorkflowRequest").msgclass
|
|
30
31
|
CancelWorkflowResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.CancelWorkflowResponse").msgclass
|
|
31
32
|
WorkflowState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.WorkflowState").enummodule
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
|
-
require 'pkg/constraint/constraint_pb'
|
|
8
7
|
require 'buf/validate/validate_pb'
|
|
8
|
+
require 'pkg/constraint/constraint_pb'
|
|
9
9
|
require 'pkg/entity/entity_pb'
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
descriptor_data = "\n3internal/module/configuration_project/rpc/rpc.proto\x12&gitlab.agent.configuration_project.rpc\x1a\
|
|
12
|
+
descriptor_data = "\n3internal/module/configuration_project/rpc/rpc.proto\x12&gitlab.agent.configuration_project.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fpkg/constraint/constraint.proto\x1a\x17pkg/entity/entity.proto\"\xdd\x01\n\x1bListAgentConfigFilesRequest\x12M\n\nrepository\x18\x01 \x01(\x0b\x32%.gitlab.agent.entity.GitalyRepositoryB\x06\xbaH\x03\xc8\x01\x01R\nrepository\x12H\n\x0bgitaly_info\x18\x02 \x01(\x0b\x32\x1f.gitlab.agent.entity.GitalyInfoB\x06\xbaH\x03\xc8\x01\x01R\ngitalyInfo\x12%\n\x0e\x64\x65\x66\x61ult_branch\x18\x03 \x01(\tR\rdefaultBranch\"{\n\x1cListAgentConfigFilesResponse\x12[\n\x0c\x63onfig_files\x18\x01 \x03(\x0b\x32\x37.gitlab.agent.configuration_project.rpc.AgentConfigFileR\x0c\x63onfig_files\"P\n\x0f\x41gentConfigFile\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12)\n\nagent_name\x18\x02 \x01(\tB\t\xbaH\x06r\x04\xd0\x9e^\x01R\nagent_name2\xbf\x01\n\x14\x43onfigurationProject\x12\xa6\x01\n\x14ListAgentConfigFiles\x12\x43.gitlab.agent.configuration_project.rpc.ListAgentConfigFilesRequest\x1a\x44.gitlab.agent.configuration_project.rpc.ListAgentConfigFilesResponse\"\x03\x90\x02\x01\x42kZdgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/internal/module/configuration_project/rpc\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
13
13
|
|
|
14
14
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -8,7 +8,7 @@ require 'buf/validate/validate_pb'
|
|
|
8
8
|
require 'pkg/constraint/constraint_pb'
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
descriptor_data = "\n9internal/module/managed_resources/managed_resources.proto\x12\x1egitlab.agent.managed_resources\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fpkg/constraint/constraint.proto\"
|
|
11
|
+
descriptor_data = "\n9internal/module/managed_resources/managed_resources.proto\x12\x1egitlab.agent.managed_resources\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fpkg/constraint/constraint.proto\"]\n\x05\x41gent\x12\x19\n\x02id\x18\x01 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x02id\x12\x1d\n\x04name\x18\x02 \x01(\tB\t\xbaH\x06r\x04\xd0\x9e^\x01R\x04name\x12\x1a\n\x03url\x18\x03 \x01(\tB\x08\xbaH\x05r\x03\x88\x01\x01R\x03url\"%\n\x08Pipeline\x12\x19\n\x02id\x18\x01 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x02id\"z\n\x07Project\x12\x19\n\x02id\x18\x01 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x02id\x12\x1b\n\x04slug\x18\x02 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x04slug\x12\x1b\n\x04path\x18\x03 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x04path\x12\x1a\n\x03url\x18\x04 \x01(\tB\x08\xbaH\x05r\x03\x88\x01\x01R\x03url\" \n\x03Job\x12\x19\n\x02id\x18\x01 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x02id\"F\n\x04User\x12\x19\n\x02id\x18\x01 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x02id\x12#\n\x08username\x18\x02 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x08username\"\xc5\x01\n\x0b\x45nvironment\x12\x19\n\x02id\x18\x01 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x02id\x12\x1b\n\x04name\x18\x02 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x04name\x12\x1b\n\x04slug\x18\x03 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x04slug\x12\x1f\n\x03url\x18\x04 \x01(\tB\r\xaa\x01\x02\x08\x01\xbaH\x05r\x03\x88\x01\x01R\x03url\x12#\n\x08page_url\x18\x05 \x01(\tB\x08\xbaH\x05r\x03\x88\x01\x01R\x07pageUrl\x12\x1b\n\x04tier\x18\x06 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x04tier\"\xf1\x03\n\x0eTemplatingInfo\x12\x43\n\x05\x61gent\x18\x01 \x01(\x0b\x32%.gitlab.agent.managed_resources.AgentB\x06\xbaH\x03\xc8\x01\x01R\x05\x61gent\x12U\n\x0b\x65nvironment\x18\x02 \x01(\x0b\x32+.gitlab.agent.managed_resources.EnvironmentB\x06\xbaH\x03\xc8\x01\x01R\x0b\x65nvironment\x12I\n\x07project\x18\x04 \x01(\x0b\x32\'.gitlab.agent.managed_resources.ProjectB\x06\xbaH\x03\xc8\x01\x01R\x07project\x12L\n\x08pipeline\x18\x05 \x01(\x0b\x32(.gitlab.agent.managed_resources.PipelineB\x06\xbaH\x03\xc8\x01\x01R\x08pipeline\x12=\n\x03job\x18\x06 \x01(\x0b\x32#.gitlab.agent.managed_resources.JobB\x06\xbaH\x03\xc8\x01\x01R\x03job\x12@\n\x04user\x18\x07 \x01(\x0b\x32$.gitlab.agent.managed_resources.UserB\x06\xbaH\x03\xc8\x01\x01R\x04user\x12)\n\x10legacy_namespace\x18\x08 \x01(\tR\x0flegacyNamespace\"\xe0\x05\n\x0f\x45nvironmentInfo\x12\x31\n\x0e\x65nvironment_id\x18\x01 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x0e\x65nvironment_id\x12\x33\n\x10\x65nvironment_name\x18\x02 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x10\x65nvironment_name\x12\x33\n\x10\x65nvironment_slug\x18\x03 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x10\x65nvironment_slug\x12\x37\n\x0f\x65nvironment_url\x18\x04 \x01(\tB\r\xaa\x01\x02\x08\x01\xbaH\x05r\x03\x88\x01\x01R\x0f\x65nvironment_url\x12<\n\x14\x65nvironment_page_url\x18\x05 \x01(\tB\x08\xbaH\x05r\x03\x88\x01\x01R\x14\x65nvironment_page_url\x12\x33\n\x10\x65nvironment_tier\x18\x06 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x10\x65nvironment_tier\x12%\n\x08\x61gent_id\x18\x07 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x08\x61gent_id\x12)\n\nagent_name\x18\x08 \x01(\tB\t\xbaH\x06r\x04\xd0\x9e^\x01R\nagent_name\x12&\n\tagent_url\x18\t \x01(\tB\x08\xbaH\x05r\x03\x88\x01\x01R\tagent_url\x12)\n\nproject_id\x18\n \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\nproject_id\x12+\n\x0cproject_slug\x18\x0b \x01(\tB\x07\xbaH\x04r\x02 \x01R\x0cproject_slug\x12+\n\x0cproject_path\x18\x0c \x01(\tB\x07\xbaH\x04r\x02 \x01R\x0cproject_path\x12*\n\x0bproject_url\x18\r \x01(\tB\x08\xbaH\x05r\x03\x88\x01\x01R\x0bproject_url\x12-\n\rtemplate_name\x18\x0e \x01(\tB\x07\xbaH\x04r\x02 \x01R\rtemplate_name\x12*\n\x10legacy_namespace\x18\x0f \x01(\tR\x10legacy_namespace\"F\n\x13\x45nvironmentTemplate\x12\x1b\n\x04name\x18\x01 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x04name\x12\x12\n\x04\x64\x61ta\x18\x02 \x01(\x0cR\x04\x64\x61ta\"N\n\x1bRenderedEnvironmentTemplate\x12\x1b\n\x04name\x18\x01 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x04name\x12\x12\n\x04\x64\x61ta\x18\x02 \x01(\x0cR\x04\x64\x61taBcZ\\gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/internal/module/managed_resources\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
12
12
|
|
|
13
13
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
14
14
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -6,11 +6,11 @@ require 'google/protobuf'
|
|
|
6
6
|
|
|
7
7
|
require 'buf/validate/validate_pb'
|
|
8
8
|
require 'internal/module/managed_resources/managed_resources_pb'
|
|
9
|
-
require 'pkg/entity/entity_pb'
|
|
10
9
|
require 'pkg/constraint/constraint_pb'
|
|
10
|
+
require 'pkg/entity/entity_pb'
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
descriptor_data = "\n/internal/module/managed_resources/rpc/rpc.proto\x12\"gitlab.agent.managed_resources.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a\x39internal/module/managed_resources/managed_resources.proto\x1a\
|
|
13
|
+
descriptor_data = "\n/internal/module/managed_resources/rpc/rpc.proto\x12\"gitlab.agent.managed_resources.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a\x39internal/module/managed_resources/managed_resources.proto\x1a\x1fpkg/constraint/constraint.proto\x1a\x17pkg/entity/entity.proto\"\x99\x01\n\x06Object\x12\x14\n\x05group\x18\x01 \x01(\tR\x05group\x12!\n\x07version\x18\x02 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x07version\x12\x1b\n\x04kind\x18\x03 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x04kind\x12\x1c\n\tnamespace\x18\x04 \x01(\tR\tnamespace\x12\x1b\n\x04name\x18\x05 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x04name\"x\n\x0bObjectError\x12J\n\x06object\x18\x01 \x01(\x0b\x32*.gitlab.agent.managed_resources.rpc.ObjectB\x06\xbaH\x03\xc8\x01\x01R\x06object\x12\x1d\n\x05\x65rror\x18\x02 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x05\x65rror\"s\n\x17\x45nvironmentTemplateInfo\x12)\n\nagent_name\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xd0\x9e^\x01R\nagent_name\x12-\n\rtemplate_name\x18\x02 \x01(\tB\x07\xbaH\x04r\x02 \x01R\rtemplate_name\"&\n$GetDefaultEnvironmentTemplateRequest\"\x80\x01\n%GetDefaultEnvironmentTemplateResponse\x12W\n\x08template\x18\x01 \x01(\x0b\x32\x33.gitlab.agent.managed_resources.EnvironmentTemplateB\x06\xbaH\x03\xc8\x01\x01R\x08template\"\xcd\x02\n\x1dGetEnvironmentTemplateRequest\x12,\n\rtemplate_name\x18\x01 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x0ctemplateName\x12(\n\nagent_name\x18\x02 \x01(\tB\t\xbaH\x06r\x04\xd0\x9e^\x01R\tagentName\x12H\n\x0bgitaly_info\x18\x03 \x01(\x0b\x32\x1f.gitlab.agent.entity.GitalyInfoB\x06\xbaH\x03\xc8\x01\x01R\ngitalyInfo\x12Z\n\x11gitaly_repository\x18\x04 \x01(\x0b\x32%.gitlab.agent.entity.GitalyRepositoryB\x06\xbaH\x03\xc8\x01\x01R\x10gitalyRepository\x12.\n\x0e\x64\x65\x66\x61ult_branch\x18\x05 \x01(\tB\x07\xbaH\x04r\x02 \x01R\rdefaultBranch\"y\n\x1eGetEnvironmentTemplateResponse\x12W\n\x08template\x18\x01 \x01(\x0b\x32\x33.gitlab.agent.managed_resources.EnvironmentTemplateB\x06\xbaH\x03\xc8\x01\x01R\x08template\"\xc7\x01\n RenderEnvironmentTemplateRequest\x12W\n\x08template\x18\x01 \x01(\x0b\x32\x33.gitlab.agent.managed_resources.EnvironmentTemplateB\x06\xbaH\x03\xc8\x01\x01R\x08template\x12J\n\x04info\x18\x02 \x01(\x0b\x32..gitlab.agent.managed_resources.TemplatingInfoB\x06\xbaH\x03\xc8\x01\x01R\x04info\"\x84\x01\n!RenderEnvironmentTemplateResponse\x12_\n\x08template\x18\x01 \x01(\x0b\x32;.gitlab.agent.managed_resources.RenderedEnvironmentTemplateB\x06\xbaH\x03\xc8\x01\x01R\x08template\"\xa6\x02\n\x1fListEnvironmentTemplatesRequest\x12-\n\nagent_name\x18\x01 \x01(\tB\x0e\xaa\x01\x02\x08\x01\xbaH\x06r\x04\xd0\x9e^\x01R\tagentName\x12H\n\x0bgitaly_info\x18\x02 \x01(\x0b\x32\x1f.gitlab.agent.entity.GitalyInfoB\x06\xbaH\x03\xc8\x01\x01R\ngitalyInfo\x12Z\n\x11gitaly_repository\x18\x03 \x01(\x0b\x32%.gitlab.agent.entity.GitalyRepositoryB\x06\xbaH\x03\xc8\x01\x01R\x10gitalyRepository\x12.\n\x0e\x64\x65\x66\x61ult_branch\x18\x04 \x01(\tB\x07\xbaH\x04r\x02 \x01R\rdefaultBranch\"u\n ListEnvironmentTemplatesResponse\x12Q\n\x05infos\x18\x01 \x03(\x0b\x32;.gitlab.agent.managed_resources.rpc.EnvironmentTemplateInfoR\x05infos\"\xc7\x01\n\x18\x45nsureEnvironmentRequest\x12_\n\x08template\x18\x01 \x01(\x0b\x32;.gitlab.agent.managed_resources.RenderedEnvironmentTemplateB\x06\xbaH\x03\xc8\x01\x01R\x08template\x12J\n\x04info\x18\x02 \x01(\x0b\x32..gitlab.agent.managed_resources.TemplatingInfoB\x06\xbaH\x03\xc8\x01\x01R\x04info\"\xaa\x01\n\x19\x45nsureEnvironmentResponse\x12\x44\n\x07objects\x18\x01 \x03(\x0b\x32*.gitlab.agent.managed_resources.rpc.ObjectR\x07objects\x12G\n\x06\x65rrors\x18\x02 \x03(\x0b\x32/.gitlab.agent.managed_resources.rpc.ObjectErrorR\x06\x65rrors\"\xe4\x01\n\x18\x44\x65leteEnvironmentRequest\x12$\n\x08\x61gent_id\x18\x01 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x07\x61gentId\x12(\n\nproject_id\x18\x02 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\tprojectId\x12\x32\n\x10\x65nvironment_slug\x18\x03 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x0f\x65nvironmentSlug\x12\x44\n\x07objects\x18\x04 \x03(\x0b\x32*.gitlab.agent.managed_resources.rpc.ObjectR\x07objects\"\xb2\x01\n\x19\x44\x65leteEnvironmentResponse\x12L\n\x0bin_progress\x18\x01 \x03(\x0b\x32*.gitlab.agent.managed_resources.rpc.ObjectR\x0bin_progress\x12G\n\x06\x65rrors\x18\x02 \x03(\x0b\x32/.gitlab.agent.managed_resources.rpc.ObjectErrorR\x06\x65rrors2\xfd\x07\n\x0bProvisioner\x12\xb9\x01\n\x1dGetDefaultEnvironmentTemplate\x12H.gitlab.agent.managed_resources.rpc.GetDefaultEnvironmentTemplateRequest\x1aI.gitlab.agent.managed_resources.rpc.GetDefaultEnvironmentTemplateResponse\"\x03\x90\x02\x01\x12\xaa\x01\n\x18ListEnvironmentTemplates\x12\x43.gitlab.agent.managed_resources.rpc.ListEnvironmentTemplatesRequest\x1a\x44.gitlab.agent.managed_resources.rpc.ListEnvironmentTemplatesResponse\"\x03\x90\x02\x01\x12\xa4\x01\n\x16GetEnvironmentTemplate\x12\x41.gitlab.agent.managed_resources.rpc.GetEnvironmentTemplateRequest\x1a\x42.gitlab.agent.managed_resources.rpc.GetEnvironmentTemplateResponse\"\x03\x90\x02\x01\x12\xad\x01\n\x19RenderEnvironmentTemplate\x12\x44.gitlab.agent.managed_resources.rpc.RenderEnvironmentTemplateRequest\x1a\x45.gitlab.agent.managed_resources.rpc.RenderEnvironmentTemplateResponse\"\x03\x90\x02\x01\x12\x95\x01\n\x11\x45nsureEnvironment\x12<.gitlab.agent.managed_resources.rpc.EnsureEnvironmentRequest\x1a=.gitlab.agent.managed_resources.rpc.EnsureEnvironmentResponse\"\x03\x90\x02\x02\x12\x95\x01\n\x11\x44\x65leteEnvironment\x12<.gitlab.agent.managed_resources.rpc.DeleteEnvironmentRequest\x1a=.gitlab.agent.managed_resources.rpc.DeleteEnvironmentResponse\"\x03\x90\x02\x02\x42gZ`gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/internal/module/managed_resources/rpc\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
14
14
|
|
|
15
15
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
16
16
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
|
-
require 'internal/module/server_info/server_info_pb'
|
|
8
7
|
require 'buf/validate/validate_pb'
|
|
8
|
+
require 'internal/module/server_info/server_info_pb'
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
descriptor_data = "\n)internal/module/server_info/rpc/rpc.proto\x12\x1cgitlab.agent.server_info.rpc\x1a-internal/module/server_info/server_info.proto\
|
|
11
|
+
descriptor_data = "\n)internal/module/server_info/rpc/rpc.proto\x12\x1cgitlab.agent.server_info.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a-internal/module/server_info/server_info.proto\"\x16\n\x14GetServerInfoRequest\"w\n\x15GetServerInfoResponse\x12^\n\x13\x63urrent_server_info\x18\x01 \x01(\x0b\x32$.gitlab.agent.server_info.ServerInfoB\x06\xbaH\x03\xc8\x01\x01R\x13\x63urrent_server_info2\x8b\x01\n\nServerInfo\x12}\n\rGetServerInfo\x12\x32.gitlab.agent.server_info.rpc.GetServerInfoRequest\x1a\x33.gitlab.agent.server_info.rpc.GetServerInfoResponse\"\x03\x90\x02\x01\x42\x61ZZgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/internal/module/server_info/rpc\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
12
12
|
|
|
13
13
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
14
14
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -4,8 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
|
+
require 'buf/validate/validate_pb'
|
|
8
|
+
require 'pkg/constraint/constraint_pb'
|
|
7
9
|
|
|
8
|
-
|
|
10
|
+
|
|
11
|
+
descriptor_data = "\n-internal/module/server_info/server_info.proto\x12\x18gitlab.agent.server_info\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fpkg/constraint/constraint.proto\"V\n\nServerInfo\x12#\n\x07version\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xe8\x9e^\x01R\x07version\x12#\n\x07git_ref\x18\x02 \x01(\tB\t\xbaH\x06r\x04\xe0\x9e^\x01R\x07git_refB]ZVgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/internal/module/server_info\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
9
12
|
|
|
10
13
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
11
14
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: pkg/autoflow/constraint.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'buf/validate/validate_pb'
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
descriptor_data = "\n\x1dpkg/autoflow/constraint.proto\x12\x15gitlab.agent.autoflow\x1a\x1b\x62uf/validate/validate.proto:\xe8\x01\n\x17is_autoflow_action_name\x12\x19.buf.validate.StringRules\x18\xb9\xf0\x0c \x01(\x08\x42\x93\x01\xc2H\x8f\x01\n\x8c\x01\n\x1estring.is_autoflow_action_name\x12+invalid action name; must be 1 to 255 bytes\x1a=!rule || (size(bytes(this)) >= 1 && size(bytes(this)) <= 255)R\x14isAutoflowActionName:\xd0\x01\n\x18is_autoflow_identity_key\x12\x19.buf.validate.StringRules\x18\xba\xf0\x0c \x01(\x08\x42z\xc2Hw\nu\n\x1fstring.is_autoflow_identity_key\x12/invalid identity key; must be at most 255 bytes\x1a!!rule || size(bytes(this)) <= 255R\x15isAutoflowIdentityKey:\xec\x01\n\x18is_autoflow_channel_name\x12\x19.buf.validate.StringRules\x18\xbb\xf0\x0c \x01(\x08\x42\x95\x01\xc2H\x91\x01\n\x8e\x01\n\x1fstring.is_autoflow_channel_name\x12,invalid channel name; must be 1 to 255 bytes\x1a=!rule || (size(bytes(this)) >= 1 && size(bytes(this)) <= 255)R\x15isAutoflowChannelName:\xe3\x01\n\x18is_autoflow_workflow_key\x12\x19.buf.validate.StringRules\x18\xbc\xf0\x0c \x01(\x08\x42\x8c\x01\xc2H\x88\x01\n\x85\x01\n\x16string.is_workflow_key\x12,invalid workflow key; must be 1 to 255 bytes\x1a=!rule || (size(bytes(this)) >= 1 && size(bytes(this)) <= 255)R\x15isAutoflowWorkflowKeyBRZPgitlab.com/gitlab-org/cluster-integration/gitlab-agent/pkg/autoflow/v19;autoflowb\x08\x65\x64itionsp\xe8\x07"
|
|
11
|
+
|
|
12
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
|
+
pool.add_serialized_file(descriptor_data)
|
|
14
|
+
|
|
15
|
+
module Gitlab
|
|
16
|
+
module Agent
|
|
17
|
+
module Autoflow
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: pkg/autoflow/named_value.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'buf/validate/validate_pb'
|
|
8
|
+
require 'pkg/autoflow/value_pb'
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
descriptor_data = "\n\x1epkg/autoflow/named_value.proto\x12\x15gitlab.agent.autoflow\x1a\x1b\x62uf/validate/validate.proto\x1a\x18pkg/autoflow/value.proto\"h\n\nNamedValue\x12\x1e\n\x04name\x18\x01 \x01(\tB\n\xbaH\x07r\x05 \x01(\xff\x01R\x04name\x12:\n\x05value\x18\x02 \x01(\x0b\x32\x1c.gitlab.agent.autoflow.ValueB\x06\xbaH\x03\xc8\x01\x01R\x05valueBWZPgitlab.com/gitlab-org/cluster-integration/gitlab-agent/pkg/autoflow/v19;autoflow\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
12
|
+
|
|
13
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
14
|
+
pool.add_serialized_file(descriptor_data)
|
|
15
|
+
|
|
16
|
+
module Gitlab
|
|
17
|
+
module Agent
|
|
18
|
+
module Autoflow
|
|
19
|
+
NamedValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.NamedValue").msgclass
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -6,11 +6,12 @@ require 'google/protobuf'
|
|
|
6
6
|
|
|
7
7
|
require 'buf/validate/validate_pb'
|
|
8
8
|
require 'google/protobuf/any_pb'
|
|
9
|
-
require 'google/protobuf/timestamp_pb'
|
|
10
9
|
require 'google/protobuf/duration_pb'
|
|
10
|
+
require 'google/protobuf/timestamp_pb'
|
|
11
|
+
require 'pkg/autoflow/constraint_pb'
|
|
11
12
|
|
|
12
13
|
|
|
13
|
-
descriptor_data = "\n\x18pkg/autoflow/value.proto\x12\x15gitlab.agent.autoflow\x1a\x1b\x62uf/validate/validate.proto\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\
|
|
14
|
+
descriptor_data = "\n\x18pkg/autoflow/value.proto\x12\x15gitlab.agent.autoflow\x1a\x1b\x62uf/validate/validate.proto\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dpkg/autoflow/constraint.proto\"A\n\tListValue\x12\x34\n\x06values\x18\x01 \x03(\x0b\x32\x1c.gitlab.agent.autoflow.ValueR\x06values\"B\n\nTupleValue\x12\x34\n\x06values\x18\x01 \x03(\x0b\x32\x1c.gitlab.agent.autoflow.ValueR\x06values\"@\n\x08SetValue\x12\x34\n\x06values\x18\x01 \x03(\x0b\x32\x1c.gitlab.agent.autoflow.ValueR\x06values\"z\n\x08KeyValue\x12\x36\n\x03key\x18\x01 \x01(\x0b\x32\x1c.gitlab.agent.autoflow.ValueB\x06\xbaH\x03\xc8\x01\x01R\x03key\x12\x36\n\x03val\x18\x02 \x01(\x0b\x32\x1c.gitlab.agent.autoflow.ValueB\x06\xbaH\x03\xc8\x01\x01R\x03val\"L\n\tDictValue\x12?\n\nkey_values\x18\x01 \x03(\x0b\x32\x1f.gitlab.agent.autoflow.KeyValueR\nkey_values\"1\n\x0eSensitiveBytes\x12\x1f\n\x05value\x18\x01 \x01(\x0c\x42\t\xbaH\x06z\x04\x18\x80\x80\x10R\x05value\"2\n\x0fSensitiveString\x12\x1f\n\x05value\x18\x01 \x01(\tB\t\xbaH\x06r\x04(\x80\x80\x10R\x05value\"-\n\x0c\x43hannelValue\x12\x1d\n\x04name\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xd8\x83g\x01R\x04name\"\xf9\x07\n\x05Value\x12\x42\n\nnone_value\x18\x01 \x01(\x0e\x32 .gitlab.agent.autoflow.NoneValueH\x00R\nnone_value\x12&\n\rinteger_value\x18\x02 \x01(\x03H\x00R\rinteger_value\x12\"\n\x0b\x66loat_value\x18\x03 \x01(\x01H\x00R\x0b\x66loat_value\x12/\n\x0cstring_value\x18\x04 \x01(\tB\t\xbaH\x06r\x04(\x80\x80\x10H\x00R\x0cstring_value\x12 \n\nbool_value\x18\x05 \x01(\x08H\x00R\nbool_value\x12-\n\x0b\x62ytes_value\x18\x06 \x01(\x0c\x42\t\xbaH\x06z\x04\x18\x80\x80\x10H\x00R\x0b\x62ytes_value\x12\x46\n\x0ftimestamp_value\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x0ftimestamp_value\x12\x43\n\x0e\x64uration_value\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationH\x00R\x0e\x64uration_value\x12\x42\n\nlist_value\x18\t \x01(\x0b\x32 .gitlab.agent.autoflow.ListValueH\x00R\nlist_value\x12\x45\n\x0btuple_value\x18\n \x01(\x0b\x32!.gitlab.agent.autoflow.TupleValueH\x00R\x0btuple_value\x12?\n\tset_value\x18\x0b \x01(\x0b\x32\x1f.gitlab.agent.autoflow.SetValueH\x00R\tset_value\x12\x42\n\ndict_value\x18\x0c \x01(\x0b\x32 .gitlab.agent.autoflow.DictValueH\x00R\ndict_value\x12<\n\rmessage_value\x18\r \x01(\x0b\x32\x14.google.protobuf.AnyH\x00R\rmessage_value\x12Q\n\x0fsensitive_bytes\x18\x0e \x01(\x0b\x32%.gitlab.agent.autoflow.SensitiveBytesH\x00R\x0fsensitive_bytes\x12T\n\x10sensitive_string\x18\x0f \x01(\x0b\x32&.gitlab.agent.autoflow.SensitiveStringH\x00R\x10sensitive_string\x12K\n\rchannel_value\x18\x10 \x01(\x0b\x32#.gitlab.agent.autoflow.ChannelValueH\x00R\rchannel_valueB\r\n\x04kind\x12\x05\xbaH\x02\x08\x01*\x1b\n\tNoneValue\x12\x0e\n\nNONE_VALUE\x10\x00\x42WZPgitlab.com/gitlab-org/cluster-integration/gitlab-agent/pkg/autoflow/v19;autoflow\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
14
15
|
|
|
15
16
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
16
17
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -23,8 +24,9 @@ module Gitlab
|
|
|
23
24
|
SetValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.SetValue").msgclass
|
|
24
25
|
KeyValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.KeyValue").msgclass
|
|
25
26
|
DictValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.DictValue").msgclass
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
SensitiveBytes = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.SensitiveBytes").msgclass
|
|
28
|
+
SensitiveString = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.SensitiveString").msgclass
|
|
29
|
+
ChannelValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.ChannelValue").msgclass
|
|
28
30
|
Value = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.Value").msgclass
|
|
29
31
|
NoneValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.NoneValue").enummodule
|
|
30
32
|
end
|
|
@@ -7,7 +7,7 @@ require 'google/protobuf'
|
|
|
7
7
|
require 'buf/validate/validate_pb'
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
descriptor_data = "\n\x1fpkg/constraint/constraint.proto\x12\x17gitlab.agent.constraint\x1a\x1b\x62uf/validate/validate.proto:\xac\x01\n\ris_agent_name\x12\x19.buf.validate.StringRules\x18\xea\xe3\x0b \x01(\x08\x42k\xc2Hh\nf\n\x14string.is_agent_name\x12\x12invalid agent name\x1a:!rule || this.matches(\'^[a-z0-9](?:[-a-z0-9]*[a-z0-9])?$\')R\x0bisAgentName:\
|
|
10
|
+
descriptor_data = "\n\x1fpkg/constraint/constraint.proto\x12\x17gitlab.agent.constraint\x1a\x1b\x62uf/validate/validate.proto:\xac\x01\n\ris_agent_name\x12\x19.buf.validate.StringRules\x18\xea\xe3\x0b \x01(\x08\x42k\xc2Hh\nf\n\x14string.is_agent_name\x12\x12invalid agent name\x1a:!rule || this.matches(\'^[a-z0-9](?:[-a-z0-9]*[a-z0-9])?$\')R\x0bisAgentName:\xa2\x01\n\nis_git_ref\x12\x19.buf.validate.StringRules\x18\xec\xe3\x0b \x01(\x08\x42g\xc2Hd\nb\n\x11string.is_git_ref\x12*invalid git ref; must be at most 255 bytes\x1a!!rule || size(bytes(this)) <= 255R\x08isGitRef:\xb2\x01\n\x10is_agent_version\x12\x19.buf.validate.StringRules\x18\xed\xe3\x0b \x01(\x08\x42k\xc2Hh\nf\n\x17string.is_agent_version\x12)invalid version; must be at most 50 bytes\x1a !rule || size(bytes(this)) <= 50R\x0eisAgentVersion:\xd6\x01\n\x10is_workflow_name\x12\x19.buf.validate.StringRules\x18\xee\xe3\x0b \x01(\x08\x42\x8e\x01\xc2H\x8a\x01\n\x87\x01\n\x17string.is_workflow_name\x12-invalid workflow name; must be 1 to 255 bytes\x1a=!rule || (size(bytes(this)) >= 1 && size(bytes(this)) <= 255)R\x0eisWorkflowName:t\n\x05is_id\x12\x18.buf.validate.Int64Rules\x18\xd1\xeb\x0b \x01(\x08\x42\x43\xc2H@\n>\n\x0bint64.is_id\x12\x1cinvalid id; must be positive\x1a\x11!rule || this > 0R\x04isId:\x82\x01\n\x07is_port\x12\x19.buf.validate.UInt32Rules\x18\xb9\xf3\x0b \x01(\x08\x42L\xc2HI\nG\n\x0euint32.is_port\x12\x1dinvalid port; must be 0-65535\x1a\x16!rule || this <= 65535R\x06isPort:\xa1\x01\n\ris_agent_type\x12\x19.buf.validate.UInt32Rules\x18\xba\xf3\x0b \x01(\x08\x42`\xc2H]\n[\n\x14uint32.is_agent_type\x12-invalid agent type; must be in [0..255] range\x1a\x14!rule || this <= 255R\x0bisAgentTypeBKZIgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/pkg/constraintb\x08\x65\x64itionsp\xe8\x07"
|
|
11
11
|
|
|
12
12
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -5,9 +5,10 @@
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
7
|
require 'buf/validate/validate_pb'
|
|
8
|
+
require 'pkg/constraint/constraint_pb'
|
|
8
9
|
|
|
9
10
|
|
|
10
|
-
descriptor_data = "\n\x1epkg/entity/agentk/agentk.proto\x12\x1agitlab.agent.entity.agentk\x1a\x1b\x62uf/validate/validate.proto\"\
|
|
11
|
+
descriptor_data = "\n\x1epkg/entity/agentk/agentk.proto\x12\x1agitlab.agent.entity.agentk\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fpkg/constraint/constraint.proto\"\x82\x04\n\x04Meta\x12#\n\x07version\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xe8\x9e^\x01R\x07version\x12)\n\tcommit_id\x18\x02 \x01(\tB\x0b\x18\x01\xbaH\x06r\x04\xe0\x9e^\x01R\tcommit_id\x12/\n\rpod_namespace\x18\x03 \x01(\tB\t\xbaH\x06r\x04 \x01(?R\rpod_namespace\x12&\n\x08pod_name\x18\x04 \x01(\tB\n\xbaH\x07r\x05 \x01(\xff\x01R\x08pod_name\x12]\n\x12kubernetes_version\x18\x05 \x01(\x0b\x32-.gitlab.agent.entity.agentk.KubernetesVersionR\x12kubernetes_version\x12#\n\x07git_ref\x18\x06 \x01(\tB\t\xbaH\x06r\x04\xe0\x9e^\x01R\x07git_ref\x12\x85\x01\n\x14\x65xtra_telemetry_data\x18\x07 \x03(\x0b\x32\x38.gitlab.agent.entity.agentk.Meta.ExtraTelemetryDataEntryB\x17\xbaH\x14\x9a\x01\x11\x10\x08\"\x06r\x04 \x03(@*\x05r\x03(\xff\x01R\x14\x65xtra_telemetry_data\x1a\x45\n\x17\x45xtraTelemetryDataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xa3\x01\n\x11KubernetesVersion\x12\x1d\n\x05major\x18\x01 \x01(\tB\x07\xbaH\x04r\x02(\x14R\x05major\x12\x1d\n\x05minor\x18\x02 \x01(\tB\x07\xbaH\x04r\x02(\x14R\x05minor\x12*\n\x0bgit_version\x18\x03 \x01(\tB\x08\xbaH\x05r\x03(\xff\x01R\x0bgit_version\x12$\n\x08platform\x18\x04 \x01(\tB\x08\xbaH\x05r\x03(\xff\x01R\x08platformBSZLgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/pkg/entity/agentk\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
11
12
|
|
|
12
13
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
14
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -5,9 +5,10 @@
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
7
|
require 'buf/validate/validate_pb'
|
|
8
|
+
require 'pkg/constraint/constraint_pb'
|
|
8
9
|
|
|
9
10
|
|
|
10
|
-
descriptor_data = "\n\x1epkg/entity/agentw/agentw.proto\x12\x1agitlab.agent.entity.agentw\x1a\x1b\x62uf/validate/validate.proto\"\
|
|
11
|
+
descriptor_data = "\n\x1epkg/entity/agentw/agentw.proto\x12\x1agitlab.agent.entity.agentw\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fpkg/constraint/constraint.proto\"\xcf\x02\n\x04Meta\x12#\n\x07version\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xe8\x9e^\x01R\x07version\x12#\n\x07git_ref\x18\x02 \x01(\tB\t\xbaH\x06r\x04\xe0\x9e^\x01R\x07git_ref\x12\x85\x01\n\x14\x65xtra_telemetry_data\x18\x03 \x03(\x0b\x32\x38.gitlab.agent.entity.agentw.Meta.ExtraTelemetryDataEntryB\x17\xbaH\x14\x9a\x01\x11\x10\x08\"\x06r\x04 \x03(@*\x05r\x03(\xff\x01R\x14\x65xtra_telemetry_data\x12.\n\x0c\x61rchitecture\x18\x04 \x01(\tB\n\xbaH\x07r\x05 \x01(\xff\x01R\x0c\x61rchitecture\x1a\x45\n\x17\x45xtraTelemetryDataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42SZLgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/pkg/entity/agentw\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
11
12
|
|
|
12
13
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
14
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -5,9 +5,10 @@
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
7
|
require 'buf/validate/validate_pb'
|
|
8
|
+
require 'pkg/constraint/constraint_pb'
|
|
8
9
|
|
|
9
10
|
|
|
10
|
-
descriptor_data = "\n pkg/entity/runnerc/runnerc.proto\x12\x1bgitlab.agent.entity.runnerc\x1a\x1b\x62uf/validate/validate.proto\"\
|
|
11
|
+
descriptor_data = "\n pkg/entity/runnerc/runnerc.proto\x12\x1bgitlab.agent.entity.runnerc\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fpkg/constraint/constraint.proto\"\xd0\x02\n\x04Meta\x12#\n\x07version\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xe8\x9e^\x01R\x07version\x12#\n\x07git_ref\x18\x02 \x01(\tB\t\xbaH\x06r\x04\xe0\x9e^\x01R\x07git_ref\x12\x86\x01\n\x14\x65xtra_telemetry_data\x18\x03 \x03(\x0b\x32\x39.gitlab.agent.entity.runnerc.Meta.ExtraTelemetryDataEntryB\x17\xbaH\x14\x9a\x01\x11\x10\x08\"\x06r\x04 \x03(@*\x05r\x03(\xff\x01R\x14\x65xtra_telemetry_data\x12.\n\x0c\x61rchitecture\x18\x04 \x01(\tB\n\xbaH\x07r\x05 \x01(\xff\x01R\x0c\x61rchitecture\x1a\x45\n\x17\x45xtraTelemetryDataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42TZMgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/pkg/entity/runnerc\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
11
12
|
|
|
12
13
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
14
|
pool.add_serialized_file(descriptor_data)
|
data/lib/pkg/event/event_pb.rb
CHANGED
|
@@ -7,9 +7,10 @@ require 'google/protobuf'
|
|
|
7
7
|
require 'buf/validate/validate_pb'
|
|
8
8
|
require 'google/protobuf/any_pb'
|
|
9
9
|
require 'google/protobuf/timestamp_pb'
|
|
10
|
+
require 'pkg/constraint/constraint_pb'
|
|
10
11
|
|
|
11
12
|
|
|
12
|
-
descriptor_data = "\n\x15pkg/event/event.proto\x12\x12gitlab.agent.event\x1a\x1b\x62uf/validate/validate.proto\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"M\n\x0cGitPushEvent\x12=\n\x07project\x18\x01 \x01(\x0b\x32\x1b.gitlab.agent.event.ProjectB\x06\xbaH\x03\xc8\x01\x01R\x07project\"
|
|
13
|
+
descriptor_data = "\n\x15pkg/event/event.proto\x12\x12gitlab.agent.event\x1a\x1b\x62uf/validate/validate.proto\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1fpkg/constraint/constraint.proto\"M\n\x0cGitPushEvent\x12=\n\x07project\x18\x01 \x01(\x0b\x32\x1b.gitlab.agent.event.ProjectB\x06\xbaH\x03\xc8\x01\x01R\x07project\"J\n\x07Project\x12\x19\n\x02id\x18\x01 \x01(\x03\x42\t\xbaH\x06\"\x04\x88\xdd^\x01R\x02id\x12$\n\tfull_path\x18\x02 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x08\x66ullPath\"\xed\x05\n\nCloudEvent\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02 \x01R\x02id\x12\x16\n\x06source\x18\x02 \x01(\tR\x06source\x12\"\n\x0cspec_version\x18\x03 \x01(\tR\x0cspec_version\x12\x12\n\x04type\x18\x04 \x01(\tR\x04type\x12N\n\nattributes\x18\x05 \x03(\x0b\x32..gitlab.agent.event.CloudEvent.AttributesEntryR\nattributes\x12\"\n\x0b\x62inary_data\x18\x06 \x01(\x0cH\x00R\x0b\x62inary_data\x12\x1e\n\ttext_data\x18\x07 \x01(\tH\x00R\ttext_data\x12\x36\n\nproto_data\x18\x08 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00R\nproto_data\x1av\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12M\n\x05value\x18\x02 \x01(\x0b\x32\x37.gitlab.agent.event.CloudEvent.CloudEventAttributeValueR\x05value:\x02\x38\x01\x1a\xa9\x02\n\x18\x43loudEventAttributeValue\x12 \n\nce_boolean\x18\x01 \x01(\x08H\x00R\nce_boolean\x12 \n\nce_integer\x18\x02 \x01(\x05H\x00R\nce_integer\x12\x1e\n\tce_string\x18\x03 \x01(\tH\x00R\tce_string\x12\x1c\n\x08\x63\x65_bytes\x18\x04 \x01(\x0cH\x00R\x08\x63\x65_bytes\x12\x18\n\x06\x63\x65_uri\x18\x05 \x01(\tH\x00R\x06\x63\x65_uri\x12 \n\nce_uri_ref\x18\x06 \x01(\tH\x00R\nce_uri_ref\x12@\n\x0c\x63\x65_timestamp\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00R\x0c\x63\x65_timestampB\r\n\x04\x61ttr\x12\x05\xbaH\x02\x08\x01\x42\x06\n\x04\x64\x61taBKZDgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/pkg/event\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
13
14
|
|
|
14
15
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
15
16
|
pool.add_serialized_file(descriptor_data)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitlab-kas-grpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 19.2.0.pre.
|
|
4
|
+
version: 19.2.0.pre.rc43
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tiger Watson
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2026-
|
|
13
|
+
date: 2026-07-14 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: grpc
|
|
@@ -55,6 +55,8 @@ files:
|
|
|
55
55
|
- lib/internal/module/server_info/rpc/rpc_pb.rb
|
|
56
56
|
- lib/internal/module/server_info/rpc/rpc_services_pb.rb
|
|
57
57
|
- lib/internal/module/server_info/server_info_pb.rb
|
|
58
|
+
- lib/pkg/autoflow/constraint_pb.rb
|
|
59
|
+
- lib/pkg/autoflow/named_value_pb.rb
|
|
58
60
|
- lib/pkg/autoflow/value_pb.rb
|
|
59
61
|
- lib/pkg/constraint/constraint_pb.rb
|
|
60
62
|
- lib/pkg/entity/agentk/agentk_pb.rb
|