https://github.com/kubernetes/node-api
https://github.com/kubernetes/node-api
k8s-sig-node k8s-staging
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kubernetes/node-api
- Owner: kubernetes
- License: apache-2.0
- Created: 2018-11-20T19:54:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T14:13:55.000Z (over 2 years ago)
- Last Synced: 2025-01-29T13:03:22.136Z (9 months ago)
- Topics: k8s-sig-node, k8s-staging
- Language: Go
- Size: 1.94 MB
- Stars: 13
- Watchers: 6
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
# [EOL] Node API
The node-api group was migrated to a built-in API in the
[k8s.io/api](https://github.com/kubernetes/api) repo with the
v1.14 release. **This repo is no longer maintained**, and no longer
synced with core kubernetes as of the v1.18 release.
Please use the `RuntimeClass` types located at
[k8s.io/api](https://github.com/kubernetes/api), and the generated
clients located at [k8s.io/client-go](https://github.com/kubernetes/client-go).
## Original Purpose
This repository contains type definitions and client code for the Kubernetes
APIs in the node.k8s.io API group. These APIs are primarily used by the Kubelet
for managing node operations, such as container runtime support.
Consumers of the node APIs can make use of this repository to access
implementations of the APIs.
## Community, discussion, contribution, and support
Learn how to engage with the Kubernetes community on the [community
page](http://kubernetes.io/community/).
You can reach the maintainers of this repository at:
- Slack: #sig-node (on https://kubernetes.slack.com -- get an
invite at slack.kubernetes.io)
- Mailing List:
https://groups.google.com/forum/#!forum/kubernetes-sig-node
### Code of Conduct
Participation in the Kubernetes community is governed by the [Kubernetes
Code of Conduct](code-of-conduct.md).
### Contibution Guidelines
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.