Compartir a través de


KubernetesFluxConfiguration Class

Definition

KubernetesFluxConfiguration.

public class KubernetesFluxConfiguration : Azure.Provisioning.Primitives.ProvisionableResource
type KubernetesFluxConfiguration = class
    inherit ProvisionableResource
Public Class KubernetesFluxConfiguration
Inherits ProvisionableResource
Inheritance

Constructors

KubernetesFluxConfiguration(String, String)

Creates a new KubernetesFluxConfiguration.

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

Gets the Id.

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

Name of the Flux Configuration.

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

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

Gets the SystemData.

Methods

CreateRoleAssignment(KubernetesConfigurationBuiltInRole, BicepValue<RoleManagementPrincipalType>, BicepValue<Guid>, String)

Creates a role assignment for a principal that grants access to this KubernetesFluxConfiguration.

CreateRoleAssignment(KubernetesConfigurationBuiltInRole, UserAssignedIdentity)

Creates a role assignment for a user-assigned identity that grants access to this KubernetesFluxConfiguration.

DefineProvisionableProperties()

Define all the provisionable properties of KubernetesFluxConfiguration.

FromExisting(String, String)

Creates a reference to an existing KubernetesFluxConfiguration.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to