All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.kubernetes.policy.v1beta1.kotlin.outputs.AllowedCSIDriver.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.kubernetes.policy.v1beta1.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
 * @property name Name is the registered name of the CSI driver
 */
public data class AllowedCSIDriver(
    public val name: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.kubernetes.policy.v1beta1.outputs.AllowedCSIDriver): AllowedCSIDriver = AllowedCSIDriver(
            name = javaType.name(),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy