ProviderArgs

constructor(cluster: Output<String>? = null, clusterIdentifier: Output<String>? = null, context: Output<String>? = null, deleteUnreachable: Output<Boolean>? = null, enableConfigMapMutable: Output<Boolean>? = null, enableSecretMutable: Output<Boolean>? = null, enableServerSideApply: Output<Boolean>? = null, helmReleaseSettings: Output<HelmReleaseSettingsArgs>? = null, kubeClientSettings: Output<KubeClientSettingsArgs>? = null, kubeconfig: Output<String>? = null, namespace: Output<String>? = null, renderYamlToDirectory: Output<String>? = null, skipUpdateUnreachable: Output<Boolean>? = null, suppressDeprecationWarnings: Output<Boolean>? = null, suppressHelmHookWarnings: Output<Boolean>? = null)