Socket
Socket
Sign inDemoInstall

sigs.k8s.io/apiserver-runtime

Package Overview
Dependencies
222
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sigs.k8s.io/apiserver-runtime

Package apiserver_runtime contains libraries building Kubernetes style apiservers. Note that this package is experimental and a work in progress. Do not rely on this project for production without first contacting the maintainers at kubebuilder@googlegroups.com.


Version published

Readme

Source

Kubebuilder: apiserver-runtime

Note: This project is Alpha with no commitments from its maintainers to provide any sort of support. If you intend to use this project in production, we recommend you become involved in maintaining it.

Experimental / Work in Progress

This project exists to explore the creation of new libraries for building Kubernetes API extension servers.

This project is experimental and may change drastically or be cancelled with little or no public notice.

If deletion of this repo would negatively impact you, then make sure this is documented:

  • Comment on this issue

And make sure you will get any public notifications about this project.

Documenting your dependence on this project does not guarantee that it will not be cancelled if there was insufficient interest on the part of the maintainers to continue maintaining it.

Goals

apiserver-runtime provides libraries for building on top of the Kubernetes apiserver and apimachinery modules.

If you are simply looking to create new Kubernetes extension resource types backed by etcd storage, then you should use CRDs instead of this library. This library is only for the cases where you want to expose Kubernetes endpoints which are not backed by etcd storage.

apiserver-runtime is developed under the kubebuilder subproject.

See the docs: https://pkg.go.dev/sigs.k8s.io/apiserver-runtime/pkg/builder

See the example: sample/cmd/apiserver/main.go

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

FAQs

Last updated on 27 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc