Uses of Class
org.cdk8s.plus23.ServiceType
-
-
Uses of ServiceType in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return ServiceType Modifier and Type Method Description default ServiceTypeDeploymentExposeViaServiceOptions. getServiceType()The type of the exposed service.ServiceTypeDeploymentExposeViaServiceOptions.Jsii$Proxy. getServiceType()ServiceTypeExposeDeploymentViaIngressOptions.Jsii$Proxy. getServiceType()ServiceTypeService. getType()Determines how the Service is exposed.default ServiceTypeServiceProps. getType()Determines how the Service is exposed.ServiceTypeServiceProps.Jsii$Proxy. getType()static ServiceTypeServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceType[]ServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus23 with parameters of type ServiceType Modifier and Type Method Description DeploymentExposeViaServiceOptions.BuilderDeploymentExposeViaServiceOptions.Builder. serviceType(ServiceType serviceType)Sets the value ofDeploymentExposeViaServiceOptions.getServiceType()ExposeDeploymentViaIngressOptions.BuilderExposeDeploymentViaIngressOptions.Builder. serviceType(ServiceType serviceType)Sets the value ofDeploymentExposeViaServiceOptions.getServiceType()Service.BuilderService.Builder. type(ServiceType type)Determines how the Service is exposed.ServiceProps.BuilderServiceProps.Builder. type(ServiceType type)Sets the value ofServiceProps.getType()
-