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 @@ -4818,7 +4818,6 @@ items:
4818
4818
- apiGroups :
4819
4819
- apps
4820
4820
resources :
4821
- - daemonsets
4822
4821
- deployments
4823
4822
- deployments/rollback
4824
4823
- deployments/scale
@@ -4834,6 +4833,14 @@ items:
4834
4833
- patch
4835
4834
- update
4836
4835
- watch
4836
+ - apiGroups :
4837
+ - apps
4838
+ resources :
4839
+ - daemonsets
4840
+ verbs :
4841
+ - get
4842
+ - list
4843
+ - watch
4837
4844
- apiGroups :
4838
4845
- autoscaling
4839
4846
resources :
@@ -4864,7 +4871,6 @@ items:
4864
4871
- apiGroups :
4865
4872
- extensions
4866
4873
resources :
4867
- - daemonsets
4868
4874
- deployments
4869
4875
- deployments/rollback
4870
4876
- deployments/scale
@@ -4881,6 +4887,14 @@ items:
4881
4887
- patch
4882
4888
- update
4883
4889
- watch
4890
+ - apiGroups :
4891
+ - extensions
4892
+ resources :
4893
+ - daemonsets
4894
+ verbs :
4895
+ - get
4896
+ - list
4897
+ - watch
4884
4898
- apiGroups :
4885
4899
- policy
4886
4900
resources :
@@ -4997,7 +5011,6 @@ items:
4997
5011
- apiGroups :
4998
5012
- apps
4999
5013
resources :
5000
- - daemonsets
5001
5014
- deployments
5002
5015
- deployments/rollback
5003
5016
- deployments/scale
@@ -5013,6 +5026,14 @@ items:
5013
5026
- patch
5014
5027
- update
5015
5028
- watch
5029
+ - apiGroups :
5030
+ - apps
5031
+ resources :
5032
+ - daemonsets
5033
+ verbs :
5034
+ - get
5035
+ - list
5036
+ - watch
5016
5037
- apiGroups :
5017
5038
- autoscaling
5018
5039
resources :
@@ -5043,7 +5064,6 @@ items:
5043
5064
- apiGroups :
5044
5065
- extensions
5045
5066
resources :
5046
- - daemonsets
5047
5067
- deployments
5048
5068
- deployments/rollback
5049
5069
- deployments/scale
@@ -5060,6 +5080,14 @@ items:
5060
5080
- patch
5061
5081
- update
5062
5082
- watch
5083
+ - apiGroups :
5084
+ - extensions
5085
+ resources :
5086
+ - daemonsets
5087
+ verbs :
5088
+ - get
5089
+ - list
5090
+ - watch
5063
5091
- apiGroups :
5064
5092
- policy
5065
5093
resources :
Original file line number Diff line number Diff line change @@ -5276,7 +5276,6 @@ items:
5276
5276
- apps
5277
5277
attributeRestrictions : null
5278
5278
resources :
5279
- - daemonsets
5280
5279
- deployments
5281
5280
- deployments/rollback
5282
5281
- deployments/scale
@@ -5292,6 +5291,15 @@ items:
5292
5291
- patch
5293
5292
- update
5294
5293
- watch
5294
+ - apiGroups :
5295
+ - apps
5296
+ attributeRestrictions : null
5297
+ resources :
5298
+ - daemonsets
5299
+ verbs :
5300
+ - get
5301
+ - list
5302
+ - watch
5295
5303
- apiGroups :
5296
5304
- autoscaling
5297
5305
attributeRestrictions : null
@@ -5325,7 +5333,6 @@ items:
5325
5333
- extensions
5326
5334
attributeRestrictions : null
5327
5335
resources :
5328
- - daemonsets
5329
5336
- deployments
5330
5337
- deployments/rollback
5331
5338
- deployments/scale
@@ -5342,6 +5349,15 @@ items:
5342
5349
- patch
5343
5350
- update
5344
5351
- watch
5352
+ - apiGroups :
5353
+ - extensions
5354
+ attributeRestrictions : null
5355
+ resources :
5356
+ - daemonsets
5357
+ verbs :
5358
+ - get
5359
+ - list
5360
+ - watch
5345
5361
- apiGroups :
5346
5362
- policy
5347
5363
attributeRestrictions : null
@@ -5467,7 +5483,6 @@ items:
5467
5483
- apps
5468
5484
attributeRestrictions : null
5469
5485
resources :
5470
- - daemonsets
5471
5486
- deployments
5472
5487
- deployments/rollback
5473
5488
- deployments/scale
@@ -5483,6 +5498,15 @@ items:
5483
5498
- patch
5484
5499
- update
5485
5500
- watch
5501
+ - apiGroups :
5502
+ - apps
5503
+ attributeRestrictions : null
5504
+ resources :
5505
+ - daemonsets
5506
+ verbs :
5507
+ - get
5508
+ - list
5509
+ - watch
5486
5510
- apiGroups :
5487
5511
- autoscaling
5488
5512
attributeRestrictions : null
@@ -5516,7 +5540,6 @@ items:
5516
5540
- extensions
5517
5541
attributeRestrictions : null
5518
5542
resources :
5519
- - daemonsets
5520
5543
- deployments
5521
5544
- deployments/rollback
5522
5545
- deployments/scale
@@ -5533,6 +5556,15 @@ items:
5533
5556
- patch
5534
5557
- update
5535
5558
- watch
5559
+ - apiGroups :
5560
+ - extensions
5561
+ attributeRestrictions : null
5562
+ resources :
5563
+ - daemonsets
5564
+ verbs :
5565
+ - get
5566
+ - list
5567
+ - watch
5536
5568
- apiGroups :
5537
5569
- policy
5538
5570
attributeRestrictions : null
You can’t perform that action at this time.
0 commit comments