# Constants
NamespaceDefault means the object is in the default namespace which is applied when not specified by clients.
# Structs
APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.
represents a patch operation on a JSON object.
ListMeta describes metadata that synthetic resources must have, including lists and various status objects.
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
OwnerReference contains enough information to let you identify an owning object.
represents a scaling request for a resource.
describes the attributes of a scale subresource.
represents the current status of a scale subresource.
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
Status is a return value for calls that don't return other objects.
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response.
TypeMeta describes an individual object in an API response or request with strings representing the type of the object and its API schema version.
# Type aliases
CauseType is a machine readable value providing more detail about what occurred in a status response.
StatusReason is an enumeration of possible failure causes.