GetFluxConfigurationResult

data class GetFluxConfigurationResult(val complianceState: String, val configurationProtectedSettings: Map<String, String>? = null, val errorMessage: String, val gitRepository: GitRepositoryDefinitionResponse? = null, val id: String, val kustomizations: Map<String, KustomizationDefinitionResponse>? = null, val lastSourceSyncedAt: String, val lastSourceSyncedCommitId: String, val name: String, val namespace: String? = null, val provisioningState: String, val repositoryPublicKey: String, val scope: String? = null, val sourceKind: String? = null, val statuses: List<ObjectStatusDefinitionResponse>, val suspend: Boolean? = null, val systemData: SystemDataResponse, val type: String)

The Flux Configuration object returned in Get & Put response.

Constructors

Link copied to clipboard
constructor(complianceState: String, configurationProtectedSettings: Map<String, String>? = null, errorMessage: String, gitRepository: GitRepositoryDefinitionResponse? = null, id: String, kustomizations: Map<String, KustomizationDefinitionResponse>? = null, lastSourceSyncedAt: String, lastSourceSyncedCommitId: String, name: String, namespace: String? = null, provisioningState: String, repositoryPublicKey: String, scope: String? = null, sourceKind: String? = null, statuses: List<ObjectStatusDefinitionResponse>, suspend: Boolean? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Key-value pairs of protected configuration settings for the configuration

Link copied to clipboard

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

Link copied to clipboard

Parameters to reconcile to the GitRepository source kind type.

Link copied to clipboard
val id: String

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

Link copied to clipboard

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

Link copied to clipboard

Datetime the fluxConfiguration last synced its source on the cluster.

Link copied to clipboard

Branch and SHA of the last source commit synced with the cluster.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val namespace: String? = null

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

Link copied to clipboard

Status of the creation of the fluxConfiguration.

Link copied to clipboard

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

Link copied to clipboard
val scope: String? = null

Scope at which the operator will be installed.

Link copied to clipboard
val sourceKind: String? = null

Source Kind to pull the configuration data from.

Link copied to clipboard

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

Link copied to clipboard
val suspend: Boolean? = null

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

Link copied to clipboard

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

Link copied to clipboard

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