Documentation ¶
Index ¶
- func ReconcileObject(ctx context.Context, c client.Client, obj client.Object) error
- func ReconcileObjects(ctx context.Context, c client.Client, objs []client.Object) error
- func ReconcileYaml(ctx context.Context, c client.Client, yaml []byte) error
- func YamlToClientObjects(yamlObjects []byte) ([]client.Object, error)
- func YamlToUnstructured(yamlObjects []byte) ([]unstructured.Unstructured, error)
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReconcileObject ¶
func ReconcileObjects ¶
func YamlToUnstructured ¶
func YamlToUnstructured(yamlObjects []byte) ([]unstructured.Unstructured, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.