# README
Kubernetes Engine API
Go Client Library for Kubernetes Engine API.
Install
go get cloud.google.com/go/container
Stability
The stability of this module is indicated by SemVer.
However, a v1+
module may have breaking changes in two scenarios:
- Packages with
alpha
orbeta
in the import path - The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).
Go Version Support
See the Go Versions Supported section in the root directory's README.
Authorization
See the Authorization section in the root directory's README.
Contributing
Contributions are welcome. Please, see the CONTRIBUTING document for details.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Contributor Code of Conduct for more information.
# Packages
Package container is an auto-generated package for the Kubernetes Engine API.
# Functions
NewClient creates a new Google Container Engine client.
# Constants
StatusDone is a status indicating that the resource or operation is in done state.
StatusError is a status indicating that the resource or operation is in error state.
StatusPending is a status indicating that the resource or operation is in pending state.
StatusProvisioning is a status indicating that the resource or operation is in provisioning state.
StatusRunning is a status indicating that the resource or operation is in running state.
StatusStopping is a status indicating that the resource or operation is in stopping state.
TypeCreate describes that the operation is "create cluster".
TypeDelete describes that the operation is "delete cluster".