-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource: add partition resource to proto-public to keep ENT and CE i…
…n sync (#19920)
- Loading branch information
Showing
6 changed files
with
259 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
syntax = "proto3"; | ||
|
||
package hashicorp.consul.tenancy.v2beta1; | ||
|
||
import "pbresource/annotations.proto"; | ||
|
||
// The name of the partition (enterprise only) is in the outer Resource.ID.Name. | ||
// It must be unique within a cluster and must be a DNS hostname. | ||
// There are also other reserved names that may not be used. | ||
message Partition { | ||
option (hashicorp.consul.resource.spec) = {scope: SCOPE_CLUSTER}; | ||
|
||
// Optional user provided description. It is not used internally. | ||
string description = 1; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.