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

# Functions

Resource takes an unqualified resource and returns a Group qualified GroupResource.

# Constants

The constants should be kept in sync with those defined in k8s.io/kubernetes/pkg/admission/interface.go.
The constants should be kept in sync with those defined in k8s.io/kubernetes/pkg/admission/interface.go.
The constants should be kept in sync with those defined in k8s.io/kubernetes/pkg/admission/interface.go.
Fail means that an error calling the webhook causes the admission to fail.
No description provided by the author
Ignore means that an error calling the webhook is ignored.
The constants should be kept in sync with those defined in k8s.io/kubernetes/pkg/admission/interface.go.
SideEffectClassNone means that calling the webhook will have no side effects.
SideEffectClassNoneOnDryRun means that calling the webhook will possibly have side effects, but if the request being reviewed has the dry-run attribute, the side effects will be suppressed.
SideEffectClassSome means that calling the webhook will possibly have side effects.
SideEffectClassUnknown means that no information is known about the side effects of calling the webhook.
The constants should be kept in sync with those defined in k8s.io/kubernetes/pkg/admission/interface.go.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
SchemeGroupVersion is group version used to register these objects.

# Structs

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.
MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.
Rule is a tuple of APIGroups, APIVersion, and Resources.It is recommended to make sure that all the tuple expansions are valid.
RuleWithOperations is a tuple of Operations and Resources.
ServiceReference holds a reference to Service.legacy.k8s.io.
ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.
ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.
Webhook describes an admission webhook and the resources and operations it applies to.
WebhookClientConfig contains the information to make a TLS connection with the webhook.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author