Skip to content

Commit

Permalink
Merge pull request #244 from bn222/shortname
Browse files Browse the repository at this point in the history
Add short-name for sfc
  • Loading branch information
openshift-merge-bot[bot] authored Jan 17, 2025
2 parents d59bff5 + 5c783b1 commit 8dd1286
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions api/v1/servicefunctionchain_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ type NetworkFunction struct {

//+kubebuilder:object:root=true
//+kubebuilder:subresource:status
//+kubebuilder:resource:shortName=sfc

// ServiceFunctionChain is the Schema for the servicefunctionchains API
type ServiceFunctionChain struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: ServiceFunctionChain
listKind: ServiceFunctionChainList
plural: servicefunctionchains
shortNames:
- sfc
singular: servicefunctionchain
scope: Namespaced
versions:
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/dpu-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-10-15T19:06:53Z"
createdAt: "2024-10-31T18:46:07Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
features.operators.openshift.io/csi: "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: ServiceFunctionChain
listKind: ServiceFunctionChainList
plural: servicefunctionchains
shortNames:
- sfc
singular: servicefunctionchain
scope: Namespaced
versions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: ServiceFunctionChain
listKind: ServiceFunctionChainList
plural: servicefunctionchains
shortNames:
- sfc
singular: servicefunctionchain
scope: Namespaced
versions:
Expand Down
2 changes: 1 addition & 1 deletion manifests/stable/dpu-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-10-15T19:06:53Z"
createdAt: "2024-10-31T18:46:07Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
features.operators.openshift.io/csi: "false"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8dd1286

Please sign in to comment.