Skip to content

Commit

Permalink
Fix config resource plural (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric committed Jun 27, 2023
1 parent 0304af4 commit a2bf013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: config.ref.nephio.org
name: configs.ref.nephio.org
spec:
group: ref.nephio.org
names:
kind: Config
listKind: ConfigList
plural: config
plural: configs
singular: config
scope: Namespaced
versions:
Expand Down
1 change: 0 additions & 1 deletion references/v1alpha1/config_reference.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type ConfigSpec struct {
}

//+kubebuilder:object:root=true
//+kubebuilder:resource:path=config

// Config is the Schema for the ConfigRef API
type Config struct {
Expand Down

0 comments on commit a2bf013

Please sign in to comment.