# Functions
NewResources loads server resources using the supplied discovery interface.
NewServerSchema returns a server schema that can supply validators for the given discovery interface.
# Variables
returned when a validation schema is not found.
# Structs
ResourceOpts is optional information for loading resources.
Resources provides resource information for a K8s cluster.
ServerSchema is a representation of the resource schema of a Kubernetes server.
# Interfaces
ResourceDiscovery is the minimal interface required to gather information on server resources.
SchemaDiscovery is the minimal interface needed to discover the server schema.
Validator validates documents of a specific type.