Uses of Class
org.cdk8s.plus22.ServiceType
-
-
Uses of ServiceType in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return ServiceType Modifier and Type Method Description ServiceTypeExposeDeploymentViaIngressOptions.Jsii$Proxy. getServiceType()default ServiceTypeExposeDeploymentViaServiceOptions. getServiceType()The type of the exposed service.ServiceTypeExposeDeploymentViaServiceOptions.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.plus22 with parameters of type ServiceType Modifier and Type Method Description ExposeDeploymentViaIngressOptions.BuilderExposeDeploymentViaIngressOptions.Builder. serviceType(ServiceType serviceType)Sets the value ofExposeDeploymentViaServiceOptions.getServiceType()ExposeDeploymentViaServiceOptions.BuilderExposeDeploymentViaServiceOptions.Builder. serviceType(ServiceType serviceType)Sets the value ofExposeDeploymentViaServiceOptions.getServiceType()Service.BuilderService.Builder. type(ServiceType type)Determines how the Service is exposed.ServiceProps.BuilderServiceProps.Builder. type(ServiceType type)Sets the value ofServiceProps.getType()
-