|
36 | 36 | }
|
37 | 37 | }
|
38 | 38 | },
|
| 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 | + }, |
39 | 53 | "V1StatusDetails": {
|
40 | 54 | "type": "object",
|
41 | 55 | "properties": {
|
|
62 | 76 | }
|
63 | 77 | }
|
64 | 78 | },
|
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 |
| - }, |
79 | 79 | "V1Status": {
|
80 | 80 | "type": "object",
|
81 | 81 | "properties": {
|
|
542 | 542 | }
|
543 | 543 | }
|
544 | 544 | },
|
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 |
| - }, |
562 | 545 | "V1ScaleIOVolumeSource": {
|
563 | 546 | "type": "object",
|
564 | 547 | "properties": {
|
|
631 | 614 | }
|
632 | 615 | }
|
633 | 616 | },
|
| 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": {
|
|
724 | 724 | }
|
725 | 725 | }
|
726 | 726 | },
|
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 |
| - }, |
747 | 727 | "V1ConfigMapProjection": {
|
748 | 728 | "type": "object",
|
749 | 729 | "properties": {
|
|
761 | 741 | }
|
762 | 742 | }
|
763 | 743 | },
|
764 |
| - "V1FlockerVolumeSource": { |
| 744 | + "V1QuobyteVolumeSource": { |
765 | 745 | "type": "object",
|
766 | 746 | "properties": {
|
767 |
| - "datasetName": { |
| 747 | + "volume": { |
768 | 748 | "type": "string"
|
769 | 749 | },
|
770 |
| - "datasetUUID": { |
771 |
| - "type": "string" |
772 |
| - } |
773 |
| - } |
774 |
| - }, |
775 |
| - "V1OwnerReference": { |
776 |
| - "type": "object", |
777 |
| - "properties": { |
778 |
| - "uid": { |
| 750 | + "registry": { |
779 | 751 | "type": "string"
|
780 | 752 | },
|
781 |
| - "controller": { |
| 753 | + "readOnly": { |
782 | 754 | "type": "boolean"
|
783 | 755 | },
|
784 |
| - "apiVersion": { |
| 756 | + "user": { |
785 | 757 | "type": "string"
|
786 | 758 | },
|
787 |
| - "kind": { |
| 759 | + "group": { |
788 | 760 | "type": "string"
|
789 |
| - }, |
790 |
| - "name": { |
| 761 | + } |
| 762 | + } |
| 763 | + }, |
| 764 | + "V1FlockerVolumeSource": { |
| 765 | + "type": "object", |
| 766 | + "properties": { |
| 767 | + "datasetName": { |
791 | 768 | "type": "string"
|
792 | 769 | },
|
793 |
| - "blockOwnerDeletion": { |
794 |
| - "type": "boolean" |
| 770 | + "datasetUUID": { |
| 771 | + "type": "string" |
795 | 772 | }
|
796 | 773 | }
|
797 | 774 | },
|
|
821 | 798 | }
|
822 | 799 | }
|
823 | 800 | },
|
| 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 | + }, |
824 | 824 | "ProbeTuning": {
|
825 | 825 | "type": "object",
|
826 | 826 | "properties": {
|
|
943 | 943 | }
|
944 | 944 | }
|
945 | 945 | },
|
946 |
| - "V1SecretProjection": { |
| 946 | + "V1Capabilities": { |
947 | 947 | "type": "object",
|
948 | 948 | "properties": {
|
949 |
| - "name": { |
950 |
| - "type": "string" |
951 |
| - }, |
952 |
| - "optional": { |
953 |
| - "type": "boolean" |
| 949 | + "add": { |
| 950 | + "type": "array", |
| 951 | + "items": { |
| 952 | + "type": "string" |
| 953 | + } |
954 | 954 | },
|
955 |
| - "items": { |
| 955 | + "drop": { |
956 | 956 | "type": "array",
|
957 | 957 | "items": {
|
958 |
| - "$ref": "#/definitions/V1KeyToPath" |
| 958 | + "type": "string" |
959 | 959 | }
|
960 | 960 | }
|
961 | 961 | }
|
962 | 962 | },
|
963 |
| - "V1Capabilities": { |
| 963 | + "V1SecretProjection": { |
964 | 964 | "type": "object",
|
965 | 965 | "properties": {
|
966 |
| - "add": { |
967 |
| - "type": "array", |
968 |
| - "items": { |
969 |
| - "type": "string" |
970 |
| - } |
| 966 | + "name": { |
| 967 | + "type": "string" |
971 | 968 | },
|
972 |
| - "drop": { |
| 969 | + "optional": { |
| 970 | + "type": "boolean" |
| 971 | + }, |
| 972 | + "items": { |
973 | 973 | "type": "array",
|
974 | 974 | "items": {
|
975 |
| - "type": "string" |
| 975 | + "$ref": "#/definitions/V1KeyToPath" |
976 | 976 | }
|
977 | 977 | }
|
978 | 978 | }
|
|
1013 | 1013 | }
|
1014 | 1014 | }
|
1015 | 1015 | },
|
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 |
| - }, |
1036 | 1016 | "ServerPod": {
|
1037 | 1017 | "type": "object",
|
1038 | 1018 | "properties": {
|
|
1099 | 1079 | }
|
1100 | 1080 | }
|
1101 | 1081 | },
|
| 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 | + }, |
1102 | 1102 | "V1PodSecurityContext": {
|
1103 | 1103 | "type": "object",
|
1104 | 1104 | "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 | + }, |
1563 | 1574 | "DomainStatus": {
|
1564 | 1575 | "type": "object",
|
1565 | 1576 | "properties": {
|
|
1589 | 1600 | "type": "string"
|
1590 | 1601 | }
|
1591 | 1602 | }
|
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