File tree 2 files changed +51
-0
lines changed
2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 65
65
podTemplateSpec :
66
66
properties :
67
67
metadata :
68
+ properties :
69
+ annotations :
70
+ additionalProperties :
71
+ type : string
72
+ type : object
73
+ finalizers :
74
+ items :
75
+ type : string
76
+ type : array
77
+ labels :
78
+ additionalProperties :
79
+ type : string
80
+ type : object
81
+ name :
82
+ type : string
83
+ namespace :
84
+ type : string
68
85
type : object
69
86
spec :
70
87
properties :
Original file line number Diff line number Diff line change @@ -1522,6 +1522,23 @@ spec:
1522
1522
podTemplate :
1523
1523
properties :
1524
1524
metadata :
1525
+ properties :
1526
+ annotations :
1527
+ additionalProperties :
1528
+ type : string
1529
+ type : object
1530
+ finalizers :
1531
+ items :
1532
+ type : string
1533
+ type : array
1534
+ labels :
1535
+ additionalProperties :
1536
+ type : string
1537
+ type : object
1538
+ name :
1539
+ type : string
1540
+ namespace :
1541
+ type : string
1525
1542
type : object
1526
1543
spec :
1527
1544
properties :
@@ -4368,6 +4385,23 @@ spec:
4368
4385
podTemplate :
4369
4386
properties :
4370
4387
metadata :
4388
+ properties :
4389
+ annotations :
4390
+ additionalProperties :
4391
+ type : string
4392
+ type : object
4393
+ finalizers :
4394
+ items :
4395
+ type : string
4396
+ type : array
4397
+ labels :
4398
+ additionalProperties :
4399
+ type : string
4400
+ type : object
4401
+ name :
4402
+ type : string
4403
+ namespace :
4404
+ type : string
4371
4405
type : object
4372
4406
spec :
4373
4407
properties :
You can’t perform that action at this time.
0 commit comments