Validate the properties and args without running any expensive operations.
(ctx context.Context)
| 53 | Refs() []*runtimev1.ResourceName |
| 54 | // Validate the properties and args without running any expensive operations. |
| 55 | Validate(ctx context.Context) error |
| 56 | // ResolveInteractive resolves data for interactive use (e.g. API requests or alerts). |
| 57 | ResolveInteractive(ctx context.Context) (ResolverResult, error) |
| 58 | // ResolveExport resolve data for export (e.g. downloads or reports). |
no outgoing calls