Megosztás a következőn keresztül:


KubernetesFluxConfigurationData Class

Definition

A class representing the KubernetesFluxConfiguration data model. The Flux Configuration object returned in Get & Put response.

public class KubernetesFluxConfigurationData : Azure.ResourceManager.Models.ResourceData
type KubernetesFluxConfigurationData = class
    inherit ResourceData
Public Class KubernetesFluxConfigurationData
Inherits ResourceData
Inheritance
KubernetesFluxConfigurationData

Constructors

KubernetesFluxConfigurationData()

Initializes a new instance of KubernetesFluxConfigurationData.

Properties

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)
IsReconciliationSuspended

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

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.

ProvisioningState

Status of the creation of the fluxConfiguration.

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)

Applies to