get Flux Configuration
suspend fun getFluxConfiguration(argument: GetFluxConfigurationPlainArgs): GetFluxConfigurationResult
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
cluster Name
The name of the kubernetes cluster.
cluster Resource Name
The Kubernetes cluster resource name - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).
cluster Rp
The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).
flux Configuration Name
Name of the Flux Configuration.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getFluxConfiguration(argument: suspend GetFluxConfigurationPlainArgsBuilder.() -> Unit): GetFluxConfigurationResult
Return
The Flux Configuration object returned in Get & Put response.
Parameters
argument
Builder for com.pulumi.azurenative.kubernetesconfiguration.kotlin.inputs.GetFluxConfigurationPlainArgs.