Class CSINodeArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.kubernetes.storage.v1.inputs.CSINodeArgs
-
public final class CSINodeArgs extends com.pulumi.resources.ResourceArgs
CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CSINodeArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static CSINodeArgs
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 CSINodeArgs.Builder
builder()
static CSINodeArgs.Builder
builder(CSINodeArgs 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<CSINodeSpecArgs>
spec()
-
-
-
Field Detail
-
Empty
public static final CSINodeArgs 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's metadata. metadata.name must be the Kubernetes node name.
-
spec
public com.pulumi.core.Output<CSINodeSpecArgs> spec()
- Returns:
- spec is the specification of CSINode
-
builder
public static CSINodeArgs.Builder builder()
-
builder
public static CSINodeArgs.Builder builder(CSINodeArgs defaults)
-
-