Skip to content

Commit

Permalink
refactor: rename proto module for aks-secure-tls-bootstrap (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Meissner <cameissner@microsoft.com>
  • Loading branch information
cameronmeissner and Cameron Meissner authored Jan 18, 2024
1 parent 818b691 commit f3603c2
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 75 deletions.
2 changes: 1 addition & 1 deletion service/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Azure/aks-tls-bootstrap-client/service
module github.com/Azure/aks-secure-tls-bootstrap/service

go 1.21

Expand Down
136 changes: 69 additions & 67 deletions service/protos/bootstrap.pb.go

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

4 changes: 2 additions & 2 deletions service/protos/bootstrap.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

syntax = "proto3";

option go_package = "github.com/Azure/aks-tls-bootstrap-client/service/protos";
option go_package = "github.com/Azure/aks-secure-tls-bootstrap/service/protos";

package azure.aks.tlsbootstrap;
package azure.aks.securetlsbootstrap;

service SecureTLSBootstrapService {
// Step 1 of retrieving a kubelet client credential; generates a nonce to be used by the
Expand Down
8 changes: 4 additions & 4 deletions service/protos/bootstrap_grpc.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 service/protos/mocks/mock_client.go

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

0 comments on commit f3603c2

Please sign in to comment.