Share via


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.

BicepIdentifier

Gets or sets the the Bicep identifier name of the resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores.

(Inherited from NamedProvisionableConstruct)
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.

DependsOn

Declares explicit dependencies on other resources.

(Inherited from ProvisionableResource)
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.

IsExistingResource

Gets whether this is referencing an existing resource or we're defining a new resource.

(Inherited from ProvisionableResource)
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).

ResourceType

Gets the type of the resource.

(Inherited from ProvisionableResource)
ResourceVersion

Gets or sets the version of the resource.

(Inherited from ProvisionableResource)
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

AssignOrReplace<T>(T, T) (Inherited from ProvisionableConstruct)
Build(ProvisioningBuildOptions)

Compose the resource into a provisioning plan that can be saved as Bicep or deployed directly.

(Inherited from ProvisionableResource)
Compile()

Compile the resource into a set of Bicep statements.

(Inherited from ProvisionableResource)
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.

DefineDictionaryProperty<T>(String, String[], Boolean, Boolean) (Inherited from ProvisionableConstruct)
DefineListProperty<T>(String, String[], Boolean, Boolean) (Inherited from ProvisionableConstruct)
DefineModelProperty<T>(String, String[], Boolean, Boolean, Boolean, String) (Inherited from ProvisionableConstruct)
DefineProperty<T>(String, String[], Boolean, Boolean, Boolean, BicepValue<T>, String) (Inherited from ProvisionableConstruct)
DefineProvisionableProperties()

Define all the provisionable properties of KubernetesFluxConfiguration.

DefineResource<T>(String, String[], Boolean, Boolean, T) (Inherited from ProvisionableResource)
FromExisting(String, String)

Creates a reference to an existing KubernetesFluxConfiguration.

GetProvisionableResources()

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

(Inherited from Provisionable)
GetResources()

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

(Inherited from Provisionable)
Initialize()

Initialize this construct.

(Inherited from ProvisionableConstruct)
OverrideWithExpression(BicepExpression) (Inherited from ProvisionableConstruct)
Resolve(ProvisioningBuildOptions)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisionableConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningBuildOptions)

Validate the presence of any required members.

(Inherited from ProvisionableResource)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to