gitee.com/ks-custle/core-gm@v0.0.0-20230922171213-b83bdd97b62c/go-control-plane/envoy/admin/v3/init_dump.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.25.0 4 // protoc v3.16.0 5 // source: envoy/admin/v3/init_dump.proto 6 7 package envoy_admin_v3 8 9 import ( 10 _ "github.com/cncf/xds/go/udpa/annotations" 11 proto "github.com/golang/protobuf/proto" 12 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 13 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 14 reflect "reflect" 15 sync "sync" 16 ) 17 18 const ( 19 // Verify that this generated code is sufficiently up-to-date. 20 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 21 // Verify that runtime/protoimpl is sufficiently up-to-date. 22 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 23 ) 24 25 // This is a compile-time assertion that a sufficiently up-to-date version 26 // of the legacy proto package is being used. 27 const _ = proto.ProtoPackageIsVersion4 28 29 // Dumps of unready targets of envoy init managers. Envoy's admin fills this message with init managers, 30 // which provides the information of their unready targets. 31 // The :ref:`/init_dump <operations_admin_interface_init_dump>` will dump all unready targets information. 32 type UnreadyTargetsDumps struct { 33 state protoimpl.MessageState 34 sizeCache protoimpl.SizeCache 35 unknownFields protoimpl.UnknownFields 36 37 // You can choose specific component to dump unready targets with mask query parameter. 38 // See :ref:`/init_dump?mask={} <operations_admin_interface_init_dump_by_mask>` for more information. 39 // The dumps of unready targets of all init managers. 40 UnreadyTargetsDumps []*UnreadyTargetsDumps_UnreadyTargetsDump `protobuf:"bytes,1,rep,name=unready_targets_dumps,json=unreadyTargetsDumps,proto3" json:"unready_targets_dumps,omitempty"` 41 } 42 43 func (x *UnreadyTargetsDumps) Reset() { 44 *x = UnreadyTargetsDumps{} 45 if protoimpl.UnsafeEnabled { 46 mi := &file_envoy_admin_v3_init_dump_proto_msgTypes[0] 47 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 48 ms.StoreMessageInfo(mi) 49 } 50 } 51 52 func (x *UnreadyTargetsDumps) String() string { 53 return protoimpl.X.MessageStringOf(x) 54 } 55 56 func (*UnreadyTargetsDumps) ProtoMessage() {} 57 58 func (x *UnreadyTargetsDumps) ProtoReflect() protoreflect.Message { 59 mi := &file_envoy_admin_v3_init_dump_proto_msgTypes[0] 60 if protoimpl.UnsafeEnabled && x != nil { 61 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 62 if ms.LoadMessageInfo() == nil { 63 ms.StoreMessageInfo(mi) 64 } 65 return ms 66 } 67 return mi.MessageOf(x) 68 } 69 70 // Deprecated: Use UnreadyTargetsDumps.ProtoReflect.Descriptor instead. 71 func (*UnreadyTargetsDumps) Descriptor() ([]byte, []int) { 72 return file_envoy_admin_v3_init_dump_proto_rawDescGZIP(), []int{0} 73 } 74 75 func (x *UnreadyTargetsDumps) GetUnreadyTargetsDumps() []*UnreadyTargetsDumps_UnreadyTargetsDump { 76 if x != nil { 77 return x.UnreadyTargetsDumps 78 } 79 return nil 80 } 81 82 // Message of unready targets information of an init manager. 83 type UnreadyTargetsDumps_UnreadyTargetsDump struct { 84 state protoimpl.MessageState 85 sizeCache protoimpl.SizeCache 86 unknownFields protoimpl.UnknownFields 87 88 // Name of the init manager. Example: "init_manager_xxx". 89 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 90 // Names of unready targets of the init manager. Example: "target_xxx". 91 TargetNames []string `protobuf:"bytes,2,rep,name=target_names,json=targetNames,proto3" json:"target_names,omitempty"` 92 } 93 94 func (x *UnreadyTargetsDumps_UnreadyTargetsDump) Reset() { 95 *x = UnreadyTargetsDumps_UnreadyTargetsDump{} 96 if protoimpl.UnsafeEnabled { 97 mi := &file_envoy_admin_v3_init_dump_proto_msgTypes[1] 98 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 99 ms.StoreMessageInfo(mi) 100 } 101 } 102 103 func (x *UnreadyTargetsDumps_UnreadyTargetsDump) String() string { 104 return protoimpl.X.MessageStringOf(x) 105 } 106 107 func (*UnreadyTargetsDumps_UnreadyTargetsDump) ProtoMessage() {} 108 109 func (x *UnreadyTargetsDumps_UnreadyTargetsDump) ProtoReflect() protoreflect.Message { 110 mi := &file_envoy_admin_v3_init_dump_proto_msgTypes[1] 111 if protoimpl.UnsafeEnabled && x != nil { 112 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 113 if ms.LoadMessageInfo() == nil { 114 ms.StoreMessageInfo(mi) 115 } 116 return ms 117 } 118 return mi.MessageOf(x) 119 } 120 121 // Deprecated: Use UnreadyTargetsDumps_UnreadyTargetsDump.ProtoReflect.Descriptor instead. 122 func (*UnreadyTargetsDumps_UnreadyTargetsDump) Descriptor() ([]byte, []int) { 123 return file_envoy_admin_v3_init_dump_proto_rawDescGZIP(), []int{0, 0} 124 } 125 126 func (x *UnreadyTargetsDumps_UnreadyTargetsDump) GetName() string { 127 if x != nil { 128 return x.Name 129 } 130 return "" 131 } 132 133 func (x *UnreadyTargetsDumps_UnreadyTargetsDump) GetTargetNames() []string { 134 if x != nil { 135 return x.TargetNames 136 } 137 return nil 138 } 139 140 var File_envoy_admin_v3_init_dump_proto protoreflect.FileDescriptor 141 142 var file_envoy_admin_v3_init_dump_proto_rawDesc = []byte{ 143 0x0a, 0x1e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2f, 0x76, 0x33, 144 0x2f, 0x69, 0x6e, 0x69, 0x74, 0x5f, 0x64, 0x75, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 145 0x12, 0x0e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x33, 146 0x1a, 0x1d, 0x75, 0x64, 0x70, 0x61, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 147 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 148 0xce, 0x01, 0x0a, 0x13, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x79, 0x54, 0x61, 0x72, 0x67, 0x65, 149 0x74, 0x73, 0x44, 0x75, 0x6d, 0x70, 0x73, 0x12, 0x6a, 0x0a, 0x15, 0x75, 0x6e, 0x72, 0x65, 0x61, 150 0x64, 0x79, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x5f, 0x64, 0x75, 0x6d, 0x70, 0x73, 151 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 152 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x33, 0x2e, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x79, 0x54, 153 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x44, 0x75, 0x6d, 0x70, 0x73, 0x2e, 0x55, 0x6e, 0x72, 0x65, 154 0x61, 0x64, 0x79, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x44, 0x75, 0x6d, 0x70, 0x52, 0x13, 155 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x79, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x44, 0x75, 156 0x6d, 0x70, 0x73, 0x1a, 0x4b, 0x0a, 0x12, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x79, 0x54, 0x61, 157 0x72, 0x67, 0x65, 0x74, 0x73, 0x44, 0x75, 0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 158 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 159 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x02, 0x20, 160 0x03, 0x28, 0x09, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 161 0x42, 0x37, 0x0a, 0x1c, 0x69, 0x6f, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x70, 0x72, 0x6f, 0x78, 162 0x79, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x33, 163 0x42, 0x0d, 0x49, 0x6e, 0x69, 0x74, 0x44, 0x75, 0x6d, 0x70, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 164 0x01, 0xba, 0x80, 0xc8, 0xd1, 0x06, 0x02, 0x10, 0x02, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 165 0x33, 166 } 167 168 var ( 169 file_envoy_admin_v3_init_dump_proto_rawDescOnce sync.Once 170 file_envoy_admin_v3_init_dump_proto_rawDescData = file_envoy_admin_v3_init_dump_proto_rawDesc 171 ) 172 173 func file_envoy_admin_v3_init_dump_proto_rawDescGZIP() []byte { 174 file_envoy_admin_v3_init_dump_proto_rawDescOnce.Do(func() { 175 file_envoy_admin_v3_init_dump_proto_rawDescData = protoimpl.X.CompressGZIP(file_envoy_admin_v3_init_dump_proto_rawDescData) 176 }) 177 return file_envoy_admin_v3_init_dump_proto_rawDescData 178 } 179 180 var file_envoy_admin_v3_init_dump_proto_msgTypes = make([]protoimpl.MessageInfo, 2) 181 var file_envoy_admin_v3_init_dump_proto_goTypes = []interface{}{ 182 (*UnreadyTargetsDumps)(nil), // 0: envoy.admin.v3.UnreadyTargetsDumps 183 (*UnreadyTargetsDumps_UnreadyTargetsDump)(nil), // 1: envoy.admin.v3.UnreadyTargetsDumps.UnreadyTargetsDump 184 } 185 var file_envoy_admin_v3_init_dump_proto_depIdxs = []int32{ 186 1, // 0: envoy.admin.v3.UnreadyTargetsDumps.unready_targets_dumps:type_name -> envoy.admin.v3.UnreadyTargetsDumps.UnreadyTargetsDump 187 1, // [1:1] is the sub-list for method output_type 188 1, // [1:1] is the sub-list for method input_type 189 1, // [1:1] is the sub-list for extension type_name 190 1, // [1:1] is the sub-list for extension extendee 191 0, // [0:1] is the sub-list for field type_name 192 } 193 194 func init() { file_envoy_admin_v3_init_dump_proto_init() } 195 func file_envoy_admin_v3_init_dump_proto_init() { 196 if File_envoy_admin_v3_init_dump_proto != nil { 197 return 198 } 199 if !protoimpl.UnsafeEnabled { 200 file_envoy_admin_v3_init_dump_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 201 switch v := v.(*UnreadyTargetsDumps); i { 202 case 0: 203 return &v.state 204 case 1: 205 return &v.sizeCache 206 case 2: 207 return &v.unknownFields 208 default: 209 return nil 210 } 211 } 212 file_envoy_admin_v3_init_dump_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 213 switch v := v.(*UnreadyTargetsDumps_UnreadyTargetsDump); i { 214 case 0: 215 return &v.state 216 case 1: 217 return &v.sizeCache 218 case 2: 219 return &v.unknownFields 220 default: 221 return nil 222 } 223 } 224 } 225 type x struct{} 226 out := protoimpl.TypeBuilder{ 227 File: protoimpl.DescBuilder{ 228 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 229 RawDescriptor: file_envoy_admin_v3_init_dump_proto_rawDesc, 230 NumEnums: 0, 231 NumMessages: 2, 232 NumExtensions: 0, 233 NumServices: 0, 234 }, 235 GoTypes: file_envoy_admin_v3_init_dump_proto_goTypes, 236 DependencyIndexes: file_envoy_admin_v3_init_dump_proto_depIdxs, 237 MessageInfos: file_envoy_admin_v3_init_dump_proto_msgTypes, 238 }.Build() 239 File_envoy_admin_v3_init_dump_proto = out.File 240 file_envoy_admin_v3_init_dump_proto_rawDesc = nil 241 file_envoy_admin_v3_init_dump_proto_goTypes = nil 242 file_envoy_admin_v3_init_dump_proto_depIdxs = nil 243 }