Class CSIDriverPatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.storage.v1beta1.CSIDriverPatchArgs.Builder
-
- Enclosing class:
- CSIDriverPatchArgs
public static final class CSIDriverPatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(CSIDriverPatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSIDriverPatchArgs.Builder
apiVersion(com.pulumi.core.Output<java.lang.String> apiVersion)
CSIDriverPatchArgs.Builder
apiVersion(java.lang.String apiVersion)
CSIDriverPatchArgs
build()
CSIDriverPatchArgs.Builder
kind(com.pulumi.core.Output<java.lang.String> kind)
CSIDriverPatchArgs.Builder
kind(java.lang.String kind)
CSIDriverPatchArgs.Builder
metadata(com.pulumi.core.Output<ObjectMetaPatchArgs> metadata)
CSIDriverPatchArgs.Builder
metadata(ObjectMetaPatchArgs metadata)
CSIDriverPatchArgs.Builder
spec(com.pulumi.core.Output<CSIDriverSpecPatchArgs> spec)
CSIDriverPatchArgs.Builder
spec(CSIDriverSpecPatchArgs spec)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(CSIDriverPatchArgs defaults)
-
-
Method Detail
-
apiVersion
public CSIDriverPatchArgs.Builder apiVersion(@Nullable com.pulumi.core.Output<java.lang.String> apiVersion)
- Parameters:
apiVersion
- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Returns:
- builder
-
apiVersion
public CSIDriverPatchArgs.Builder apiVersion(java.lang.String apiVersion)
- Parameters:
apiVersion
- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Returns:
- builder
-
kind
public CSIDriverPatchArgs.Builder kind(@Nullable com.pulumi.core.Output<java.lang.String> kind)
- Parameters:
kind
- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
- builder
-
kind
public CSIDriverPatchArgs.Builder kind(java.lang.String kind)
- Parameters:
kind
- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
- builder
-
metadata
public CSIDriverPatchArgs.Builder metadata(@Nullable com.pulumi.core.Output<ObjectMetaPatchArgs> metadata)
- Parameters:
metadata
- Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata- Returns:
- builder
-
metadata
public CSIDriverPatchArgs.Builder metadata(ObjectMetaPatchArgs metadata)
- Parameters:
metadata
- Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata- Returns:
- builder
-
spec
public CSIDriverPatchArgs.Builder spec(@Nullable com.pulumi.core.Output<CSIDriverSpecPatchArgs> spec)
- Parameters:
spec
- Specification of the CSI Driver.- Returns:
- builder
-
spec
public CSIDriverPatchArgs.Builder spec(CSIDriverSpecPatchArgs spec)
- Parameters:
spec
- Specification of the CSI Driver.- Returns:
- builder
-
build
public CSIDriverPatchArgs build()
-
-