diff --git a/docs/stack_crd.yaml b/docs/stack_crd.yaml index d543db77..589e48a9 100644 --- a/docs/stack_crd.yaml +++ b/docs/stack_crd.yaml @@ -2626,9 +2626,6 @@ spec: type: object x-kubernetes-map-type: atomic resourceFieldRef: - description: |- - Selects a resource of the container: only resources limits and requests - (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. properties: containerName: type: string @@ -4009,6 +4006,9 @@ spec: type: object x-kubernetes-map-type: atomic resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. properties: containerName: type: string diff --git a/docs/stackset_crd.yaml b/docs/stackset_crd.yaml index 6a653924..75c38c5d 100644 --- a/docs/stackset_crd.yaml +++ b/docs/stackset_crd.yaml @@ -3520,10 +3520,6 @@ spec: one entry in PodSpec.ResourceClaims. properties: name: - description: |- - Name must match the name of one entry in pod.spec.resourceClaims of - the Pod where this field is used. It makes that resource available - inside a container. type: string required: - name @@ -4945,6 +4941,10 @@ spec: one entry in PodSpec.ResourceClaims. properties: name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. type: string required: - name