Overview
-
module Kube-
class ErrorBase error for all Kube gems. Catch this to handle any Kube error.
-
class UnknownVersionErrorRaised when a schema version is unknown.
-
class IncorrectVersionFormatRaised when a version string is formatted incorrectly (e.g. "v1.33.6").
-
class ValidationErrorRaised by Resource#valid! when data fails schema validation.
-
class DownloadErrorRaised when a schema download fails.
-
module Schema-
class InstanceRepresents a single Kubernetes version's OpenAPI schema.
-
class ManifestA flat, ordered collection of Kubernetes resources.
-
class Resource -
class SubSpecA lightweight, schema-validated wrapper for non-resource Kubernetes
-
class << selfLook up a sub-spec definition by short name.
-
class << self
-
-
-
describe-
describe-
context -
it-
each_lineThe "name: web" line should NOT have red ANSI
-
raise_error
-
-
incomplete_deployment
-
-
class Hashhttps://github.com/mickey/black-hole-struct/blob/master/lib/black_hole_struct.rb
-
class BlackHoleStructPatch BlackHoleStruct to handle arrays consistently.