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
this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
description: 'Specific resourceVersion to which this
184
+
reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
185
+
type: string
186
+
uid:
187
+
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
188
+
type: string
189
+
type: object
190
+
x-kubernetes-map-type: atomic
103
191
required:
104
192
- routes
105
193
type: object
106
194
minItems: 1
107
195
type: array
196
+
targetRef:
197
+
description: TargetRef is the reference to the target object of
198
+
the route. It is optional and it can be used for custom purposes.
199
+
properties:
200
+
apiVersion:
201
+
description: API version of the referent.
202
+
type: string
203
+
fieldPath:
204
+
description: 'If referring to a piece of an object instead
205
+
of an entire object, this string should contain a valid
206
+
JSON/Go field access statement, such as desiredState.manifest.containers[2].
207
+
For example, if the object reference is to a container within
208
+
a pod, this would take on a value like: "spec.containers{name}"
209
+
(where "name" refers to the name of the container that triggered
210
+
the event) or if no container name is specified "spec.containers[2]"
211
+
(container with index 2 in this pod). This syntax is chosen
212
+
only to have some well-defined way of referencing a part
213
+
of an object. TODO: this design is not final and this field
214
+
is subject to change in the future.'
215
+
type: string
216
+
kind:
217
+
description: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
218
+
type: string
219
+
name:
220
+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
221
+
type: string
222
+
namespace:
223
+
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
224
+
type: string
225
+
resourceVersion:
226
+
description: 'Specific resourceVersion to which this reference
227
+
is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
228
+
type: string
229
+
uid:
230
+
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
0 commit comments