|
331 | 331 | "kubernetes-ingress-nginx:index:Autoscaling": { |
332 | 332 | "properties": { |
333 | 333 | "annotations": { |
334 | | - "additionalProperties": { |
335 | | - "type": "string" |
336 | | - }, |
337 | 334 | "type": "object" |
338 | 335 | }, |
339 | 336 | "controllerAutoscalingBehavior": { |
|
440 | 437 | "kubernetes-ingress-nginx:index:ContollerAdmissionWebhooks": { |
441 | 438 | "properties": { |
442 | 439 | "annotations": { |
443 | | - "additionalProperties": { |
444 | | - "type": "object" |
445 | | - }, |
446 | 440 | "type": "object" |
447 | 441 | }, |
448 | 442 | "certificate": { |
|
515 | 509 | "type": "boolean" |
516 | 510 | }, |
517 | 511 | "annotations": { |
518 | | - "additionalProperties": { |
519 | | - "type": "string" |
520 | | - }, |
521 | 512 | "description": "Annotations to be added to the controller Deployment or DaemonSet.", |
522 | 513 | "type": "object" |
523 | 514 | }, |
|
538 | 529 | }, |
539 | 530 | "configAnnotations": { |
540 | 531 | "description": "Annotations to be added to the controller config configuration configmap.", |
541 | | - "type": "object" |
| 532 | + "type": "object", |
| 533 | + "additionalProperties": { |
| 534 | + "type": "string" |
| 535 | + } |
542 | 536 | }, |
543 | 537 | "configMapNamespace": { |
544 | 538 | "description": "Allows customization of the configmap / nginx-configmap namespace.", |
|
690 | 684 | "type": "object" |
691 | 685 | }, |
692 | 686 | "podAnnotations": { |
693 | | - "additionalProperties": { |
694 | | - "type": "string" |
695 | | - }, |
696 | 687 | "description": "Annotations to be added to controller pods.", |
697 | 688 | "type": "object" |
698 | 689 | }, |
699 | 690 | "podLabels": { |
700 | | - "additionalProperties": { |
701 | | - "type": "object" |
702 | | - }, |
703 | 691 | "description": "labels to add to the pod container metadata.", |
704 | 692 | "type": "object" |
705 | 693 | }, |
|
810 | 798 | "type": "object" |
811 | 799 | }, |
812 | 800 | "podAnnotations": { |
813 | | - "additionalProperties": { |
814 | | - "type": "object" |
815 | | - }, |
816 | 801 | "type": "object" |
817 | 802 | }, |
818 | 803 | "priorityClassName": { |
|
842 | 827 | "kubernetes-ingress-nginx:index:ControllerAdmissionWebhooksService": { |
843 | 828 | "properties": { |
844 | 829 | "annotations": { |
845 | | - "additionalProperties": { |
846 | | - "type": "object" |
847 | | - }, |
848 | 830 | "type": "object" |
849 | 831 | }, |
850 | 832 | "clusterIP": { |
|
947 | 929 | "type": "object" |
948 | 930 | }, |
949 | 931 | "podAnnotations": { |
950 | | - "additionalProperties": { |
951 | | - "type": "string" |
952 | | - }, |
953 | 932 | "description": "Annotations to be added to default backend pods.", |
954 | 933 | "type": "object" |
955 | 934 | }, |
956 | 935 | "podLabels": { |
957 | | - "additionalProperties": { |
958 | | - "type": "string" |
959 | | - }, |
960 | 936 | "description": "labels to add to the pod container metadata", |
961 | 937 | "type": "object" |
962 | 938 | }, |
|
999 | 975 | "kubernetes-ingress-nginx:index:ControllerDefaultBackendService": { |
1000 | 976 | "properties": { |
1001 | 977 | "annotations": { |
1002 | | - "additionalProperties": { |
1003 | | - "type": "string" |
1004 | | - }, |
1005 | 978 | "type": "object" |
1006 | 979 | }, |
1007 | 980 | "clusterIP": { |
|
1138 | 1111 | "kubernetes-ingress-nginx:index:ControllerMetricsPrometheusRules": { |
1139 | 1112 | "properties": { |
1140 | 1113 | "additionalLabels": { |
1141 | | - "additionalProperties": { |
1142 | | - "type": "object" |
1143 | | - }, |
1144 | 1114 | "type": "object" |
1145 | 1115 | }, |
1146 | 1116 | "enabled": { |
|
1161 | 1131 | "kubernetes-ingress-nginx:index:ControllerMetricsService": { |
1162 | 1132 | "properties": { |
1163 | 1133 | "annotations": { |
1164 | | - "additionalProperties": { |
1165 | | - "type": "string" |
1166 | | - }, |
1167 | 1134 | "type": "object" |
1168 | 1135 | }, |
1169 | 1136 | "clusterIP": { |
|
1202 | 1169 | "kubernetes-ingress-nginx:index:ControllerMetricsServiceMonitor": { |
1203 | 1170 | "properties": { |
1204 | 1171 | "additionalLabels": { |
1205 | | - "additionalProperties": { |
1206 | | - "type": "object" |
1207 | | - }, |
1208 | 1172 | "type": "object" |
1209 | 1173 | }, |
1210 | 1174 | "enabled": { |
|
1308 | 1272 | "kubernetes-ingress-nginx:index:ControllerService": { |
1309 | 1273 | "properties": { |
1310 | 1274 | "annotations": { |
1311 | | - "additionalProperties": { |
1312 | | - "type": "object" |
1313 | | - }, |
1314 | 1275 | "type": "object" |
1315 | 1276 | }, |
1316 | 1277 | "clusterIP": { |
|
1345 | 1306 | "description": "Enables an additional internal load balancer (besides the external one). Annotations are mandatory for the load balancer to come up. Varies with the cloud service." |
1346 | 1307 | }, |
1347 | 1308 | "labels": { |
1348 | | - "additionalProperties": { |
1349 | | - "type": "object" |
1350 | | - }, |
1351 | 1309 | "type": "object" |
1352 | 1310 | }, |
1353 | 1311 | "loadBalancerIP": { |
|
1398 | 1356 | "kubernetes-ingress-nginx:index:ControllerServiceInternal": { |
1399 | 1357 | "properties": { |
1400 | 1358 | "annotations": { |
1401 | | - "additionalProperties": { |
1402 | | - "type": "object" |
1403 | | - }, |
1404 | 1359 | "type": "object" |
1405 | 1360 | }, |
1406 | 1361 | "enabled": { |
|
1411 | 1366 | "type": "string" |
1412 | 1367 | }, |
1413 | 1368 | "labels": { |
1414 | | - "additionalProperties": { |
1415 | | - "type": "object" |
1416 | | - }, |
1417 | 1369 | "type": "object" |
1418 | 1370 | }, |
1419 | 1371 | "loadBalancerIPs": { |
|
1455 | 1407 | "kubernetes-ingress-nginx:index:ControllerTcp": { |
1456 | 1408 | "properties": { |
1457 | 1409 | "annotations": { |
1458 | | - "additionalProperties": { |
1459 | | - "type": "string" |
1460 | | - }, |
1461 | 1410 | "description": "Annotations to be added to the tcp config configmap.", |
1462 | 1411 | "type": "object" |
1463 | 1412 | }, |
|
1470 | 1419 | "kubernetes-ingress-nginx:index:ControllerUdp": { |
1471 | 1420 | "properties": { |
1472 | 1421 | "annotations": { |
1473 | | - "additionalProperties": { |
1474 | | - "type": "string" |
1475 | | - }, |
1476 | 1422 | "description": "Annotations to be added to the udp config configmap.", |
1477 | 1423 | "type": "object" |
1478 | 1424 | }, |
|
1535 | 1481 | "kubernetes-ingress-nginx:index:KedaScaledObject": { |
1536 | 1482 | "properties": { |
1537 | 1483 | "annotations": { |
1538 | | - "additionalProperties": { |
1539 | | - "type": "string" |
1540 | | - }, |
1541 | 1484 | "description": "Custom annotations for ScaledObject resource.", |
1542 | 1485 | "type": "object" |
1543 | 1486 | } |
|
0 commit comments