package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Functions
FromAPIVersionAndKind returns a GVK representing the provided fields for types that do not use TypeMeta.
No description provided by the author
ParseGroupResource turns "resource.group" string into a GroupResource struct.
ParseGroupVersion turns "group/version" string into a GroupVersion struct.
ParseKindArg takes the common style of string which may be either `Kind.group.com` or `Kind.version.group.com` and parses it out into both possibilities.
ParseResourceArg takes the common style of string which may be either `resource.group.com` or `resource.version.group.com` and parses it out into both possibilities.
# Variables
EmptyObjectKind implements the ObjectKind interface as a noop.
# Structs
GroupKind specifies a Group and a Kind, but does not force a version.
GroupResource specifies a Group and a Resource, but does not force a version.
GroupVersion contains the "group" and the "version", which uniquely identifies the API.
GroupVersionKind unambiguously identifies a kind.
GroupVersionResource unambiguously identifies a resource.
# Interfaces
All objects that are serialized from a Scheme encode their type information.
# Type aliases
GroupVersions can be used to represent a set of desired group versions.