File tree 2 files changed +68
-8
lines changed
test/testdata/bootstrappolicy
2 files changed +68
-8
lines changed Original file line number Diff line number Diff line change @@ -4857,7 +4857,6 @@ items:
4857
4857
- apiGroups :
4858
4858
- apps
4859
4859
resources :
4860
- - daemonsets
4861
4860
- deployments
4862
4861
- deployments/rollback
4863
4862
- deployments/scale
@@ -4873,6 +4872,14 @@ items:
4873
4872
- patch
4874
4873
- update
4875
4874
- watch
4875
+ - apiGroups :
4876
+ - apps
4877
+ resources :
4878
+ - daemonsets
4879
+ verbs :
4880
+ - get
4881
+ - list
4882
+ - watch
4876
4883
- apiGroups :
4877
4884
- autoscaling
4878
4885
resources :
@@ -4903,7 +4910,6 @@ items:
4903
4910
- apiGroups :
4904
4911
- extensions
4905
4912
resources :
4906
- - daemonsets
4907
4913
- deployments
4908
4914
- deployments/rollback
4909
4915
- deployments/scale
@@ -4920,6 +4926,14 @@ items:
4920
4926
- patch
4921
4927
- update
4922
4928
- watch
4929
+ - apiGroups :
4930
+ - extensions
4931
+ resources :
4932
+ - daemonsets
4933
+ verbs :
4934
+ - get
4935
+ - list
4936
+ - watch
4923
4937
- apiGroups :
4924
4938
- policy
4925
4939
resources :
@@ -5036,7 +5050,6 @@ items:
5036
5050
- apiGroups :
5037
5051
- apps
5038
5052
resources :
5039
- - daemonsets
5040
5053
- deployments
5041
5054
- deployments/rollback
5042
5055
- deployments/scale
@@ -5052,6 +5065,14 @@ items:
5052
5065
- patch
5053
5066
- update
5054
5067
- watch
5068
+ - apiGroups :
5069
+ - apps
5070
+ resources :
5071
+ - daemonsets
5072
+ verbs :
5073
+ - get
5074
+ - list
5075
+ - watch
5055
5076
- apiGroups :
5056
5077
- autoscaling
5057
5078
resources :
@@ -5082,7 +5103,6 @@ items:
5082
5103
- apiGroups :
5083
5104
- extensions
5084
5105
resources :
5085
- - daemonsets
5086
5106
- deployments
5087
5107
- deployments/rollback
5088
5108
- deployments/scale
@@ -5099,6 +5119,14 @@ items:
5099
5119
- patch
5100
5120
- update
5101
5121
- watch
5122
+ - apiGroups :
5123
+ - extensions
5124
+ resources :
5125
+ - daemonsets
5126
+ verbs :
5127
+ - get
5128
+ - list
5129
+ - watch
5102
5130
- apiGroups :
5103
5131
- policy
5104
5132
resources :
Original file line number Diff line number Diff line change @@ -5319,7 +5319,6 @@ items:
5319
5319
- apps
5320
5320
attributeRestrictions : null
5321
5321
resources :
5322
- - daemonsets
5323
5322
- deployments
5324
5323
- deployments/rollback
5325
5324
- deployments/scale
@@ -5335,6 +5334,15 @@ items:
5335
5334
- patch
5336
5335
- update
5337
5336
- watch
5337
+ - apiGroups :
5338
+ - apps
5339
+ attributeRestrictions : null
5340
+ resources :
5341
+ - daemonsets
5342
+ verbs :
5343
+ - get
5344
+ - list
5345
+ - watch
5338
5346
- apiGroups :
5339
5347
- autoscaling
5340
5348
attributeRestrictions : null
@@ -5368,7 +5376,6 @@ items:
5368
5376
- extensions
5369
5377
attributeRestrictions : null
5370
5378
resources :
5371
- - daemonsets
5372
5379
- deployments
5373
5380
- deployments/rollback
5374
5381
- deployments/scale
@@ -5385,6 +5392,15 @@ items:
5385
5392
- patch
5386
5393
- update
5387
5394
- watch
5395
+ - apiGroups :
5396
+ - extensions
5397
+ attributeRestrictions : null
5398
+ resources :
5399
+ - daemonsets
5400
+ verbs :
5401
+ - get
5402
+ - list
5403
+ - watch
5388
5404
- apiGroups :
5389
5405
- policy
5390
5406
attributeRestrictions : null
@@ -5510,7 +5526,6 @@ items:
5510
5526
- apps
5511
5527
attributeRestrictions : null
5512
5528
resources :
5513
- - daemonsets
5514
5529
- deployments
5515
5530
- deployments/rollback
5516
5531
- deployments/scale
@@ -5526,6 +5541,15 @@ items:
5526
5541
- patch
5527
5542
- update
5528
5543
- watch
5544
+ - apiGroups :
5545
+ - apps
5546
+ attributeRestrictions : null
5547
+ resources :
5548
+ - daemonsets
5549
+ verbs :
5550
+ - get
5551
+ - list
5552
+ - watch
5529
5553
- apiGroups :
5530
5554
- autoscaling
5531
5555
attributeRestrictions : null
@@ -5559,7 +5583,6 @@ items:
5559
5583
- extensions
5560
5584
attributeRestrictions : null
5561
5585
resources :
5562
- - daemonsets
5563
5586
- deployments
5564
5587
- deployments/rollback
5565
5588
- deployments/scale
@@ -5576,6 +5599,15 @@ items:
5576
5599
- patch
5577
5600
- update
5578
5601
- watch
5602
+ - apiGroups :
5603
+ - extensions
5604
+ attributeRestrictions : null
5605
+ resources :
5606
+ - daemonsets
5607
+ verbs :
5608
+ - get
5609
+ - list
5610
+ - watch
5579
5611
- apiGroups :
5580
5612
- policy
5581
5613
attributeRestrictions : null
You can’t perform that action at this time.
0 commit comments