type updateAny … var _ … func (c *updateAny) isValid(allowParameterization bool) error { … } func (c *updateAny) collectsMetrics() bool { … } func (c updateAny) patchParams(w *workload) (realOp, error) { … } func (c *updateAny) requiredNamespaces() []string { … } func (c *updateAny) run(tCtx ktesting.TContext) { … } func (c *updateAny) update(tCtx ktesting.TContext, env map[string]any) error { … }