getFluxConfiguration

Gets details of the Flux Configuration. API Version: 2021-11-01-preview.

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 - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).

clusterRp

The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).

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