File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,6 @@ RSpec/NoExpectationExample:
146
146
Exclude :
147
147
- ' spec/acceptance/kubernetes_spec.rb'
148
148
149
- # Offense count: 7
150
- RSpec/RepeatedExampleGroupDescription :
151
- Exclude :
152
- - ' spec/classes/config/kubeadm_spec.rb'
153
-
154
149
# Offense count: 1
155
150
Style/CombinableLoops :
156
151
Exclude :
Original file line number Diff line number Diff line change 322
322
}
323
323
end
324
324
325
- context 'with version = 1.14' do
325
+ context 'with version = 1.14 - apiserver_extra_arguments ' do
326
326
let ( :params ) do
327
327
{
328
328
'kubernetes_version' => '1.14.1' ,
343
343
end
344
344
end
345
345
346
- context 'with version = 1.14' do
346
+ context 'with version = 1.14 - controllermanager_extra_arguments ' do
347
347
let ( :params ) do
348
348
{
349
349
'kubernetes_version' => '1.14.1' ,
364
364
end
365
365
end
366
366
367
- context 'with version = 1.14' do
367
+ context 'with version = 1.14 - scheduler_extra_arguments ' do
368
368
let ( :params ) do
369
369
{
370
370
'kubernetes_version' => '1.14.1' ,
385
385
end
386
386
end
387
387
388
- context 'with version = 1.14' do
388
+ context 'with version = 1.14 - apiserver_extra_volumes ' do
389
389
let ( :params ) do
390
390
{
391
391
'kubernetes_version' => '1.14.1' ,
409
409
end
410
410
end
411
411
412
- context 'with version = 1.14' do
412
+ context 'with version = 1.14 - controllermanager_extra_volumes ' do
413
413
let ( :params ) do
414
414
{
415
415
'kubernetes_version' => '1.14.1' ,
433
433
end
434
434
end
435
435
436
- context 'with version = 1.14' do
436
+ context 'with version = 1.14 - controller_address ' do
437
437
let ( :params ) do
438
438
{
439
439
'kubernetes_version' => '1.14.1' ,
450
450
end
451
451
end
452
452
453
- context 'with version = 1.14' do
453
+ context 'with version = 1.14 - proxy_mode ' do
454
454
let ( :params ) do
455
455
{
456
456
'kubernetes_version' => '1.14.2' ,
You can’t perform that action at this time.
0 commit comments