|
14 | 14 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.runtime.RawExtension"
|
15 | 15 | }
|
16 | 16 | ],
|
17 |
| - "default": {}, |
18 | 17 | "description": "Data is the serialized representation of the state."
|
19 | 18 | },
|
20 | 19 | "kind": {
|
|
151 | 150 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
152 | 151 | }
|
153 | 152 | ],
|
154 |
| - "default": {}, |
155 | 153 | "description": "Last time the condition transitioned from one status to another."
|
156 | 154 | },
|
157 | 155 | "message": {
|
|
420 | 418 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
421 | 419 | }
|
422 | 420 | ],
|
423 |
| - "default": {}, |
424 | 421 | "description": "Last time the condition transitioned from one status to another."
|
425 | 422 | },
|
426 | 423 | "lastUpdateTime": {
|
|
429 | 426 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
430 | 427 | }
|
431 | 428 | ],
|
432 |
| - "default": {}, |
433 | 429 | "description": "The last time this condition was updated."
|
434 | 430 | },
|
435 | 431 | "message": {
|
|
693 | 689 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
694 | 690 | }
|
695 | 691 | ],
|
696 |
| - "default": {}, |
697 | 692 | "description": "The last time the condition transitioned from one status to another."
|
698 | 693 | },
|
699 | 694 | "message": {
|
|
971 | 966 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
972 | 967 | }
|
973 | 968 | ],
|
974 |
| - "default": {}, |
975 | 969 | "description": "Last time the condition transitioned from one status to another."
|
976 | 970 | },
|
977 | 971 | "message": {
|
|
2558 | 2552 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.util.intstr.IntOrString"
|
2559 | 2553 | }
|
2560 | 2554 | ],
|
2561 |
| - "default": {}, |
2562 | 2555 | "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
|
2563 | 2556 | },
|
2564 | 2557 | "scheme": {
|
|
2997 | 2990 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
2998 | 2991 | }
|
2999 | 2992 | ],
|
3000 |
| - "default": {}, |
3001 | 2993 | "description": "lastProbeTime is the time we probed the condition."
|
3002 | 2994 | },
|
3003 | 2995 | "lastTransitionTime": {
|
|
3006 | 2998 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
3007 | 2999 | }
|
3008 | 3000 | ],
|
3009 |
| - "default": {}, |
3010 | 3001 | "description": "lastTransitionTime is the time the condition transitioned from one status to another."
|
3011 | 3002 | },
|
3012 | 3003 | "message": {
|
|
3113 | 3104 | },
|
3114 | 3105 | "allocatedResources": {
|
3115 | 3106 | "additionalProperties": {
|
3116 |
| - "allOf": [ |
3117 |
| - { |
3118 |
| - "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
3119 |
| - } |
3120 |
| - ], |
3121 |
| - "default": {} |
| 3107 | + "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
3122 | 3108 | },
|
3123 | 3109 | "description": "allocatedResources tracks the resources allocated to a PVC including its capacity. Key names follow standard Kubernetes label syntax. Valid values are either:\n\t* Un-prefixed keys:\n\t\t- storage - the capacity of the volume.\n\t* Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\"\nApart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.\n\nCapacity reported here may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity.\n\nA controller that receives PVC update with previously unknown resourceName should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.\n\nThis is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.",
|
3124 | 3110 | "type": "object"
|
3125 | 3111 | },
|
3126 | 3112 | "capacity": {
|
3127 | 3113 | "additionalProperties": {
|
3128 |
| - "allOf": [ |
3129 |
| - { |
3130 |
| - "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
3131 |
| - } |
3132 |
| - ], |
3133 |
| - "default": {} |
| 3114 | + "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
3134 | 3115 | },
|
3135 | 3116 | "description": "capacity represents the actual resources of the underlying volume.",
|
3136 | 3117 | "type": "object"
|
|
3652 | 3633 | },
|
3653 | 3634 | "overhead": {
|
3654 | 3635 | "additionalProperties": {
|
3655 |
| - "allOf": [ |
3656 |
| - { |
3657 |
| - "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
3658 |
| - } |
3659 |
| - ], |
3660 |
| - "default": {} |
| 3636 | + "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
3661 | 3637 | },
|
3662 | 3638 | "description": "Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md",
|
3663 | 3639 | "type": "object"
|
|
4095 | 4071 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity"
|
4096 | 4072 | }
|
4097 | 4073 | ],
|
4098 |
| - "default": {}, |
4099 | 4074 | "description": "Specifies the output format of the exposed resources, defaults to \"1\""
|
4100 | 4075 | },
|
4101 | 4076 | "resource": {
|
|
4131 | 4106 | },
|
4132 | 4107 | "limits": {
|
4133 | 4108 | "additionalProperties": {
|
4134 |
| - "allOf": [ |
4135 |
| - { |
4136 |
| - "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
4137 |
| - } |
4138 |
| - ], |
4139 |
| - "default": {} |
| 4109 | + "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
4140 | 4110 | },
|
4141 | 4111 | "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
|
4142 | 4112 | "type": "object"
|
4143 | 4113 | },
|
4144 | 4114 | "requests": {
|
4145 | 4115 | "additionalProperties": {
|
4146 |
| - "allOf": [ |
4147 |
| - { |
4148 |
| - "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
4149 |
| - } |
4150 |
| - ], |
4151 |
| - "default": {} |
| 4116 | + "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
4152 | 4117 | },
|
4153 | 4118 | "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
|
4154 | 4119 | "type": "object"
|
|
4524 | 4489 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.util.intstr.IntOrString"
|
4525 | 4490 | }
|
4526 | 4491 | ],
|
4527 |
| - "default": {}, |
4528 | 4492 | "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
|
4529 | 4493 | }
|
4530 | 4494 | },
|
|
5014 | 4978 | "properties": {
|
5015 | 4979 | "limits": {
|
5016 | 4980 | "additionalProperties": {
|
5017 |
| - "allOf": [ |
5018 |
| - { |
5019 |
| - "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
5020 |
| - } |
5021 |
| - ], |
5022 |
| - "default": {} |
| 4981 | + "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
5023 | 4982 | },
|
5024 | 4983 | "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
|
5025 | 4984 | "type": "object"
|
5026 | 4985 | },
|
5027 | 4986 | "requests": {
|
5028 | 4987 | "additionalProperties": {
|
5029 |
| - "allOf": [ |
5030 |
| - { |
5031 |
| - "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
5032 |
| - } |
5033 |
| - ], |
5034 |
| - "default": {} |
| 4988 | + "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity" |
5035 | 4989 | },
|
5036 | 4990 | "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
|
5037 | 4991 | "type": "object"
|
|
5705 | 5659 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
|
5706 | 5660 | }
|
5707 | 5661 | ],
|
5708 |
| - "default": {}, |
5709 | 5662 | "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
|
5710 | 5663 | },
|
5711 | 5664 | "deletionGracePeriodSeconds": {
|
|
5986 | 5939 | "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.runtime.RawExtension"
|
5987 | 5940 | }
|
5988 | 5941 | ],
|
5989 |
| - "default": {}, |
5990 | 5942 | "description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context."
|
5991 | 5943 | },
|
5992 | 5944 | "type": {
|
|
0 commit comments