# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
ERR_FAILED is returned if operation failed for object objs: - operation - object.
No description provided by the author
No description provided by the author
ERR_NAMESPACED is returned if resource is namespaced and requires namespace for identity objs: - element type info, i.e gvk.
No description provided by the author
ERR_NO_STATUS_SUBRESOURCE is returned if resource has no status sub resource objs: - given resource spec.
No description provided by the author
No description provided by the author
ERR_NOT_NAMESPACED is returned if resource is not namespaced objs: - element type info, i.e gvk.
No description provided by the author
No description provided by the author
ERR_RESOURCE_MISMATCH is returned if resource object cannot handle instance of foreign resource objs: - called resource - requested resource.
ERR_TYPE_MISMATCH is returned if wrong type given objs: - given object - required type.
ERR_UNEXPECTED_RESOURCE is an error for an unexpected resource given for a dedicated use case objs: - use case - object.
ERR_UNEXPECTED_TYPE is a general error for an unexpected type objs: - usage scenario - object whose type is unexpected.
ERR_UNKNOWN is a generic error for an unknown element objs: - unknown element.
ERR_UNKNOWN_RESOURCE is an error for an unknown resource specification objs: - spec type - unknown element.
No description provided by the author
# Variables
ErrFailed is returned if operation failed for object.
ErrNamespaced is returned if resource is namespaced and requires namespace for identity.
ErrNoStatusSubResource is returned if resource has no status sub resource.
ErrNotFound is returned if and element of a dedicated kind couldn't be found for a given name/spec.
ErrNotNamespaced is returned if resource is not namespaced.
ErrResourceMismatch is returned if resource object cannot handle instance of foreign resource.
ErrTypeMismatch is returned if wrong type given.
ErrUnexpectedResource is an error for an unexpected resource given for a dedicated use case.
ErrUnexpectedType is returned if invalid type for a dedicated use case.
ErrUnknown is a generic error for an unknown element.
ErrUnknownResource is an error for an unknown resource specification.