Uses of Interface
org.cdk8s.plus24.k8s.HostPortRangeV1Beta1
-
Packages that use HostPortRangeV1Beta1 Package Description org.cdk8s.plus24.k8s -
-
Uses of HostPortRangeV1Beta1 in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement HostPortRangeV1Beta1 Modifier and Type Class Description static class
HostPortRangeV1Beta1.Jsii$Proxy
An implementation forHostPortRangeV1Beta1
Methods in org.cdk8s.plus24.k8s that return HostPortRangeV1Beta1 Modifier and Type Method Description HostPortRangeV1Beta1
HostPortRangeV1Beta1.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type HostPortRangeV1Beta1 Modifier and Type Method Description default List<HostPortRangeV1Beta1>
PodSecurityPolicySpecV1Beta1. getHostPorts()
hostPorts determines which host port ranges are allowed to be exposed.List<HostPortRangeV1Beta1>
PodSecurityPolicySpecV1Beta1.Jsii$Proxy. getHostPorts()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type HostPortRangeV1Beta1 Modifier and Type Method Description PodSecurityPolicySpecV1Beta1.Builder
PodSecurityPolicySpecV1Beta1.Builder. hostPorts(List<? extends HostPortRangeV1Beta1> hostPorts)
Sets the value ofPodSecurityPolicySpecV1Beta1.getHostPorts()
-