forked from istio/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannotations.gen.go
375 lines (326 loc) · 14.4 KB
/
annotations.gen.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
// GENERATED FILE -- DO NOT EDIT
package annotation
// Instance describes a single resource annotation
type Instance struct {
// The name of the annotation.
Name string
// Description of the annotation.
Description string
// Hide the existence of this annotation when outputting usage information.
Hidden bool
// Mark this annotation as deprecated when generating usage information.
Deprecated bool
}
var (
AlphaCanonicalServiceAccounts = Instance {
Name: "alpha.istio.io/canonical-serviceaccounts",
Description: "Specifies the non-Kubernetes service accounts that are "+
"allowed to run this service. NOTE This API is Alpha and "+
"has no stability guarantees.",
Hidden: true,
Deprecated: false,
}
AlphaIdentity = Instance {
Name: "alpha.istio.io/identity",
Description: "Identity for the workload. NOTE This API is Alpha and has "+
"no stability guarantees.",
Hidden: true,
Deprecated: false,
}
AlphaKubernetesServiceAccounts = Instance {
Name: "alpha.istio.io/kubernetes-serviceaccounts",
Description: "Specifies the Kubernetes service accounts that are "+
"allowed to run this service on the VMs. NOTE This API is "+
"Alpha and has no stability guarantees.",
Hidden: true,
Deprecated: false,
}
IoKubernetesIngressClass = Instance {
Name: "kubernetes.io/ingress.class",
Description: "Annotation on an Ingress resources denoting the class of "+
"controllers responsible for it.",
Hidden: false,
Deprecated: false,
}
AlphaNetworkingEndpointsVersion = Instance {
Name: "networking.alpha.istio.io/endpointsVersion",
Description: "Added to synthetic ServiceEntry resources to provide the "+
"raw resource version from the most recent k8s Endpoints "+
"update (if available). NOTE This API is Alpha and has no "+
"stability guarantees.",
Hidden: true,
Deprecated: false,
}
AlphaNetworkingNotReadyEndpoints = Instance {
Name: "networking.alpha.istio.io/notReadyEndpoints",
Description: "Added to synthetic ServiceEntry resources to provide the "+
"'NotReadyAddresses' from the Kubernetes Endpoints "+
"resource. The value is a comma-separated list of IP:port. "+
"NOTE This API is Alpha and has no stability guarantees.",
Hidden: true,
Deprecated: false,
}
AlphaNetworkingServiceVersion = Instance {
Name: "networking.alpha.istio.io/serviceVersion",
Description: "Added to synthetic ServiceEntry resources to provide the "+
"raw resource version from the most recent k8s Service "+
"update. This will always be available for synthetic "+
"service entries. NOTE This API is Alpha and has no "+
"stability guarantees.",
Hidden: true,
Deprecated: false,
}
NetworkingExportTo = Instance {
Name: "networking.istio.io/exportTo",
Description: "Specifies the namespaces to which this service should be "+
"exported to. A value of '*' indicates it is reachable "+
"within the mesh '.' indicates it is reachable within its "+
"namespace.",
Hidden: false,
Deprecated: false,
}
PolicyCheck = Instance {
Name: "policy.istio.io/check",
Description: "Determines the policy for behavior when unable to connect "+
"to Mixer. If not set, FAIL_CLOSE is set, rejecting "+
"requests.",
Hidden: false,
Deprecated: false,
}
PolicyCheckBaseRetryWaitTime = Instance {
Name: "policy.istio.io/checkBaseRetryWaitTime",
Description: "Base time to wait between retries, will be adjusted by "+
"backoff and jitter. In duration format. If not set, this "+
"will be 80ms.",
Hidden: false,
Deprecated: false,
}
PolicyCheckMaxRetryWaitTime = Instance {
Name: "policy.istio.io/checkMaxRetryWaitTime",
Description: "Maximum time to wait between retries to Mixer. In "+
"duration format. If not set, this will be 1000ms.",
Hidden: false,
Deprecated: false,
}
PolicyCheckRetries = Instance {
Name: "policy.istio.io/checkRetries",
Description: "The maximum number of retries on transport errors to "+
"Mixer. If not set, this will be 0, indicating no retries.",
Hidden: false,
Deprecated: false,
}
PolicyLang = Instance {
Name: "policy.istio.io/lang",
Description: "Selects the attribute expression langauge runtime for "+
"Mixer..",
Hidden: false,
Deprecated: false,
}
SidecarStatusReadinessApplicationPorts = Instance {
Name: "readiness.status.sidecar.istio.io/applicationPorts",
Description: "Specifies the list of ports exposed by the application "+
"container. Used by the istio-proxy readiness probe to "+
"determine that Envoy is configured and ready to receive "+
"traffic.",
Hidden: false,
Deprecated: false,
}
SidecarStatusReadinessFailureThreshold = Instance {
Name: "readiness.status.sidecar.istio.io/failureThreshold",
Description: "Specifies the failure threshold for the istio-proxy "+
"readiness probe.",
Hidden: false,
Deprecated: false,
}
SidecarStatusReadinessInitialDelaySeconds = Instance {
Name: "readiness.status.sidecar.istio.io/initialDelaySeconds",
Description: "Specifies the initial delay (in seconds) for the "+
"istio-proxy readiness probe.",
Hidden: false,
Deprecated: false,
}
SidecarStatusReadinessPeriodSeconds = Instance {
Name: "readiness.status.sidecar.istio.io/periodSeconds",
Description: "Specifies the period (in seconds) for the istio-proxy "+
"readiness probe.",
Hidden: false,
Deprecated: false,
}
SidecarBootstrapOverride = Instance {
Name: "sidecar.istio.io/bootstrapOverride",
Description: "Specifies an alternative Envoy bootstrap configuration "+
"file.",
Hidden: false,
Deprecated: false,
}
SidecarComponentLogLevel = Instance {
Name: "sidecar.istio.io/componentLogLevel",
Description: "Specifies the component log level for Envoy.",
Hidden: false,
Deprecated: false,
}
SidecarControlPlaneAuthPolicy = Instance {
Name: "sidecar.istio.io/controlPlaneAuthPolicy",
Description: "Specifies the auth policy used by the Istio control "+
"plane. If NONE, traffic will not be encrypted. If "+
"MUTUAL_TLS, traffic between istio-proxy sidecars will be "+
"wrapped into mutual TLS connections.",
Hidden: false,
Deprecated: false,
}
SidecarDiscoveryAddress = Instance {
Name: "sidecar.istio.io/discoveryAddress",
Description: "Specifies the XDS discovery address to be used by the "+
"istio-proxy sidecar.",
Hidden: false,
Deprecated: false,
}
SidecarInject = Instance {
Name: "sidecar.istio.io/inject",
Description: "Specifies whether or not an istio-proxy sidecar should be "+
"automatically injected into the workload.",
Hidden: false,
Deprecated: false,
}
SidecarInterceptionMode = Instance {
Name: "sidecar.istio.io/interceptionMode",
Description: "Specifies the mode used to redirect inbound connections "+
"to Envoy (REDIRECT or TPROXY).",
Hidden: false,
Deprecated: false,
}
SidecarLogLevel = Instance {
Name: "sidecar.istio.io/logLevel",
Description: "Specifies the log level for Envoy.",
Hidden: false,
Deprecated: false,
}
SidecarProxyCPU = Instance {
Name: "sidecar.istio.io/proxyCPU",
Description: "Specifies the requested CPU setting for the istio-proxy "+
"sidecar.",
Hidden: false,
Deprecated: false,
}
SidecarProxyImage = Instance {
Name: "sidecar.istio.io/proxyImage",
Description: "Specifies the Docker image to be used by the istio-proxy "+
"sidecar.",
Hidden: false,
Deprecated: false,
}
SidecarProxyMemory = Instance {
Name: "sidecar.istio.io/proxyMemory",
Description: "Specifies the requested memory setting for the "+
"istio-proxy sidecar.",
Hidden: false,
Deprecated: false,
}
SidecarRewriteAppHTTPProbers = Instance {
Name: "sidecar.istio.io/rewriteAppHTTPProbers",
Description: "Rewrite HTTP readiness and liveness probes to be "+
"redirected to istio-proxy sidecar.",
Hidden: false,
Deprecated: false,
}
SidecarStatsInclusionPrefixes = Instance {
Name: "sidecar.istio.io/statsInclusionPrefixes",
Description: "Specifies the comma separated list of prefixes of the "+
"stats to be emitted by Envoy.",
Hidden: false,
Deprecated: false,
}
SidecarStatsInclusionRegexps = Instance {
Name: "sidecar.istio.io/statsInclusionRegexps",
Description: "Specifies the comma separated list of regexes the stats "+
"should match to be emitted by Envoy.",
Hidden: false,
Deprecated: false,
}
SidecarStatsInclusionSuffixes = Instance {
Name: "sidecar.istio.io/statsInclusionSuffixes",
Description: "Specifies the comma separated list of suffixes of the "+
"stats to be emitted by Envoy.",
Hidden: false,
Deprecated: false,
}
SidecarStatus = Instance {
Name: "sidecar.istio.io/status",
Description: "Generated by istio-proxy sidecar injection that indicates "+
"the status of the operation. Includes a version hash of "+
"the executed template, as well as names of injected "+
"resources.",
Hidden: false,
Deprecated: false,
}
SidecarUserVolume = Instance {
Name: "sidecar.istio.io/userVolume",
Description: "Specifies one or more user volumes (as a JSON array) to "+
"be added to the istio-proxy sidecar.",
Hidden: false,
Deprecated: false,
}
SidecarUserVolumeMount = Instance {
Name: "sidecar.istio.io/userVolumeMount",
Description: "Specifies one or more user volume mounts (as a JSON "+
"array) to be added to the istio-proxy sidecar.",
Hidden: false,
Deprecated: false,
}
SidecarStatusPort = Instance {
Name: "status.sidecar.istio.io/port",
Description: "Specifies the HTTP status Port for the istio-proxy "+
"sidecar. If zero, the istio-proxy will not provide "+
"status.",
Hidden: false,
Deprecated: false,
}
SidecarTrafficExcludeInboundPorts = Instance {
Name: "traffic.sidecar.istio.io/excludeInboundPorts",
Description: "A comma separated list of inbound ports to be excluded "+
"from redirection to Envoy. Only applies when all inbound "+
"traffic (i.e. '*') is being redirected.",
Hidden: false,
Deprecated: false,
}
SidecarTrafficExcludeOutboundIPRanges = Instance {
Name: "traffic.sidecar.istio.io/excludeOutboundIPRanges",
Description: "A comma separated list of IP ranges in CIDR form to be "+
"excluded from redirection. Only applies when all outbound "+
"traffic (i.e. '*') is being redirected.",
Hidden: false,
Deprecated: false,
}
SidecarTrafficExcludeOutboundPorts = Instance {
Name: "traffic.sidecar.istio.io/excludeOutboundPorts",
Description: "A comma separated list of outbound ports to be excluded "+
"from redirection to Envoy.",
Hidden: false,
Deprecated: false,
}
SidecarTrafficIncludeInboundPorts = Instance {
Name: "traffic.sidecar.istio.io/includeInboundPorts",
Description: "A comma separated list of inbound ports for which traffic "+
"is to be redirected to Envoy. The wildcard character '*' "+
"can be used to configure redirection for all ports. An "+
"empty list will disable all inbound redirection.",
Hidden: false,
Deprecated: false,
}
SidecarTrafficIncludeOutboundIPRanges = Instance {
Name: "traffic.sidecar.istio.io/includeOutboundIPRanges",
Description: "A comma separated list of IP ranges in CIDR form to "+
"redirect to envoy (optional). The wildcard character '*' "+
"can be used to redirect all outbound traffic. An empty "+
"list will disable all outbound redirection.",
Hidden: false,
Deprecated: false,
}
SidecarTrafficKubevirtInterfaces = Instance {
Name: "traffic.sidecar.istio.io/kubevirtInterfaces",
Description: "A comma separated list of virtual interfaces whose "+
"inbound traffic (from VM) will be treated as outbound.",
Hidden: false,
Deprecated: false,
}
)