Provider Args
data class ProviderArgs(val cluster: Output<String>? = null, val context: Output<String>? = null, val deleteUnreachable: Output<Boolean>? = null, val enableConfigMapMutable: 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.
Constructors
Link copied to clipboard
fun ProviderArgs(cluster: Output<String>? = null, context: Output<String>? = null, deleteUnreachable: Output<Boolean>? = null, enableConfigMapMutable: 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)
Functions
Properties
Link copied to clipboard
BETA FEATURE - If present, render resource manifests to this directory. In this mode, resources will not be created on a Kubernetes cluster, but the rendered manifests will be kept in sync with changes to the Pulumi program. This feature is in developer preview, and is disabled by default. Note that some computed Outputs such as status fields will not be populated since the resources are not created on a Kubernetes cluster. These Output values will remain undefined, and may result in an error if they are referenced by other resources. Also note that any secret values used in these resources will be rendered in plaintext to the resulting YAML.