package
0.0.0-20220512062022-4d57693db111
Repository: https://github.com/simplekube/kit.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
DescribeObj returns a string format of the provided object that may be used for logging purposes.
EnsureKubernetesObject returns error if the provided unstructured instance is not a Kubernetes schema.
EnsureKustomizeObject returns error if the provided unstructured instance is not a Kustomize schema.
No description provided by the author
IsExtensionYML returns true if provided file has yaml extension.
IsKubernetesObject returns true if the provided unstructured instance resembles a Kubernetes schema.
IsKustomizeObject returns true if the provided unstructured instance resembles a Kustomize schema.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjKey returns a string that can be used as a key to store objects of type client.Object.
ReadKubernetesObjects decodes the YAML or JSON documents from the provided reader into unstructured Kubernetes API objects.
ScanForYMLsFromDir scans for files present in the provided directory & its sub-directories if any.
No description provided by the author
ToTyped transforms the provided unstructured instance to dest instance.
ToUnstructured transforms the provided object instance to unstructured.

# Type aliases

No description provided by the author
No description provided by the author