Skip to content

Commit bb876f6

Browse files
committed
Rebuild
1 parent c10ae7a commit bb876f6

File tree

2 files changed

+222
-222
lines changed

2 files changed

+222
-222
lines changed

docs/domains/Domain.json

Lines changed: 111 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,23 @@
577577
}
578578
}
579579
},
580+
"V1VolumeProjection": {
581+
"type": "object",
582+
"properties": {
583+
"downwardAPI": {
584+
"$ref": "#/definitions/V1DownwardAPIProjection"
585+
},
586+
"configMap": {
587+
"$ref": "#/definitions/V1ConfigMapProjection"
588+
},
589+
"secret": {
590+
"$ref": "#/definitions/V1SecretProjection"
591+
},
592+
"serviceAccountToken": {
593+
"$ref": "#/definitions/V1ServiceAccountTokenProjection"
594+
}
595+
}
596+
},
580597
"ManagedServer": {
581598
"type": "object",
582599
"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-
"V1ListMeta": {
668+
"V1NFSVolumeSource": {
669669
"type": "object",
670670
"properties": {
671-
"continue": {
671+
"path": {
672672
"type": "string"
673673
},
674-
"resourceVersion": {
674+
"server": {
675675
"type": "string"
676676
},
677-
"selfLink": {
678-
"type": "string"
677+
"readOnly": {
678+
"type": "boolean"
679679
}
680680
}
681681
},
682-
"V1NFSVolumeSource": {
682+
"V1ListMeta": {
683683
"type": "object",
684684
"properties": {
685-
"path": {
685+
"continue": {
686686
"type": "string"
687687
},
688-
"server": {
688+
"resourceVersion": {
689689
"type": "string"
690690
},
691-
"readOnly": {
692-
"type": "boolean"
691+
"selfLink": {
692+
"type": "string"
693693
}
694694
}
695695
},
@@ -761,43 +761,6 @@
761761
}
762762
}
763763
},
764-
"V1FlockerVolumeSource": {
765-
"type": "object",
766-
"properties": {
767-
"datasetName": {
768-
"type": "string"
769-
},
770-
"datasetUUID": {
771-
"type": "string"
772-
}
773-
}
774-
},
775-
"V1FCVolumeSource": {
776-
"type": "object",
777-
"properties": {
778-
"lun": {
779-
"type": "number"
780-
},
781-
"targetWWNs": {
782-
"type": "array",
783-
"items": {
784-
"type": "string"
785-
}
786-
},
787-
"readOnly": {
788-
"type": "boolean"
789-
},
790-
"wwids": {
791-
"type": "array",
792-
"items": {
793-
"type": "string"
794-
}
795-
},
796-
"fsType": {
797-
"type": "string"
798-
}
799-
}
800-
},
801764
"V1OwnerReference": {
802765
"type": "object",
803766
"properties": {
@@ -821,6 +784,17 @@
821784
}
822785
}
823786
},
787+
"V1FlockerVolumeSource": {
788+
"type": "object",
789+
"properties": {
790+
"datasetName": {
791+
"type": "string"
792+
},
793+
"datasetUUID": {
794+
"type": "string"
795+
}
796+
}
797+
},
824798
"ProbeTuning": {
825799
"type": "object",
826800
"properties": {
@@ -838,6 +812,32 @@
838812
}
839813
}
840814
},
815+
"V1FCVolumeSource": {
816+
"type": "object",
817+
"properties": {
818+
"lun": {
819+
"type": "number"
820+
},
821+
"targetWWNs": {
822+
"type": "array",
823+
"items": {
824+
"type": "string"
825+
}
826+
},
827+
"readOnly": {
828+
"type": "boolean"
829+
},
830+
"wwids": {
831+
"type": "array",
832+
"items": {
833+
"type": "string"
834+
}
835+
},
836+
"fsType": {
837+
"type": "string"
838+
}
839+
}
840+
},
841841
"V1Initializer": {
842842
"type": "object",
843843
"properties": {
@@ -1013,6 +1013,38 @@
10131013
}
10141014
}
10151015
},
1016+
"V1PodSecurityContext": {
1017+
"type": "object",
1018+
"properties": {
1019+
"runAsUser": {
1020+
"type": "number"
1021+
},
1022+
"seLinuxOptions": {
1023+
"$ref": "#/definitions/V1SELinuxOptions"
1024+
},
1025+
"fsGroup": {
1026+
"type": "number"
1027+
},
1028+
"supplementalGroups": {
1029+
"type": "array",
1030+
"items": {
1031+
"type": "number"
1032+
}
1033+
},
1034+
"runAsGroup": {
1035+
"type": "number"
1036+
},
1037+
"runAsNonRoot": {
1038+
"type": "boolean"
1039+
},
1040+
"sysctls": {
1041+
"type": "array",
1042+
"items": {
1043+
"$ref": "#/definitions/V1Sysctl"
1044+
}
1045+
}
1046+
}
1047+
},
10161048
"ServerPod": {
10171049
"type": "object",
10181050
"properties": {
@@ -1099,38 +1131,6 @@
10991131
}
11001132
}
11011133
},
1102-
"V1PodSecurityContext": {
1103-
"type": "object",
1104-
"properties": {
1105-
"runAsUser": {
1106-
"type": "number"
1107-
},
1108-
"seLinuxOptions": {
1109-
"$ref": "#/definitions/V1SELinuxOptions"
1110-
},
1111-
"fsGroup": {
1112-
"type": "number"
1113-
},
1114-
"supplementalGroups": {
1115-
"type": "array",
1116-
"items": {
1117-
"type": "number"
1118-
}
1119-
},
1120-
"runAsGroup": {
1121-
"type": "number"
1122-
},
1123-
"runAsNonRoot": {
1124-
"type": "boolean"
1125-
},
1126-
"sysctls": {
1127-
"type": "array",
1128-
"items": {
1129-
"$ref": "#/definitions/V1Sysctl"
1130-
}
1131-
}
1132-
}
1133-
},
11341134
"V1ConfigMapKeySelector": {
11351135
"type": "object",
11361136
"properties": {
@@ -1284,6 +1284,10 @@
12841284
}
12851285
}
12861286
},
1287+
"Chronology": {
1288+
"type": "object",
1289+
"properties": {}
1290+
},
12871291
"V1DownwardAPIProjection": {
12881292
"type": "object",
12891293
"properties": {
@@ -1295,10 +1299,6 @@
12951299
}
12961300
}
12971301
},
1298-
"Chronology": {
1299-
"type": "object",
1300-
"properties": {}
1301-
},
13021302
"V1VsphereVirtualDiskVolumeSource": {
13031303
"type": "object",
13041304
"properties": {
@@ -1560,17 +1560,6 @@
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-
},
15741563
"DomainStatus": {
15751564
"type": "object",
15761565
"properties": {
@@ -1600,6 +1589,17 @@
16001589
"type": "string"
16011590
}
16021591
}
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)