Uses of Class
org.cdk8s.plus25.HostAlias.Builder
-
Packages that use HostAlias.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of HostAlias.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return HostAlias.Builder Modifier and Type Method Description static HostAlias.BuilderHostAlias. builder()HostAlias.BuilderHostAlias.Builder. hostnames(List<String> hostnames)Sets the value ofHostAlias.getHostnames()HostAlias.BuilderHostAlias.Builder. ip(String ip)Sets the value ofHostAlias.getIp()Constructors in org.cdk8s.plus25 with parameters of type HostAlias.Builder Constructor Description Jsii$Proxy(HostAlias.Builder builder)Constructor that initializes the object based on literal property values passed by theHostAlias.Builder.
-