cf-copilot 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +177 -0
- data/NOTICE +15 -0
- data/README.md +29 -0
- data/lib/cf-copilot.rb +70 -0
- data/lib/copilot/protos/cloud_controller_future_pb.rb +83 -0
- data/lib/copilot/protos/cloud_controller_future_services_pb.rb +32 -0
- data/lib/copilot/protos/cloud_controller_pb.rb +55 -0
- data/lib/copilot/protos/cloud_controller_services_pb.rb +26 -0
- data/lib/copilot/protos/common_pb.rb +17 -0
- data/lib/copilot/version.rb +5 -0
- metadata +111 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 7522696783d0357e83abbaca6b32ae769fbcbf0b
|
4
|
+
data.tar.gz: b9690b12c893f28dfa0f85fdf5735552db64fb1e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e9fdcc9add864e461608aa7ce6ccfb876e07c1c0422df330a628cf6438709696de4adbab4bf92a0554e963268d3157d709d5ceb71f9034a20c526fb5d79f7c8d
|
7
|
+
data.tar.gz: 3f622c5e6b6a7f74f8e9fe233212e5d2345c91449fe463fbfb890eb1827dea24a3c56d0e42b5cfbbed61f0b86bcd00c6142dcc08737f764ad99b02973c0b2a0f
|
data/LICENSE
ADDED
@@ -0,0 +1,177 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
data/NOTICE
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
Permissions Release
|
2
|
+
|
3
|
+
Copyright (c) 2017 CloudFoundry.org Foundation, Inc. All Rights Reserved.
|
4
|
+
|
5
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
you may not use this file except in compliance with the License.
|
7
|
+
You may obtain a copy of the License at
|
8
|
+
|
9
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
|
11
|
+
Unless required by applicable law or agreed to in writing, software
|
12
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
See the License for the specific language governing permissions and
|
15
|
+
limitations under the License.
|
data/README.md
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
### How to build and run a Docker image containing the necessary dependencies
|
2
|
+
|
3
|
+
Starting from the repo root:
|
4
|
+
```
|
5
|
+
export COPILOT_ROOT=$(pwd)
|
6
|
+
cd sdk/ruby
|
7
|
+
docker build -t protobuf-ruby-dependencies .
|
8
|
+
docker run -v $COPILOT_ROOT:/tmp/copilot -it protobuf-ruby-dependencies /bin/bash
|
9
|
+
cd /tmp/copilot
|
10
|
+
```
|
11
|
+
|
12
|
+
### How to generate services and messages from the `.proto` file
|
13
|
+
|
14
|
+
Starting from the repo root:
|
15
|
+
```
|
16
|
+
cd api/protos
|
17
|
+
protoc --ruby_out=../../sdk/ruby/lib/copilot/protos \
|
18
|
+
--grpc_out=../../sdk/ruby/lib/copilot/protos \
|
19
|
+
--plugin="protoc-gen-grpc=$(which grpc_tools_ruby_protoc_plugin)" \
|
20
|
+
./cloud_controller.proto
|
21
|
+
```
|
22
|
+
|
23
|
+
### How to build and install the `cf-copilot` ruby gem
|
24
|
+
|
25
|
+
Starting from the repo root:
|
26
|
+
```
|
27
|
+
cd sdk/ruby
|
28
|
+
gem build ./cf-copilot.gemspec && gem install cf-copilot
|
29
|
+
```
|
data/lib/cf-copilot.rb
ADDED
@@ -0,0 +1,70 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'copilot/protos/cloud_controller_pb'
|
4
|
+
require 'copilot/protos/cloud_controller_services_pb'
|
5
|
+
|
6
|
+
module Cloudfoundry
|
7
|
+
module Copilot
|
8
|
+
class Client
|
9
|
+
|
10
|
+
attr_reader :host, :port
|
11
|
+
|
12
|
+
def initialize(host:, port:, client_ca_file:, client_key_file:, client_chain_file:, timeout: 5)
|
13
|
+
@host = host
|
14
|
+
@port = port
|
15
|
+
@url = "#{host}:#{port}"
|
16
|
+
@timeout = timeout
|
17
|
+
@client_ca = File.open(client_ca_file).read
|
18
|
+
@client_key = File.open(client_key_file).read
|
19
|
+
@client_chain = File.open(client_chain_file).read
|
20
|
+
end
|
21
|
+
|
22
|
+
def health
|
23
|
+
request = Api::HealthRequest.new
|
24
|
+
service.health(request)
|
25
|
+
end
|
26
|
+
|
27
|
+
def upsert_route(guid:, host:)
|
28
|
+
route = Api::Route.new(guid: guid, host: host)
|
29
|
+
request = Api::UpsertRouteRequest.new(route: route)
|
30
|
+
service.upsert_route(request)
|
31
|
+
end
|
32
|
+
|
33
|
+
def delete_route(guid:)
|
34
|
+
request = Api::DeleteRouteRequest.new(guid: guid)
|
35
|
+
service.delete_route(request)
|
36
|
+
end
|
37
|
+
|
38
|
+
def map_route(capi_process_guid:, diego_process_guid:, route_guid:)
|
39
|
+
capi_process = Api::CapiProcess.new(guid: capi_process_guid, diego_process_guid: diego_process_guid)
|
40
|
+
route_mapping = Api::RouteMapping.new(capi_process: capi_process, route_guid: route_guid)
|
41
|
+
request = Api::MapRouteRequest.new(route_mapping: route_mapping)
|
42
|
+
service.map_route(request)
|
43
|
+
end
|
44
|
+
|
45
|
+
def unmap_route(capi_process_guid:, route_guid:)
|
46
|
+
request = Api::UnmapRouteRequest.new(capi_process_guid: capi_process_guid, route_guid: route_guid)
|
47
|
+
service.unmap_route(request)
|
48
|
+
end
|
49
|
+
|
50
|
+
# untested - this will change a lot and no one is using it yet
|
51
|
+
def bulk_sync(routes:, route_mappings:)
|
52
|
+
routes.map! { |route| Api::UpsertRouteRequest.new(route: route) }
|
53
|
+
route_mappings.map! { |mapping| Api::MapRouteRequest.new(route_mapping: mapping) }
|
54
|
+
|
55
|
+
request = Api::BulkSyncRequest.new(routes: routes, route_mappings: route_mappings)
|
56
|
+
service.bulk_sync(request)
|
57
|
+
end
|
58
|
+
|
59
|
+
private
|
60
|
+
|
61
|
+
def tls_credentials
|
62
|
+
@tls_credentials ||= GRPC::Core::ChannelCredentials.new(@client_ca, @client_key, @client_chain)
|
63
|
+
end
|
64
|
+
|
65
|
+
def service
|
66
|
+
@service ||= Api::CloudControllerCopilot::Stub.new(@url, tls_credentials, timeout: @timeout)
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|
70
|
+
end
|
@@ -0,0 +1,83 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: cloud_controller_future.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
7
|
+
add_message "cloudfoundry.copilot.protos.Route" do
|
8
|
+
optional :guid, :string, 1
|
9
|
+
optional :host, :string, 2
|
10
|
+
optional :path, :string, 3
|
11
|
+
end
|
12
|
+
add_message "cloudfoundry.copilot.protos.UpsertRouteRequest" do
|
13
|
+
optional :route, :message, 1, "cloudfoundry.copilot.protos.Route"
|
14
|
+
end
|
15
|
+
add_message "cloudfoundry.copilot.protos.UpsertRouteResponse" do
|
16
|
+
end
|
17
|
+
add_message "cloudfoundry.copilot.protos.DeleteRouteRequest" do
|
18
|
+
optional :guid, :string, 1
|
19
|
+
end
|
20
|
+
add_message "cloudfoundry.copilot.protos.DeleteRouteResponse" do
|
21
|
+
end
|
22
|
+
add_message "cloudfoundry.copilot.protos.CapiProcess" do
|
23
|
+
optional :guid, :string, 1
|
24
|
+
optional :diego_process_guid, :string, 2
|
25
|
+
optional :app_guid, :string, 3
|
26
|
+
end
|
27
|
+
add_message "cloudfoundry.copilot.protos.UpsertCapiProcessRequest" do
|
28
|
+
optional :capi_process, :message, 1, "cloudfoundry.copilot.protos.CapiProcess"
|
29
|
+
end
|
30
|
+
add_message "cloudfoundry.copilot.protos.UpsertCapiProcessResponse" do
|
31
|
+
end
|
32
|
+
add_message "cloudfoundry.copilot.protos.DeleteCapiProcessRequest" do
|
33
|
+
optional :guid, :string, 1
|
34
|
+
end
|
35
|
+
add_message "cloudfoundry.copilot.protos.DeleteCapiProcessResponse" do
|
36
|
+
end
|
37
|
+
add_message "cloudfoundry.copilot.protos.RouteMapping" do
|
38
|
+
optional :capi_process_guid, :string, 1
|
39
|
+
optional :route_guid, :string, 2
|
40
|
+
end
|
41
|
+
add_message "cloudfoundry.copilot.protos.MapRouteRequest" do
|
42
|
+
optional :route_mapping, :message, 1, "cloudfoundry.copilot.protos.RouteMapping"
|
43
|
+
end
|
44
|
+
add_message "cloudfoundry.copilot.protos.MapRouteResponse" do
|
45
|
+
end
|
46
|
+
add_message "cloudfoundry.copilot.protos.UnmapRouteRequest" do
|
47
|
+
optional :capi_process_guid, :string, 1
|
48
|
+
optional :route_guid, :string, 2
|
49
|
+
end
|
50
|
+
add_message "cloudfoundry.copilot.protos.UnmapRouteResponse" do
|
51
|
+
end
|
52
|
+
add_message "cloudfoundry.copilot.protos.BulkSyncRequest" do
|
53
|
+
repeated :routes, :message, 1, "cloudfoundry.copilot.protos.Route"
|
54
|
+
repeated :processes, :message, 2, "cloudfoundry.copilot.protos.CapiProcess"
|
55
|
+
repeated :route_mappings, :message, 3, "cloudfoundry.copilot.protos.RouteMapping"
|
56
|
+
end
|
57
|
+
add_message "cloudfoundry.copilot.protos.BulkSyncResponse" do
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
module Cloudfoundry
|
62
|
+
module Copilot
|
63
|
+
module Protos
|
64
|
+
Route = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.Route").msgclass
|
65
|
+
UpsertRouteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.UpsertRouteRequest").msgclass
|
66
|
+
UpsertRouteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.UpsertRouteResponse").msgclass
|
67
|
+
DeleteRouteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.DeleteRouteRequest").msgclass
|
68
|
+
DeleteRouteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.DeleteRouteResponse").msgclass
|
69
|
+
CapiProcess = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.CapiProcess").msgclass
|
70
|
+
UpsertCapiProcessRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.UpsertCapiProcessRequest").msgclass
|
71
|
+
UpsertCapiProcessResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.UpsertCapiProcessResponse").msgclass
|
72
|
+
DeleteCapiProcessRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.DeleteCapiProcessRequest").msgclass
|
73
|
+
DeleteCapiProcessResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.DeleteCapiProcessResponse").msgclass
|
74
|
+
RouteMapping = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.RouteMapping").msgclass
|
75
|
+
MapRouteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.MapRouteRequest").msgclass
|
76
|
+
MapRouteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.MapRouteResponse").msgclass
|
77
|
+
UnmapRouteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.UnmapRouteRequest").msgclass
|
78
|
+
UnmapRouteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.UnmapRouteResponse").msgclass
|
79
|
+
BulkSyncRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.BulkSyncRequest").msgclass
|
80
|
+
BulkSyncResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("cloudfoundry.copilot.protos.BulkSyncResponse").msgclass
|
81
|
+
end
|
82
|
+
end
|
83
|
+
end
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# Source: cloud_controller_future.proto for package 'cloudfoundry.copilot.protos'
|
3
|
+
|
4
|
+
require 'grpc'
|
5
|
+
require 'cloud_controller_future_pb'
|
6
|
+
|
7
|
+
module Cloudfoundry
|
8
|
+
module Copilot
|
9
|
+
module Protos
|
10
|
+
module CloudControllerCopilotFuture
|
11
|
+
class Service
|
12
|
+
|
13
|
+
include GRPC::GenericService
|
14
|
+
|
15
|
+
self.marshal_class_method = :encode
|
16
|
+
self.unmarshal_class_method = :decode
|
17
|
+
self.service_name = 'cloudfoundry.copilot.protos.CloudControllerCopilotFuture'
|
18
|
+
|
19
|
+
rpc :UpsertRoute, UpsertRouteRequest, UpsertRouteResponse
|
20
|
+
rpc :DeleteRoute, DeleteRouteRequest, DeleteRouteResponse
|
21
|
+
rpc :UpsertCapiProcess, UpsertCapiProcessRequest, UpsertCapiProcessResponse
|
22
|
+
rpc :DeleteCapiProcess, DeleteCapiProcessRequest, DeleteCapiProcessResponse
|
23
|
+
rpc :MapRoute, MapRouteRequest, MapRouteResponse
|
24
|
+
rpc :UnmapRoute, UnmapRouteRequest, UnmapRouteResponse
|
25
|
+
rpc :BulkSync, BulkSyncRequest, BulkSyncResponse
|
26
|
+
end
|
27
|
+
|
28
|
+
Stub = Service.rpc_stub_class
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
@@ -0,0 +1,55 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: cloud_controller.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
require 'common_pb'
|
7
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
8
|
+
add_message "api.Route" do
|
9
|
+
optional :guid, :string, 1
|
10
|
+
optional :host, :string, 2
|
11
|
+
end
|
12
|
+
add_message "api.UpsertRouteRequest" do
|
13
|
+
optional :route, :message, 1, "api.Route"
|
14
|
+
end
|
15
|
+
add_message "api.UpsertRouteResponse" do
|
16
|
+
end
|
17
|
+
add_message "api.DeleteRouteRequest" do
|
18
|
+
optional :guid, :string, 1
|
19
|
+
end
|
20
|
+
add_message "api.DeleteRouteResponse" do
|
21
|
+
end
|
22
|
+
add_message "api.CapiProcess" do
|
23
|
+
optional :guid, :string, 1
|
24
|
+
optional :diego_process_guid, :string, 2
|
25
|
+
end
|
26
|
+
add_message "api.RouteMapping" do
|
27
|
+
optional :capi_process, :message, 1, "api.CapiProcess"
|
28
|
+
optional :route_guid, :string, 2
|
29
|
+
end
|
30
|
+
add_message "api.MapRouteRequest" do
|
31
|
+
optional :route_mapping, :message, 1, "api.RouteMapping"
|
32
|
+
end
|
33
|
+
add_message "api.MapRouteResponse" do
|
34
|
+
end
|
35
|
+
add_message "api.UnmapRouteRequest" do
|
36
|
+
optional :capi_process_guid, :string, 1
|
37
|
+
optional :route_guid, :string, 2
|
38
|
+
end
|
39
|
+
add_message "api.UnmapRouteResponse" do
|
40
|
+
end
|
41
|
+
end
|
42
|
+
|
43
|
+
module Api
|
44
|
+
Route = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.Route").msgclass
|
45
|
+
UpsertRouteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.UpsertRouteRequest").msgclass
|
46
|
+
UpsertRouteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.UpsertRouteResponse").msgclass
|
47
|
+
DeleteRouteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.DeleteRouteRequest").msgclass
|
48
|
+
DeleteRouteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.DeleteRouteResponse").msgclass
|
49
|
+
CapiProcess = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.CapiProcess").msgclass
|
50
|
+
RouteMapping = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.RouteMapping").msgclass
|
51
|
+
MapRouteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.MapRouteRequest").msgclass
|
52
|
+
MapRouteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.MapRouteResponse").msgclass
|
53
|
+
UnmapRouteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.UnmapRouteRequest").msgclass
|
54
|
+
UnmapRouteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.UnmapRouteResponse").msgclass
|
55
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# Source: cloud_controller.proto for package 'api'
|
3
|
+
|
4
|
+
require 'grpc'
|
5
|
+
require 'cloud_controller_pb'
|
6
|
+
|
7
|
+
module Api
|
8
|
+
module CloudControllerCopilot
|
9
|
+
class Service
|
10
|
+
|
11
|
+
include GRPC::GenericService
|
12
|
+
|
13
|
+
self.marshal_class_method = :encode
|
14
|
+
self.unmarshal_class_method = :decode
|
15
|
+
self.service_name = 'api.CloudControllerCopilot'
|
16
|
+
|
17
|
+
rpc :UpsertRoute, UpsertRouteRequest, UpsertRouteResponse
|
18
|
+
rpc :DeleteRoute, DeleteRouteRequest, DeleteRouteResponse
|
19
|
+
rpc :MapRoute, MapRouteRequest, MapRouteResponse
|
20
|
+
rpc :UnmapRoute, UnmapRouteRequest, UnmapRouteResponse
|
21
|
+
rpc :Health, HealthRequest, HealthResponse
|
22
|
+
end
|
23
|
+
|
24
|
+
Stub = Service.rpc_stub_class
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: common.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
7
|
+
add_message "api.HealthResponse" do
|
8
|
+
optional :healthy, :bool, 1
|
9
|
+
end
|
10
|
+
add_message "api.HealthRequest" do
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
14
|
+
module Api
|
15
|
+
HealthResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.HealthResponse").msgclass
|
16
|
+
HealthRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("api.HealthRequest").msgclass
|
17
|
+
end
|
metadata
ADDED
@@ -0,0 +1,111 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: cf-copilot
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Cloud Foundry Routing Team
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-02-26 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: grpc
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: bundler
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.16'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.16'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rake
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '10.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '10.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rspec
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '3.0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '3.0'
|
69
|
+
description:
|
70
|
+
email:
|
71
|
+
- cf-routing@pivotal.io
|
72
|
+
executables: []
|
73
|
+
extensions: []
|
74
|
+
extra_rdoc_files: []
|
75
|
+
files:
|
76
|
+
- LICENSE
|
77
|
+
- NOTICE
|
78
|
+
- README.md
|
79
|
+
- lib/cf-copilot.rb
|
80
|
+
- lib/copilot/protos/cloud_controller_future_pb.rb
|
81
|
+
- lib/copilot/protos/cloud_controller_future_services_pb.rb
|
82
|
+
- lib/copilot/protos/cloud_controller_pb.rb
|
83
|
+
- lib/copilot/protos/cloud_controller_services_pb.rb
|
84
|
+
- lib/copilot/protos/common_pb.rb
|
85
|
+
- lib/copilot/version.rb
|
86
|
+
homepage:
|
87
|
+
licenses:
|
88
|
+
- Apache-2.0
|
89
|
+
metadata: {}
|
90
|
+
post_install_message:
|
91
|
+
rdoc_options: []
|
92
|
+
require_paths:
|
93
|
+
- lib
|
94
|
+
- lib/copilot/protos
|
95
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
96
|
+
requirements:
|
97
|
+
- - ">="
|
98
|
+
- !ruby/object:Gem::Version
|
99
|
+
version: '0'
|
100
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
101
|
+
requirements:
|
102
|
+
- - ">="
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: '0'
|
105
|
+
requirements: []
|
106
|
+
rubyforge_project:
|
107
|
+
rubygems_version: 2.5.2
|
108
|
+
signing_key:
|
109
|
+
specification_version: 4
|
110
|
+
summary: Ruby client for copilot (a CF istio data transformer).
|
111
|
+
test_files: []
|