Skip to content

Commit 64b0111

Browse files
committed
Rebuild
1 parent c9cc823 commit 64b0111

File tree

2 files changed

+232
-232
lines changed

2 files changed

+232
-232
lines changed

docs/domains/Domain.json

Lines changed: 116 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@
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+
},
3953
"V1StatusDetails": {
4054
"type": "object",
4155
"properties": {
@@ -62,20 +76,6 @@
6276
}
6377
}
6478
},
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,23 +542,6 @@
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-
},
562545
"V1ScaleIOVolumeSource": {
563546
"type": "object",
564547
"properties": {
@@ -631,6 +614,23 @@
631614
}
632615
}
633616
},
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": {
@@ -724,26 +724,6 @@
724724
}
725725
}
726726
},
727-
"V1QuobyteVolumeSource": {
728-
"type": "object",
729-
"properties": {
730-
"volume": {
731-
"type": "string"
732-
},
733-
"registry": {
734-
"type": "string"
735-
},
736-
"readOnly": {
737-
"type": "boolean"
738-
},
739-
"user": {
740-
"type": "string"
741-
},
742-
"group": {
743-
"type": "string"
744-
}
745-
}
746-
},
747727
"V1ConfigMapProjection": {
748728
"type": "object",
749729
"properties": {
@@ -761,37 +741,34 @@
761741
}
762742
}
763743
},
764-
"V1FlockerVolumeSource": {
744+
"V1QuobyteVolumeSource": {
765745
"type": "object",
766746
"properties": {
767-
"datasetName": {
747+
"volume": {
768748
"type": "string"
769749
},
770-
"datasetUUID": {
771-
"type": "string"
772-
}
773-
}
774-
},
775-
"V1OwnerReference": {
776-
"type": "object",
777-
"properties": {
778-
"uid": {
750+
"registry": {
779751
"type": "string"
780752
},
781-
"controller": {
753+
"readOnly": {
782754
"type": "boolean"
783755
},
784-
"apiVersion": {
756+
"user": {
785757
"type": "string"
786758
},
787-
"kind": {
759+
"group": {
788760
"type": "string"
789-
},
790-
"name": {
761+
}
762+
}
763+
},
764+
"V1FlockerVolumeSource": {
765+
"type": "object",
766+
"properties": {
767+
"datasetName": {
791768
"type": "string"
792769
},
793-
"blockOwnerDeletion": {
794-
"type": "boolean"
770+
"datasetUUID": {
771+
"type": "string"
795772
}
796773
}
797774
},
@@ -821,6 +798,29 @@
821798
}
822799
}
823800
},
801+
"V1OwnerReference": {
802+
"type": "object",
803+
"properties": {
804+
"uid": {
805+
"type": "string"
806+
},
807+
"controller": {
808+
"type": "boolean"
809+
},
810+
"apiVersion": {
811+
"type": "string"
812+
},
813+
"kind": {
814+
"type": "string"
815+
},
816+
"name": {
817+
"type": "string"
818+
},
819+
"blockOwnerDeletion": {
820+
"type": "boolean"
821+
}
822+
}
823+
},
824824
"ProbeTuning": {
825825
"type": "object",
826826
"properties": {
@@ -943,36 +943,36 @@
943943
}
944944
}
945945
},
946-
"V1SecretProjection": {
946+
"V1Capabilities": {
947947
"type": "object",
948948
"properties": {
949-
"name": {
950-
"type": "string"
951-
},
952-
"optional": {
953-
"type": "boolean"
949+
"add": {
950+
"type": "array",
951+
"items": {
952+
"type": "string"
953+
}
954954
},
955-
"items": {
955+
"drop": {
956956
"type": "array",
957957
"items": {
958-
"$ref": "#/definitions/V1KeyToPath"
958+
"type": "string"
959959
}
960960
}
961961
}
962962
},
963-
"V1Capabilities": {
963+
"V1SecretProjection": {
964964
"type": "object",
965965
"properties": {
966-
"add": {
967-
"type": "array",
968-
"items": {
969-
"type": "string"
970-
}
966+
"name": {
967+
"type": "string"
971968
},
972-
"drop": {
969+
"optional": {
970+
"type": "boolean"
971+
},
972+
"items": {
973973
"type": "array",
974974
"items": {
975-
"type": "string"
975+
"$ref": "#/definitions/V1KeyToPath"
976976
}
977977
}
978978
}
@@ -1013,26 +1013,6 @@
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-
},
10361016
"ServerPod": {
10371017
"type": "object",
10381018
"properties": {
@@ -1099,6 +1079,26 @@
10991079
}
11001080
}
11011081
},
1082+
"V1VolumeMount": {
1083+
"type": "object",
1084+
"properties": {
1085+
"mountPath": {
1086+
"type": "string"
1087+
},
1088+
"mountPropagation": {
1089+
"type": "string"
1090+
},
1091+
"name": {
1092+
"type": "string"
1093+
},
1094+
"readOnly": {
1095+
"type": "boolean"
1096+
},
1097+
"subPath": {
1098+
"type": "string"
1099+
}
1100+
}
1101+
},
11021102
"V1PodSecurityContext": {
11031103
"type": "object",
11041104
"properties": {
@@ -1560,6 +1560,17 @@
15601560
}
15611561
}
15621562
},
1563+
"V1ResourceRequirements": {
1564+
"type": "object",
1565+
"properties": {
1566+
"requests": {
1567+
"$ref": "#/definitions/Map"
1568+
},
1569+
"limits": {
1570+
"$ref": "#/definitions/Map"
1571+
}
1572+
}
1573+
},
15631574
"DomainStatus": {
15641575
"type": "object",
15651576
"properties": {
@@ -1589,17 +1600,6 @@
15891600
"type": "string"
15901601
}
15911602
}
1592-
},
1593-
"V1ResourceRequirements": {
1594-
"type": "object",
1595-
"properties": {
1596-
"requests": {
1597-
"$ref": "#/definitions/Map"
1598-
},
1599-
"limits": {
1600-
"$ref": "#/definitions/Map"
1601-
}
1602-
}
16031603
}
16041604
},
16051605
"properties": {

0 commit comments

Comments
 (0)