|
577 | 577 | } |
578 | 578 | } |
579 | 579 | }, |
| 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 | + }, |
580 | 597 | "ManagedServer": { |
581 | 598 | "type": "object", |
582 | 599 | "properties": { |
|
614 | 631 | } |
615 | 632 | } |
616 | 633 | }, |
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 | | - }, |
634 | 634 | "V1ProjectedVolumeSource": { |
635 | 635 | "type": "object", |
636 | 636 | "properties": { |
|
665 | 665 | } |
666 | 666 | } |
667 | 667 | }, |
668 | | - "V1ListMeta": { |
| 668 | + "V1NFSVolumeSource": { |
669 | 669 | "type": "object", |
670 | 670 | "properties": { |
671 | | - "continue": { |
| 671 | + "path": { |
672 | 672 | "type": "string" |
673 | 673 | }, |
674 | | - "resourceVersion": { |
| 674 | + "server": { |
675 | 675 | "type": "string" |
676 | 676 | }, |
677 | | - "selfLink": { |
678 | | - "type": "string" |
| 677 | + "readOnly": { |
| 678 | + "type": "boolean" |
679 | 679 | } |
680 | 680 | } |
681 | 681 | }, |
682 | | - "V1NFSVolumeSource": { |
| 682 | + "V1ListMeta": { |
683 | 683 | "type": "object", |
684 | 684 | "properties": { |
685 | | - "path": { |
| 685 | + "continue": { |
686 | 686 | "type": "string" |
687 | 687 | }, |
688 | | - "server": { |
| 688 | + "resourceVersion": { |
689 | 689 | "type": "string" |
690 | 690 | }, |
691 | | - "readOnly": { |
692 | | - "type": "boolean" |
| 691 | + "selfLink": { |
| 692 | + "type": "string" |
693 | 693 | } |
694 | 694 | } |
695 | 695 | }, |
|
761 | 761 | } |
762 | 762 | } |
763 | 763 | }, |
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 | | - }, |
801 | 764 | "V1OwnerReference": { |
802 | 765 | "type": "object", |
803 | 766 | "properties": { |
|
821 | 784 | } |
822 | 785 | } |
823 | 786 | }, |
| 787 | + "V1FlockerVolumeSource": { |
| 788 | + "type": "object", |
| 789 | + "properties": { |
| 790 | + "datasetName": { |
| 791 | + "type": "string" |
| 792 | + }, |
| 793 | + "datasetUUID": { |
| 794 | + "type": "string" |
| 795 | + } |
| 796 | + } |
| 797 | + }, |
824 | 798 | "ProbeTuning": { |
825 | 799 | "type": "object", |
826 | 800 | "properties": { |
|
838 | 812 | } |
839 | 813 | } |
840 | 814 | }, |
| 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 | + }, |
841 | 841 | "V1Initializer": { |
842 | 842 | "type": "object", |
843 | 843 | "properties": { |
|
1013 | 1013 | } |
1014 | 1014 | } |
1015 | 1015 | }, |
| 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 | + }, |
1016 | 1048 | "ServerPod": { |
1017 | 1049 | "type": "object", |
1018 | 1050 | "properties": { |
|
1099 | 1131 | } |
1100 | 1132 | } |
1101 | 1133 | }, |
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 | | - }, |
1134 | 1134 | "V1ConfigMapKeySelector": { |
1135 | 1135 | "type": "object", |
1136 | 1136 | "properties": { |
|
1284 | 1284 | } |
1285 | 1285 | } |
1286 | 1286 | }, |
| 1287 | + "Chronology": { |
| 1288 | + "type": "object", |
| 1289 | + "properties": {} |
| 1290 | + }, |
1287 | 1291 | "V1DownwardAPIProjection": { |
1288 | 1292 | "type": "object", |
1289 | 1293 | "properties": { |
|
1295 | 1299 | } |
1296 | 1300 | } |
1297 | 1301 | }, |
1298 | | - "Chronology": { |
1299 | | - "type": "object", |
1300 | | - "properties": {} |
1301 | | - }, |
1302 | 1302 | "V1VsphereVirtualDiskVolumeSource": { |
1303 | 1303 | "type": "object", |
1304 | 1304 | "properties": { |
|
1560 | 1560 | } |
1561 | 1561 | } |
1562 | 1562 | }, |
1563 | | - "V1ResourceRequirements": { |
1564 | | - "type": "object", |
1565 | | - "properties": { |
1566 | | - "requests": { |
1567 | | - "$ref": "#/definitions/Map" |
1568 | | - }, |
1569 | | - "limits": { |
1570 | | - "$ref": "#/definitions/Map" |
1571 | | - } |
1572 | | - } |
1573 | | - }, |
1574 | 1563 | "DomainStatus": { |
1575 | 1564 | "type": "object", |
1576 | 1565 | "properties": { |
|
1600 | 1589 | "type": "string" |
1601 | 1590 | } |
1602 | 1591 | } |
| 1592 | + }, |
| 1593 | + "V1ResourceRequirements": { |
| 1594 | + "type": "object", |
| 1595 | + "properties": { |
| 1596 | + "requests": { |
| 1597 | + "$ref": "#/definitions/Map" |
| 1598 | + }, |
| 1599 | + "limits": { |
| 1600 | + "$ref": "#/definitions/Map" |
| 1601 | + } |
| 1602 | + } |
1603 | 1603 | } |
1604 | 1604 | }, |
1605 | 1605 | "properties": { |
|
0 commit comments