# Functions
returns true if "relevant" parts of obj1 and obj2 have equal: -labels -annotations -namespace+name or if the objects are not metav1.Objects.
returns true if "relevant" parts of obj1 and obj2 have equal: - labels, - annotations, - namespace+name, - non-metadata, non-status fields Note that Status fields are not compared.
returns true if the Status of obj1 and obj2 are equal.
Easily Update the Status of a desired object in the cluster.
Easily Update the Status of a desired object in the cluster.
Upsert a desired object to the cluster.
UpsertImmutable functions similarly to it's Upsert counterpart, but it will copy obj before saving it.
# Type aliases
TransitionFunc performs a comparison of the the existing object with the desired object before a desired object is Upserted to kube storage.