Class HostPathVolumeSourcePatch.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.core.v1.outputs.HostPathVolumeSourcePatch.Builder
-
- Enclosing class:
- HostPathVolumeSourcePatch
public static final class HostPathVolumeSourcePatch.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(HostPathVolumeSourcePatch defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostPathVolumeSourcePatch
build()
HostPathVolumeSourcePatch.Builder
path(java.lang.String path)
HostPathVolumeSourcePatch.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(HostPathVolumeSourcePatch defaults)
-
-
Method Detail
-
path
public HostPathVolumeSourcePatch.Builder path(@Nullable java.lang.String path)
-
type
public HostPathVolumeSourcePatch.Builder type(@Nullable java.lang.String type)
-
build
public HostPathVolumeSourcePatch build()
-
-