Registry / utility / component-base

component-base

JSON →
library0.35.1gogounverified

Package component-base provides shared code for Kubernetes components, including configuration, logging, and server utilities.

go get k8s.io/component-base
INSTALL
IMPORT
SIG · COMPONENT-BASE
C
component-base
utilitygov0.35.1
harness data pending
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.

componentbase
k8s.io/component-base

Prints the Kubernetes component version using component-base.

package main import ( "fmt" "k8s.io/component-base/version" ) func main() { fmt.Println("Version:", version.Get()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.35.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
component-base — go get component-base · libregistry