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