Type Definition k8s_gateway_api::ObjectName

source ·
pub type ObjectName = String;
Expand description

ObjectName refers to the name of a Kubernetes object.

Object names can have a variety of forms, including RFC1123 subdomains, RFC 1123 labels, or RFC 1035 labels.