Documentation
¶
Overview ¶
Package unstructured provides schema-aware conversion of Kubernetes unstructured data to CEL ref.Val values. It is a port of the upstream k8s.io/apiserver/pkg/cel/common.UnstructuredToVal with adjustments for kro.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnstructuredToVal ¶
UnstructuredToVal converts a Kubernetes unstructured data element to a CEL Val. The root schema of custom resource schemas is expected to contain type meta and object meta schemas. If Embedded resources do not contain type meta and object meta schemas, they will be added automatically. nolint:gocyclo // this should stay close to upstream common.UnstructuredToVal
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.