Type Definition k8s_gateway_api::SectionName
source · pub type SectionName = String;
Expand description
SectionName is the name of a section in a Kubernetes resource.
This validation is based off of the corresponding Kubernetes validation: https://github.com/kubernetes/apimachinery/blob/02cfb53916346d085a6c6c7c66f882e3c6b0eca6/pkg/util/validation/validation.go#L208
Valid values include:
- “example.com”
- “foo.example.com”
Invalid values include:
- “example.com/bar” - “/” is an invalid character