You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Module is the Schema for the modules API
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
history:
29
30
items:
@@ -53,9 +54,12 @@ spec:
53
54
type: object
54
55
type: array
55
56
kind:
56
-
description: 'Kind is a string value representing the REST resource this
57
-
object represents. Servers may infer this from the endpoint the client
58
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
57
+
description: |-
58
+
Kind is a string value representing the REST resource this object represents.
59
+
Servers may infer this from the endpoint the client submits requests to.
60
+
Cannot be updated.
61
+
In CamelCase.
62
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
description: TemplateAuthRule is the Schema for the modules API
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
36
type: string
33
37
metadata:
34
38
type: object
@@ -43,8 +47,15 @@ spec:
43
47
valid secret key.
44
48
type: string
45
49
name:
46
-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
47
-
TODO: Add other useful fields. apiVersion, kind, uid?'
50
+
default: ""
51
+
description: |-
52
+
Name of the referent.
53
+
This field is effectively required, but due to backwards compatibility is
54
+
allowed to be empty. Instances of this type with an empty value here are
55
+
almost certainly wrong.
56
+
TODO: Add other useful fields. apiVersion, kind, uid?
57
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
58
+
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
48
59
type: string
49
60
optional:
50
61
description: Specify whether the Secret or its key must be defined
@@ -63,8 +74,15 @@ spec:
63
74
valid secret key.
64
75
type: string
65
76
name:
66
-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
67
-
TODO: Add other useful fields. apiVersion, kind, uid?'
77
+
default: ""
78
+
description: |-
79
+
Name of the referent.
80
+
This field is effectively required, but due to backwards compatibility is
81
+
allowed to be empty. Instances of this type with an empty value here are
82
+
almost certainly wrong.
83
+
TODO: Add other useful fields. apiVersion, kind, uid?
84
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
85
+
TODO: Drop `kubebuilder:default` when controller-gen doesn't need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.
68
86
type: string
69
87
optional:
70
88
description: Specify whether the Secret or its key must be defined
description: 'APIVersion defines the versioned schema of this representation
26
-
of an object. Servers should convert recognized schemas to the latest
27
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24
+
description: |-
25
+
APIVersion defines the versioned schema of this representation of an object.
26
+
Servers should convert recognized schemas to the latest internal value, and
27
+
may reject unrecognized values.
28
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
28
29
type: string
29
30
kind:
30
-
description: 'Kind is a string value representing the REST resource this
31
-
object represents. Servers may infer this from the endpoint the client
32
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
description: |-
32
+
Kind is a string value representing the REST resource this object represents.
33
+
Servers may infer this from the endpoint the client submits requests to.
34
+
Cannot be updated.
35
+
In CamelCase.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
0 commit comments