Package-level declarations

Types

Link copied to clipboard
class KubernetesProvider : KotlinProviderResource

The provider type for the kubernetes package.

Link copied to clipboard
Link copied to clipboard
data class ProviderArgs(val cluster: Output<String>? = null, val clusterIdentifier: Output<String>? = null, val context: Output<String>? = null, val deleteUnreachable: Output<Boolean>? = null, val enableConfigMapMutable: Output<Boolean>? = null, val enableSecretMutable: Output<Boolean>? = null, val enableServerSideApply: Output<Boolean>? = null, val helmReleaseSettings: Output<HelmReleaseSettingsArgs>? = null, val kubeClientSettings: Output<KubeClientSettingsArgs>? = null, val kubeconfig: Output<String>? = null, val namespace: Output<String>? = null, val renderYamlToDirectory: Output<String>? = null, val skipUpdateUnreachable: Output<Boolean>? = null, val suppressDeprecationWarnings: Output<Boolean>? = null, val suppressHelmHookWarnings: Output<Boolean>? = null) : ConvertibleToJava<ProviderArgs>

The provider type for the kubernetes package.

Link copied to clipboard

Functions