Documentation ¶
Index ¶
- Constants
- func FromNautesConfigContext(ctx context.Context) (nautescfg.Config, bool)
- func FromSecretClientConetxt(ctx context.Context) (runtimesecretclient.SecretClient, bool)
- func NewNautesConfigContext(ctx context.Context, cfg nautescfg.Config) context.Context
- func NewSecretClientContext(ctx context.Context, client runtimesecretclient.SecretClient) context.Context
Constants ¶
View Source
const ( ContextKeyConfig nautesctx.ContextKey = "runtime.deployment.config" ContextKeySecret nautesctx.ContextKey = "runtime.deployment.secretclient" )
Variables ¶
This section is empty.
Functions ¶
func FromNautesConfigContext ¶
func FromSecretClientConetxt ¶
func FromSecretClientConetxt(ctx context.Context) (runtimesecretclient.SecretClient, bool)
func NewNautesConfigContext ¶
func NewSecretClientContext ¶
func NewSecretClientContext(ctx context.Context, client runtimesecretclient.SecretClient) context.Context
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.