|
1663 | 1663 | "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
|
1664 | 1664 | "properties": {
|
1665 | 1665 | "name": {
|
1666 |
| - "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
| 1666 | + "default": "", |
| 1667 | + "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
1667 | 1668 | "type": "string"
|
1668 | 1669 | },
|
1669 | 1670 | "optional": {
|
|
1682 | 1683 | "type": "string"
|
1683 | 1684 | },
|
1684 | 1685 | "name": {
|
1685 |
| - "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
| 1686 | + "default": "", |
| 1687 | + "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
1686 | 1688 | "type": "string"
|
1687 | 1689 | },
|
1688 | 1690 | "optional": {
|
|
1713 | 1715 | "x-kubernetes-list-type": "atomic"
|
1714 | 1716 | },
|
1715 | 1717 | "name": {
|
1716 |
| - "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
| 1718 | + "default": "", |
| 1719 | + "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
1717 | 1720 | "type": "string"
|
1718 | 1721 | },
|
1719 | 1722 | "optional": {
|
|
1745 | 1748 | "x-kubernetes-list-type": "atomic"
|
1746 | 1749 | },
|
1747 | 1750 | "name": {
|
1748 |
| - "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
| 1751 | + "default": "", |
| 1752 | + "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
1749 | 1753 | "type": "string"
|
1750 | 1754 | },
|
1751 | 1755 | "optional": {
|
|
2715 | 2719 | "x-kubernetes-list-type": "atomic"
|
2716 | 2720 | },
|
2717 | 2721 | "ip": {
|
| 2722 | + "default": "", |
2718 | 2723 | "description": "IP address of the host file entry.",
|
2719 | 2724 | "type": "string"
|
2720 | 2725 | }
|
2721 | 2726 | },
|
| 2727 | + "required": [ |
| 2728 | + "ip" |
| 2729 | + ], |
2722 | 2730 | "type": "object"
|
2723 | 2731 | },
|
2724 | 2732 | "io.k8s.api.core.v1.HostPathVolumeSource": {
|
|
2896 | 2904 | "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
|
2897 | 2905 | "properties": {
|
2898 | 2906 | "name": {
|
2899 |
| - "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
| 2907 | + "default": "", |
| 2908 | + "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
2900 | 2909 | "type": "string"
|
2901 | 2910 | }
|
2902 | 2911 | },
|
|
4459 | 4468 | "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
|
4460 | 4469 | "properties": {
|
4461 | 4470 | "name": {
|
4462 |
| - "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
| 4471 | + "default": "", |
| 4472 | + "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
4463 | 4473 | "type": "string"
|
4464 | 4474 | },
|
4465 | 4475 | "optional": {
|
|
4478 | 4488 | "type": "string"
|
4479 | 4489 | },
|
4480 | 4490 | "name": {
|
4481 |
| - "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
| 4491 | + "default": "", |
| 4492 | + "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
4482 | 4493 | "type": "string"
|
4483 | 4494 | },
|
4484 | 4495 | "optional": {
|
|
4509 | 4520 | "x-kubernetes-list-type": "atomic"
|
4510 | 4521 | },
|
4511 | 4522 | "name": {
|
4512 |
| - "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
| 4523 | + "default": "", |
| 4524 | + "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", |
4513 | 4525 | "type": "string"
|
4514 | 4526 | },
|
4515 | 4527 | "optional": {
|
|
0 commit comments