Documentation ¶
Index ¶
- Variables
- func DynamicClientFromContext(ctx context.Context) client.Client
- func NewContextWithDynamicClient(ctx context.Context, client client.Client) context.Context
- func NewContextWithStaticClient(ctx context.Context, client client.Client) context.Context
- func StaticClientFromContext(ctx context.Context) client.Client
- type Client
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFormatError is returned when a secret doesn't meet the specification. ErrFormatError = errors.New("secret incorrectly formatted") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.