Class AllowedFlexVolume
- java.lang.Object
-
- com.pulumi.kubernetes.extensions.v1beta1.outputs.AllowedFlexVolume
-
public final class AllowedFlexVolume extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AllowedFlexVolume.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllowedFlexVolume.Builder
builder()
static AllowedFlexVolume.Builder
builder(AllowedFlexVolume defaults)
java.lang.String
driver()
-
-
-
Method Detail
-
driver
public java.lang.String driver()
- Returns:
- driver is the name of the Flexvolume driver.
-
builder
public static AllowedFlexVolume.Builder builder()
-
builder
public static AllowedFlexVolume.Builder builder(AllowedFlexVolume defaults)
-
-