Uses of Interface
org.cdk8s.NameOptions
-
-
Uses of NameOptions in org.cdk8s
Classes in org.cdk8s that implement NameOptions Modifier and Type Class Description static class
NameOptions.Jsii$Proxy
An implementation forNameOptions
Methods in org.cdk8s that return NameOptions Modifier and Type Method Description NameOptions
NameOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s with parameters of type NameOptions Modifier and Type Method Description static String
Names. toDnsLabel(software.constructs.Construct scope, NameOptions options)
Generates a unique and stable name compatible DNS_LABEL from RFC-1123 from a path.static String
Names. toLabelValue(software.constructs.Construct scope, NameOptions options)
Generates a unique and stable name compatible label key name segment and label value from a path.
-