github.com/diadata-org/diadata@v1.4.593/pkg/dia/helpers/k8sbridge/protoc/k8sbridge.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.28.1 4 // protoc v4.25.3 5 // source: protoc/k8sbridge.proto 6 7 package k8sbridge 8 9 import ( 10 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 11 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 12 reflect "reflect" 13 sync "sync" 14 ) 15 16 const ( 17 // Verify that this generated code is sufficiently up-to-date. 18 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 19 // Verify that runtime/protoimpl is sufficiently up-to-date. 20 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 21 ) 22 23 // The request message containing the user's name. 24 type KeyPair struct { 25 state protoimpl.MessageState 26 sizeCache protoimpl.SizeCache 27 unknownFields protoimpl.UnknownFields 28 29 Publickey string `protobuf:"bytes,1,opt,name=publickey,proto3" json:"publickey,omitempty"` 30 Privatekey string `protobuf:"bytes,2,opt,name=privatekey,proto3" json:"privatekey,omitempty"` 31 } 32 33 func (x *KeyPair) Reset() { 34 *x = KeyPair{} 35 if protoimpl.UnsafeEnabled { 36 mi := &file_protoc_k8sbridge_proto_msgTypes[0] 37 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 38 ms.StoreMessageInfo(mi) 39 } 40 } 41 42 func (x *KeyPair) String() string { 43 return protoimpl.X.MessageStringOf(x) 44 } 45 46 func (*KeyPair) ProtoMessage() {} 47 48 func (x *KeyPair) ProtoReflect() protoreflect.Message { 49 mi := &file_protoc_k8sbridge_proto_msgTypes[0] 50 if protoimpl.UnsafeEnabled && x != nil { 51 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 52 if ms.LoadMessageInfo() == nil { 53 ms.StoreMessageInfo(mi) 54 } 55 return ms 56 } 57 return mi.MessageOf(x) 58 } 59 60 // Deprecated: Use KeyPair.ProtoReflect.Descriptor instead. 61 func (*KeyPair) Descriptor() ([]byte, []int) { 62 return file_protoc_k8sbridge_proto_rawDescGZIP(), []int{0} 63 } 64 65 func (x *KeyPair) GetPublickey() string { 66 if x != nil { 67 return x.Publickey 68 } 69 return "" 70 } 71 72 func (x *KeyPair) GetPrivatekey() string { 73 if x != nil { 74 return x.Privatekey 75 } 76 return "" 77 } 78 79 type CreatePodResult struct { 80 state protoimpl.MessageState 81 sizeCache protoimpl.SizeCache 82 unknownFields protoimpl.UnknownFields 83 84 Done string `protobuf:"bytes,1,opt,name=done,proto3" json:"done,omitempty"` 85 } 86 87 func (x *CreatePodResult) Reset() { 88 *x = CreatePodResult{} 89 if protoimpl.UnsafeEnabled { 90 mi := &file_protoc_k8sbridge_proto_msgTypes[1] 91 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 92 ms.StoreMessageInfo(mi) 93 } 94 } 95 96 func (x *CreatePodResult) String() string { 97 return protoimpl.X.MessageStringOf(x) 98 } 99 100 func (*CreatePodResult) ProtoMessage() {} 101 102 func (x *CreatePodResult) ProtoReflect() protoreflect.Message { 103 mi := &file_protoc_k8sbridge_proto_msgTypes[1] 104 if protoimpl.UnsafeEnabled && x != nil { 105 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 106 if ms.LoadMessageInfo() == nil { 107 ms.StoreMessageInfo(mi) 108 } 109 return ms 110 } 111 return mi.MessageOf(x) 112 } 113 114 // Deprecated: Use CreatePodResult.ProtoReflect.Descriptor instead. 115 func (*CreatePodResult) Descriptor() ([]byte, []int) { 116 return file_protoc_k8sbridge_proto_rawDescGZIP(), []int{1} 117 } 118 119 func (x *CreatePodResult) GetDone() string { 120 if x != nil { 121 return x.Done 122 } 123 return "" 124 } 125 126 type RestartPodResult struct { 127 state protoimpl.MessageState 128 sizeCache protoimpl.SizeCache 129 unknownFields protoimpl.UnknownFields 130 131 Done string `protobuf:"bytes,1,opt,name=done,proto3" json:"done,omitempty"` 132 } 133 134 func (x *RestartPodResult) Reset() { 135 *x = RestartPodResult{} 136 if protoimpl.UnsafeEnabled { 137 mi := &file_protoc_k8sbridge_proto_msgTypes[2] 138 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 139 ms.StoreMessageInfo(mi) 140 } 141 } 142 143 func (x *RestartPodResult) String() string { 144 return protoimpl.X.MessageStringOf(x) 145 } 146 147 func (*RestartPodResult) ProtoMessage() {} 148 149 func (x *RestartPodResult) ProtoReflect() protoreflect.Message { 150 mi := &file_protoc_k8sbridge_proto_msgTypes[2] 151 if protoimpl.UnsafeEnabled && x != nil { 152 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 153 if ms.LoadMessageInfo() == nil { 154 ms.StoreMessageInfo(mi) 155 } 156 return ms 157 } 158 return mi.MessageOf(x) 159 } 160 161 // Deprecated: Use RestartPodResult.ProtoReflect.Descriptor instead. 162 func (*RestartPodResult) Descriptor() ([]byte, []int) { 163 return file_protoc_k8sbridge_proto_rawDescGZIP(), []int{2} 164 } 165 166 func (x *RestartPodResult) GetDone() string { 167 if x != nil { 168 return x.Done 169 } 170 return "" 171 } 172 173 type DeletePodResult struct { 174 state protoimpl.MessageState 175 sizeCache protoimpl.SizeCache 176 unknownFields protoimpl.UnknownFields 177 178 Done string `protobuf:"bytes,1,opt,name=done,proto3" json:"done,omitempty"` 179 } 180 181 func (x *DeletePodResult) Reset() { 182 *x = DeletePodResult{} 183 if protoimpl.UnsafeEnabled { 184 mi := &file_protoc_k8sbridge_proto_msgTypes[3] 185 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 186 ms.StoreMessageInfo(mi) 187 } 188 } 189 190 func (x *DeletePodResult) String() string { 191 return protoimpl.X.MessageStringOf(x) 192 } 193 194 func (*DeletePodResult) ProtoMessage() {} 195 196 func (x *DeletePodResult) ProtoReflect() protoreflect.Message { 197 mi := &file_protoc_k8sbridge_proto_msgTypes[3] 198 if protoimpl.UnsafeEnabled && x != nil { 199 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 200 if ms.LoadMessageInfo() == nil { 201 ms.StoreMessageInfo(mi) 202 } 203 return ms 204 } 205 return mi.MessageOf(x) 206 } 207 208 // Deprecated: Use DeletePodResult.ProtoReflect.Descriptor instead. 209 func (*DeletePodResult) Descriptor() ([]byte, []int) { 210 return file_protoc_k8sbridge_proto_rawDescGZIP(), []int{3} 211 } 212 213 func (x *DeletePodResult) GetDone() string { 214 if x != nil { 215 return x.Done 216 } 217 return "" 218 } 219 220 type K8SHelperRequest struct { 221 state protoimpl.MessageState 222 sizeCache protoimpl.SizeCache 223 unknownFields protoimpl.UnknownFields 224 225 Keyname string `protobuf:"bytes,1,opt,name=keyname,proto3" json:"keyname,omitempty"` 226 } 227 228 func (x *K8SHelperRequest) Reset() { 229 *x = K8SHelperRequest{} 230 if protoimpl.UnsafeEnabled { 231 mi := &file_protoc_k8sbridge_proto_msgTypes[4] 232 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 233 ms.StoreMessageInfo(mi) 234 } 235 } 236 237 func (x *K8SHelperRequest) String() string { 238 return protoimpl.X.MessageStringOf(x) 239 } 240 241 func (*K8SHelperRequest) ProtoMessage() {} 242 243 func (x *K8SHelperRequest) ProtoReflect() protoreflect.Message { 244 mi := &file_protoc_k8sbridge_proto_msgTypes[4] 245 if protoimpl.UnsafeEnabled && x != nil { 246 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 247 if ms.LoadMessageInfo() == nil { 248 ms.StoreMessageInfo(mi) 249 } 250 return ms 251 } 252 return mi.MessageOf(x) 253 } 254 255 // Deprecated: Use K8SHelperRequest.ProtoReflect.Descriptor instead. 256 func (*K8SHelperRequest) Descriptor() ([]byte, []int) { 257 return file_protoc_k8sbridge_proto_rawDescGZIP(), []int{4} 258 } 259 260 func (x *K8SHelperRequest) GetKeyname() string { 261 if x != nil { 262 return x.Keyname 263 } 264 return "" 265 } 266 267 type FeederConfig struct { 268 state protoimpl.MessageState 269 sizeCache protoimpl.SizeCache 270 unknownFields protoimpl.UnknownFields 271 272 FeederID string `protobuf:"bytes,1,opt,name=feederID,proto3" json:"feederID,omitempty"` 273 Creator string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"` 274 FeederAddress string `protobuf:"bytes,3,opt,name=feederAddress,proto3" json:"feederAddress,omitempty"` 275 Oracle string `protobuf:"bytes,4,opt,name=oracle,proto3" json:"oracle,omitempty"` 276 Symbols string `protobuf:"bytes,5,opt,name=symbols,proto3" json:"symbols,omitempty"` 277 FeedSelection string `protobuf:"bytes,6,opt,name=feedSelection,proto3" json:"feedSelection,omitempty"` 278 Blockchainnode string `protobuf:"bytes,7,opt,name=blockchainnode,proto3" json:"blockchainnode,omitempty"` 279 Frequency string `protobuf:"bytes,8,opt,name=frequency,proto3" json:"frequency,omitempty"` 280 SleepSeconds string `protobuf:"bytes,9,opt,name=sleepSeconds,proto3" json:"sleepSeconds,omitempty"` 281 DeviationPermille string `protobuf:"bytes,10,opt,name=deviationPermille,proto3" json:"deviationPermille,omitempty"` 282 MandatoryFrequency string `protobuf:"bytes,11,opt,name=mandatoryFrequency,proto3" json:"mandatoryFrequency,omitempty"` 283 ChainID string `protobuf:"bytes,12,opt,name=chainID,proto3" json:"chainID,omitempty"` 284 } 285 286 func (x *FeederConfig) Reset() { 287 *x = FeederConfig{} 288 if protoimpl.UnsafeEnabled { 289 mi := &file_protoc_k8sbridge_proto_msgTypes[5] 290 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 291 ms.StoreMessageInfo(mi) 292 } 293 } 294 295 func (x *FeederConfig) String() string { 296 return protoimpl.X.MessageStringOf(x) 297 } 298 299 func (*FeederConfig) ProtoMessage() {} 300 301 func (x *FeederConfig) ProtoReflect() protoreflect.Message { 302 mi := &file_protoc_k8sbridge_proto_msgTypes[5] 303 if protoimpl.UnsafeEnabled && x != nil { 304 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 305 if ms.LoadMessageInfo() == nil { 306 ms.StoreMessageInfo(mi) 307 } 308 return ms 309 } 310 return mi.MessageOf(x) 311 } 312 313 // Deprecated: Use FeederConfig.ProtoReflect.Descriptor instead. 314 func (*FeederConfig) Descriptor() ([]byte, []int) { 315 return file_protoc_k8sbridge_proto_rawDescGZIP(), []int{5} 316 } 317 318 func (x *FeederConfig) GetFeederID() string { 319 if x != nil { 320 return x.FeederID 321 } 322 return "" 323 } 324 325 func (x *FeederConfig) GetCreator() string { 326 if x != nil { 327 return x.Creator 328 } 329 return "" 330 } 331 332 func (x *FeederConfig) GetFeederAddress() string { 333 if x != nil { 334 return x.FeederAddress 335 } 336 return "" 337 } 338 339 func (x *FeederConfig) GetOracle() string { 340 if x != nil { 341 return x.Oracle 342 } 343 return "" 344 } 345 346 func (x *FeederConfig) GetSymbols() string { 347 if x != nil { 348 return x.Symbols 349 } 350 return "" 351 } 352 353 func (x *FeederConfig) GetFeedSelection() string { 354 if x != nil { 355 return x.FeedSelection 356 } 357 return "" 358 } 359 360 func (x *FeederConfig) GetBlockchainnode() string { 361 if x != nil { 362 return x.Blockchainnode 363 } 364 return "" 365 } 366 367 func (x *FeederConfig) GetFrequency() string { 368 if x != nil { 369 return x.Frequency 370 } 371 return "" 372 } 373 374 func (x *FeederConfig) GetSleepSeconds() string { 375 if x != nil { 376 return x.SleepSeconds 377 } 378 return "" 379 } 380 381 func (x *FeederConfig) GetDeviationPermille() string { 382 if x != nil { 383 return x.DeviationPermille 384 } 385 return "" 386 } 387 388 func (x *FeederConfig) GetMandatoryFrequency() string { 389 if x != nil { 390 return x.MandatoryFrequency 391 } 392 return "" 393 } 394 395 func (x *FeederConfig) GetChainID() string { 396 if x != nil { 397 return x.ChainID 398 } 399 return "" 400 } 401 402 var File_protoc_k8sbridge_proto protoreflect.FileDescriptor 403 404 var file_protoc_k8sbridge_proto_rawDesc = []byte{ 405 0x0a, 0x16, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2f, 0x6b, 0x38, 0x73, 0x62, 0x72, 0x69, 0x64, 406 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x03, 0x72, 0x70, 0x63, 0x22, 0x47, 0x0a, 407 0x07, 0x4b, 0x65, 0x79, 0x50, 0x61, 0x69, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x75, 0x62, 0x6c, 408 0x69, 0x63, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x75, 0x62, 409 0x6c, 0x69, 0x63, 0x6b, 0x65, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 410 0x65, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x69, 0x76, 411 0x61, 0x74, 0x65, 0x6b, 0x65, 0x79, 0x22, 0x25, 0x0a, 0x0f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 412 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x6f, 0x6e, 413 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x6f, 0x6e, 0x65, 0x22, 0x26, 0x0a, 414 0x10, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c, 415 0x74, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 416 0x04, 0x64, 0x6f, 0x6e, 0x65, 0x22, 0x25, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 417 0x6f, 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x6f, 0x6e, 0x65, 418 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x6f, 0x6e, 0x65, 0x22, 0x2c, 0x0a, 0x10, 419 0x4b, 0x38, 0x53, 0x48, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 420 0x12, 0x18, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 421 0x09, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xa4, 0x03, 0x0a, 0x0c, 0x46, 422 0x65, 0x65, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x66, 423 0x65, 0x65, 0x64, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 424 0x65, 0x65, 0x64, 0x65, 0x72, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 425 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 426 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 427 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x65, 0x72, 428 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x72, 0x61, 0x63, 0x6c, 429 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x12, 430 0x18, 0x0a, 0x07, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 431 0x52, 0x07, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x65, 0x65, 432 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 433 0x52, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 434 0x26, 0x0a, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x6e, 0x6f, 0x64, 435 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x63, 0x68, 436 0x61, 0x69, 0x6e, 0x6e, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x72, 0x65, 0x71, 0x75, 437 0x65, 0x6e, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x72, 0x65, 0x71, 438 0x75, 0x65, 0x6e, 0x63, 0x79, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x53, 0x65, 439 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x6c, 0x65, 440 0x65, 0x70, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x2c, 0x0a, 0x11, 0x64, 0x65, 0x76, 441 0x69, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x6c, 0x6c, 0x65, 0x18, 0x0a, 442 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x64, 0x65, 0x76, 0x69, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 443 0x65, 0x72, 0x6d, 0x69, 0x6c, 0x6c, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6d, 0x61, 0x6e, 0x64, 0x61, 444 0x74, 0x6f, 0x72, 0x79, 0x46, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x79, 0x18, 0x0b, 0x20, 445 0x01, 0x28, 0x09, 0x52, 0x12, 0x6d, 0x61, 0x6e, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x46, 0x72, 446 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 447 0x49, 0x44, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 448 0x44, 0x32, 0x9e, 0x02, 0x0a, 0x09, 0x4b, 0x38, 0x53, 0x48, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x12, 449 0x36, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x70, 0x61, 0x69, 0x72, 450 0x12, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4b, 0x38, 0x53, 0x48, 0x65, 0x6c, 0x70, 0x65, 0x72, 451 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x0c, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4b, 0x65, 452 0x79, 0x50, 0x61, 0x69, 0x72, 0x22, 0x00, 0x12, 0x2f, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x4b, 0x65, 453 0x79, 0x12, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4b, 0x38, 0x53, 0x48, 0x65, 0x6c, 0x70, 0x65, 454 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x0c, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x4b, 455 0x65, 0x79, 0x50, 0x61, 0x69, 0x72, 0x22, 0x00, 0x12, 0x36, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, 456 0x74, 0x65, 0x50, 0x6f, 0x64, 0x12, 0x11, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x46, 0x65, 0x65, 0x64, 457 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x14, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x43, 458 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x00, 459 0x12, 0x38, 0x0a, 0x0a, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x64, 0x12, 0x11, 460 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x46, 0x65, 0x65, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 461 0x67, 0x1a, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x52, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x50, 462 0x6f, 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x00, 0x12, 0x36, 0x0a, 0x09, 0x44, 0x65, 463 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x12, 0x11, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x46, 0x65, 464 0x65, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x14, 0x2e, 0x72, 0x70, 0x63, 465 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 466 0x22, 0x00, 0x42, 0x39, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 467 0x2f, 0x64, 0x69, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2d, 0x6f, 0x72, 0x67, 0x2f, 0x64, 0x69, 0x61, 468 0x64, 0x61, 0x74, 0x61, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x64, 0x69, 0x61, 0x2f, 0x68, 0x65, 0x6c, 469 0x70, 0x65, 0x72, 0x2f, 0x6b, 0x38, 0x73, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x62, 0x06, 0x70, 470 0x72, 0x6f, 0x74, 0x6f, 0x33, 471 } 472 473 var ( 474 file_protoc_k8sbridge_proto_rawDescOnce sync.Once 475 file_protoc_k8sbridge_proto_rawDescData = file_protoc_k8sbridge_proto_rawDesc 476 ) 477 478 func file_protoc_k8sbridge_proto_rawDescGZIP() []byte { 479 file_protoc_k8sbridge_proto_rawDescOnce.Do(func() { 480 file_protoc_k8sbridge_proto_rawDescData = protoimpl.X.CompressGZIP(file_protoc_k8sbridge_proto_rawDescData) 481 }) 482 return file_protoc_k8sbridge_proto_rawDescData 483 } 484 485 var file_protoc_k8sbridge_proto_msgTypes = make([]protoimpl.MessageInfo, 6) 486 var file_protoc_k8sbridge_proto_goTypes = []interface{}{ 487 (*KeyPair)(nil), // 0: rpc.KeyPair 488 (*CreatePodResult)(nil), // 1: rpc.CreatePodResult 489 (*RestartPodResult)(nil), // 2: rpc.RestartPodResult 490 (*DeletePodResult)(nil), // 3: rpc.DeletePodResult 491 (*K8SHelperRequest)(nil), // 4: rpc.K8SHelperRequest 492 (*FeederConfig)(nil), // 5: rpc.FeederConfig 493 } 494 var file_protoc_k8sbridge_proto_depIdxs = []int32{ 495 4, // 0: rpc.K8SHelper.CreateKeypair:input_type -> rpc.K8SHelperRequest 496 4, // 1: rpc.K8SHelper.GetKey:input_type -> rpc.K8SHelperRequest 497 5, // 2: rpc.K8SHelper.CreatePod:input_type -> rpc.FeederConfig 498 5, // 3: rpc.K8SHelper.RestartPod:input_type -> rpc.FeederConfig 499 5, // 4: rpc.K8SHelper.DeletePod:input_type -> rpc.FeederConfig 500 0, // 5: rpc.K8SHelper.CreateKeypair:output_type -> rpc.KeyPair 501 0, // 6: rpc.K8SHelper.GetKey:output_type -> rpc.KeyPair 502 1, // 7: rpc.K8SHelper.CreatePod:output_type -> rpc.CreatePodResult 503 2, // 8: rpc.K8SHelper.RestartPod:output_type -> rpc.RestartPodResult 504 3, // 9: rpc.K8SHelper.DeletePod:output_type -> rpc.DeletePodResult 505 5, // [5:10] is the sub-list for method output_type 506 0, // [0:5] is the sub-list for method input_type 507 0, // [0:0] is the sub-list for extension type_name 508 0, // [0:0] is the sub-list for extension extendee 509 0, // [0:0] is the sub-list for field type_name 510 } 511 512 func init() { file_protoc_k8sbridge_proto_init() } 513 func file_protoc_k8sbridge_proto_init() { 514 if File_protoc_k8sbridge_proto != nil { 515 return 516 } 517 if !protoimpl.UnsafeEnabled { 518 file_protoc_k8sbridge_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 519 switch v := v.(*KeyPair); i { 520 case 0: 521 return &v.state 522 case 1: 523 return &v.sizeCache 524 case 2: 525 return &v.unknownFields 526 default: 527 return nil 528 } 529 } 530 file_protoc_k8sbridge_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 531 switch v := v.(*CreatePodResult); i { 532 case 0: 533 return &v.state 534 case 1: 535 return &v.sizeCache 536 case 2: 537 return &v.unknownFields 538 default: 539 return nil 540 } 541 } 542 file_protoc_k8sbridge_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 543 switch v := v.(*RestartPodResult); i { 544 case 0: 545 return &v.state 546 case 1: 547 return &v.sizeCache 548 case 2: 549 return &v.unknownFields 550 default: 551 return nil 552 } 553 } 554 file_protoc_k8sbridge_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 555 switch v := v.(*DeletePodResult); i { 556 case 0: 557 return &v.state 558 case 1: 559 return &v.sizeCache 560 case 2: 561 return &v.unknownFields 562 default: 563 return nil 564 } 565 } 566 file_protoc_k8sbridge_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 567 switch v := v.(*K8SHelperRequest); i { 568 case 0: 569 return &v.state 570 case 1: 571 return &v.sizeCache 572 case 2: 573 return &v.unknownFields 574 default: 575 return nil 576 } 577 } 578 file_protoc_k8sbridge_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { 579 switch v := v.(*FeederConfig); i { 580 case 0: 581 return &v.state 582 case 1: 583 return &v.sizeCache 584 case 2: 585 return &v.unknownFields 586 default: 587 return nil 588 } 589 } 590 } 591 type x struct{} 592 out := protoimpl.TypeBuilder{ 593 File: protoimpl.DescBuilder{ 594 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 595 RawDescriptor: file_protoc_k8sbridge_proto_rawDesc, 596 NumEnums: 0, 597 NumMessages: 6, 598 NumExtensions: 0, 599 NumServices: 1, 600 }, 601 GoTypes: file_protoc_k8sbridge_proto_goTypes, 602 DependencyIndexes: file_protoc_k8sbridge_proto_depIdxs, 603 MessageInfos: file_protoc_k8sbridge_proto_msgTypes, 604 }.Build() 605 File_protoc_k8sbridge_proto = out.File 606 file_protoc_k8sbridge_proto_rawDesc = nil 607 file_protoc_k8sbridge_proto_goTypes = nil 608 file_protoc_k8sbridge_proto_depIdxs = nil 609 }