Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
Signed-off-by: Katyanna Moura <[email protected]>
  • Loading branch information
katyanna committed Aug 6, 2024
1 parent 24f2923 commit a75eb0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/stack_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/stackset_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a75eb0a

Please sign in to comment.