# Functions
New creates a new Kubernetes with an initialized client.
StaticDiffer returns a differ that reports all resources as either created or deleted.
SubsetDiffer returns a implementation of Differ that computes the diff by comparing only the fields present in the desired state.
# Constants
AnnoationLastApplied is the last-applied-configuration annotation used by kubectl.
# Structs
DiffOpts allow to specify additional parameters for diff operations.
ErrorDiffStrategyUnknown occurs when a diff-strategy is requested that does not exist.
Kubernetes exposes methods to work with the Kubernetes orchestrator.
# Type aliases
ApplyOpts allow set additional parameters for the apply operation.
No description provided by the author
Differ is responsible for comparing the given manifests to the cluster and returning differences (if any) in `diff(1)` format.