(r *runtimev1.Resource)
| 59 | AssignSpec(from, to *runtimev1.Resource) error |
| 60 | AssignState(from, to *runtimev1.Resource) error |
| 61 | ResetState(r *runtimev1.Resource) error |
| 62 | Reconcile(ctx context.Context, n *runtimev1.ResourceName) ReconcileResult |
| 63 | // ResolveTransitiveAccess resolves transitive access rules for the resource of this type. |
| 64 | // For example, for a report resource, this determines all the resources needed to access the report like the underlying metrics view, explore, etc. and adds the corresponding security rules to the list of rules to be applied. |
no outgoing calls
no test coverage detected