getFluxConfiguration

Gets details of the Flux Configuration. Uses Azure REST API version 2023-05-01. Other available API versions: 2021-11-01-preview, 2022-01-01-preview, 2024-04-01-preview, 2024-11-01.

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