Kubernetes 的 Go 客户端

Kubernetes 的 Go 客户端。(Go client for Kubernetes.)

Github星跟踪图

client-go

Go clients for talking to a kubernetes cluster.

We recommend using the v0.x.y tags for Kubernetes releases >= v1.17.0 and
kubernetes-1.x.y tags for Kubernetes releases < v1.17.0.
See INSTALL.md for detailed installation instructions.
go get k8s.io/client-go@master works, but will fetch master, which may be less stable than a tagged release.

BuildStatus Widget
GoReport Widget
GoDocWidget

Table of Contents

What's included

  • The kubernetes package contains the clientset to access Kubernetes API.
  • The discovery package is used to discover APIs supported by a Kubernetes API server.
  • The dynamic package contains a dynamic client that can perform generic operations on arbitrary Kubernetes API objects.
  • The plugin/pkg/client/auth packages contain optional authentication plugins for obtaining credentials from external sources.
  • The transport package is used to set up auth and start a connection.
  • The tools/cache package is useful for writing controllers.

Versioning

  • For each v1.x.y Kubernetes release, the major version (first digit)
    would remain 0.

  • Bugfixes will result in the patch version (third digit) changing. PRs that are
    cherry-picked into an older Kubernetes release branch will result in an update
    to the corresponding branch in client-go, with a corresponding new tag
    changing the patch version.

Branches and tags.

We will create a new branch and tag for each increment in the minor version
number. We will create only a new tag for each increment in the patch
version number. See semver for definitions of major,
minor, and patch.

The HEAD of the master branch in client-go will track the HEAD of the master
branch in the main Kubernetes repo.

Compatibility: your code <-> client-go

The v0.x.y tags indicate that go APIs may change in incompatible ways in
different versions.

See INSTALL.md for guidelines on requiring a specific
version of client-go.

Compatibility: client-go <-> Kubernetes clusters

Since Kubernetes is backwards compatible with clients, older client-go
versions will work with many different Kubernetes cluster versions.

We will backport bugfixes--but not new features--into older versions of
client-go.

Compatibility matrix

概览

名称与所有者kubernetes/client-go
主编程语言Go
编程语言Go (语言数: 1)
平台Docker, Kubernetes, Linux
许可证Apache License 2.0
发布数1310
最新版本名称v0.30.0 (发布于 2024-04-17 17:27:02)
第一版名称v1.4.0 (发布于 )
创建于2016-08-25 00:19:38
推送于2024-05-07 01:30:44
最后一次提交2024-05-06 16:18:31
星数8.6k
关注者数175
派生数2.9k
提交数4.3k
已启用问题?
问题数1109
打开的问题数39
拉请求数104
打开的拉请求数1
关闭的拉请求数109
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部