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
* Switch controller-gen version to 0.14.0
* Bump golangci to support go 1.22
* Bumping gosec to 2.19.0
---------
Co-authored-by: Khaja Omer <[email protected]>
description: 'APIVersion defines the versioned schema of this representation
29
-
of an object. Servers should convert recognized schemas to the latest
30
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
description: |-
29
+
APIVersion defines the versioned schema of this representation of an object.
30
+
Servers should convert recognized schemas to the latest internal value, and
31
+
may reject unrecognized values.
32
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
31
33
type: string
32
34
kind:
33
-
description: 'Kind is a string value representing the REST resource this
34
-
object represents. Servers may infer this from the endpoint the client
35
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
35
+
description: |-
36
+
Kind is a string value representing the REST resource this object represents.
37
+
Servers may infer this from the endpoint the client submits requests to.
38
+
Cannot be updated.
39
+
In CamelCase.
40
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
36
41
type: string
37
42
metadata:
38
43
type: object
@@ -47,10 +52,9 @@ spec:
47
52
description: LinodeClusterSpec defines the desired state of LinodeCluster
48
53
properties:
49
54
controlPlaneEndpoint:
50
-
description: ControlPlaneEndpoint represents the endpoint
51
-
used to communicate with the LinodeCluster control plane.
52
-
If ControlPlaneEndpoint is unset then the Nodebalancer ip
53
-
will be used.
55
+
description: |-
56
+
ControlPlaneEndpoint represents the endpoint used to communicate with the LinodeCluster control plane.
57
+
If ControlPlaneEndpoint is unset then the Nodebalancer ip will be used.
54
58
properties:
55
59
host:
56
60
description: The hostname on which the API server is serving.
@@ -92,66 +96,63 @@ spec:
92
96
description: The Linode Region the LinodeCluster lives in.
93
97
type: string
94
98
vpcRef:
95
-
description: "ObjectReference contains enough information
96
-
to let you inspect or modify the referred object. --- New
97
-
uses of this type are discouraged because of difficulty
98
-
describing its usage when embedded in APIs. 1. Ignored fields.
99
-
\ It includes many fields which are not generally honored.
100
-
\ For instance, ResourceVersion and FieldPath are both very
101
-
rarely valid in actual usage. 2. Invalid usage help. It
102
-
is impossible to add specific help for individual usage.
103
-
\ In most embedded usages, there are particular restrictions
104
-
like, \"must refer only to types A and B\" or \"UID not
105
-
honored\" or \"name must be restricted\". Those cannot be
106
-
well described when embedded. 3. Inconsistent validation.
107
-
\ Because the usages are different, the validation rules
108
-
are different by usage, which makes it hard for users to
109
-
predict what will happen. 4. The fields are both imprecise
110
-
and overly precise. Kind is not a precise mapping to a
111
-
URL. This can produce ambiguity during interpretation and
112
-
require a REST mapping. In most cases, the dependency is
113
-
on the group,resource tuple and the version of the actual
114
-
struct is irrelevant. 5. We cannot easily change it. Because
115
-
this type is embedded in many locations, updates to this
116
-
type will affect numerous schemas. Don't make new APIs
117
-
embed an underspecified API type they do not control. \n
118
-
Instead of using this type, create a locally provided and
119
-
used type that is well-focused on your reference. For example,
120
-
ServiceReferences for admission registration: https://github.com/kubernetes/api/blob/release-1.17/admissionregistration/v1/types.go#L533
121
-
."
99
+
description: |-
100
+
ObjectReference contains enough information to let you inspect or modify the referred object.
101
+
---
102
+
New uses of this type are discouraged because of difficulty describing its usage when embedded in APIs.
103
+
1. Ignored fields. It includes many fields which are not generally honored. For instance, ResourceVersion and FieldPath are both very rarely valid in actual usage.
104
+
2. Invalid usage help. It is impossible to add specific help for individual usage. In most embedded usages, there are particular
105
+
restrictions like, "must refer only to types A and B" or "UID not honored" or "name must be restricted".
106
+
Those cannot be well described when embedded.
107
+
3. Inconsistent validation. Because the usages are different, the validation rules are different by usage, which makes it hard for users to predict what will happen.
108
+
4. The fields are both imprecise and overly precise. Kind is not a precise mapping to a URL. This can produce ambiguity
109
+
during interpretation and require a REST mapping. In most cases, the dependency is on the group,resource tuple
110
+
and the version of the actual struct is irrelevant.
111
+
5. We cannot easily change it. Because this type is embedded in many locations, updates to this type
112
+
will affect numerous schemas. Don't make new APIs embed an underspecified API type they do not control.
113
+
114
+
115
+
Instead of using this type, create a locally provided and used type that is well-focused on your reference.
116
+
For example, ServiceReferences for admission registration: https://github.com/kubernetes/api/blob/release-1.17/admissionregistration/v1/types.go#L533 .
122
117
properties:
123
118
apiVersion:
124
119
description: API version of the referent.
125
120
type: string
126
121
fieldPath:
127
-
description: 'If referring to a piece of an object instead
128
-
of an entire object, this string should contain a valid
129
-
JSON/Go field access statement, such as desiredState.manifest.containers[2].
130
-
For example, if the object reference is to a container
131
-
within a pod, this would take on a value like: "spec.containers{name}"
132
-
(where "name" refers to the name of the container that
133
-
triggered the event) or if no container name is specified
134
-
"spec.containers[2]" (container with index 2 in this
135
-
pod). This syntax is chosen only to have some well-defined
136
-
way of referencing a part of an object. TODO: this design
137
-
is not final and this field is subject to change in
138
-
the future.'
122
+
description: |-
123
+
If referring to a piece of an object instead of an entire object, this string
124
+
should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
125
+
For example, if the object reference is to a container within a pod, this would take on a value like:
126
+
"spec.containers{name}" (where "name" refers to the name of the container that triggered
127
+
the event) or if no container name is specified "spec.containers[2]" (container with
128
+
index 2 in this pod). This syntax is chosen only to have some well-defined way of
129
+
referencing a part of an object.
130
+
TODO: this design is not final and this field is subject to change in the future.
139
131
type: string
140
132
kind:
141
-
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
133
+
description: |-
134
+
Kind of the referent.
135
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
142
136
type: string
143
137
name:
144
-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
138
+
description: |-
139
+
Name of the referent.
140
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
145
141
type: string
146
142
namespace:
147
-
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
143
+
description: |-
144
+
Namespace of the referent.
145
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
148
146
type: string
149
147
resourceVersion:
150
-
description: 'Specific resourceVersion to which this reference
151
-
is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
148
+
description: |-
149
+
Specific resourceVersion to which this reference is made, if any.
150
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
152
151
type: string
153
152
uid:
154
-
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
153
+
description: |-
154
+
UID of the referent.
155
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
0 commit comments