Uses of Class
org.cdk8s.plus24.k8s.ServicePort.Builder
-
Packages that use ServicePort.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of ServicePort.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return ServicePort.Builder Modifier and Type Method Description ServicePort.Builder
ServicePort.Builder. appProtocol(String appProtocol)
Sets the value ofServicePort.getAppProtocol()
static ServicePort.Builder
ServicePort. builder()
ServicePort.Builder
ServicePort.Builder. name(String name)
Sets the value ofServicePort.getName()
ServicePort.Builder
ServicePort.Builder. nodePort(Number nodePort)
Sets the value ofServicePort.getNodePort()
ServicePort.Builder
ServicePort.Builder. port(Number port)
Sets the value ofServicePort.getPort()
ServicePort.Builder
ServicePort.Builder. protocol(String protocol)
Sets the value ofServicePort.getProtocol()
ServicePort.Builder
ServicePort.Builder. targetPort(IntOrString targetPort)
Sets the value ofServicePort.getTargetPort()
Constructors in org.cdk8s.plus24.k8s with parameters of type ServicePort.Builder Constructor Description Jsii$Proxy(ServicePort.Builder builder)
Constructor that initializes the object based on literal property values passed by theServicePort.Builder
.
-