Package-level declarations
Types
Link copied to clipboard
                  The provider type for the kubernetes package.
Link copied to clipboard
                  Link copied to clipboard
                  Builder for KubernetesProvider.
Link copied to clipboard
                  data class ProviderArgs(val cluster: Output<String>? = null, val context: Output<String>? = null, val deleteUnreachable: Output<Boolean>? = null, val enableConfigMapMutable: Output<Boolean>? = null, val enableDryRun: Output<Boolean>? = null, val enableReplaceCRD: 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 suppressDeprecationWarnings: Output<Boolean>? = null, val suppressHelmHookWarnings: Output<Boolean>? = null) : ConvertibleToJava<ProviderArgs> 
The provider type for the kubernetes package.
Link copied to clipboard
                  class ProviderArgsBuilder
Builder for ProviderArgs.
Functions
Link copied to clipboard
                  suspend fun kubernetesProvider(name: String, block: suspend KubernetesProviderResourceBuilder.() -> Unit): KubernetesProvider