Registry / cloud / kubernetes-apimachinery

kubernetes-apimachinery

JSON →
library0.36.2gogounverified

Kubernetes API machinery provides the core types and utilities for building Kubernetes API extensions and clients.

go get github.com/kubernetes/apimachinery
INSTALL
IMPORT
SIG · KUBERNETES-APIMACH
K
kubernetes-apimachinery
cloudgov0.36.2
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.

apimachinery
k8s.io/apimachinery

Uses the ObjectMeta type from apimachinery.

package main import ( "fmt" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) func main() { obj := metav1.ObjectMeta{Name: "example"} fmt.Println(obj.Name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
kubernetes-apimachinery — go get kubernetes-apimachinery · libregistry