Documentation
¶
Index ¶
- func ConfigValueFromContext(ctx context.Context) (string, error)
- func ConfigValueIntoContext(ctx context.Context, value string) context.Context
- func EmptyFromContext(ctx context.Context) error
- func EmptyIntoContext(ctx context.Context) context.Context
- func ErrFromContext(ctx context.Context) (have, err error)
- func ErrIntoContext(ctx context.Context, err error) context.Context
- func NextFromContext(ctx context.Context) (string, error)
- func NextIntoContext(ctx context.Context, n string) context.Context
- func ResourceFromContext(ctx context.Context) (*examplev1.Resource, error)
- func ResourceIntoContext(ctx context.Context, r *examplev1.Resource) context.Context
- func ResourcesFromContext(ctx context.Context) ([]*examplev1.Resource, error)
- func ResourcesIntoContext(ctx context.Context, r []*examplev1.Resource) context.Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigValueFromContext ¶ added in v0.3.26
...
func ConfigValueIntoContext ¶ added in v0.3.26
...
func EmptyIntoContext ¶ added in v0.0.114
...
func ErrIntoContext ¶ added in v0.0.114
...
func NextFromContext ¶ added in v0.3.71
...
func NextIntoContext ¶ added in v0.3.71
...
func ResourceFromContext ¶
...
func ResourceIntoContext ¶ added in v0.0.114
...
func ResourcesFromContext ¶ added in v0.3.71
...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.