Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [container] minor typo fix #9190

Merged
merged 4 commits into from
Mar 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions java-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Java idiomatic client for [Kubernetes Engine][product-docs].

If you are using Maven, add this to your pom.xml file:

<!--- {x-version-update-start:google-cloud-container:released} -->

```xml
<dependency>
Expand All @@ -35,7 +34,6 @@ If you are using SBT, add this to your dependencies:
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.15.0"
```
<!--- {x-version-update-end} -->

## Authentication

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
*
*
* <pre>
* Enables priate IPv6 access to and from Google Services
* Enables private IPv6 access to and from Google Services
* </pre>
*
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>
Expand Down Expand Up @@ -106,7 +106,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
*
*
* <pre>
* Enables priate IPv6 access to and from Google Services
* Enables private IPv6 access to and from Google Services
* </pre>
*
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4332,7 +4332,7 @@ enum PrivateIPv6GoogleAccess {
// Enables private IPv6 access to Google Services from GKE
PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE = 2;

// Enables priate IPv6 access to and from Google Services
// Enables private IPv6 access to and from Google Services
PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
*
*
* <pre>
* Enables priate IPv6 access to and from Google Services
* Enables private IPv6 access to and from Google Services
* </pre>
*
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>
Expand Down Expand Up @@ -106,7 +106,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
*
*
* <pre>
* Enables priate IPv6 access to and from Google Services
* Enables private IPv6 access to and from Google Services
* </pre>
*
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4818,7 +4818,7 @@ enum PrivateIPv6GoogleAccess {
// Enables private IPv6 access to Google Services from GKE
PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE = 2;

// Enables priate IPv6 access to and from Google Services
// Enables private IPv6 access to and from Google Services
PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;
}

Expand Down