diff --git a/api/v1/servicefunctionchain_types.go b/api/v1/servicefunctionchain_types.go index d279e4cf..9adb74ba 100644 --- a/api/v1/servicefunctionchain_types.go +++ b/api/v1/servicefunctionchain_types.go @@ -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 { diff --git a/bundle/manifests/config.openshift.io_servicefunctionchains.yaml b/bundle/manifests/config.openshift.io_servicefunctionchains.yaml index 8e077315..0f875acb 100644 --- a/bundle/manifests/config.openshift.io_servicefunctionchains.yaml +++ b/bundle/manifests/config.openshift.io_servicefunctionchains.yaml @@ -11,6 +11,8 @@ spec: kind: ServiceFunctionChain listKind: ServiceFunctionChainList plural: servicefunctionchains + shortNames: + - sfc singular: servicefunctionchain scope: Namespaced versions: diff --git a/bundle/manifests/dpu-operator.clusterserviceversion.yaml b/bundle/manifests/dpu-operator.clusterserviceversion.yaml index 905a7d5b..c34be894 100644 --- a/bundle/manifests/dpu-operator.clusterserviceversion.yaml +++ b/bundle/manifests/dpu-operator.clusterserviceversion.yaml @@ -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" diff --git a/config/crd/bases/config.openshift.io_servicefunctionchains.yaml b/config/crd/bases/config.openshift.io_servicefunctionchains.yaml index f748dd1e..b4b5c64b 100644 --- a/config/crd/bases/config.openshift.io_servicefunctionchains.yaml +++ b/config/crd/bases/config.openshift.io_servicefunctionchains.yaml @@ -11,6 +11,8 @@ spec: kind: ServiceFunctionChain listKind: ServiceFunctionChainList plural: servicefunctionchains + shortNames: + - sfc singular: servicefunctionchain scope: Namespaced versions: diff --git a/manifests/stable/config.openshift.io_servicefunctionchains.yaml b/manifests/stable/config.openshift.io_servicefunctionchains.yaml index 8e077315..0f875acb 100644 --- a/manifests/stable/config.openshift.io_servicefunctionchains.yaml +++ b/manifests/stable/config.openshift.io_servicefunctionchains.yaml @@ -11,6 +11,8 @@ spec: kind: ServiceFunctionChain listKind: ServiceFunctionChainList plural: servicefunctionchains + shortNames: + - sfc singular: servicefunctionchain scope: Namespaced versions: diff --git a/manifests/stable/dpu-operator.clusterserviceversion.yaml b/manifests/stable/dpu-operator.clusterserviceversion.yaml index 905a7d5b..c34be894 100644 --- a/manifests/stable/dpu-operator.clusterserviceversion.yaml +++ b/manifests/stable/dpu-operator.clusterserviceversion.yaml @@ -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" diff --git a/vendor/github.com/openshift/dpu-operator/api/v1/servicefunctionchain_types.go b/vendor/github.com/openshift/dpu-operator/api/v1/servicefunctionchain_types.go index d279e4cf..9adb74ba 100644 --- a/vendor/github.com/openshift/dpu-operator/api/v1/servicefunctionchain_types.go +++ b/vendor/github.com/openshift/dpu-operator/api/v1/servicefunctionchain_types.go @@ -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 {