Versions in this module Expand all Collapse all v0 v0.6.0 Mar 19, 2024 Changes in this version + func NewMetaGeneratePatchesHandler(name string, mutators ...MetaMutator) handlers.Named + type DiscoverVariables interface + DiscoverVariables func(context.Context, *runtimehooksv1.DiscoverVariablesRequest, ...) + type GeneratePatches interface + GeneratePatches func(context.Context, *runtimehooksv1.GeneratePatchesRequest, ...) + type MetaMutator interface + Mutate func(ctx context.Context, obj *unstructured.Unstructured, ...) error + type MutateFunc func(ctx context.Context, obj *unstructured.Unstructured, ...) error + type ValidateTopology interface + ValidateTopology func(context.Context, *runtimehooksv1.ValidateTopologyRequest, ...)