public class KubernetesNames extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static char |
DIGIT_PREFIX |
| Constructor and Description |
|---|
KubernetesNames() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertToKubernetesName(String text,
boolean allowDots)
Lets convert the string to btw a valid kubernetes resource name
|
protected static final char DIGIT_PREFIX
Copyright © 2011–2017 Red Hat. All rights reserved.