package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Functions

AuditEventFrom returns the audit event struct on the ctx.
NamespaceFrom returns the value of the namespace key on the ctx.
NamespaceValue returns the value of the namespace key on the ctx, or the empty string if none.
NewContext instantiates a base context object for request flows.
NewDefaultContext instantiates a base context object for request flows in the default namespace.
RequestInfoFrom returns the value of the RequestInfo key on the ctx.
UserFrom returns the value of the user key on the ctx.
WithAuditEvent returns set audit event struct.
WithNamespace returns a copy of parent in which the namespace value is set.
WithRequestInfo returns a copy of parent in which the request info value is set.
WithUser returns a copy of parent in which the user value is set.
WithValue returns a copy of parent in which the value associated with key is val.

# Variables

NamespaceSubResourcesForTest exports namespaceSubresources for testing in pkg/master/master_test.go, so we never drift.

# Structs

RequestInfo holds information parsed from the http.Request.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

LongRunningRequestCheck is a predicate which is true for long-running http requests.