Skip to content

Commit bc93353

Browse files
authored
chore: short name for operator CRD (#94)
Since `llamastackdistribution` is quiet a long resource name, I am proposing to use a `shortName` for it. Approved-by: rhdedgar
1 parent 9c939c7 commit bc93353

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

api/v1alpha1/llamastackdistribution_types.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/llamastack.io_llamastackdistributions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ spec:
1111
kind: LlamaStackDistribution
1212
listKind: LlamaStackDistributionList
1313
plural: llamastackdistributions
14+
shortNames:
15+
- llsd
1416
singular: llamastackdistribution
1517
scope: Namespaced
1618
versions:

release/operator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ spec:
2020
kind: LlamaStackDistribution
2121
listKind: LlamaStackDistributionList
2222
plural: llamastackdistributions
23+
shortNames:
24+
- llsd
2325
singular: llamastackdistribution
2426
scope: Namespaced
2527
versions:

0 commit comments

Comments
 (0)