hypercomputecluster
moduleThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
README¶
Cluster Director API
Go Client Library for Cluster Director API.
Install
go get cloud.google.com/go/hypercomputeclusterStability
The stability of this module is indicated by SemVer.
However, av1+ module may have breaking changes in two scenarios:
- Packages with
alphaorbetain the import path - The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).
Which package to use?
Generated client library surfaces can be found in packages who's import pathends in.../apivXXX. TheXXX could be something like1 or2 in the caseof a stable service backend or may be like1beta2 or2beta in the case of amore experimental service backend. Because of this fact, a given module can havemultiple clients for different service backends. In these cases it is generallyrecommend to use clients with stable service backends, with import suffixes likeapiv1, unless you need to use features that are only present in a beta backendor there is not yet a stable backend available.
Google Cloud Samples
To browse ready to use code samples checkGoogle Cloud Samples.
Go Version Support
See theGo Versions Supportedsection in the root directory's README.
Authorization
See theAuthorizationsection in the root directory's README.
Contributing
Contributions are welcome. Please, see theCONTRIBUTINGdocument 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. SeeContributor Code of Conductfor more information.
Directories¶
| Path | Synopsis |
|---|---|
Package hypercomputecluster is an auto-generated package for the Cluster Director API. | Package hypercomputecluster is an auto-generated package for the Cluster Director API. |