Share via


FluxConfiguration Class

Definition

The Flux Configuration object returned in Get & Put response.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FluxConfiguration : Microsoft.Azure.Management.KubernetesConfiguration.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FluxConfiguration = class
    inherit ProxyResource
Public Class FluxConfiguration
Inherits ProxyResource
Inheritance
FluxConfiguration
Attributes

Constructors

FluxConfiguration()

Initializes a new instance of the FluxConfiguration class.

FluxConfiguration(String, String, String, String, String, String, Nullable<Boolean>, GitRepositoryDefinition, BucketDefinition, IDictionary<String,KustomizationDefinition>, IDictionary<String, String>, IList<ObjectStatusDefinition>, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String, SystemData)

Initializes a new instance of the FluxConfiguration class.

Properties

Bucket

Gets or sets parameters to reconcile to the Bucket source kind type.

ComplianceState

Gets combined status of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects. Possible values include: 'Compliant', 'Non-Compliant', 'Pending', 'Suspended', 'Unknown'

ConfigurationProtectedSettings

Gets or sets key-value pairs of protected configuration settings for the configuration

ErrorMessage

Gets error message returned to the user in the case of provisioning failure.

GitRepository

Gets or sets parameters to reconcile to the GitRepository source kind type.

Id

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

(Inherited from Resource)
Kustomizations

Gets or sets array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.

Name

Gets the name of the resource

(Inherited from Resource)
NamespaceProperty

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

ProvisioningState

Gets status of the creation of the fluxConfiguration. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'Creating', 'Updating', 'Deleting'

RepositoryPublicKey

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

Scope

Gets or sets scope at which the operator will be installed. Possible values include: 'cluster', 'namespace'

SourceKind

Gets or sets source Kind to pull the configuration data from. Possible values include: 'GitRepository', 'Bucket'

SourceSyncedCommitId

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

SourceUpdatedAt

Gets datetime the fluxConfiguration synced its source on the cluster.

Statuses

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

StatusUpdatedAt

Gets datetime the fluxConfiguration synced its status on the cluster with Azure.

Suspend

Gets or sets whether this configuration should suspend its reconciliation of its kustomizations and sources.

SystemData

Gets or sets 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

Type

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

(Inherited from Resource)

Applies to