GetFluxConfigurationResult

data class GetFluxConfigurationResult(val azureApiVersion: String, val azureBlob: AzureBlobDefinitionResponse? = null, val bucket: BucketDefinitionResponse? = null, val complianceState: String, val configurationProtectedSettings: Map<String, String>? = null, val errorMessage: String, val gitRepository: GitRepositoryDefinitionResponse? = null, val id: String, val kustomizations: Map<String, KustomizationDefinitionResponse>? = null, val name: String, val namespace: String? = null, val provisioningState: String, val reconciliationWaitDuration: String? = null, val repositoryPublicKey: String, val scope: String? = null, val sourceKind: String? = null, val sourceSyncedCommitId: String, val sourceUpdatedAt: String, val statusUpdatedAt: String, val statuses: List<ObjectStatusDefinitionResponse>, val suspend: Boolean? = null, val systemData: SystemDataResponse, val type: String, val waitForReconciliation: Boolean? = null)

The Flux Configuration object returned in Get & Put response.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, azureBlob: AzureBlobDefinitionResponse? = null, bucket: BucketDefinitionResponse? = null, complianceState: String, configurationProtectedSettings: Map<String, String>? = null, errorMessage: String, gitRepository: GitRepositoryDefinitionResponse? = null, id: String, kustomizations: Map<String, KustomizationDefinitionResponse>? = null, name: String, namespace: String? = null, provisioningState: String, reconciliationWaitDuration: String? = null, repositoryPublicKey: String, scope: String? = null, sourceKind: String? = null, sourceSyncedCommitId: String, sourceUpdatedAt: String, statusUpdatedAt: String, statuses: List<ObjectStatusDefinitionResponse>, suspend: Boolean? = null, systemData: SystemDataResponse, type: String, waitForReconciliation: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Parameters to reconcile to the AzureBlob source kind type.

Link copied to clipboard

Parameters to reconcile to the Bucket source kind type.

Link copied to clipboard

Combined status of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects.

Link copied to clipboard

Key-value pairs of protected configuration settings for the configuration

Link copied to clipboard

Error message returned to the user in the case of provisioning failure.

Link copied to clipboard

Parameters to reconcile to the GitRepository source kind type.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val namespace: String? = null

The namespace to which this configuration is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.

Link copied to clipboard

Status of the creation of the fluxConfiguration.

Link copied to clipboard

Maximum duration to wait for flux configuration reconciliation. E.g PT1H, PT5M, P1D

Link copied to clipboard

Public Key associated with this fluxConfiguration (either generated within the cluster or provided by the user).

Link copied to clipboard
val scope: String? = null

Scope at which the operator will be installed.

Link copied to clipboard
val sourceKind: String? = null

Source Kind to pull the configuration data from.

Link copied to clipboard

Branch and/or SHA of the source commit synced with the cluster.

Link copied to clipboard

Datetime the fluxConfiguration synced its source on the cluster.

Link copied to clipboard

Statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects provisioned by the fluxConfiguration.

Link copied to clipboard

Datetime the fluxConfiguration synced its status on the cluster with Azure.

Link copied to clipboard
val suspend: Boolean? = null

Whether this configuration should suspend its reconciliation of its kustomizations and sources.

Link copied to clipboard

Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Whether flux configuration deployment should wait for cluster to reconcile the kustomizations.