|
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
syntax = "proto3";
|
|
|
|
package hashicorp.consul.multicluster.v2beta1;
|
|
|
|
message ExportedServicesConsumer {
|
|
oneof consumer_tenancy {
|
|
string peer = 1;
|
|
string partition = 2;
|
|
string sameness_group = 3;
|
|
}
|
|
}
|