@@ -39,7 +39,7 @@ message ConfigDump {
39
39
// the static portions of an Envoy configuration by reusing the output as the bootstrap
40
40
// configuration for another Envoy.
41
41
message BootstrapConfigDump {
42
- envoy. config.bootstrap.v2.Bootstrap bootstrap = 1 ;
42
+ config.bootstrap.v2.Bootstrap bootstrap = 1 ;
43
43
44
44
// The timestamp when the BootstrapConfig was last updated.
45
45
google.protobuf.Timestamp last_updated = 2 ;
@@ -48,16 +48,12 @@ message BootstrapConfigDump {
48
48
// Envoy's listener manager fills this message with all currently known listeners. Listener
49
49
// configuration information can be used to recreate an Envoy configuration by populating all
50
50
// listeners as static listeners or by returning them in a LDS response.
51
+ // [#next-free-field: 6]
51
52
message ListenersConfigDump {
52
- // This is the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` in the
53
- // last processed LDS discovery response. If there are only static bootstrap listeners, this field
54
- // will be "".
55
- string version_info = 1 ;
56
-
57
53
// Describes a statically loaded listener.
58
54
message StaticListener {
59
55
// The listener config.
60
- envoy. api.v2.Listener listener = 1 ;
56
+ api.v2.Listener listener = 1 ;
61
57
62
58
// The timestamp when the Listener was last updated.
63
59
google.protobuf.Timestamp last_updated = 2 ;
@@ -72,12 +68,17 @@ message ListenersConfigDump {
72
68
string version_info = 1 ;
73
69
74
70
// The listener config.
75
- envoy. api.v2.Listener listener = 2 ;
71
+ api.v2.Listener listener = 2 ;
76
72
77
73
// The timestamp when the Listener was last updated.
78
74
google.protobuf.Timestamp last_updated = 3 ;
79
75
}
80
76
77
+ // This is the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` in the
78
+ // last processed LDS discovery response. If there are only static bootstrap listeners, this field
79
+ // will be "".
80
+ string version_info = 1 ;
81
+
81
82
// The statically loaded listener configs.
82
83
repeated StaticListener static_listeners = 2 ;
83
84
@@ -102,15 +103,10 @@ message ListenersConfigDump {
102
103
// configuration information can be used to recreate an Envoy configuration by populating all
103
104
// clusters as static clusters or by returning them in a CDS response.
104
105
message ClustersConfigDump {
105
- // This is the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` in the
106
- // last processed CDS discovery response. If there are only static bootstrap clusters, this field
107
- // will be "".
108
- string version_info = 1 ;
109
-
110
106
// Describes a statically loaded cluster.
111
107
message StaticCluster {
112
108
// The cluster config.
113
- envoy. api.v2.Cluster cluster = 1 ;
109
+ api.v2.Cluster cluster = 1 ;
114
110
115
111
// The timestamp when the Cluster was last updated.
116
112
google.protobuf.Timestamp last_updated = 2 ;
@@ -125,12 +121,17 @@ message ClustersConfigDump {
125
121
string version_info = 1 ;
126
122
127
123
// The cluster config.
128
- envoy. api.v2.Cluster cluster = 2 ;
124
+ api.v2.Cluster cluster = 2 ;
129
125
130
126
// The timestamp when the Cluster was last updated.
131
127
google.protobuf.Timestamp last_updated = 3 ;
132
128
}
133
129
130
+ // This is the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` in the
131
+ // last processed CDS discovery response. If there are only static bootstrap clusters, this field
132
+ // will be "".
133
+ string version_info = 1 ;
134
+
134
135
// The statically loaded cluster configs.
135
136
repeated StaticCluster static_clusters = 2 ;
136
137
@@ -153,7 +154,7 @@ message ClustersConfigDump {
153
154
message RoutesConfigDump {
154
155
message StaticRouteConfig {
155
156
// The route config.
156
- envoy. api.v2.RouteConfiguration route_config = 1 ;
157
+ api.v2.RouteConfiguration route_config = 1 ;
157
158
158
159
// The timestamp when the Route was last updated.
159
160
google.protobuf.Timestamp last_updated = 2 ;
@@ -166,7 +167,7 @@ message RoutesConfigDump {
166
167
string version_info = 1 ;
167
168
168
169
// The route config.
169
- envoy. api.v2.RouteConfiguration route_config = 2 ;
170
+ api.v2.RouteConfiguration route_config = 2 ;
170
171
171
172
// The timestamp when the Route was last updated.
172
173
google.protobuf.Timestamp last_updated = 3 ;
@@ -189,7 +190,7 @@ message ScopedRoutesConfigDump {
189
190
string name = 1 ;
190
191
191
192
// The scoped route configurations.
192
- repeated envoy. api.v2.ScopedRouteConfiguration scoped_route_configs = 2 ;
193
+ repeated api.v2.ScopedRouteConfiguration scoped_route_configs = 2 ;
193
194
194
195
// The timestamp when the scoped route config set was last updated.
195
196
google.protobuf.Timestamp last_updated = 3 ;
@@ -205,7 +206,7 @@ message ScopedRoutesConfigDump {
205
206
string version_info = 2 ;
206
207
207
208
// The scoped route configurations.
208
- repeated envoy. api.v2.ScopedRouteConfiguration scoped_route_configs = 3 ;
209
+ repeated api.v2.ScopedRouteConfiguration scoped_route_configs = 3 ;
209
210
210
211
// The timestamp when the scoped route config set was last updated.
211
212
google.protobuf.Timestamp last_updated = 4 ;
@@ -234,7 +235,7 @@ message SecretsConfigDump {
234
235
// The actual secret information.
235
236
// Security sensitive information is redacted (replaced with "[redacted]") for
236
237
// private keys and passwords in TLS certificates.
237
- envoy. api.v2.auth.Secret secret = 4 ;
238
+ api.v2.auth.Secret secret = 4 ;
238
239
}
239
240
240
241
// StaticSecret specifies statically loaded secret in bootstrap.
@@ -248,7 +249,7 @@ message SecretsConfigDump {
248
249
// The actual secret information.
249
250
// Security sensitive information is redacted (replaced with "[redacted]") for
250
251
// private keys and passwords in TLS certificates.
251
- envoy. api.v2.auth.Secret secret = 3 ;
252
+ api.v2.auth.Secret secret = 3 ;
252
253
}
253
254
254
255
// The statically loaded secrets.
0 commit comments