Skip to content

Commit

Permalink
annotations: correct go_package (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: John Howard <[email protected]>
  • Loading branch information
howardjohn committed Nov 28, 2023
1 parent 8e57aac commit 0fa0005
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 21 deletions.
7 changes: 4 additions & 3 deletions go/udpa/annotations/migrate.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions go/udpa/annotations/security.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions go/udpa/annotations/sensitive.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions go/udpa/annotations/status.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions go/udpa/annotations/versioning.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion udpa/annotations/migrate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package udpa.annotations;

import "google/protobuf/descriptor.proto";

option go_package = "github.com/cncf/xds/go/annotations";
option go_package = "github.com/cncf/xds/go/udpa/annotations";

// Magic number in this file derived from top 28bit of SHA256 digest of
// "udpa.annotation.migrate".
Expand Down
2 changes: 1 addition & 1 deletion udpa/annotations/security.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "udpa/annotations/status.proto";

import "google/protobuf/descriptor.proto";

option go_package = "github.com/cncf/xds/go/annotations";
option go_package = "github.com/cncf/xds/go/udpa/annotations";

// All annotations in this file are experimental and subject to change. Their
// only consumer today is the Envoy APIs and SecuritAnnotationValidator protoc
Expand Down
2 changes: 1 addition & 1 deletion udpa/annotations/sensitive.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package udpa.annotations;

import "google/protobuf/descriptor.proto";

option go_package = "github.com/cncf/xds/go/annotations";
option go_package = "github.com/cncf/xds/go/udpa/annotations";

extend google.protobuf.FieldOptions {
// Magic number is the 28 most significant bits in the sha256sum of "udpa.annotations.sensitive".
Expand Down
2 changes: 1 addition & 1 deletion udpa/annotations/status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package udpa.annotations;

import "google/protobuf/descriptor.proto";

option go_package = "github.com/cncf/xds/go/annotations";
option go_package = "github.com/cncf/xds/go/udpa/annotations";

// Magic number in this file derived from top 28bit of SHA256 digest of
// "udpa.annotation.status".
Expand Down
2 changes: 1 addition & 1 deletion udpa/annotations/versioning.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package udpa.annotations;

import "google/protobuf/descriptor.proto";

option go_package = "github.com/cncf/xds/go/annotations";
option go_package = "github.com/cncf/xds/go/udpa/annotations";

extend google.protobuf.MessageOptions {
// Magic number derived from 0x78 ('x') 0x44 ('D') 0x53 ('S')
Expand Down

0 comments on commit 0fa0005

Please sign in to comment.