WithVerifiedSource verifies if the caller providing this context is a component from the cluster, and returns a new context with that information.
(context.Context)
| 72 | // WithVerifiedSource verifies if the caller providing this context is a component from the cluster, and returns a |
| 73 | // new context with that information. |
| 74 | WithVerifiedSource(context.Context) context.Context |
| 75 | } |
| 76 | |
| 77 | // Option to apply at cluster initialization. |
no outgoing calls