# Functions

NewCandidate initializes a validation Candidate.

# Structs

Candidate reprensets a file to be validated.
Context contains an event payload an a configured client.
GenericEvent contains just enough inforamation about webhook to handle authentication.
KubeValidatorConfig maps globs of Kubernetes config to schemas which validate them.
KubeValidatorConfigManifest contains a glob and a list of schema.
KubeValidatorConfigSchema contains options for kubeval.
KubeValidatorConfigSpec contains a list of manifests.
Server contains the logic to process webhooks, kinda like probot.

# Type aliases

Annotations is an array of pointers to CheckRunAnnotations.
Candidates is an array of pointers to Candidates.