getFluxConfiguration

Gets details of the Flux Configuration. Uses Azure REST API version 2023-05-01. Other available API versions: 2022-07-01, 2022-11-01, 2024-04-01-preview, 2024-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native kubernetesconfiguration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The Flux Configuration object returned in Get & Put response.

Parameters

argument

null


suspend fun getFluxConfiguration(clusterName: String, clusterResourceName: String, clusterRp: String, fluxConfigurationName: String, resourceGroupName: String): GetFluxConfigurationResult

Return

The Flux Configuration object returned in Get & Put response.

Parameters

clusterName

The name of the kubernetes cluster.

clusterResourceName

The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.

clusterRp

The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.

fluxConfigurationName

Name of the Flux Configuration.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

The Flux Configuration object returned in Get & Put response.

Parameters

argument

Builder for com.pulumi.azurenative.kubernetesconfiguration.kotlin.inputs.GetFluxConfigurationPlainArgs.

See also