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.
Aliased Typeยง
struct ObjectName { /* private fields */ }