Skip to content

Commit c9cc823

Browse files
committed
Include Tom's change
1 parent db895f9 commit c9cc823

File tree

3 files changed

+224
-225
lines changed

3 files changed

+224
-225
lines changed

docs/domains/Domain.json

Lines changed: 112 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,6 @@
3636
}
3737
}
3838
},
39-
"V1Initializers": {
40-
"type": "object",
41-
"properties": {
42-
"result": {
43-
"$ref": "#/definitions/V1Status"
44-
},
45-
"pending": {
46-
"type": "array",
47-
"items": {
48-
"$ref": "#/definitions/V1Initializer"
49-
}
50-
}
51-
}
52-
},
5339
"V1StatusDetails": {
5440
"type": "object",
5541
"properties": {
@@ -76,6 +62,20 @@
7662
}
7763
}
7864
},
65+
"V1Initializers": {
66+
"type": "object",
67+
"properties": {
68+
"result": {
69+
"$ref": "#/definitions/V1Status"
70+
},
71+
"pending": {
72+
"type": "array",
73+
"items": {
74+
"$ref": "#/definitions/V1Initializer"
75+
}
76+
}
77+
}
78+
},
7979
"V1Status": {
8080
"type": "object",
8181
"properties": {
@@ -542,6 +542,23 @@
542542
}
543543
}
544544
},
545+
"V1VolumeProjection": {
546+
"type": "object",
547+
"properties": {
548+
"downwardAPI": {
549+
"$ref": "#/definitions/V1DownwardAPIProjection"
550+
},
551+
"configMap": {
552+
"$ref": "#/definitions/V1ConfigMapProjection"
553+
},
554+
"secret": {
555+
"$ref": "#/definitions/V1SecretProjection"
556+
},
557+
"serviceAccountToken": {
558+
"$ref": "#/definitions/V1ServiceAccountTokenProjection"
559+
}
560+
}
561+
},
545562
"V1ScaleIOVolumeSource": {
546563
"type": "object",
547564
"properties": {
@@ -614,23 +631,6 @@
614631
}
615632
}
616633
},
617-
"V1VolumeProjection": {
618-
"type": "object",
619-
"properties": {
620-
"downwardAPI": {
621-
"$ref": "#/definitions/V1DownwardAPIProjection"
622-
},
623-
"configMap": {
624-
"$ref": "#/definitions/V1ConfigMapProjection"
625-
},
626-
"secret": {
627-
"$ref": "#/definitions/V1SecretProjection"
628-
},
629-
"serviceAccountToken": {
630-
"$ref": "#/definitions/V1ServiceAccountTokenProjection"
631-
}
632-
}
633-
},
634634
"V1ProjectedVolumeSource": {
635635
"type": "object",
636636
"properties": {
@@ -665,31 +665,31 @@
665665
}
666666
}
667667
},
668-
"V1NFSVolumeSource": {
668+
"V1ListMeta": {
669669
"type": "object",
670670
"properties": {
671-
"path": {
671+
"continue": {
672672
"type": "string"
673673
},
674-
"server": {
674+
"resourceVersion": {
675675
"type": "string"
676676
},
677-
"readOnly": {
678-
"type": "boolean"
677+
"selfLink": {
678+
"type": "string"
679679
}
680680
}
681681
},
682-
"V1ListMeta": {
682+
"V1NFSVolumeSource": {
683683
"type": "object",
684684
"properties": {
685-
"continue": {
685+
"path": {
686686
"type": "string"
687687
},
688-
"resourceVersion": {
688+
"server": {
689689
"type": "string"
690690
},
691-
"selfLink": {
692-
"type": "string"
691+
"readOnly": {
692+
"type": "boolean"
693693
}
694694
}
695695
},
@@ -724,23 +724,6 @@
724724
}
725725
}
726726
},
727-
"V1ConfigMapProjection": {
728-
"type": "object",
729-
"properties": {
730-
"name": {
731-
"type": "string"
732-
},
733-
"optional": {
734-
"type": "boolean"
735-
},
736-
"items": {
737-
"type": "array",
738-
"items": {
739-
"$ref": "#/definitions/V1KeyToPath"
740-
}
741-
}
742-
}
743-
},
744727
"V1QuobyteVolumeSource": {
745728
"type": "object",
746729
"properties": {
@@ -761,6 +744,23 @@
761744
}
762745
}
763746
},
747+
"V1ConfigMapProjection": {
748+
"type": "object",
749+
"properties": {
750+
"name": {
751+
"type": "string"
752+
},
753+
"optional": {
754+
"type": "boolean"
755+
},
756+
"items": {
757+
"type": "array",
758+
"items": {
759+
"$ref": "#/definitions/V1KeyToPath"
760+
}
761+
}
762+
}
763+
},
764764
"V1FlockerVolumeSource": {
765765
"type": "object",
766766
"properties": {
@@ -795,23 +795,6 @@
795795
}
796796
}
797797
},
798-
"ProbeTuning": {
799-
"type": "object",
800-
"properties": {
801-
"periodSeconds": {
802-
"description": "The number of seconds between checks",
803-
"type": "number"
804-
},
805-
"timeoutSeconds": {
806-
"description": "The number of seconds with no response that indicates a failure",
807-
"type": "number"
808-
},
809-
"initialDelaySeconds": {
810-
"description": "The number of seconds before the first check is performed",
811-
"type": "number"
812-
}
813-
}
814-
},
815798
"V1FCVolumeSource": {
816799
"type": "object",
817800
"properties": {
@@ -838,6 +821,23 @@
838821
}
839822
}
840823
},
824+
"ProbeTuning": {
825+
"type": "object",
826+
"properties": {
827+
"periodSeconds": {
828+
"description": "The number of seconds between checks",
829+
"type": "number"
830+
},
831+
"timeoutSeconds": {
832+
"description": "The number of seconds with no response that indicates a failure",
833+
"type": "number"
834+
},
835+
"initialDelaySeconds": {
836+
"description": "The number of seconds before the first check is performed",
837+
"type": "number"
838+
}
839+
}
840+
},
841841
"V1Initializer": {
842842
"type": "object",
843843
"properties": {
@@ -1013,6 +1013,26 @@
10131013
}
10141014
}
10151015
},
1016+
"V1VolumeMount": {
1017+
"type": "object",
1018+
"properties": {
1019+
"mountPath": {
1020+
"type": "string"
1021+
},
1022+
"mountPropagation": {
1023+
"type": "string"
1024+
},
1025+
"name": {
1026+
"type": "string"
1027+
},
1028+
"readOnly": {
1029+
"type": "boolean"
1030+
},
1031+
"subPath": {
1032+
"type": "string"
1033+
}
1034+
}
1035+
},
10161036
"ServerPod": {
10171037
"type": "object",
10181038
"properties": {
@@ -1111,26 +1131,6 @@
11111131
}
11121132
}
11131133
},
1114-
"V1VolumeMount": {
1115-
"type": "object",
1116-
"properties": {
1117-
"mountPath": {
1118-
"type": "string"
1119-
},
1120-
"mountPropagation": {
1121-
"type": "string"
1122-
},
1123-
"name": {
1124-
"type": "string"
1125-
},
1126-
"readOnly": {
1127-
"type": "boolean"
1128-
},
1129-
"subPath": {
1130-
"type": "string"
1131-
}
1132-
}
1133-
},
11341134
"V1ConfigMapKeySelector": {
11351135
"type": "object",
11361136
"properties": {
@@ -1284,10 +1284,6 @@
12841284
}
12851285
}
12861286
},
1287-
"Chronology": {
1288-
"type": "object",
1289-
"properties": {}
1290-
},
12911287
"V1DownwardAPIProjection": {
12921288
"type": "object",
12931289
"properties": {
@@ -1299,6 +1295,10 @@
12991295
}
13001296
}
13011297
},
1298+
"Chronology": {
1299+
"type": "object",
1300+
"properties": {}
1301+
},
13021302
"V1VsphereVirtualDiskVolumeSource": {
13031303
"type": "object",
13041304
"properties": {
@@ -1432,33 +1432,33 @@
14321432
}
14331433
}
14341434
},
1435-
"V1CinderVolumeSource": {
1435+
"V1GitRepoVolumeSource": {
14361436
"type": "object",
14371437
"properties": {
1438-
"secretRef": {
1439-
"$ref": "#/definitions/V1LocalObjectReference"
1440-
},
1441-
"volumeID": {
1438+
"repository": {
14421439
"type": "string"
14431440
},
1444-
"readOnly": {
1445-
"type": "boolean"
1441+
"directory": {
1442+
"type": "string"
14461443
},
1447-
"fsType": {
1444+
"revision": {
14481445
"type": "string"
14491446
}
14501447
}
14511448
},
1452-
"V1GitRepoVolumeSource": {
1449+
"V1CinderVolumeSource": {
14531450
"type": "object",
14541451
"properties": {
1455-
"repository": {
1456-
"type": "string"
1452+
"secretRef": {
1453+
"$ref": "#/definitions/V1LocalObjectReference"
14571454
},
1458-
"directory": {
1455+
"volumeID": {
14591456
"type": "string"
14601457
},
1461-
"revision": {
1458+
"readOnly": {
1459+
"type": "boolean"
1460+
},
1461+
"fsType": {
14621462
"type": "string"
14631463
}
14641464
}

0 commit comments

Comments
 (0)