config_dump.pb.go 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.30.0
  4. // protoc v4.23.4
  5. // source: envoy/admin/v3/config_dump.proto
  6. package adminv3
  7. import (
  8. _ "github.com/cncf/xds/go/udpa/annotations"
  9. v3 "github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3"
  10. any1 "github.com/golang/protobuf/ptypes/any"
  11. timestamp "github.com/golang/protobuf/ptypes/timestamp"
  12. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  13. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  14. reflect "reflect"
  15. sync "sync"
  16. )
  17. const (
  18. // Verify that this generated code is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  20. // Verify that runtime/protoimpl is sufficiently up-to-date.
  21. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  22. )
  23. // The :ref:`/config_dump <operations_admin_interface_config_dump>` admin endpoint uses this wrapper
  24. // message to maintain and serve arbitrary configuration information from any component in Envoy.
  25. type ConfigDump struct {
  26. state protoimpl.MessageState
  27. sizeCache protoimpl.SizeCache
  28. unknownFields protoimpl.UnknownFields
  29. // This list is serialized and dumped in its entirety at the
  30. // :ref:`/config_dump <operations_admin_interface_config_dump>` endpoint.
  31. //
  32. // The following configurations are currently supported and will be dumped in the order given
  33. // below:
  34. //
  35. // * “bootstrap“: :ref:`BootstrapConfigDump <envoy_v3_api_msg_admin.v3.BootstrapConfigDump>`
  36. // * “clusters“: :ref:`ClustersConfigDump <envoy_v3_api_msg_admin.v3.ClustersConfigDump>`
  37. // * “ecds_filter_http“: :ref:`EcdsConfigDump <envoy_v3_api_msg_admin.v3.EcdsConfigDump>`
  38. // * “ecds_filter_quic_listener“: :ref:`EcdsConfigDump <envoy_v3_api_msg_admin.v3.EcdsConfigDump>`
  39. // * “ecds_filter_tcp_listener“: :ref:`EcdsConfigDump <envoy_v3_api_msg_admin.v3.EcdsConfigDump>`
  40. // * “endpoints“: :ref:`EndpointsConfigDump <envoy_v3_api_msg_admin.v3.EndpointsConfigDump>`
  41. // * “listeners“: :ref:`ListenersConfigDump <envoy_v3_api_msg_admin.v3.ListenersConfigDump>`
  42. // * “scoped_routes“: :ref:`ScopedRoutesConfigDump <envoy_v3_api_msg_admin.v3.ScopedRoutesConfigDump>`
  43. // * “routes“: :ref:`RoutesConfigDump <envoy_v3_api_msg_admin.v3.RoutesConfigDump>`
  44. // * “secrets“: :ref:`SecretsConfigDump <envoy_v3_api_msg_admin.v3.SecretsConfigDump>`
  45. //
  46. // EDS Configuration will only be dumped by using parameter “?include_eds“
  47. //
  48. // Currently ECDS is supported in HTTP and listener filters. Note, ECDS configuration for
  49. // either HTTP or listener filter will only be dumped if it is actually configured.
  50. //
  51. // You can filter output with the resource and mask query parameters.
  52. // See :ref:`/config_dump?resource={} <operations_admin_interface_config_dump_by_resource>`,
  53. // :ref:`/config_dump?mask={} <operations_admin_interface_config_dump_by_mask>`,
  54. // or :ref:`/config_dump?resource={},mask={}
  55. // <operations_admin_interface_config_dump_by_resource_and_mask>` for more information.
  56. Configs []*any1.Any `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"`
  57. }
  58. func (x *ConfigDump) Reset() {
  59. *x = ConfigDump{}
  60. if protoimpl.UnsafeEnabled {
  61. mi := &file_envoy_admin_v3_config_dump_proto_msgTypes[0]
  62. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  63. ms.StoreMessageInfo(mi)
  64. }
  65. }
  66. func (x *ConfigDump) String() string {
  67. return protoimpl.X.MessageStringOf(x)
  68. }
  69. func (*ConfigDump) ProtoMessage() {}
  70. func (x *ConfigDump) ProtoReflect() protoreflect.Message {
  71. mi := &file_envoy_admin_v3_config_dump_proto_msgTypes[0]
  72. if protoimpl.UnsafeEnabled && x != nil {
  73. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  74. if ms.LoadMessageInfo() == nil {
  75. ms.StoreMessageInfo(mi)
  76. }
  77. return ms
  78. }
  79. return mi.MessageOf(x)
  80. }
  81. // Deprecated: Use ConfigDump.ProtoReflect.Descriptor instead.
  82. func (*ConfigDump) Descriptor() ([]byte, []int) {
  83. return file_envoy_admin_v3_config_dump_proto_rawDescGZIP(), []int{0}
  84. }
  85. func (x *ConfigDump) GetConfigs() []*any1.Any {
  86. if x != nil {
  87. return x.Configs
  88. }
  89. return nil
  90. }
  91. // This message describes the bootstrap configuration that Envoy was started with. This includes
  92. // any CLI overrides that were merged. Bootstrap configuration information can be used to recreate
  93. // the static portions of an Envoy configuration by reusing the output as the bootstrap
  94. // configuration for another Envoy.
  95. type BootstrapConfigDump struct {
  96. state protoimpl.MessageState
  97. sizeCache protoimpl.SizeCache
  98. unknownFields protoimpl.UnknownFields
  99. Bootstrap *v3.Bootstrap `protobuf:"bytes,1,opt,name=bootstrap,proto3" json:"bootstrap,omitempty"`
  100. // The timestamp when the BootstrapConfig was last updated.
  101. LastUpdated *timestamp.Timestamp `protobuf:"bytes,2,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
  102. }
  103. func (x *BootstrapConfigDump) Reset() {
  104. *x = BootstrapConfigDump{}
  105. if protoimpl.UnsafeEnabled {
  106. mi := &file_envoy_admin_v3_config_dump_proto_msgTypes[1]
  107. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  108. ms.StoreMessageInfo(mi)
  109. }
  110. }
  111. func (x *BootstrapConfigDump) String() string {
  112. return protoimpl.X.MessageStringOf(x)
  113. }
  114. func (*BootstrapConfigDump) ProtoMessage() {}
  115. func (x *BootstrapConfigDump) ProtoReflect() protoreflect.Message {
  116. mi := &file_envoy_admin_v3_config_dump_proto_msgTypes[1]
  117. if protoimpl.UnsafeEnabled && x != nil {
  118. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  119. if ms.LoadMessageInfo() == nil {
  120. ms.StoreMessageInfo(mi)
  121. }
  122. return ms
  123. }
  124. return mi.MessageOf(x)
  125. }
  126. // Deprecated: Use BootstrapConfigDump.ProtoReflect.Descriptor instead.
  127. func (*BootstrapConfigDump) Descriptor() ([]byte, []int) {
  128. return file_envoy_admin_v3_config_dump_proto_rawDescGZIP(), []int{1}
  129. }
  130. func (x *BootstrapConfigDump) GetBootstrap() *v3.Bootstrap {
  131. if x != nil {
  132. return x.Bootstrap
  133. }
  134. return nil
  135. }
  136. func (x *BootstrapConfigDump) GetLastUpdated() *timestamp.Timestamp {
  137. if x != nil {
  138. return x.LastUpdated
  139. }
  140. return nil
  141. }
  142. // Envoys SDS implementation fills this message with all secrets fetched dynamically via SDS.
  143. type SecretsConfigDump struct {
  144. state protoimpl.MessageState
  145. sizeCache protoimpl.SizeCache
  146. unknownFields protoimpl.UnknownFields
  147. // The statically loaded secrets.
  148. StaticSecrets []*SecretsConfigDump_StaticSecret `protobuf:"bytes,1,rep,name=static_secrets,json=staticSecrets,proto3" json:"static_secrets,omitempty"`
  149. // The dynamically loaded active secrets. These are secrets that are available to service
  150. // clusters or listeners.
  151. DynamicActiveSecrets []*SecretsConfigDump_DynamicSecret `protobuf:"bytes,2,rep,name=dynamic_active_secrets,json=dynamicActiveSecrets,proto3" json:"dynamic_active_secrets,omitempty"`
  152. // The dynamically loaded warming secrets. These are secrets that are currently undergoing
  153. // warming in preparation to service clusters or listeners.
  154. DynamicWarmingSecrets []*SecretsConfigDump_DynamicSecret `protobuf:"bytes,3,rep,name=dynamic_warming_secrets,json=dynamicWarmingSecrets,proto3" json:"dynamic_warming_secrets,omitempty"`
  155. }
  156. func (x *SecretsConfigDump) Reset() {
  157. *x = SecretsConfigDump{}
  158. if protoimpl.UnsafeEnabled {
  159. mi := &file_envoy_admin_v3_config_dump_proto_msgTypes[2]
  160. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  161. ms.StoreMessageInfo(mi)
  162. }
  163. }
  164. func (x *SecretsConfigDump) String() string {
  165. return protoimpl.X.MessageStringOf(x)
  166. }
  167. func (*SecretsConfigDump) ProtoMessage() {}
  168. func (x *SecretsConfigDump) ProtoReflect() protoreflect.Message {
  169. mi := &file_envoy_admin_v3_config_dump_proto_msgTypes[2]
  170. if protoimpl.UnsafeEnabled && x != nil {
  171. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  172. if ms.LoadMessageInfo() == nil {
  173. ms.StoreMessageInfo(mi)
  174. }
  175. return ms
  176. }
  177. return mi.MessageOf(x)
  178. }
  179. // Deprecated: Use SecretsConfigDump.ProtoReflect.Descriptor instead.
  180. func (*SecretsConfigDump) Descriptor() ([]byte, []int) {
  181. return file_envoy_admin_v3_config_dump_proto_rawDescGZIP(), []int{2}
  182. }
  183. func (x *SecretsConfigDump) GetStaticSecrets() []*SecretsConfigDump_StaticSecret {
  184. if x != nil {
  185. return x.StaticSecrets
  186. }
  187. return nil
  188. }
  189. func (x *SecretsConfigDump) GetDynamicActiveSecrets() []*SecretsConfigDump_DynamicSecret {
  190. if x != nil {
  191. return x.DynamicActiveSecrets
  192. }
  193. return nil
  194. }
  195. func (x *SecretsConfigDump) GetDynamicWarmingSecrets() []*SecretsConfigDump_DynamicSecret {
  196. if x != nil {
  197. return x.DynamicWarmingSecrets
  198. }
  199. return nil
  200. }
  201. // DynamicSecret contains secret information fetched via SDS.
  202. // [#next-free-field: 7]
  203. type SecretsConfigDump_DynamicSecret struct {
  204. state protoimpl.MessageState
  205. sizeCache protoimpl.SizeCache
  206. unknownFields protoimpl.UnknownFields
  207. // The name assigned to the secret.
  208. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  209. // This is the per-resource version information.
  210. VersionInfo string `protobuf:"bytes,2,opt,name=version_info,json=versionInfo,proto3" json:"version_info,omitempty"`
  211. // The timestamp when the secret was last updated.
  212. LastUpdated *timestamp.Timestamp `protobuf:"bytes,3,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
  213. // The actual secret information.
  214. // Security sensitive information is redacted (replaced with "[redacted]") for
  215. // private keys and passwords in TLS certificates.
  216. Secret *any1.Any `protobuf:"bytes,4,opt,name=secret,proto3" json:"secret,omitempty"`
  217. // Set if the last update failed, cleared after the next successful update.
  218. // The *error_state* field contains the rejected version of this particular
  219. // resource along with the reason and timestamp. For successfully updated or
  220. // acknowledged resource, this field should be empty.
  221. // [#not-implemented-hide:]
  222. ErrorState *UpdateFailureState `protobuf:"bytes,5,opt,name=error_state,json=errorState,proto3" json:"error_state,omitempty"`
  223. // The client status of this resource.
  224. // [#not-implemented-hide:]
  225. ClientStatus ClientResourceStatus `protobuf:"varint,6,opt,name=client_status,json=clientStatus,proto3,enum=envoy.admin.v3.ClientResourceStatus" json:"client_status,omitempty"`
  226. }
  227. func (x *SecretsConfigDump_DynamicSecret) Reset() {
  228. *x = SecretsConfigDump_DynamicSecret{}
  229. if protoimpl.UnsafeEnabled {
  230. mi := &file_envoy_admin_v3_config_dump_proto_msgTypes[3]
  231. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  232. ms.StoreMessageInfo(mi)
  233. }
  234. }
  235. func (x *SecretsConfigDump_DynamicSecret) String() string {
  236. return protoimpl.X.MessageStringOf(x)
  237. }
  238. func (*SecretsConfigDump_DynamicSecret) ProtoMessage() {}
  239. func (x *SecretsConfigDump_DynamicSecret) ProtoReflect() protoreflect.Message {
  240. mi := &file_envoy_admin_v3_config_dump_proto_msgTypes[3]
  241. if protoimpl.UnsafeEnabled && x != nil {
  242. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  243. if ms.LoadMessageInfo() == nil {
  244. ms.StoreMessageInfo(mi)
  245. }
  246. return ms
  247. }
  248. return mi.MessageOf(x)
  249. }
  250. // Deprecated: Use SecretsConfigDump_DynamicSecret.ProtoReflect.Descriptor instead.
  251. func (*SecretsConfigDump_DynamicSecret) Descriptor() ([]byte, []int) {
  252. return file_envoy_admin_v3_config_dump_proto_rawDescGZIP(), []int{2, 0}
  253. }
  254. func (x *SecretsConfigDump_DynamicSecret) GetName() string {
  255. if x != nil {
  256. return x.Name
  257. }
  258. return ""
  259. }
  260. func (x *SecretsConfigDump_DynamicSecret) GetVersionInfo() string {
  261. if x != nil {
  262. return x.VersionInfo
  263. }
  264. return ""
  265. }
  266. func (x *SecretsConfigDump_DynamicSecret) GetLastUpdated() *timestamp.Timestamp {
  267. if x != nil {
  268. return x.LastUpdated
  269. }
  270. return nil
  271. }
  272. func (x *SecretsConfigDump_DynamicSecret) GetSecret() *any1.Any {
  273. if x != nil {
  274. return x.Secret
  275. }
  276. return nil
  277. }
  278. func (x *SecretsConfigDump_DynamicSecret) GetErrorState() *UpdateFailureState {
  279. if x != nil {
  280. return x.ErrorState
  281. }
  282. return nil
  283. }
  284. func (x *SecretsConfigDump_DynamicSecret) GetClientStatus() ClientResourceStatus {
  285. if x != nil {
  286. return x.ClientStatus
  287. }
  288. return ClientResourceStatus_UNKNOWN
  289. }
  290. // StaticSecret specifies statically loaded secret in bootstrap.
  291. type SecretsConfigDump_StaticSecret struct {
  292. state protoimpl.MessageState
  293. sizeCache protoimpl.SizeCache
  294. unknownFields protoimpl.UnknownFields
  295. // The name assigned to the secret.
  296. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  297. // The timestamp when the secret was last updated.
  298. LastUpdated *timestamp.Timestamp `protobuf:"bytes,2,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
  299. // The actual secret information.
  300. // Security sensitive information is redacted (replaced with "[redacted]") for
  301. // private keys and passwords in TLS certificates.
  302. Secret *any1.Any `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
  303. }
  304. func (x *SecretsConfigDump_StaticSecret) Reset() {
  305. *x = SecretsConfigDump_StaticSecret{}
  306. if protoimpl.UnsafeEnabled {
  307. mi := &file_envoy_admin_v3_config_dump_proto_msgTypes[4]
  308. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  309. ms.StoreMessageInfo(mi)
  310. }
  311. }
  312. func (x *SecretsConfigDump_StaticSecret) String() string {
  313. return protoimpl.X.MessageStringOf(x)
  314. }
  315. func (*SecretsConfigDump_StaticSecret) ProtoMessage() {}
  316. func (x *SecretsConfigDump_StaticSecret) ProtoReflect() protoreflect.Message {
  317. mi := &file_envoy_admin_v3_config_dump_proto_msgTypes[4]
  318. if protoimpl.UnsafeEnabled && x != nil {
  319. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  320. if ms.LoadMessageInfo() == nil {
  321. ms.StoreMessageInfo(mi)
  322. }
  323. return ms
  324. }
  325. return mi.MessageOf(x)
  326. }
  327. // Deprecated: Use SecretsConfigDump_StaticSecret.ProtoReflect.Descriptor instead.
  328. func (*SecretsConfigDump_StaticSecret) Descriptor() ([]byte, []int) {
  329. return file_envoy_admin_v3_config_dump_proto_rawDescGZIP(), []int{2, 1}
  330. }
  331. func (x *SecretsConfigDump_StaticSecret) GetName() string {
  332. if x != nil {
  333. return x.Name
  334. }
  335. return ""
  336. }
  337. func (x *SecretsConfigDump_StaticSecret) GetLastUpdated() *timestamp.Timestamp {
  338. if x != nil {
  339. return x.LastUpdated
  340. }
  341. return nil
  342. }
  343. func (x *SecretsConfigDump_StaticSecret) GetSecret() *any1.Any {
  344. if x != nil {
  345. return x.Secret
  346. }
  347. return nil
  348. }
  349. var File_envoy_admin_v3_config_dump_proto protoreflect.FileDescriptor
  350. var file_envoy_admin_v3_config_dump_proto_rawDesc = []byte{
  351. 0x0a, 0x20, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2f, 0x76, 0x33,
  352. 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x64, 0x75, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f,
  353. 0x74, 0x6f, 0x12, 0x0e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e,
  354. 0x76, 0x33, 0x1a, 0x27, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2f,
  355. 0x76, 0x33, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x64, 0x75, 0x6d, 0x70, 0x5f, 0x73,
  356. 0x68, 0x61, 0x72, 0x65, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x29, 0x65, 0x6e, 0x76,
  357. 0x6f, 0x79, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x62, 0x6f, 0x6f, 0x74, 0x73, 0x74,
  358. 0x72, 0x61, 0x70, 0x2f, 0x76, 0x33, 0x2f, 0x62, 0x6f, 0x6f, 0x74, 0x73, 0x74, 0x72, 0x61, 0x70,
  359. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
  360. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6e, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  361. 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  362. 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f,
  363. 0x74, 0x6f, 0x1a, 0x1d, 0x75, 0x64, 0x70, 0x61, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  364. 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  365. 0x6f, 0x1a, 0x21, 0x75, 0x64, 0x70, 0x61, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
  366. 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x70,
  367. 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x63, 0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x44, 0x75,
  368. 0x6d, 0x70, 0x12, 0x2e, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x18, 0x01, 0x20,
  369. 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  370. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x66, 0x69,
  371. 0x67, 0x73, 0x3a, 0x25, 0x9a, 0xc5, 0x88, 0x1e, 0x20, 0x0a, 0x1e, 0x65, 0x6e, 0x76, 0x6f, 0x79,
  372. 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x32, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x43,
  373. 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x44, 0x75, 0x6d, 0x70, 0x22, 0xc8, 0x01, 0x0a, 0x13, 0x42, 0x6f,
  374. 0x6f, 0x74, 0x73, 0x74, 0x72, 0x61, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x44, 0x75, 0x6d,
  375. 0x70, 0x12, 0x42, 0x0a, 0x09, 0x62, 0x6f, 0x6f, 0x74, 0x73, 0x74, 0x72, 0x61, 0x70, 0x18, 0x01,
  376. 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x63, 0x6f, 0x6e,
  377. 0x66, 0x69, 0x67, 0x2e, 0x62, 0x6f, 0x6f, 0x74, 0x73, 0x74, 0x72, 0x61, 0x70, 0x2e, 0x76, 0x33,
  378. 0x2e, 0x42, 0x6f, 0x6f, 0x74, 0x73, 0x74, 0x72, 0x61, 0x70, 0x52, 0x09, 0x62, 0x6f, 0x6f, 0x74,
  379. 0x73, 0x74, 0x72, 0x61, 0x70, 0x12, 0x3d, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70,
  380. 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
  381. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69,
  382. 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64,
  383. 0x61, 0x74, 0x65, 0x64, 0x3a, 0x2e, 0x9a, 0xc5, 0x88, 0x1e, 0x29, 0x0a, 0x27, 0x65, 0x6e, 0x76,
  384. 0x6f, 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x32, 0x61, 0x6c, 0x70, 0x68, 0x61,
  385. 0x2e, 0x42, 0x6f, 0x6f, 0x74, 0x73, 0x74, 0x72, 0x61, 0x70, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
  386. 0x44, 0x75, 0x6d, 0x70, 0x22, 0xb7, 0x07, 0x0a, 0x11, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73,
  387. 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x44, 0x75, 0x6d, 0x70, 0x12, 0x55, 0x0a, 0x0e, 0x73, 0x74,
  388. 0x61, 0x74, 0x69, 0x63, 0x5f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03,
  389. 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e,
  390. 0x2e, 0x76, 0x33, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69,
  391. 0x67, 0x44, 0x75, 0x6d, 0x70, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x69, 0x63, 0x53, 0x65, 0x63, 0x72,
  392. 0x65, 0x74, 0x52, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x69, 0x63, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74,
  393. 0x73, 0x12, 0x65, 0x0a, 0x16, 0x64, 0x79, 0x6e, 0x61, 0x6d, 0x69, 0x63, 0x5f, 0x61, 0x63, 0x74,
  394. 0x69, 0x76, 0x65, 0x5f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
  395. 0x0b, 0x32, 0x2f, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e,
  396. 0x76, 0x33, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
  397. 0x44, 0x75, 0x6d, 0x70, 0x2e, 0x44, 0x79, 0x6e, 0x61, 0x6d, 0x69, 0x63, 0x53, 0x65, 0x63, 0x72,
  398. 0x65, 0x74, 0x52, 0x14, 0x64, 0x79, 0x6e, 0x61, 0x6d, 0x69, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76,
  399. 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x67, 0x0a, 0x17, 0x64, 0x79, 0x6e, 0x61,
  400. 0x6d, 0x69, 0x63, 0x5f, 0x77, 0x61, 0x72, 0x6d, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x63, 0x72,
  401. 0x65, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x65, 0x6e, 0x76, 0x6f,
  402. 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x33, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65,
  403. 0x74, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x44, 0x75, 0x6d, 0x70, 0x2e, 0x44, 0x79, 0x6e,
  404. 0x61, 0x6d, 0x69, 0x63, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x15, 0x64, 0x79, 0x6e, 0x61,
  405. 0x6d, 0x69, 0x63, 0x57, 0x61, 0x72, 0x6d, 0x69, 0x6e, 0x67, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74,
  406. 0x73, 0x1a, 0xff, 0x02, 0x0a, 0x0d, 0x44, 0x79, 0x6e, 0x61, 0x6d, 0x69, 0x63, 0x53, 0x65, 0x63,
  407. 0x72, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
  408. 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x76, 0x65, 0x72, 0x73, 0x69,
  409. 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76,
  410. 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3d, 0x0a, 0x0c, 0x6c, 0x61,
  411. 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
  412. 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  413. 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0b, 0x6c, 0x61,
  414. 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x2c, 0x0a, 0x06, 0x73, 0x65, 0x63,
  415. 0x72, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  416. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x52,
  417. 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x43, 0x0a, 0x0b, 0x65, 0x72, 0x72, 0x6f, 0x72,
  418. 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x65,
  419. 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x33, 0x2e, 0x55, 0x70,
  420. 0x64, 0x61, 0x74, 0x65, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65,
  421. 0x52, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x49, 0x0a, 0x0d,
  422. 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20,
  423. 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69,
  424. 0x6e, 0x2e, 0x76, 0x33, 0x2e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75,
  425. 0x72, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e,
  426. 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3a, 0x3a, 0x9a, 0xc5, 0x88, 0x1e, 0x35, 0x0a, 0x33,
  427. 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x32, 0x61, 0x6c,
  428. 0x70, 0x68, 0x61, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69,
  429. 0x67, 0x44, 0x75, 0x6d, 0x70, 0x2e, 0x44, 0x79, 0x6e, 0x61, 0x6d, 0x69, 0x63, 0x53, 0x65, 0x63,
  430. 0x72, 0x65, 0x74, 0x1a, 0xca, 0x01, 0x0a, 0x0c, 0x53, 0x74, 0x61, 0x74, 0x69, 0x63, 0x53, 0x65,
  431. 0x63, 0x72, 0x65, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
  432. 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74,
  433. 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
  434. 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  435. 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74,
  436. 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x2c, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65,
  437. 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  438. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x52, 0x06, 0x73,
  439. 0x65, 0x63, 0x72, 0x65, 0x74, 0x3a, 0x39, 0x9a, 0xc5, 0x88, 0x1e, 0x34, 0x0a, 0x32, 0x65, 0x6e,
  440. 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x32, 0x61, 0x6c, 0x70, 0x68,
  441. 0x61, 0x2e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x44,
  442. 0x75, 0x6d, 0x70, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x69, 0x63, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74,
  443. 0x3a, 0x2c, 0x9a, 0xc5, 0x88, 0x1e, 0x27, 0x0a, 0x25, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61,
  444. 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x32, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x53, 0x65, 0x63,
  445. 0x72, 0x65, 0x74, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x44, 0x75, 0x6d, 0x70, 0x42, 0x78,
  446. 0xba, 0x80, 0xc8, 0xd1, 0x06, 0x02, 0x10, 0x02, 0x0a, 0x1c, 0x69, 0x6f, 0x2e, 0x65, 0x6e, 0x76,
  447. 0x6f, 0x79, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x64,
  448. 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x33, 0x42, 0x0f, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x44, 0x75,
  449. 0x6d, 0x70, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75,
  450. 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x70, 0x72, 0x6f, 0x78, 0x79,
  451. 0x2f, 0x67, 0x6f, 0x2d, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2d, 0x70, 0x6c, 0x61, 0x6e,
  452. 0x65, 0x2f, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2f, 0x76, 0x33,
  453. 0x3b, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x76, 0x33, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  454. }
  455. var (
  456. file_envoy_admin_v3_config_dump_proto_rawDescOnce sync.Once
  457. file_envoy_admin_v3_config_dump_proto_rawDescData = file_envoy_admin_v3_config_dump_proto_rawDesc
  458. )
  459. func file_envoy_admin_v3_config_dump_proto_rawDescGZIP() []byte {
  460. file_envoy_admin_v3_config_dump_proto_rawDescOnce.Do(func() {
  461. file_envoy_admin_v3_config_dump_proto_rawDescData = protoimpl.X.CompressGZIP(file_envoy_admin_v3_config_dump_proto_rawDescData)
  462. })
  463. return file_envoy_admin_v3_config_dump_proto_rawDescData
  464. }
  465. var file_envoy_admin_v3_config_dump_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
  466. var file_envoy_admin_v3_config_dump_proto_goTypes = []interface{}{
  467. (*ConfigDump)(nil), // 0: envoy.admin.v3.ConfigDump
  468. (*BootstrapConfigDump)(nil), // 1: envoy.admin.v3.BootstrapConfigDump
  469. (*SecretsConfigDump)(nil), // 2: envoy.admin.v3.SecretsConfigDump
  470. (*SecretsConfigDump_DynamicSecret)(nil), // 3: envoy.admin.v3.SecretsConfigDump.DynamicSecret
  471. (*SecretsConfigDump_StaticSecret)(nil), // 4: envoy.admin.v3.SecretsConfigDump.StaticSecret
  472. (*any1.Any)(nil), // 5: google.protobuf.Any
  473. (*v3.Bootstrap)(nil), // 6: envoy.config.bootstrap.v3.Bootstrap
  474. (*timestamp.Timestamp)(nil), // 7: google.protobuf.Timestamp
  475. (*UpdateFailureState)(nil), // 8: envoy.admin.v3.UpdateFailureState
  476. (ClientResourceStatus)(0), // 9: envoy.admin.v3.ClientResourceStatus
  477. }
  478. var file_envoy_admin_v3_config_dump_proto_depIdxs = []int32{
  479. 5, // 0: envoy.admin.v3.ConfigDump.configs:type_name -> google.protobuf.Any
  480. 6, // 1: envoy.admin.v3.BootstrapConfigDump.bootstrap:type_name -> envoy.config.bootstrap.v3.Bootstrap
  481. 7, // 2: envoy.admin.v3.BootstrapConfigDump.last_updated:type_name -> google.protobuf.Timestamp
  482. 4, // 3: envoy.admin.v3.SecretsConfigDump.static_secrets:type_name -> envoy.admin.v3.SecretsConfigDump.StaticSecret
  483. 3, // 4: envoy.admin.v3.SecretsConfigDump.dynamic_active_secrets:type_name -> envoy.admin.v3.SecretsConfigDump.DynamicSecret
  484. 3, // 5: envoy.admin.v3.SecretsConfigDump.dynamic_warming_secrets:type_name -> envoy.admin.v3.SecretsConfigDump.DynamicSecret
  485. 7, // 6: envoy.admin.v3.SecretsConfigDump.DynamicSecret.last_updated:type_name -> google.protobuf.Timestamp
  486. 5, // 7: envoy.admin.v3.SecretsConfigDump.DynamicSecret.secret:type_name -> google.protobuf.Any
  487. 8, // 8: envoy.admin.v3.SecretsConfigDump.DynamicSecret.error_state:type_name -> envoy.admin.v3.UpdateFailureState
  488. 9, // 9: envoy.admin.v3.SecretsConfigDump.DynamicSecret.client_status:type_name -> envoy.admin.v3.ClientResourceStatus
  489. 7, // 10: envoy.admin.v3.SecretsConfigDump.StaticSecret.last_updated:type_name -> google.protobuf.Timestamp
  490. 5, // 11: envoy.admin.v3.SecretsConfigDump.StaticSecret.secret:type_name -> google.protobuf.Any
  491. 12, // [12:12] is the sub-list for method output_type
  492. 12, // [12:12] is the sub-list for method input_type
  493. 12, // [12:12] is the sub-list for extension type_name
  494. 12, // [12:12] is the sub-list for extension extendee
  495. 0, // [0:12] is the sub-list for field type_name
  496. }
  497. func init() { file_envoy_admin_v3_config_dump_proto_init() }
  498. func file_envoy_admin_v3_config_dump_proto_init() {
  499. if File_envoy_admin_v3_config_dump_proto != nil {
  500. return
  501. }
  502. file_envoy_admin_v3_config_dump_shared_proto_init()
  503. if !protoimpl.UnsafeEnabled {
  504. file_envoy_admin_v3_config_dump_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  505. switch v := v.(*ConfigDump); i {
  506. case 0:
  507. return &v.state
  508. case 1:
  509. return &v.sizeCache
  510. case 2:
  511. return &v.unknownFields
  512. default:
  513. return nil
  514. }
  515. }
  516. file_envoy_admin_v3_config_dump_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  517. switch v := v.(*BootstrapConfigDump); i {
  518. case 0:
  519. return &v.state
  520. case 1:
  521. return &v.sizeCache
  522. case 2:
  523. return &v.unknownFields
  524. default:
  525. return nil
  526. }
  527. }
  528. file_envoy_admin_v3_config_dump_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  529. switch v := v.(*SecretsConfigDump); i {
  530. case 0:
  531. return &v.state
  532. case 1:
  533. return &v.sizeCache
  534. case 2:
  535. return &v.unknownFields
  536. default:
  537. return nil
  538. }
  539. }
  540. file_envoy_admin_v3_config_dump_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  541. switch v := v.(*SecretsConfigDump_DynamicSecret); i {
  542. case 0:
  543. return &v.state
  544. case 1:
  545. return &v.sizeCache
  546. case 2:
  547. return &v.unknownFields
  548. default:
  549. return nil
  550. }
  551. }
  552. file_envoy_admin_v3_config_dump_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  553. switch v := v.(*SecretsConfigDump_StaticSecret); i {
  554. case 0:
  555. return &v.state
  556. case 1:
  557. return &v.sizeCache
  558. case 2:
  559. return &v.unknownFields
  560. default:
  561. return nil
  562. }
  563. }
  564. }
  565. type x struct{}
  566. out := protoimpl.TypeBuilder{
  567. File: protoimpl.DescBuilder{
  568. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  569. RawDescriptor: file_envoy_admin_v3_config_dump_proto_rawDesc,
  570. NumEnums: 0,
  571. NumMessages: 5,
  572. NumExtensions: 0,
  573. NumServices: 0,
  574. },
  575. GoTypes: file_envoy_admin_v3_config_dump_proto_goTypes,
  576. DependencyIndexes: file_envoy_admin_v3_config_dump_proto_depIdxs,
  577. MessageInfos: file_envoy_admin_v3_config_dump_proto_msgTypes,
  578. }.Build()
  579. File_envoy_admin_v3_config_dump_proto = out.File
  580. file_envoy_admin_v3_config_dump_proto_rawDesc = nil
  581. file_envoy_admin_v3_config_dump_proto_goTypes = nil
  582. file_envoy_admin_v3_config_dump_proto_depIdxs = nil
  583. }