@@ -8,9 +8,6 @@ Java idiomatic client for [Kubernetes Engine][product-docs].
8
8
- [ Product Documentation] [ product-docs ]
9
9
- [ Client Library Documentation] [ javadocs ]
10
10
11
- > Note: This client is a work-in-progress, and may occasionally
12
- > make backwards-incompatible changes.
13
-
14
11
## Quickstart
15
12
16
13
If you are using Maven with [ BOM] [ libraries-bom ] , add this to your pom.xml file
@@ -105,9 +102,6 @@ Java 7 or above is required for using this client.
105
102
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
106
103
107
104
108
- It is currently in major version zero (`` 0.y.z `` ), which means that anything may change at any time
109
- and the public API should not be considered stable.
110
-
111
105
112
106
## Contributing
113
107
@@ -146,7 +140,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
146
140
[ kokoro-badge-link-4 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-container/java8-win.html
147
141
[ kokoro-badge-image-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-container/java11.svg
148
142
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-container/java11.html
149
- [ stability-image ] : https://img.shields.io/badge/stability-beta-yellow
143
+ [ stability-image ] : https://img.shields.io/badge/stability-ga-green
150
144
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-container.svg
151
145
[ maven-version-link ] : https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-container&core=gav
152
146
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
0 commit comments