We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0304af4 commit a2bf013Copy full SHA for a2bf013
config/crd/bases/ref.nephio.org_config.yaml renamed to config/crd/bases/ref.nephio.org_configs.yaml
@@ -5,13 +5,13 @@ metadata:
5
annotations:
6
controller-gen.kubebuilder.io/version: v0.9.2
7
creationTimestamp: null
8
- name: config.ref.nephio.org
+ name: configs.ref.nephio.org
9
spec:
10
group: ref.nephio.org
11
names:
12
kind: Config
13
listKind: ConfigList
14
- plural: config
+ plural: configs
15
singular: config
16
scope: Namespaced
17
versions:
references/v1alpha1/config_reference.go
@@ -29,7 +29,6 @@ type ConfigSpec struct {
29
}
30
31
//+kubebuilder:object:root=true
32
-//+kubebuilder:resource:path=config
33
34
// Config is the Schema for the ConfigRef API
35
type Config struct {
0 commit comments