@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
3
3
kind : CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
- controller-gen.kubebuilder.io/version : v0.15.0
6
+ controller-gen.kubebuilder.io/version : v0.16.4
7
7
name : users.rabbitmq.com
8
8
spec :
9
9
group : rabbitmq.com
@@ -46,13 +46,11 @@ spec:
46
46
Defines a Secret containing the credentials for the User. If this field is omitted, random a username and
47
47
password will be generated. The Secret must have the following keys in its Data field:
48
48
49
-
50
49
* `username` – Must be present or the import will fail.
51
50
* `passwordHash` – The SHA-512 hash of the password. If the hash is an empty string, a passwordless user
52
51
will be created. For more information, see https://www.rabbitmq.com/docs/passwords.
53
52
* `password` – Plain-text password. Will be used only if the `passwordHash` key is missing.
54
53
55
-
56
54
Note that this import only occurs at creation time, and is ignored once a password has been set on a User.
57
55
properties :
58
56
name :
62
60
This field is effectively required, but due to backwards compatibility is
63
61
allowed to be empty. Instances of this type with an empty value here are
64
62
almost certainly wrong.
65
- TODO: Add other useful fields. apiVersion, kind, uid?
66
63
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
67
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
68
64
type : string
69
65
type : object
70
66
x-kubernetes-map-type : atomic
86
82
This field is effectively required, but due to backwards compatibility is
87
83
allowed to be empty. Instances of this type with an empty value here are
88
84
almost certainly wrong.
89
- TODO: Add other useful fields. apiVersion, kind, uid?
90
85
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
91
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
92
86
type : string
93
87
type : object
94
88
x-kubernetes-map-type : atomic
@@ -164,9 +158,7 @@ spec:
164
158
This field is effectively required, but due to backwards compatibility is
165
159
allowed to be empty. Instances of this type with an empty value here are
166
160
almost certainly wrong.
167
- TODO: Add other useful fields. apiVersion, kind, uid?
168
161
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
169
- TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
170
162
type : string
171
163
type : object
172
164
x-kubernetes-map-type : atomic
0 commit comments