MCPcopy Create free account
hub / github.com/devfile/api / Attributes

TypeAlias Attributes

pkg/attributes/attributes.go:30–30  ·  view source on GitHub ↗

Attributes provides a way to add a map of arbitrary YAML/JSON objects. +kubebuilder:validation:Type=object +kubebuilder:validation:XPreserveUnknownFields

Source from the content-addressed store, hash-verified

28// +kubebuilder:validation:Type=object
29// +kubebuilder:validation:XPreserveUnknownFields
30type Attributes map[string]apiext.JSON
31
32// MarshalJSON implements custom JSON marshaling
33// to support free-form attributes

Callers 1

TestDecodeAttributeFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected