# Functions
GetResourceSchemasForClient obtains the OpenAPI schemas for all Kubernetes resources supported by client.
PatchForResourceUpdate introspects on the given OpenAPI spec and attempts to generate a strategic merge patch for use in a resource update.
PatchPropertiesChanged scrapes the given patch object to see if any path specified in `paths` has been changed.
Pluck obtains the property identified by the string components in `path`.
PropertiesChanged compares two versions of an object to see if any path specified in `paths` has been changed.
SupportsDryRun returns true if the given GVK supports dry-run applies.
ValidateAgainstSchema validates a document against the given schema.