Registry / cloud / apiserver-runtime

apiserver-runtime

JSON →
library1.1.1gogounverified

Libraries for building Kubernetes-style API servers, experimental and work in progress.

cloud
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sigs.k8s.io/apiserver-runtime

Create a default API server instance.

package main import ( "fmt" "sigs.k8s.io/apiserver-runtime" ) func main() { server, _ := apiserverruntime.NewDefaultAPIServer() fmt.Println(server) }
Debug
Known footguns
gotchaThis package is experimental and not recommended for production use.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources