Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToDNS1123 ¶
ToDNS1123 returns the name that should be used to refer to the given identifier. This is necessary because Docker Compose allows service names that don't comply with Kubernetes's naming requirements. For example, Compose allows services to have underscores in their names. DNS-1123 is defined as:
- Lowercase alphanumeric.
- The `-` character can also be used in any interior character of the string.
- Max of 63 characters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.