Class VolumeAttachmentArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.kubernetes.storage.v1alpha1.inputs.VolumeAttachmentArgs
-
public final class VolumeAttachmentArgs extends com.pulumi.resources.ResourceArgs
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VolumeAttachmentArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static VolumeAttachmentArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
apiVersion()
static VolumeAttachmentArgs.Builder
builder()
static VolumeAttachmentArgs.Builder
builder(VolumeAttachmentArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kind()
java.util.Optional<com.pulumi.core.Output<ObjectMetaArgs>>
metadata()
com.pulumi.core.Output<VolumeAttachmentSpecArgs>
spec()
java.util.Optional<com.pulumi.core.Output<VolumeAttachmentStatusArgs>>
status()
-
-
-
Field Detail
-
Empty
public static final VolumeAttachmentArgs Empty
-
-
Method Detail
-
apiVersion
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> apiVersion()
- Returns:
- 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
-
kind
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kind()
- Returns:
- 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
-
metadata
public java.util.Optional<com.pulumi.core.Output<ObjectMetaArgs>> metadata()
- Returns:
- Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
spec
public com.pulumi.core.Output<VolumeAttachmentSpecArgs> spec()
- Returns:
- Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
-
status
public java.util.Optional<com.pulumi.core.Output<VolumeAttachmentStatusArgs>> status()
- Returns:
- Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
-
builder
public static VolumeAttachmentArgs.Builder builder()
-
builder
public static VolumeAttachmentArgs.Builder builder(VolumeAttachmentArgs defaults)
-
-