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

# Functions

No description provided by the author
NewAdmissionOptions creates a new instance of AdmissionOptions Note: In addition it calls RegisterAllAdmissionPlugins to register all generic admission plugins.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseWatchCacheSizes turns a list of cache size values into a map of group resources to requested sizes.
WriteWatchCacheSizes turns a map of cache size values into a list of string specifications.

# Constants

ModeBatch indicates that the audit backend should buffer audit events internally, sending batch updates either once a certain number of events have been received or a certain amount of time has passed.
ModeBlocking causes the audit backend to block on every attempt to process a set of events.

# Variables

AllowedModes is the modes known for audit backends.

# Structs

AdmissionOptions holds the admission options.
APIEnablementOptions contains the options for which resources to turn on and off.
No description provided by the author
AuditLogOptions determines the output of the structured audit log by default.
No description provided by the author
No description provided by the author
AuditWebhookOptions control the webhook configuration for audit events.
No description provided by the author
No description provided by the author
CoreAPIOptions contains options to configure the connection to a core API Kubernetes apiserver.
DelegatingAuthenticationOptions provides an easy way for composing API servers to delegate their authentication to the root kube API server.
DelegatingAuthorizationOptions provides an easy way for composing API servers to delegate their authorization to the root kube API server.
DeprecatedInsecureServingOptions are for creating an unauthenticated, unauthorized, insecure port.
DeprecatedInsecureServingOptionsWithLoopback adds loopback functionality to the DeprecatedInsecureServingOptions.
No description provided by the author
No description provided by the author
No description provided by the author
RecommendedOptions contains the recommended options for running an API server.
No description provided by the author
No description provided by the author
No description provided by the author
ServerRunOptions contains the options while running a generic api server.
No description provided by the author

# Interfaces

GroupRegisty provides a method to check whether given group is registered.