com.pulumi.kubernetes.storage.v1.inputs.CSINodeSpecPatchArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kubernetes Show documentation
Show all versions of kubernetes Show documentation
A Pulumi package for creating and managing Kubernetes resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.kubernetes.storage.v1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.kubernetes.storage.v1.inputs.CSINodeDriverPatchArgs;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* CSINodeSpec holds information about the specification of all CSI drivers installed on a node
*
*/
public final class CSINodeSpecPatchArgs extends com.pulumi.resources.ResourceArgs {
public static final CSINodeSpecPatchArgs Empty = new CSINodeSpecPatchArgs();
/**
* drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.
*
*/
@Import(name="drivers")
private @Nullable Output> drivers;
/**
* @return drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy