Registry / serialization / kustomize-kyaml

kustomize-kyaml

JSON →
library0.21.1gogounverified

Provides libraries for reading and writing Kubernetes resource configuration as YAML.

go get sigs.k8s.io/kustomize/kyaml
INSTALL
IMPORT
SIG · KUSTOMIZE-KYAML
K
kustomize-kyaml
serializationgov0.21.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.

kyaml
sigs.k8s.io/kustomize/kyaml

Creates a new YAML node and prints it.

package main import ( "fmt" "sigs.k8s.io/kustomize/kyaml/yaml" ) func main() { node := yaml.NewRNode(nil) node.SetYNode(&yaml.Node{Kind: yaml.MappingNode}) fmt.Println(node.MustString()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
kustomize-kyaml — go get kustomize-kyaml · libregistry