Uses of Class
org.cdk8s.plus24.HostPathVolumeType
-
-
Uses of HostPathVolumeType in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return HostPathVolumeType Modifier and Type Method Description default HostPathVolumeTypeHostPathVolumeOptions. getType()The expected type of the path found on the host.HostPathVolumeTypeHostPathVolumeOptions.Jsii$Proxy. getType()static HostPathVolumeTypeHostPathVolumeType. valueOf(String name)Returns the enum constant of this type with the specified name.static HostPathVolumeType[]HostPathVolumeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus24 with parameters of type HostPathVolumeType Modifier and Type Method Description HostPathVolumeOptions.BuilderHostPathVolumeOptions.Builder. type(HostPathVolumeType type)Sets the value ofHostPathVolumeOptions.getType()
-