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
- type Options
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 ¶
type Client ¶ added in v0.2.7
type Client struct {
// contains filtered or unexported fields
}
Client wraps up the raw OpenAPI client with things to make it useable e.g. authorization and TLS.
Click to show internal directories.
Click to hide internal directories.