Skip to content

Commit

Permalink
add new type in crd
Browse files Browse the repository at this point in the history
  • Loading branch information
DaoDaoNoCode committed Jan 9, 2025
1 parent 7cfdb59 commit 15e8b9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/common/crd/hardwareprofiles.opendatahub.io.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ spec:
defaultCount:
x-kubernetes-int-or-string: true
description: 'The default count can be an integer or a string.'
resourceType:
description: 'The type of identifier. could be "cpu" or "memory". Leave it undefined for the other types.'
type: string
enum: ["cpu", "memory"]
nodeSelectors:
type: array
description: 'Number of node selector available.'
Expand Down

0 comments on commit 15e8b9c

Please sign in to comment.