@ -29,7 +29,7 @@ type ComputedExportedServices struct {
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Consumer s [ ] * ComputedExportedService ` protobuf:"bytes,1,rep,name=con sum ers,proto3" json:"con sum ers,omitempty" `
Service s [ ] * ComputedExportedService ` protobuf:"bytes,1,rep,name=service s,proto3" json:"service s,omitempty" `
}
func ( x * ComputedExportedServices ) Reset ( ) {
@ -64,9 +64,9 @@ func (*ComputedExportedServices) Descriptor() ([]byte, []int) {
return file_pbmulticluster_v2beta1_computed_exported_services_proto_rawDescGZIP ( ) , [ ] int { 0 }
}
func ( x * ComputedExportedServices ) GetConsumer s ( ) [ ] * ComputedExportedService {
func ( x * ComputedExportedServices ) GetService s ( ) [ ] * ComputedExportedService {
if x != nil {
return x . Consumer s
return x . Service s
}
return nil
}
@ -76,8 +76,8 @@ type ComputedExportedService struct {
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
TargetRef * pbresource . Reference ` protobuf:"bytes,1,opt,name=target_ref,json=targetRef,proto3" json:"target_ref,omitempty" `
Consumers [ ] * ComputedExportedServices Consumer ` protobuf:"bytes,2,rep,name=consumers,proto3" json:"consumers,omitempty" `
TargetRef * pbresource . Reference ` protobuf:"bytes,1,opt,name=target_ref,json=targetRef,proto3" json:"target_ref,omitempty" `
Consumers [ ] * ComputedExportedServiceConsumer ` protobuf:"bytes,2,rep,name=consumers,proto3" json:"consumers,omitempty" `
}
func ( x * ComputedExportedService ) Reset ( ) {
@ -119,29 +119,29 @@ func (x *ComputedExportedService) GetTargetRef() *pbresource.Reference {
return nil
}
func ( x * ComputedExportedService ) GetConsumers ( ) [ ] * ComputedExportedServices Consumer {
func ( x * ComputedExportedService ) GetConsumers ( ) [ ] * ComputedExportedServiceConsumer {
if x != nil {
return x . Consumers
}
return nil
}
type ComputedExportedServices Consumer struct {
type ComputedExportedServiceConsumer struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// no sameness group
//
// Types that are assignable to Consumer Tenancy:
// Types that are assignable to Tenancy:
//
// *ComputedExportedServices Consumer_Peer
// *ComputedExportedServices Consumer_Partition
Consumer Tenancy isComputedExportedServices Consumer_Consumer Tenancy ` protobuf_oneof:"consumer_ tenancy" `
// *ComputedExportedServiceConsumer_Peer
// *ComputedExportedServiceConsumer_Partition
Tenancy isComputedExportedServiceConsumer_Tenancy ` protobuf_oneof:"tenancy" `
}
func ( x * ComputedExportedServices Consumer ) Reset ( ) {
* x = ComputedExportedServices Consumer { }
func ( x * ComputedExportedServiceConsumer ) Reset ( ) {
* x = ComputedExportedServiceConsumer { }
if protoimpl . UnsafeEnabled {
mi := & file_pbmulticluster_v2beta1_computed_exported_services_proto_msgTypes [ 2 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -149,13 +149,13 @@ func (x *ComputedExportedServicesConsumer) Reset() {
}
}
func ( x * ComputedExportedServices Consumer ) String ( ) string {
func ( x * ComputedExportedServiceConsumer ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * ComputedExportedServices Consumer ) ProtoMessage ( ) { }
func ( * ComputedExportedServiceConsumer ) ProtoMessage ( ) { }
func ( x * ComputedExportedServices Consumer ) ProtoReflect ( ) protoreflect . Message {
func ( x * ComputedExportedServiceConsumer ) ProtoReflect ( ) protoreflect . Message {
mi := & file_pbmulticluster_v2beta1_computed_exported_services_proto_msgTypes [ 2 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -167,48 +167,47 @@ func (x *ComputedExportedServicesConsumer) ProtoReflect() protoreflect.Message {
return mi . MessageOf ( x )
}
// Deprecated: Use ComputedExportedServices Consumer.ProtoReflect.Descriptor instead.
func ( * ComputedExportedServices Consumer ) Descriptor ( ) ( [ ] byte , [ ] int ) {
// Deprecated: Use ComputedExportedServiceConsumer.ProtoReflect.Descriptor instead.
func ( * ComputedExportedServiceConsumer ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_pbmulticluster_v2beta1_computed_exported_services_proto_rawDescGZIP ( ) , [ ] int { 2 }
}
func ( m * ComputedExportedServices Consumer ) GetConsumer Tenancy ( ) isComputedExportedServices Consumer_Consumer Tenancy {
func ( m * ComputedExportedServiceConsumer ) GetTenancy ( ) isComputedExportedServiceConsumer_Tenancy {
if m != nil {
return m . Consumer Tenancy
return m . Tenancy
}
return nil
}
func ( x * ComputedExportedServices Consumer ) GetPeer ( ) string {
if x , ok := x . GetConsumer Tenancy ( ) . ( * ComputedExportedServices Consumer_Peer ) ; ok {
func ( x * ComputedExportedServiceConsumer ) GetPeer ( ) string {
if x , ok := x . GetTenancy ( ) . ( * ComputedExportedServiceConsumer_Peer ) ; ok {
return x . Peer
}
return ""
}
func ( x * ComputedExportedServices Consumer ) GetPartition ( ) string {
if x , ok := x . GetConsumer Tenancy ( ) . ( * ComputedExportedServices Consumer_Partition ) ; ok {
func ( x * ComputedExportedServiceConsumer ) GetPartition ( ) string {
if x , ok := x . GetTenancy ( ) . ( * ComputedExportedServiceConsumer_Partition ) ; ok {
return x . Partition
}
return ""
}
type isComputedExportedServices Consumer_Consumer Tenancy interface {
isComputedExportedServices Consumer_Consumer Tenancy ( )
type isComputedExportedServiceConsumer_Tenancy interface {
isComputedExportedServiceConsumer_Tenancy ( )
}
type ComputedExportedServices Consumer_Peer struct {
type ComputedExportedServiceConsumer_Peer struct {
Peer string ` protobuf:"bytes,3,opt,name=peer,proto3,oneof" `
}
type ComputedExportedServices Consumer_Partition struct {
type ComputedExportedServiceConsumer_Partition struct {
Partition string ` protobuf:"bytes,4,opt,name=partition,proto3,oneof" `
}
func ( * ComputedExportedServices Consumer_Peer ) isComputedExportedServices Consumer_Consumer Tenancy ( ) { }
func ( * ComputedExportedServiceConsumer_Peer ) isComputedExportedServiceConsumer_Tenancy ( ) { }
func ( * ComputedExportedServicesConsumer_Partition ) isComputedExportedServicesConsumer_ConsumerTenancy ( ) {
}
func ( * ComputedExportedServiceConsumer_Partition ) isComputedExportedServiceConsumer_Tenancy ( ) { }
var File_pbmulticluster_v2beta1_computed_exported_services_proto protoreflect . FileDescriptor
@ -222,57 +221,56 @@ var file_pbmulticluster_v2beta1_computed_exported_services_proto_rawDesc = []byt
0x1a , 0x1c , 0x70 , 0x62 , 0x72 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x2f , 0x61 , 0x6e , 0x6e ,
0x6f , 0x74 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x1a , 0x19 ,
0x70 , 0x62 , 0x72 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x2f , 0x72 , 0x65 , 0x73 , 0x6f , 0x75 ,
0x72 , 0x63 , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x22 , 0x80 , 0x01 , 0x0a , 0x18 , 0x43 , 0x6f ,
0x72 , 0x63 , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x22 , 0x7e , 0x0a , 0x18 , 0x43 , 0x6f , 0x6d ,
0x70 , 0x75 , 0x74 , 0x65 , 0x64 , 0x45 , 0x78 , 0x70 , 0x6f , 0x72 , 0x74 , 0x65 , 0x64 , 0x53 , 0x65 , 0x72 ,
0x76 , 0x69 , 0x63 , 0x65 , 0x73 , 0x12 , 0x5a , 0x0a , 0x08 , 0x73 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 ,
0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x3e , 0x2e , 0x68 , 0x61 , 0x73 , 0x68 , 0x69 , 0x63 ,
0x6f , 0x72 , 0x70 , 0x2e , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x2e , 0x6d , 0x75 , 0x6c , 0x74 , 0x69 ,
0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x2e , 0x76 , 0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0x2e ,
0x43 , 0x6f , 0x6d , 0x70 , 0x75 , 0x74 , 0x65 , 0x64 , 0x45 , 0x78 , 0x70 , 0x6f , 0x72 , 0x74 , 0x65 , 0x64 ,
0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x52 , 0x08 , 0x73 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 ,
0x73 , 0x3a , 0x06 , 0xa2 , 0x93 , 0x04 , 0x02 , 0x08 , 0x02 , 0x22 , 0xc4 , 0x01 , 0x0a , 0x17 , 0x43 , 0x6f ,
0x6d , 0x70 , 0x75 , 0x74 , 0x65 , 0x64 , 0x45 , 0x78 , 0x70 , 0x6f , 0x72 , 0x74 , 0x65 , 0x64 , 0x53 , 0x65 ,
0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x73 , 0x12 , 0x5c , 0x0a , 0x09 , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6d ,
0x65 , 0x72 , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x3e , 0x2e , 0x68 , 0x61 , 0x73 , 0x68 ,
0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x2e , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x2e , 0x6d , 0x75 , 0x6c ,
0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x2e , 0x76 , 0x32 , 0x62 , 0x65 , 0x74 , 0x61 ,
0x31 , 0x2e , 0x43 , 0x6f , 0x6d , 0x70 , 0x75 , 0x74 , 0x65 , 0x64 , 0x45 , 0x78 , 0x70 , 0x6f , 0x72 , 0x74 ,
0x65 , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x52 , 0x09 , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 ,
0x6d , 0x65 , 0x72 , 0x73 , 0x3a , 0x06 , 0xa2 , 0x93 , 0x04 , 0x02 , 0x08 , 0x02 , 0x22 , 0xc5 , 0x01 , 0x0a ,
0x17 , 0x43 , 0x6f , 0x6d , 0x70 , 0x75 , 0x74 , 0x65 , 0x64 , 0x45 , 0x78 , 0x70 , 0x6f , 0x72 , 0x74 , 0x65 ,
0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x43 , 0x0a , 0x0a , 0x74 , 0x61 , 0x72 , 0x67 ,
0x65 , 0x74 , 0x5f , 0x72 , 0x65 , 0x66 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x24 , 0x2e , 0x68 ,
0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x2e , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x2e ,
0x72 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x2e , 0x52 , 0x65 , 0x66 , 0x65 , 0x72 , 0x65 , 0x6e ,
0x63 , 0x65 , 0x52 , 0x09 , 0x74 , 0x61 , 0x72 , 0x67 , 0x65 , 0x74 , 0x52 , 0x65 , 0x66 , 0x12 , 0x65 , 0x0a ,
0x09 , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6d , 0x65 , 0x72 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x0b ,
0x32 , 0x47 , 0x2e , 0x68 , 0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x2e , 0x63 , 0x6f , 0x6e ,
0x73 , 0x75 , 0x6c , 0x2e , 0x6d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 ,
0x2e , 0x76 , 0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0x2e , 0x43 , 0x6f , 0x6d , 0x70 , 0x75 , 0x74 , 0x65 ,
0x64 , 0x45 , 0x78 , 0x70 , 0x6f , 0x72 , 0x74 , 0x65 , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 ,
0x73 , 0x43 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6d , 0x65 , 0x72 , 0x52 , 0x09 , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 ,
0x6d , 0x65 , 0x72 , 0x73 , 0x22 , 0x6c , 0x0a , 0x20 , 0x43 , 0x6f , 0x6d , 0x70 , 0x75 , 0x74 , 0x65 , 0x64 ,
0x45 , 0x78 , 0x70 , 0x6f , 0x72 , 0x74 , 0x65 , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x73 ,
0x43 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6d , 0x65 , 0x72 , 0x12 , 0x14 , 0x0a , 0x04 , 0x70 , 0x65 , 0x65 , 0x72 ,
0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x48 , 0x00 , 0x52 , 0x04 , 0x70 , 0x65 , 0x65 , 0x72 , 0x12 , 0x1e ,
0x0a , 0x09 , 0x70 , 0x61 , 0x72 , 0x74 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x48 , 0x00 , 0x52 , 0x09 , 0x70 , 0x61 , 0x72 , 0x74 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x42 , 0x12 ,
0x0a , 0x10 , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6d , 0x65 , 0x72 , 0x5f , 0x74 , 0x65 , 0x6e , 0x61 , 0x6e ,
0x63 , 0x79 , 0x42 , 0xd6 , 0x02 , 0x0a , 0x29 , 0x63 , 0x6f , 0x6d , 0x2e , 0x68 , 0x61 , 0x73 , 0x68 , 0x69 ,
0x63 , 0x6f , 0x72 , 0x70 , 0x2e , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x2e , 0x6d , 0x75 , 0x6c , 0x74 ,
0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x2e , 0x76 , 0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 ,
0x42 , 0x1d , 0x43 , 0x6f , 0x6d , 0x70 , 0x75 , 0x74 , 0x65 , 0x64 , 0x45 , 0x78 , 0x70 , 0x6f , 0x72 , 0x74 ,
0x65 , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x73 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x50 ,
0x01 , 0x5a , 0x53 , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x68 , 0x61 ,
0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x2f , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x2f , 0x70 ,
0x72 , 0x6f , 0x74 , 0x6f , 0x2d , 0x70 , 0x75 , 0x62 , 0x6c , 0x69 , 0x63 , 0x2f , 0x70 , 0x62 , 0x6d , 0x75 ,
0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x2f , 0x76 , 0x32 , 0x62 , 0x65 , 0x74 ,
0x61 , 0x31 , 0x3b , 0x6d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x76 ,
0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0xa2 , 0x02 , 0x03 , 0x48 , 0x43 , 0x4d , 0xaa , 0x02 , 0x25 , 0x48 ,
0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x2e , 0x43 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x2e ,
0x4d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x2e , 0x56 , 0x32 , 0x62 ,
0x65 , 0x74 , 0x61 , 0x31 , 0xca , 0x02 , 0x25 , 0x48 , 0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 ,
0x5c , 0x43 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x5c , 0x4d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 ,
0x73 , 0x74 , 0x65 , 0x72 , 0x5c , 0x56 , 0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0xe2 , 0x02 , 0x31 , 0x48 ,
0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x5c , 0x43 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x5c ,
0x4d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x5c , 0x56 , 0x32 , 0x62 ,
0x65 , 0x74 , 0x61 , 0x31 , 0x5c , 0x47 , 0x50 , 0x42 , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 ,
0xea , 0x02 , 0x28 , 0x48 , 0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x3a , 0x3a , 0x43 , 0x6f ,
0x6e , 0x73 , 0x75 , 0x6c , 0x3a , 0x3a , 0x4d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 ,
0x65 , 0x72 , 0x3a , 0x3a , 0x56 , 0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f ,
0x74 , 0x6f , 0x33 ,
0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x43 , 0x0a , 0x0a , 0x74 , 0x61 , 0x72 , 0x67 , 0x65 , 0x74 , 0x5f ,
0x72 , 0x65 , 0x66 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x24 , 0x2e , 0x68 , 0x61 , 0x73 , 0x68 ,
0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x2e , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x2e , 0x72 , 0x65 , 0x73 ,
0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x2e , 0x52 , 0x65 , 0x66 , 0x65 , 0x72 , 0x65 , 0x6e , 0x63 , 0x65 , 0x52 ,
0x09 , 0x74 , 0x61 , 0x72 , 0x67 , 0x65 , 0x74 , 0x52 , 0x65 , 0x66 , 0x12 , 0x64 , 0x0a , 0x09 , 0x63 , 0x6f ,
0x6e , 0x73 , 0x75 , 0x6d , 0x65 , 0x72 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x46 , 0x2e ,
0x68 , 0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x2e , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c ,
0x2e , 0x6d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x2e , 0x76 , 0x32 ,
0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0x2e , 0x43 , 0x6f , 0x6d , 0x70 , 0x75 , 0x74 , 0x65 , 0x64 , 0x45 , 0x78 ,
0x70 , 0x6f , 0x72 , 0x74 , 0x65 , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x43 , 0x6f , 0x6e ,
0x73 , 0x75 , 0x6d , 0x65 , 0x72 , 0x52 , 0x09 , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6d , 0x65 , 0x72 , 0x73 ,
0x22 , 0x62 , 0x0a , 0x1f , 0x43 , 0x6f , 0x6d , 0x70 , 0x75 , 0x74 , 0x65 , 0x64 , 0x45 , 0x78 , 0x70 , 0x6f ,
0x72 , 0x74 , 0x65 , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x43 , 0x6f , 0x6e , 0x73 , 0x75 ,
0x6d , 0x65 , 0x72 , 0x12 , 0x14 , 0x0a , 0x04 , 0x70 , 0x65 , 0x65 , 0x72 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x48 , 0x00 , 0x52 , 0x04 , 0x70 , 0x65 , 0x65 , 0x72 , 0x12 , 0x1e , 0x0a , 0x09 , 0x70 , 0x61 , 0x72 ,
0x74 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x48 , 0x00 , 0x52 , 0x09 ,
0x70 , 0x61 , 0x72 , 0x74 , 0x69 , 0x74 , 0x69 , 0x6f , 0x6e , 0x42 , 0x09 , 0x0a , 0x07 , 0x74 , 0x65 , 0x6e ,
0x61 , 0x6e , 0x63 , 0x79 , 0x42 , 0xd6 , 0x02 , 0x0a , 0x29 , 0x63 , 0x6f , 0x6d , 0x2e , 0x68 , 0x61 , 0x73 ,
0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x2e , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x2e , 0x6d , 0x75 ,
0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x2e , 0x76 , 0x32 , 0x62 , 0x65 , 0x74 ,
0x61 , 0x31 , 0x42 , 0x1d , 0x43 , 0x6f , 0x6d , 0x70 , 0x75 , 0x74 , 0x65 , 0x64 , 0x45 , 0x78 , 0x70 , 0x6f ,
0x72 , 0x74 , 0x65 , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x73 , 0x50 , 0x72 , 0x6f , 0x74 ,
0x6f , 0x50 , 0x01 , 0x5a , 0x53 , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f ,
0x68 , 0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x2f , 0x63 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c ,
0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x2d , 0x70 , 0x75 , 0x62 , 0x6c , 0x69 , 0x63 , 0x2f , 0x70 , 0x62 ,
0x6d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x2f , 0x76 , 0x32 , 0x62 ,
0x65 , 0x74 , 0x61 , 0x31 , 0x3b , 0x6d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 ,
0x72 , 0x76 , 0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0xa2 , 0x02 , 0x03 , 0x48 , 0x43 , 0x4d , 0xaa , 0x02 ,
0x25 , 0x48 , 0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x2e , 0x43 , 0x6f , 0x6e , 0x73 , 0x75 ,
0x6c , 0x2e , 0x4d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x2e , 0x56 ,
0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0xca , 0x02 , 0x25 , 0x48 , 0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f ,
0x72 , 0x70 , 0x5c , 0x43 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x5c , 0x4d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 ,
0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x5c , 0x56 , 0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0xe2 , 0x02 ,
0x31 , 0x48 , 0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x5c , 0x43 , 0x6f , 0x6e , 0x73 , 0x75 ,
0x6c , 0x5c , 0x4d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 , 0x73 , 0x74 , 0x65 , 0x72 , 0x5c , 0x56 ,
0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0x5c , 0x47 , 0x50 , 0x42 , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 ,
0x74 , 0x61 , 0xea , 0x02 , 0x28 , 0x48 , 0x61 , 0x73 , 0x68 , 0x69 , 0x63 , 0x6f , 0x72 , 0x70 , 0x3a , 0x3a ,
0x43 , 0x6f , 0x6e , 0x73 , 0x75 , 0x6c , 0x3a , 0x3a , 0x4d , 0x75 , 0x6c , 0x74 , 0x69 , 0x63 , 0x6c , 0x75 ,
0x73 , 0x74 , 0x65 , 0x72 , 0x3a , 0x3a , 0x56 , 0x32 , 0x62 , 0x65 , 0x74 , 0x61 , 0x31 , 0x62 , 0x06 , 0x70 ,
0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
}
var (
@ -289,15 +287,15 @@ func file_pbmulticluster_v2beta1_computed_exported_services_proto_rawDescGZIP()
var file_pbmulticluster_v2beta1_computed_exported_services_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 3 )
var file_pbmulticluster_v2beta1_computed_exported_services_proto_goTypes = [ ] interface { } {
( * ComputedExportedServices ) ( nil ) , // 0: hashicorp.consul.multicluster.v2beta1.ComputedExportedServices
( * ComputedExportedService ) ( nil ) , // 1: hashicorp.consul.multicluster.v2beta1.ComputedExportedService
( * ComputedExportedServices Consumer ) ( nil ) , // 2: hashicorp.consul.multicluster.v2beta1.ComputedExportedServices Consumer
( * pbresource . Reference ) ( nil ) , // 3: hashicorp.consul.resource.Reference
( * ComputedExportedServices ) ( nil ) , // 0: hashicorp.consul.multicluster.v2beta1.ComputedExportedServices
( * ComputedExportedService ) ( nil ) , // 1: hashicorp.consul.multicluster.v2beta1.ComputedExportedService
( * ComputedExportedServiceConsumer ) ( nil ) , // 2: hashicorp.consul.multicluster.v2beta1.ComputedExportedServiceConsumer
( * pbresource . Reference ) ( nil ) , // 3: hashicorp.consul.resource.Reference
}
var file_pbmulticluster_v2beta1_computed_exported_services_proto_depIdxs = [ ] int32 {
1 , // 0: hashicorp.consul.multicluster.v2beta1.ComputedExportedServices.con sum ers:type_name -> hashicorp.consul.multicluster.v2beta1.ComputedExportedService
1 , // 0: hashicorp.consul.multicluster.v2beta1.ComputedExportedServices.service s:type_name -> hashicorp.consul.multicluster.v2beta1.ComputedExportedService
3 , // 1: hashicorp.consul.multicluster.v2beta1.ComputedExportedService.target_ref:type_name -> hashicorp.consul.resource.Reference
2 , // 2: hashicorp.consul.multicluster.v2beta1.ComputedExportedService.consumers:type_name -> hashicorp.consul.multicluster.v2beta1.ComputedExportedServices Consumer
2 , // 2: hashicorp.consul.multicluster.v2beta1.ComputedExportedService.consumers:type_name -> hashicorp.consul.multicluster.v2beta1.ComputedExportedServiceConsumer
3 , // [3:3] is the sub-list for method output_type
3 , // [3:3] is the sub-list for method input_type
3 , // [3:3] is the sub-list for extension type_name
@ -336,7 +334,7 @@ func file_pbmulticluster_v2beta1_computed_exported_services_proto_init() {
}
}
file_pbmulticluster_v2beta1_computed_exported_services_proto_msgTypes [ 2 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * ComputedExportedServices Consumer ) ; i {
switch v := v . ( * ComputedExportedServiceConsumer ) ; i {
case 0 :
return & v . state
case 1 :
@ -349,8 +347,8 @@ func file_pbmulticluster_v2beta1_computed_exported_services_proto_init() {
}
}
file_pbmulticluster_v2beta1_computed_exported_services_proto_msgTypes [ 2 ] . OneofWrappers = [ ] interface { } {
( * ComputedExportedServices Consumer_Peer ) ( nil ) ,
( * ComputedExportedServices Consumer_Partition ) ( nil ) ,
( * ComputedExportedServiceConsumer_Peer ) ( nil ) ,
( * ComputedExportedServiceConsumer_Partition ) ( nil ) ,
}
type x struct { }
out := protoimpl . TypeBuilder {