Language

FluxConfigurationData Class

Definition

The Flux Configuration object returned in Get & Put response.

public class FluxConfigurationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.FluxConfigurationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.FluxConfigurationData>
type FluxConfigurationData = class
    inherit ResourceData
    interface IJsonModel<FluxConfigurationData>
    interface IPersistableModel<FluxConfigurationData>
Public Class FluxConfigurationData
Inherits ResourceData
Implements IJsonModel(Of FluxConfigurationData), IPersistableModel(Of FluxConfigurationData)
Inheritance
FluxConfigurationData
Implements

Constructors

Name Description
FluxConfigurationData()

Initializes a new instance of FluxConfigurationData.

Properties

Name Description
AzureBlob

Parameters to reconcile to the AzureBlob source kind type.

Bucket

Parameters to reconcile to the Bucket source kind type.

ComplianceState

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

ConfigurationProtectedSettings

Key-value pairs of protected configuration settings for the configuration.

ErrorMessage

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

GitRepository

Parameters to reconcile to the GitRepository source kind type.

Id

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

(Inherited from ResourceData)
IsSuspended

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

IsWaitForReconciliation

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

Kustomizations

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

Name

The name of the resource.

(Inherited from ResourceData)
Namespace

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

OciRepository

Parameters to reconcile to the OCIRepository source kind type.

ProvisioningState

Status of the creation of the fluxConfiguration.

ReconciliationWaitDuration

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

RepositoryPublicKey

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

ResourceType

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

(Inherited from ResourceData)
Scope

Scope at which the operator will be installed.

SourceKind

Source Kind to pull the configuration data from.

SourceSyncedCommitId

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

SourceUpdatedOn

Datetime the fluxConfiguration synced its source on the cluster.

Statuses

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

StatusUpdatedOn

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

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FluxConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FluxConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FluxConfigurationData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FluxConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FluxConfigurationData>.Write(ModelReaderWriterOptions)

Applies to