spinnaker_gate_ruby_client 1.0.0
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 +7 -0
- data/Gemfile +8 -0
- data/Gemfile.lock +85 -0
- data/LICENSE +201 -0
- data/README.md +240 -0
- data/Rakefile +8 -0
- data/docs/Account.md +14 -0
- data/docs/AccountDetails.md +19 -0
- data/docs/AmazonInfrastructureControllerApi.md +128 -0
- data/docs/ApplicationControllerApi.md +754 -0
- data/docs/ArtifactControllerApi.md +111 -0
- data/docs/AuthControllerApi.md +212 -0
- data/docs/BakeControllerApi.md +143 -0
- data/docs/BuildControllerApi.md +493 -0
- data/docs/ClusterControllerApi.md +475 -0
- data/docs/ConcourseControllerApi.md +161 -0
- data/docs/CredentialsControllerApi.md +129 -0
- data/docs/EcsServerGroupEventsControllerApi.md +66 -0
- data/docs/ExecutionsControllerApi.md +133 -0
- data/docs/FirewallControllerApi.md +171 -0
- data/docs/GrantedAuthority.md +8 -0
- data/docs/HashMapstringobject.md +7 -0
- data/docs/HttpEntity.md +8 -0
- data/docs/ImageControllerApi.md +178 -0
- data/docs/InstanceControllerApi.md +122 -0
- data/docs/JobControllerApi.md +69 -0
- data/docs/LoadBalancerControllerApi.md +217 -0
- data/docs/Mapstringstring.md +7 -0
- data/docs/NetworkControllerApi.md +105 -0
- data/docs/PipelineConfigControllerApi.md +144 -0
- data/docs/PipelineControllerApi.md +1074 -0
- data/docs/PipelineTemplateDependent.md +10 -0
- data/docs/PipelineTemplatesControllerApi.md +350 -0
- data/docs/ProjectControllerApi.md +196 -0
- data/docs/PubsubSubscriptionControllerApi.md +48 -0
- data/docs/ReorderPipelinesCommand.md +9 -0
- data/docs/ReorderPipelinesControllerApi.md +54 -0
- data/docs/ResponseEntity.md +10 -0
- data/docs/SearchControllerApi.md +68 -0
- data/docs/SecurityGroupControllerApi.md +171 -0
- data/docs/ServerGroupControllerApi.md +125 -0
- data/docs/ServerGroupManagerControllerApi.md +54 -0
- data/docs/SnapshotControllerApi.md +110 -0
- data/docs/SubnetControllerApi.md +58 -0
- data/docs/TaskControllerApi.md +291 -0
- data/docs/User.md +18 -0
- data/docs/V2CanaryConfigControllerApi.md +259 -0
- data/docs/V2CanaryControllerApi.md +356 -0
- data/docs/V2PipelineTemplatesControllerApi.md +356 -0
- data/docs/Version.md +8 -0
- data/docs/VersionControllerApi.md +48 -0
- data/docs/WebhookControllerApi.md +105 -0
- data/git_push.sh +55 -0
- data/lib/swagger_client.rb +85 -0
- data/lib/swagger_client/api/amazon_infrastructure_controller_api.rb +161 -0
- data/lib/swagger_client/api/application_controller_api.rb +868 -0
- data/lib/swagger_client/api/artifact_controller_api.rb +141 -0
- data/lib/swagger_client/api/auth_controller_api.rb +258 -0
- data/lib/swagger_client/api/bake_controller_api.rb +179 -0
- data/lib/swagger_client/api/build_controller_api.rb +588 -0
- data/lib/swagger_client/api/cluster_controller_api.rb +591 -0
- data/lib/swagger_client/api/concourse_controller_api.rb +209 -0
- data/lib/swagger_client/api/credentials_controller_api.rb +163 -0
- data/lib/swagger_client/api/ecs_server_group_events_controller_api.rb +101 -0
- data/lib/swagger_client/api/executions_controller_api.rb +169 -0
- data/lib/swagger_client/api/firewall_controller_api.rb +209 -0
- data/lib/swagger_client/api/image_controller_api.rb +222 -0
- data/lib/swagger_client/api/instance_controller_api.rb +160 -0
- data/lib/swagger_client/api/job_controller_api.rb +99 -0
- data/lib/swagger_client/api/load_balancer_controller_api.rb +258 -0
- data/lib/swagger_client/api/network_controller_api.rb +127 -0
- data/lib/swagger_client/api/pipeline_config_controller_api.rb +176 -0
- data/lib/swagger_client/api/pipeline_controller_api.rb +1268 -0
- data/lib/swagger_client/api/pipeline_templates_controller_api.rb +404 -0
- data/lib/swagger_client/api/project_controller_api.rb +234 -0
- data/lib/swagger_client/api/pubsub_subscription_controller_api.rb +69 -0
- data/lib/swagger_client/api/reorder_pipelines_controller_api.rb +75 -0
- data/lib/swagger_client/api/search_controller_api.rb +94 -0
- data/lib/swagger_client/api/security_group_controller_api.rb +209 -0
- data/lib/swagger_client/api/server_group_controller_api.rb +163 -0
- data/lib/swagger_client/api/server_group_manager_controller_api.rb +75 -0
- data/lib/swagger_client/api/snapshot_controller_api.rb +142 -0
- data/lib/swagger_client/api/subnet_controller_api.rb +78 -0
- data/lib/swagger_client/api/task_controller_api.rb +345 -0
- data/lib/swagger_client/api/v2_canary_config_controller_api.rb +300 -0
- data/lib/swagger_client/api/v2_canary_controller_api.rb +421 -0
- data/lib/swagger_client/api/v2_pipeline_templates_controller_api.rb +412 -0
- data/lib/swagger_client/api/version_controller_api.rb +69 -0
- data/lib/swagger_client/api/webhook_controller_api.rb +135 -0
- data/lib/swagger_client/api_client.rb +388 -0
- data/lib/swagger_client/api_error.rb +38 -0
- data/lib/swagger_client/configuration.rb +202 -0
- data/lib/swagger_client/models/account.rb +241 -0
- data/lib/swagger_client/models/account_details.rb +286 -0
- data/lib/swagger_client/models/granted_authority.rb +183 -0
- data/lib/swagger_client/models/hash_mapstringobject.rb +174 -0
- data/lib/swagger_client/models/http_entity.rb +183 -0
- data/lib/swagger_client/models/mapstringstring.rb +174 -0
- data/lib/swagger_client/models/pipeline_template_dependent.rb +201 -0
- data/lib/swagger_client/models/reorder_pipelines_command.rb +194 -0
- data/lib/swagger_client/models/response_entity.rb +235 -0
- data/lib/swagger_client/models/user.rb +279 -0
- data/lib/swagger_client/models/version.rb +183 -0
- data/lib/swagger_client/version.rb +15 -0
- data/spec/api/amazon_infrastructure_controller_api_spec.rb +65 -0
- data/spec/api/application_controller_api_spec.rb +218 -0
- data/spec/api/artifact_controller_api_spec.rb +60 -0
- data/spec/api/auth_controller_api_spec.rb +86 -0
- data/spec/api/bake_controller_api_spec.rb +68 -0
- data/spec/api/build_controller_api_spec.rb +155 -0
- data/spec/api/cluster_controller_api_spec.rb +155 -0
- data/spec/api/concourse_controller_api_spec.rb +73 -0
- data/spec/api/credentials_controller_api_spec.rb +70 -0
- data/spec/api/ecs_server_group_events_controller_api_spec.rb +50 -0
- data/spec/api/executions_controller_api_spec.rb +72 -0
- data/spec/api/firewall_controller_api_spec.rb +77 -0
- data/spec/api/image_controller_api_spec.rb +80 -0
- data/spec/api/instance_controller_api_spec.rb +64 -0
- data/spec/api/job_controller_api_spec.rb +51 -0
- data/spec/api/load_balancer_controller_api_spec.rb +87 -0
- data/spec/api/network_controller_api_spec.rb +58 -0
- data/spec/api/pipeline_config_controller_api_spec.rb +68 -0
- data/spec/api/pipeline_controller_api_spec.rb +296 -0
- data/spec/api/pipeline_templates_controller_api_spec.rb +118 -0
- data/spec/api/project_controller_api_spec.rb +81 -0
- data/spec/api/pubsub_subscription_controller_api_spec.rb +45 -0
- data/spec/api/reorder_pipelines_controller_api_spec.rb +46 -0
- data/spec/api/search_controller_api_spec.rb +52 -0
- data/spec/api/security_group_controller_api_spec.rb +77 -0
- data/spec/api/server_group_controller_api_spec.rb +66 -0
- data/spec/api/server_group_manager_controller_api_spec.rb +46 -0
- data/spec/api/snapshot_controller_api_spec.rb +60 -0
- data/spec/api/subnet_controller_api_spec.rb +47 -0
- data/spec/api/task_controller_api_spec.rb +103 -0
- data/spec/api/v2_canary_config_controller_api_spec.rb +96 -0
- data/spec/api/v2_canary_controller_api_spec.rb +123 -0
- data/spec/api/v2_pipeline_templates_controller_api_spec.rb +121 -0
- data/spec/api/version_controller_api_spec.rb +45 -0
- data/spec/api/webhook_controller_api_spec.rb +60 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_details_spec.rb +107 -0
- data/spec/models/account_spec.rb +77 -0
- data/spec/models/granted_authority_spec.rb +41 -0
- data/spec/models/hash_mapstringobject_spec.rb +35 -0
- data/spec/models/http_entity_spec.rb +41 -0
- data/spec/models/mapstringstring_spec.rb +35 -0
- data/spec/models/pipeline_template_dependent_spec.rb +53 -0
- data/spec/models/reorder_pipelines_command_spec.rb +47 -0
- data/spec/models/response_entity_spec.rb +57 -0
- data/spec/models/user_spec.rb +101 -0
- data/spec/models/version_spec.rb +41 -0
- data/spec/spec_helper.rb +111 -0
- data/spinnaker_gate_ruby_client.gemspec +45 -0
- metadata +426 -0
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Spinnaker API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.7
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for SwaggerClient::BuildControllerApi
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'BuildControllerApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = SwaggerClient::BuildControllerApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of BuildControllerApi' do
|
|
30
|
+
it 'should create an instance of BuildControllerApi' do
|
|
31
|
+
expect(@instance).to be_instance_of(SwaggerClient::BuildControllerApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for get_build_masters_using_get
|
|
36
|
+
# Get build masters
|
|
37
|
+
# Deprecated, use the v3 endpoint instead
|
|
38
|
+
# @param type type
|
|
39
|
+
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @return [Array<Object>]
|
|
41
|
+
describe 'get_build_masters_using_get test' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
# unit tests for get_build_using_get
|
|
48
|
+
# Get build for build master
|
|
49
|
+
# Deprecated, use the v3 endpoint instead
|
|
50
|
+
# @param build_master buildMaster
|
|
51
|
+
# @param number number
|
|
52
|
+
# @param [Hash] opts the optional parameters
|
|
53
|
+
# @return [Hash<String, Object>]
|
|
54
|
+
describe 'get_build_using_get test' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# unit tests for get_builds_using_get
|
|
61
|
+
# Get builds for build master
|
|
62
|
+
# Deprecated, use the v3 endpoint instead
|
|
63
|
+
# @param build_master buildMaster
|
|
64
|
+
# @param [Hash] opts the optional parameters
|
|
65
|
+
# @return [Array<Object>]
|
|
66
|
+
describe 'get_builds_using_get test' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
# unit tests for get_job_config_using_get
|
|
73
|
+
# Get job config
|
|
74
|
+
# Deprecated, use the v3 endpoint instead
|
|
75
|
+
# @param build_master buildMaster
|
|
76
|
+
# @param [Hash] opts the optional parameters
|
|
77
|
+
# @return [Hash<String, Object>]
|
|
78
|
+
describe 'get_job_config_using_get test' do
|
|
79
|
+
it 'should work' do
|
|
80
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
81
|
+
end
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
# unit tests for get_jobs_for_build_master_using_get
|
|
85
|
+
# Get jobs for build master
|
|
86
|
+
# Deprecated, use the v3 endpoint instead
|
|
87
|
+
# @param build_master buildMaster
|
|
88
|
+
# @param [Hash] opts the optional parameters
|
|
89
|
+
# @return [Array<Object>]
|
|
90
|
+
describe 'get_jobs_for_build_master_using_get test' do
|
|
91
|
+
it 'should work' do
|
|
92
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
# unit tests for v3_get_build_masters_using_get
|
|
97
|
+
# Get build masters
|
|
98
|
+
# @param type type
|
|
99
|
+
# @param [Hash] opts the optional parameters
|
|
100
|
+
# @return [Array<Object>]
|
|
101
|
+
describe 'v3_get_build_masters_using_get test' do
|
|
102
|
+
it 'should work' do
|
|
103
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
104
|
+
end
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
# unit tests for v3_get_build_using_get
|
|
108
|
+
# Get build for build master
|
|
109
|
+
# @param build_master buildMaster
|
|
110
|
+
# @param number number
|
|
111
|
+
# @param job job
|
|
112
|
+
# @param [Hash] opts the optional parameters
|
|
113
|
+
# @return [Hash<String, Object>]
|
|
114
|
+
describe 'v3_get_build_using_get test' do
|
|
115
|
+
it 'should work' do
|
|
116
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
117
|
+
end
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
# unit tests for v3_get_builds_using_get
|
|
121
|
+
# Get builds for build master
|
|
122
|
+
# @param build_master buildMaster
|
|
123
|
+
# @param job job
|
|
124
|
+
# @param [Hash] opts the optional parameters
|
|
125
|
+
# @return [Array<Object>]
|
|
126
|
+
describe 'v3_get_builds_using_get test' do
|
|
127
|
+
it 'should work' do
|
|
128
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
129
|
+
end
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
# unit tests for v3_get_job_config_using_get
|
|
133
|
+
# Get job config
|
|
134
|
+
# @param build_master buildMaster
|
|
135
|
+
# @param job job
|
|
136
|
+
# @param [Hash] opts the optional parameters
|
|
137
|
+
# @return [Hash<String, Object>]
|
|
138
|
+
describe 'v3_get_job_config_using_get test' do
|
|
139
|
+
it 'should work' do
|
|
140
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
141
|
+
end
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
# unit tests for v3_get_jobs_for_build_master_using_get
|
|
145
|
+
# Get jobs for build master
|
|
146
|
+
# @param build_master buildMaster
|
|
147
|
+
# @param [Hash] opts the optional parameters
|
|
148
|
+
# @return [Array<Object>]
|
|
149
|
+
describe 'v3_get_jobs_for_build_master_using_get test' do
|
|
150
|
+
it 'should work' do
|
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
152
|
+
end
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
end
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Spinnaker API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.7
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for SwaggerClient::ClusterControllerApi
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'ClusterControllerApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = SwaggerClient::ClusterControllerApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of ClusterControllerApi' do
|
|
30
|
+
it 'should create an instance of ClusterControllerApi' do
|
|
31
|
+
expect(@instance).to be_instance_of(SwaggerClient::ClusterControllerApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for get_cluster_load_balancers_using_get
|
|
36
|
+
# Retrieve a cluster's loadbalancers
|
|
37
|
+
# @param application_name applicationName
|
|
38
|
+
# @param account account
|
|
39
|
+
# @param cluster_name clusterName
|
|
40
|
+
# @param type type
|
|
41
|
+
# @param [Hash] opts the optional parameters
|
|
42
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
|
43
|
+
# @return [Array<Object>]
|
|
44
|
+
describe 'get_cluster_load_balancers_using_get test' do
|
|
45
|
+
it 'should work' do
|
|
46
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
# unit tests for get_clusters_using_get
|
|
51
|
+
# Retrieve a cluster's details
|
|
52
|
+
# @param application application
|
|
53
|
+
# @param account account
|
|
54
|
+
# @param cluster_name clusterName
|
|
55
|
+
# @param [Hash] opts the optional parameters
|
|
56
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
|
57
|
+
# @return [Hash<String, Object>]
|
|
58
|
+
describe 'get_clusters_using_get test' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
# unit tests for get_clusters_using_get1
|
|
65
|
+
# Retrieve a list of clusters for an account
|
|
66
|
+
# @param application application
|
|
67
|
+
# @param account account
|
|
68
|
+
# @param [Hash] opts the optional parameters
|
|
69
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
|
70
|
+
# @return [Array<Object>]
|
|
71
|
+
describe 'get_clusters_using_get1 test' do
|
|
72
|
+
it 'should work' do
|
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
# unit tests for get_clusters_using_get2
|
|
78
|
+
# Retrieve a list of cluster names for an application, grouped by account
|
|
79
|
+
# @param application application
|
|
80
|
+
# @param [Hash] opts the optional parameters
|
|
81
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
|
82
|
+
# @return [Hash<String, Object>]
|
|
83
|
+
describe 'get_clusters_using_get2 test' do
|
|
84
|
+
it 'should work' do
|
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
|
+
end
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
# unit tests for get_scaling_activities_using_get
|
|
90
|
+
# Retrieve a list of scaling activities for a server group
|
|
91
|
+
# @param application application
|
|
92
|
+
# @param account account
|
|
93
|
+
# @param cluster_name clusterName
|
|
94
|
+
# @param server_group_name serverGroupName
|
|
95
|
+
# @param [Hash] opts the optional parameters
|
|
96
|
+
# @option opts [String] :provider provider
|
|
97
|
+
# @option opts [String] :region region
|
|
98
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
|
99
|
+
# @return [Array<Object>]
|
|
100
|
+
describe 'get_scaling_activities_using_get test' do
|
|
101
|
+
it 'should work' do
|
|
102
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
103
|
+
end
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
# unit tests for get_server_groups_using_get
|
|
107
|
+
# Retrieve a server group's details
|
|
108
|
+
# @param application application
|
|
109
|
+
# @param account account
|
|
110
|
+
# @param cluster_name clusterName
|
|
111
|
+
# @param server_group_name serverGroupName
|
|
112
|
+
# @param [Hash] opts the optional parameters
|
|
113
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
|
114
|
+
# @return [Array<Object>]
|
|
115
|
+
describe 'get_server_groups_using_get test' do
|
|
116
|
+
it 'should work' do
|
|
117
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
118
|
+
end
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
# unit tests for get_server_groups_using_get1
|
|
122
|
+
# Retrieve a list of server groups for a cluster
|
|
123
|
+
# @param application application
|
|
124
|
+
# @param account account
|
|
125
|
+
# @param cluster_name clusterName
|
|
126
|
+
# @param [Hash] opts the optional parameters
|
|
127
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
|
128
|
+
# @return [Array<Object>]
|
|
129
|
+
describe 'get_server_groups_using_get1 test' do
|
|
130
|
+
it 'should work' do
|
|
131
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
132
|
+
end
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# unit tests for get_target_server_group_using_get
|
|
136
|
+
# Retrieve a server group that matches a target coordinate (e.g., newest, ancestor) relative to a cluster
|
|
137
|
+
# `scope` is either a zone or a region
|
|
138
|
+
# @param application application
|
|
139
|
+
# @param account account
|
|
140
|
+
# @param cluster_name clusterName
|
|
141
|
+
# @param cloud_provider cloudProvider
|
|
142
|
+
# @param scope scope
|
|
143
|
+
# @param target target
|
|
144
|
+
# @param [Hash] opts the optional parameters
|
|
145
|
+
# @option opts [BOOLEAN] :only_enabled onlyEnabled
|
|
146
|
+
# @option opts [BOOLEAN] :validate_oldest validateOldest
|
|
147
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
|
148
|
+
# @return [Hash<String, Object>]
|
|
149
|
+
describe 'get_target_server_group_using_get test' do
|
|
150
|
+
it 'should work' do
|
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
152
|
+
end
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
end
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Spinnaker API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.7
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for SwaggerClient::ConcourseControllerApi
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'ConcourseControllerApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = SwaggerClient::ConcourseControllerApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of ConcourseControllerApi' do
|
|
30
|
+
it 'should create an instance of ConcourseControllerApi' do
|
|
31
|
+
expect(@instance).to be_instance_of(SwaggerClient::ConcourseControllerApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for jobs_using_get
|
|
36
|
+
# Retrieve the list of job names for a given pipeline available to triggers
|
|
37
|
+
# @param build_master buildMaster
|
|
38
|
+
# @param team team
|
|
39
|
+
# @param pipeline pipeline
|
|
40
|
+
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @return [Array<Object>]
|
|
42
|
+
describe 'jobs_using_get test' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
# unit tests for pipelines_using_get
|
|
49
|
+
# Retrieve the list of pipeline names for a given team available to triggers
|
|
50
|
+
# @param build_master buildMaster
|
|
51
|
+
# @param team team
|
|
52
|
+
# @param [Hash] opts the optional parameters
|
|
53
|
+
# @return [Array<Object>]
|
|
54
|
+
describe 'pipelines_using_get test' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# unit tests for resources_using_get
|
|
61
|
+
# Retrieve the list of resource names for a given pipeline available to the Concourse stage
|
|
62
|
+
# @param build_master buildMaster
|
|
63
|
+
# @param team team
|
|
64
|
+
# @param pipeline pipeline
|
|
65
|
+
# @param [Hash] opts the optional parameters
|
|
66
|
+
# @return [Array<Object>]
|
|
67
|
+
describe 'resources_using_get test' do
|
|
68
|
+
it 'should work' do
|
|
69
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
end
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Spinnaker API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.7
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for SwaggerClient::CredentialsControllerApi
|
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'CredentialsControllerApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@instance = SwaggerClient::CredentialsControllerApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of CredentialsControllerApi' do
|
|
30
|
+
it 'should create an instance of CredentialsControllerApi' do
|
|
31
|
+
expect(@instance).to be_instance_of(SwaggerClient::CredentialsControllerApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for get_account_using_get
|
|
36
|
+
# Retrieve an account's details
|
|
37
|
+
# @param account account
|
|
38
|
+
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :roles
|
|
40
|
+
# @option opts [Array<String>] :allowed_accounts
|
|
41
|
+
# @option opts [String] :email
|
|
42
|
+
# @option opts [String] :username
|
|
43
|
+
# @option opts [String] :first_name
|
|
44
|
+
# @option opts [String] :last_name
|
|
45
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
|
46
|
+
# @return [AccountDetails]
|
|
47
|
+
describe 'get_account_using_get test' do
|
|
48
|
+
it 'should work' do
|
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
# unit tests for get_accounts_using_get
|
|
54
|
+
# Retrieve a list of accounts
|
|
55
|
+
# @param [Hash] opts the optional parameters
|
|
56
|
+
# @option opts [Array<String>] :roles
|
|
57
|
+
# @option opts [Array<String>] :allowed_accounts
|
|
58
|
+
# @option opts [String] :email
|
|
59
|
+
# @option opts [String] :username
|
|
60
|
+
# @option opts [String] :first_name
|
|
61
|
+
# @option opts [String] :last_name
|
|
62
|
+
# @option opts [BOOLEAN] :expand expand
|
|
63
|
+
# @return [Array<Account>]
|
|
64
|
+
describe 'get_accounts_using_get test' do
|
|
65
|
+
it 'should work' do
|
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
end
|