package
2.7.0
Repository: https://github.com/slok/kubewebhook.git
Documentation: pkg.go.dev

# Functions

NewDynamicObjectCreator returns a object creator that knows how to return objects from raw JSON data without the need of knowing the type.
NewStaticObjectCreator doesn't need to infer the type, it will create a new schema and create a new object with the same type from the received object type.

# Interfaces

K8sObject represents a full Kubernetes object.
ObjectCreator knows how to create objects from Raw JSON or YAML data into specific Kubernetes types that are compatible with runtime.Object and metav1.Object, if not it will fallback to `unstructured.Unstructured`.