Uses of Class
org.cdk8s.plus25.HostPathVolumeType
-
Packages that use HostPathVolumeType Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of HostPathVolumeType in org.cdk8s.plus25
Methods in org.cdk8s.plus25 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.plus25 with parameters of type HostPathVolumeType Modifier and Type Method Description HostPathVolumeOptions.BuilderHostPathVolumeOptions.Builder. type(HostPathVolumeType type)Sets the value ofHostPathVolumeOptions.getType()
-