Package-level declarations

Types

Link copied to clipboard
class VolumeAttachment : KotlinCustomResource

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

Link copied to clipboard
data class VolumeAttachmentArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<VolumeAttachmentSpecArgs>? = null) : ConvertibleToJava<VolumeAttachmentArgs>

VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

Link copied to clipboard
class VolumeAttachmentList : KotlinCustomResource

VolumeAttachmentList is a collection of VolumeAttachment objects.

Link copied to clipboard
data class VolumeAttachmentListArgs(val apiVersion: Output<String>? = null, val items: Output<List<VolumeAttachmentArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<VolumeAttachmentListArgs>

VolumeAttachmentList is a collection of VolumeAttachment objects.

Link copied to clipboard
Link copied to clipboard
object VolumeAttachmentMapper : ResourceMapper<VolumeAttachment>
Link copied to clipboard
class VolumeAttachmentPatch : KotlinCustomResource

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

Link copied to clipboard
data class VolumeAttachmentPatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<VolumeAttachmentSpecPatchArgs>? = null) : ConvertibleToJava<VolumeAttachmentPatchArgs>

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

Link copied to clipboard
Link copied to clipboard
class VolumeAttributesClass : KotlinCustomResource

VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.

Link copied to clipboard
data class VolumeAttributesClassArgs(val apiVersion: Output<String>? = null, val driverName: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val parameters: Output<Map<String, String>>? = null) : ConvertibleToJava<VolumeAttributesClassArgs>

VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.

Link copied to clipboard
class VolumeAttributesClassList : KotlinCustomResource

VolumeAttributesClassList is a collection of VolumeAttributesClass objects.

Link copied to clipboard
data class VolumeAttributesClassListArgs(val apiVersion: Output<String>? = null, val items: Output<List<VolumeAttributesClassArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<VolumeAttributesClassListArgs>

VolumeAttributesClassList is a collection of VolumeAttributesClass objects.

Link copied to clipboard
Link copied to clipboard
class VolumeAttributesClassPatch : KotlinCustomResource

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.

Link copied to clipboard
data class VolumeAttributesClassPatchArgs(val apiVersion: Output<String>? = null, val driverName: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val parameters: Output<Map<String, String>>? = null) : ConvertibleToJava<VolumeAttributesClassPatchArgs>

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.

Functions