Skip to content

Commit a2bf013

Browse files
Fix config resource plural (#50)
1 parent 0304af4 commit a2bf013

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/crd/bases/ref.nephio.org_config.yaml renamed to config/crd/bases/ref.nephio.org_configs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.9.2
77
creationTimestamp: null
8-
name: config.ref.nephio.org
8+
name: configs.ref.nephio.org
99
spec:
1010
group: ref.nephio.org
1111
names:
1212
kind: Config
1313
listKind: ConfigList
14-
plural: config
14+
plural: configs
1515
singular: config
1616
scope: Namespaced
1717
versions:

references/v1alpha1/config_reference.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ type ConfigSpec struct {
2929
}
3030

3131
//+kubebuilder:object:root=true
32-
//+kubebuilder:resource:path=config
3332

3433
// Config is the Schema for the ConfigRef API
3534
type Config struct {

0 commit comments

Comments
 (0)