|
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 | | - }, |
53 | 39 | "V1StatusDetails": { |
54 | 40 | "type": "object", |
55 | 41 | "properties": { |
|
76 | 62 | } |
77 | 63 | } |
78 | 64 | }, |
| 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 | + }, |
545 | 562 | "V1ScaleIOVolumeSource": { |
546 | 563 | "type": "object", |
547 | 564 | "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 | | - "V1NFSVolumeSource": { |
| 668 | + "V1ListMeta": { |
669 | 669 | "type": "object", |
670 | 670 | "properties": { |
671 | | - "path": { |
| 671 | + "continue": { |
672 | 672 | "type": "string" |
673 | 673 | }, |
674 | | - "server": { |
| 674 | + "resourceVersion": { |
675 | 675 | "type": "string" |
676 | 676 | }, |
677 | | - "readOnly": { |
678 | | - "type": "boolean" |
| 677 | + "selfLink": { |
| 678 | + "type": "string" |
679 | 679 | } |
680 | 680 | } |
681 | 681 | }, |
682 | | - "V1ListMeta": { |
| 682 | + "V1NFSVolumeSource": { |
683 | 683 | "type": "object", |
684 | 684 | "properties": { |
685 | | - "continue": { |
| 685 | + "path": { |
686 | 686 | "type": "string" |
687 | 687 | }, |
688 | | - "resourceVersion": { |
| 688 | + "server": { |
689 | 689 | "type": "string" |
690 | 690 | }, |
691 | | - "selfLink": { |
692 | | - "type": "string" |
| 691 | + "readOnly": { |
| 692 | + "type": "boolean" |
693 | 693 | } |
694 | 694 | } |
695 | 695 | }, |
|
724 | 724 | } |
725 | 725 | } |
726 | 726 | }, |
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 | | - }, |
744 | 727 | "V1QuobyteVolumeSource": { |
745 | 728 | "type": "object", |
746 | 729 | "properties": { |
|
761 | 744 | } |
762 | 745 | } |
763 | 746 | }, |
| 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 | + }, |
764 | 764 | "V1FlockerVolumeSource": { |
765 | 765 | "type": "object", |
766 | 766 | "properties": { |
|
795 | 795 | } |
796 | 796 | } |
797 | 797 | }, |
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 | | - }, |
815 | 798 | "V1FCVolumeSource": { |
816 | 799 | "type": "object", |
817 | 800 | "properties": { |
|
838 | 821 | } |
839 | 822 | } |
840 | 823 | }, |
| 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 | + }, |
841 | 841 | "V1Initializer": { |
842 | 842 | "type": "object", |
843 | 843 | "properties": { |
|
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 | + }, |
1016 | 1036 | "ServerPod": { |
1017 | 1037 | "type": "object", |
1018 | 1038 | "properties": { |
|
1111 | 1131 | } |
1112 | 1132 | } |
1113 | 1133 | }, |
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 | | - }, |
1134 | 1134 | "V1ConfigMapKeySelector": { |
1135 | 1135 | "type": "object", |
1136 | 1136 | "properties": { |
|
1284 | 1284 | } |
1285 | 1285 | } |
1286 | 1286 | }, |
1287 | | - "Chronology": { |
1288 | | - "type": "object", |
1289 | | - "properties": {} |
1290 | | - }, |
1291 | 1287 | "V1DownwardAPIProjection": { |
1292 | 1288 | "type": "object", |
1293 | 1289 | "properties": { |
|
1299 | 1295 | } |
1300 | 1296 | } |
1301 | 1297 | }, |
| 1298 | + "Chronology": { |
| 1299 | + "type": "object", |
| 1300 | + "properties": {} |
| 1301 | + }, |
1302 | 1302 | "V1VsphereVirtualDiskVolumeSource": { |
1303 | 1303 | "type": "object", |
1304 | 1304 | "properties": { |
|
1432 | 1432 | } |
1433 | 1433 | } |
1434 | 1434 | }, |
1435 | | - "V1CinderVolumeSource": { |
| 1435 | + "V1GitRepoVolumeSource": { |
1436 | 1436 | "type": "object", |
1437 | 1437 | "properties": { |
1438 | | - "secretRef": { |
1439 | | - "$ref": "#/definitions/V1LocalObjectReference" |
1440 | | - }, |
1441 | | - "volumeID": { |
| 1438 | + "repository": { |
1442 | 1439 | "type": "string" |
1443 | 1440 | }, |
1444 | | - "readOnly": { |
1445 | | - "type": "boolean" |
| 1441 | + "directory": { |
| 1442 | + "type": "string" |
1446 | 1443 | }, |
1447 | | - "fsType": { |
| 1444 | + "revision": { |
1448 | 1445 | "type": "string" |
1449 | 1446 | } |
1450 | 1447 | } |
1451 | 1448 | }, |
1452 | | - "V1GitRepoVolumeSource": { |
| 1449 | + "V1CinderVolumeSource": { |
1453 | 1450 | "type": "object", |
1454 | 1451 | "properties": { |
1455 | | - "repository": { |
1456 | | - "type": "string" |
| 1452 | + "secretRef": { |
| 1453 | + "$ref": "#/definitions/V1LocalObjectReference" |
1457 | 1454 | }, |
1458 | | - "directory": { |
| 1455 | + "volumeID": { |
1459 | 1456 | "type": "string" |
1460 | 1457 | }, |
1461 | | - "revision": { |
| 1458 | + "readOnly": { |
| 1459 | + "type": "boolean" |
| 1460 | + }, |
| 1461 | + "fsType": { |
1462 | 1462 | "type": "string" |
1463 | 1463 | } |
1464 | 1464 | } |
|
0 commit comments