This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.kubernetesconfiguration.getFluxConfiguration
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets details of the Flux Configuration. Azure REST API version: 2023-05-01.
Other available API versions: 2021-11-01-preview, 2022-01-01-preview, 2024-04-01-preview.
Using getFluxConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFluxConfiguration(args: GetFluxConfigurationArgs, opts?: InvokeOptions): Promise<GetFluxConfigurationResult>
function getFluxConfigurationOutput(args: GetFluxConfigurationOutputArgs, opts?: InvokeOptions): Output<GetFluxConfigurationResult>def get_flux_configuration(cluster_name: Optional[str] = None,
                           cluster_resource_name: Optional[str] = None,
                           cluster_rp: Optional[str] = None,
                           flux_configuration_name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetFluxConfigurationResult
def get_flux_configuration_output(cluster_name: Optional[pulumi.Input[str]] = None,
                           cluster_resource_name: Optional[pulumi.Input[str]] = None,
                           cluster_rp: Optional[pulumi.Input[str]] = None,
                           flux_configuration_name: Optional[pulumi.Input[str]] = None,
                           resource_group_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetFluxConfigurationResult]func LookupFluxConfiguration(ctx *Context, args *LookupFluxConfigurationArgs, opts ...InvokeOption) (*LookupFluxConfigurationResult, error)
func LookupFluxConfigurationOutput(ctx *Context, args *LookupFluxConfigurationOutputArgs, opts ...InvokeOption) LookupFluxConfigurationResultOutput> Note: This function is named LookupFluxConfiguration in the Go SDK.
public static class GetFluxConfiguration 
{
    public static Task<GetFluxConfigurationResult> InvokeAsync(GetFluxConfigurationArgs args, InvokeOptions? opts = null)
    public static Output<GetFluxConfigurationResult> Invoke(GetFluxConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFluxConfigurationResult> getFluxConfiguration(GetFluxConfigurationArgs args, InvokeOptions options)
public static Output<GetFluxConfigurationResult> getFluxConfiguration(GetFluxConfigurationArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:kubernetesconfiguration:getFluxConfiguration
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterName string
- The name of the kubernetes cluster.
- ClusterResource stringName 
- The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- ClusterRp string
- The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- FluxConfiguration stringName 
- Name of the Flux Configuration.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ClusterName string
- The name of the kubernetes cluster.
- ClusterResource stringName 
- The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- ClusterRp string
- The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- FluxConfiguration stringName 
- Name of the Flux Configuration.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- clusterName String
- The name of the kubernetes cluster.
- clusterResource StringName 
- The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- clusterRp String
- The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- fluxConfiguration StringName 
- Name of the Flux Configuration.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- clusterName string
- The name of the kubernetes cluster.
- clusterResource stringName 
- The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- clusterRp string
- The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- fluxConfiguration stringName 
- Name of the Flux Configuration.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- cluster_name str
- The name of the kubernetes cluster.
- cluster_resource_ strname 
- The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- cluster_rp str
- The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- flux_configuration_ strname 
- Name of the Flux Configuration.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- clusterName String
- The name of the kubernetes cluster.
- clusterResource StringName 
- The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- clusterRp String
- The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- fluxConfiguration StringName 
- Name of the Flux Configuration.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getFluxConfiguration Result
The following output properties are available:
- ComplianceState string
- Combined status of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects.
- ErrorMessage string
- Error message returned to the user in the case of provisioning failure.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- ProvisioningState string
- Status of the creation of the fluxConfiguration.
- RepositoryPublic stringKey 
- Public Key associated with this fluxConfiguration (either generated within the cluster or provided by the user).
- SourceSynced stringCommit Id 
- Branch and/or SHA of the source commit synced with the cluster.
- SourceUpdated stringAt 
- Datetime the fluxConfiguration synced its source on the cluster.
- StatusUpdated stringAt 
- Datetime the fluxConfiguration synced its status on the cluster with Azure.
- Statuses
List<Pulumi.Azure Native. Kubernetes Configuration. Outputs. Object Status Definition Response> 
- Statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects provisioned by the fluxConfiguration.
- SystemData Pulumi.Azure Native. Kubernetes Configuration. Outputs. System Data Response 
- 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 string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- AzureBlob Pulumi.Azure Native. Kubernetes Configuration. Outputs. Azure Blob Definition Response 
- Parameters to reconcile to the AzureBlob source kind type.
- Bucket
Pulumi.Azure Native. Kubernetes Configuration. Outputs. Bucket Definition Response 
- Parameters to reconcile to the Bucket source kind type.
- ConfigurationProtected Dictionary<string, string>Settings 
- Key-value pairs of protected configuration settings for the configuration
- GitRepository Pulumi.Azure Native. Kubernetes Configuration. Outputs. Git Repository Definition Response 
- Parameters to reconcile to the GitRepository source kind type.
- Kustomizations
Dictionary<string, Pulumi.Azure Native. Kubernetes Configuration. Outputs. Kustomization Definition Response> 
- Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.
- Namespace string
- The namespace to which this configuration is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.
- ReconciliationWait stringDuration 
- Maximum duration to wait for flux configuration reconciliation. E.g PT1H, PT5M, P1D
- Scope string
- Scope at which the operator will be installed.
- SourceKind string
- Source Kind to pull the configuration data from.
- Suspend bool
- Whether this configuration should suspend its reconciliation of its kustomizations and sources.
- WaitFor boolReconciliation 
- Whether flux configuration deployment should wait for cluster to reconcile the kustomizations.
- ComplianceState string
- Combined status of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects.
- ErrorMessage string
- Error message returned to the user in the case of provisioning failure.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- ProvisioningState string
- Status of the creation of the fluxConfiguration.
- RepositoryPublic stringKey 
- Public Key associated with this fluxConfiguration (either generated within the cluster or provided by the user).
- SourceSynced stringCommit Id 
- Branch and/or SHA of the source commit synced with the cluster.
- SourceUpdated stringAt 
- Datetime the fluxConfiguration synced its source on the cluster.
- StatusUpdated stringAt 
- Datetime the fluxConfiguration synced its status on the cluster with Azure.
- Statuses
[]ObjectStatus Definition Response 
- Statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects provisioned by the fluxConfiguration.
- SystemData SystemData Response 
- 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 string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- AzureBlob AzureBlob Definition Response 
- Parameters to reconcile to the AzureBlob source kind type.
- Bucket
BucketDefinition Response 
- Parameters to reconcile to the Bucket source kind type.
- ConfigurationProtected map[string]stringSettings 
- Key-value pairs of protected configuration settings for the configuration
- GitRepository GitRepository Definition Response 
- Parameters to reconcile to the GitRepository source kind type.
- Kustomizations
map[string]KustomizationDefinition Response 
- Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.
- Namespace string
- The namespace to which this configuration is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.
- ReconciliationWait stringDuration 
- Maximum duration to wait for flux configuration reconciliation. E.g PT1H, PT5M, P1D
- Scope string
- Scope at which the operator will be installed.
- SourceKind string
- Source Kind to pull the configuration data from.
- Suspend bool
- Whether this configuration should suspend its reconciliation of its kustomizations and sources.
- WaitFor boolReconciliation 
- Whether flux configuration deployment should wait for cluster to reconcile the kustomizations.
- complianceState String
- Combined status of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects.
- errorMessage String
- Error message returned to the user in the case of provisioning failure.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- provisioningState String
- Status of the creation of the fluxConfiguration.
- repositoryPublic StringKey 
- Public Key associated with this fluxConfiguration (either generated within the cluster or provided by the user).
- sourceSynced StringCommit Id 
- Branch and/or SHA of the source commit synced with the cluster.
- sourceUpdated StringAt 
- Datetime the fluxConfiguration synced its source on the cluster.
- statusUpdated StringAt 
- Datetime the fluxConfiguration synced its status on the cluster with Azure.
- statuses
List<ObjectStatus Definition Response> 
- Statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects provisioned by the fluxConfiguration.
- systemData SystemData Response 
- 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 String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azureBlob AzureBlob Definition Response 
- Parameters to reconcile to the AzureBlob source kind type.
- bucket
BucketDefinition Response 
- Parameters to reconcile to the Bucket source kind type.
- configurationProtected Map<String,String>Settings 
- Key-value pairs of protected configuration settings for the configuration
- gitRepository GitRepository Definition Response 
- Parameters to reconcile to the GitRepository source kind type.
- kustomizations
Map<String,KustomizationDefinition Response> 
- Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.
- namespace String
- The namespace to which this configuration is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.
- reconciliationWait StringDuration 
- Maximum duration to wait for flux configuration reconciliation. E.g PT1H, PT5M, P1D
- scope String
- Scope at which the operator will be installed.
- sourceKind String
- Source Kind to pull the configuration data from.
- suspend Boolean
- Whether this configuration should suspend its reconciliation of its kustomizations and sources.
- waitFor BooleanReconciliation 
- Whether flux configuration deployment should wait for cluster to reconcile the kustomizations.
- complianceState string
- Combined status of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects.
- errorMessage string
- Error message returned to the user in the case of provisioning failure.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- provisioningState string
- Status of the creation of the fluxConfiguration.
- repositoryPublic stringKey 
- Public Key associated with this fluxConfiguration (either generated within the cluster or provided by the user).
- sourceSynced stringCommit Id 
- Branch and/or SHA of the source commit synced with the cluster.
- sourceUpdated stringAt 
- Datetime the fluxConfiguration synced its source on the cluster.
- statusUpdated stringAt 
- Datetime the fluxConfiguration synced its status on the cluster with Azure.
- statuses
ObjectStatus Definition Response[] 
- Statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects provisioned by the fluxConfiguration.
- systemData SystemData Response 
- 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 string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azureBlob AzureBlob Definition Response 
- Parameters to reconcile to the AzureBlob source kind type.
- bucket
BucketDefinition Response 
- Parameters to reconcile to the Bucket source kind type.
- configurationProtected {[key: string]: string}Settings 
- Key-value pairs of protected configuration settings for the configuration
- gitRepository GitRepository Definition Response 
- Parameters to reconcile to the GitRepository source kind type.
- kustomizations
{[key: string]: KustomizationDefinition Response} 
- Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.
- namespace string
- The namespace to which this configuration is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.
- reconciliationWait stringDuration 
- Maximum duration to wait for flux configuration reconciliation. E.g PT1H, PT5M, P1D
- scope string
- Scope at which the operator will be installed.
- sourceKind string
- Source Kind to pull the configuration data from.
- suspend boolean
- Whether this configuration should suspend its reconciliation of its kustomizations and sources.
- waitFor booleanReconciliation 
- Whether flux configuration deployment should wait for cluster to reconcile the kustomizations.
- compliance_state str
- Combined status of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects.
- error_message str
- Error message returned to the user in the case of provisioning failure.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- provisioning_state str
- Status of the creation of the fluxConfiguration.
- repository_public_ strkey 
- Public Key associated with this fluxConfiguration (either generated within the cluster or provided by the user).
- source_synced_ strcommit_ id 
- Branch and/or SHA of the source commit synced with the cluster.
- source_updated_ strat 
- Datetime the fluxConfiguration synced its source on the cluster.
- status_updated_ strat 
- Datetime the fluxConfiguration synced its status on the cluster with Azure.
- statuses
Sequence[ObjectStatus Definition Response] 
- Statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects provisioned by the fluxConfiguration.
- system_data SystemData Response 
- 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 str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure_blob AzureBlob Definition Response 
- Parameters to reconcile to the AzureBlob source kind type.
- bucket
BucketDefinition Response 
- Parameters to reconcile to the Bucket source kind type.
- configuration_protected_ Mapping[str, str]settings 
- Key-value pairs of protected configuration settings for the configuration
- git_repository GitRepository Definition Response 
- Parameters to reconcile to the GitRepository source kind type.
- kustomizations
Mapping[str, KustomizationDefinition Response] 
- Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.
- namespace str
- The namespace to which this configuration is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.
- reconciliation_wait_ strduration 
- Maximum duration to wait for flux configuration reconciliation. E.g PT1H, PT5M, P1D
- scope str
- Scope at which the operator will be installed.
- source_kind str
- Source Kind to pull the configuration data from.
- suspend bool
- Whether this configuration should suspend its reconciliation of its kustomizations and sources.
- wait_for_ boolreconciliation 
- Whether flux configuration deployment should wait for cluster to reconcile the kustomizations.
- complianceState String
- Combined status of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects.
- errorMessage String
- Error message returned to the user in the case of provisioning failure.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- provisioningState String
- Status of the creation of the fluxConfiguration.
- repositoryPublic StringKey 
- Public Key associated with this fluxConfiguration (either generated within the cluster or provided by the user).
- sourceSynced StringCommit Id 
- Branch and/or SHA of the source commit synced with the cluster.
- sourceUpdated StringAt 
- Datetime the fluxConfiguration synced its source on the cluster.
- statusUpdated StringAt 
- Datetime the fluxConfiguration synced its status on the cluster with Azure.
- statuses List<Property Map>
- Statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects provisioned by the fluxConfiguration.
- systemData Property Map
- 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 String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azureBlob Property Map
- Parameters to reconcile to the AzureBlob source kind type.
- bucket Property Map
- Parameters to reconcile to the Bucket source kind type.
- configurationProtected Map<String>Settings 
- Key-value pairs of protected configuration settings for the configuration
- gitRepository Property Map
- Parameters to reconcile to the GitRepository source kind type.
- kustomizations Map<Property Map>
- Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.
- namespace String
- The namespace to which this configuration is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.
- reconciliationWait StringDuration 
- Maximum duration to wait for flux configuration reconciliation. E.g PT1H, PT5M, P1D
- scope String
- Scope at which the operator will be installed.
- sourceKind String
- Source Kind to pull the configuration data from.
- suspend Boolean
- Whether this configuration should suspend its reconciliation of its kustomizations and sources.
- waitFor BooleanReconciliation 
- Whether flux configuration deployment should wait for cluster to reconcile the kustomizations.
Supporting Types
AzureBlobDefinitionResponse   
- AccountKey string
- The account key (shared key) to access the storage account
- ContainerName string
- The Azure Blob container name to sync from the url endpoint for the flux configuration.
- LocalAuth stringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- ManagedIdentity Pulumi.Azure Native. Kubernetes Configuration. Inputs. Managed Identity Definition Response 
- Parameters to authenticate using a Managed Identity.
- SasToken string
- The Shared Access token to access the storage container
- ServicePrincipal Pulumi.Azure Native. Kubernetes Configuration. Inputs. Service Principal Definition Response 
- Parameters to authenticate using Service Principal.
- SyncInterval doubleIn Seconds 
- The interval at which to re-reconcile the cluster Azure Blob source with the remote.
- TimeoutIn doubleSeconds 
- The maximum time to attempt to reconcile the cluster Azure Blob source with the remote.
- Url string
- The URL to sync for the flux configuration Azure Blob storage account.
- AccountKey string
- The account key (shared key) to access the storage account
- ContainerName string
- The Azure Blob container name to sync from the url endpoint for the flux configuration.
- LocalAuth stringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- ManagedIdentity ManagedIdentity Definition Response 
- Parameters to authenticate using a Managed Identity.
- SasToken string
- The Shared Access token to access the storage container
- ServicePrincipal ServicePrincipal Definition Response 
- Parameters to authenticate using Service Principal.
- SyncInterval float64In Seconds 
- The interval at which to re-reconcile the cluster Azure Blob source with the remote.
- TimeoutIn float64Seconds 
- The maximum time to attempt to reconcile the cluster Azure Blob source with the remote.
- Url string
- The URL to sync for the flux configuration Azure Blob storage account.
- accountKey String
- The account key (shared key) to access the storage account
- containerName String
- The Azure Blob container name to sync from the url endpoint for the flux configuration.
- localAuth StringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- managedIdentity ManagedIdentity Definition Response 
- Parameters to authenticate using a Managed Identity.
- sasToken String
- The Shared Access token to access the storage container
- servicePrincipal ServicePrincipal Definition Response 
- Parameters to authenticate using Service Principal.
- syncInterval DoubleIn Seconds 
- The interval at which to re-reconcile the cluster Azure Blob source with the remote.
- timeoutIn DoubleSeconds 
- The maximum time to attempt to reconcile the cluster Azure Blob source with the remote.
- url String
- The URL to sync for the flux configuration Azure Blob storage account.
- accountKey string
- The account key (shared key) to access the storage account
- containerName string
- The Azure Blob container name to sync from the url endpoint for the flux configuration.
- localAuth stringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- managedIdentity ManagedIdentity Definition Response 
- Parameters to authenticate using a Managed Identity.
- sasToken string
- The Shared Access token to access the storage container
- servicePrincipal ServicePrincipal Definition Response 
- Parameters to authenticate using Service Principal.
- syncInterval numberIn Seconds 
- The interval at which to re-reconcile the cluster Azure Blob source with the remote.
- timeoutIn numberSeconds 
- The maximum time to attempt to reconcile the cluster Azure Blob source with the remote.
- url string
- The URL to sync for the flux configuration Azure Blob storage account.
- account_key str
- The account key (shared key) to access the storage account
- container_name str
- The Azure Blob container name to sync from the url endpoint for the flux configuration.
- local_auth_ strref 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- managed_identity ManagedIdentity Definition Response 
- Parameters to authenticate using a Managed Identity.
- sas_token str
- The Shared Access token to access the storage container
- service_principal ServicePrincipal Definition Response 
- Parameters to authenticate using Service Principal.
- sync_interval_ floatin_ seconds 
- The interval at which to re-reconcile the cluster Azure Blob source with the remote.
- timeout_in_ floatseconds 
- The maximum time to attempt to reconcile the cluster Azure Blob source with the remote.
- url str
- The URL to sync for the flux configuration Azure Blob storage account.
- accountKey String
- The account key (shared key) to access the storage account
- containerName String
- The Azure Blob container name to sync from the url endpoint for the flux configuration.
- localAuth StringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- managedIdentity Property Map
- Parameters to authenticate using a Managed Identity.
- sasToken String
- The Shared Access token to access the storage container
- servicePrincipal Property Map
- Parameters to authenticate using Service Principal.
- syncInterval NumberIn Seconds 
- The interval at which to re-reconcile the cluster Azure Blob source with the remote.
- timeoutIn NumberSeconds 
- The maximum time to attempt to reconcile the cluster Azure Blob source with the remote.
- url String
- The URL to sync for the flux configuration Azure Blob storage account.
BucketDefinitionResponse  
- AccessKey string
- Plaintext access key used to securely access the S3 bucket
- BucketName string
- The bucket name to sync from the url endpoint for the flux configuration.
- Insecure bool
- Specify whether to use insecure communication when puling data from the S3 bucket.
- LocalAuth stringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- SyncInterval doubleIn Seconds 
- The interval at which to re-reconcile the cluster bucket source with the remote.
- TimeoutIn doubleSeconds 
- The maximum time to attempt to reconcile the cluster bucket source with the remote.
- Url string
- The URL to sync for the flux configuration S3 bucket.
- AccessKey string
- Plaintext access key used to securely access the S3 bucket
- BucketName string
- The bucket name to sync from the url endpoint for the flux configuration.
- Insecure bool
- Specify whether to use insecure communication when puling data from the S3 bucket.
- LocalAuth stringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- SyncInterval float64In Seconds 
- The interval at which to re-reconcile the cluster bucket source with the remote.
- TimeoutIn float64Seconds 
- The maximum time to attempt to reconcile the cluster bucket source with the remote.
- Url string
- The URL to sync for the flux configuration S3 bucket.
- accessKey String
- Plaintext access key used to securely access the S3 bucket
- bucketName String
- The bucket name to sync from the url endpoint for the flux configuration.
- insecure Boolean
- Specify whether to use insecure communication when puling data from the S3 bucket.
- localAuth StringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- syncInterval DoubleIn Seconds 
- The interval at which to re-reconcile the cluster bucket source with the remote.
- timeoutIn DoubleSeconds 
- The maximum time to attempt to reconcile the cluster bucket source with the remote.
- url String
- The URL to sync for the flux configuration S3 bucket.
- accessKey string
- Plaintext access key used to securely access the S3 bucket
- bucketName string
- The bucket name to sync from the url endpoint for the flux configuration.
- insecure boolean
- Specify whether to use insecure communication when puling data from the S3 bucket.
- localAuth stringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- syncInterval numberIn Seconds 
- The interval at which to re-reconcile the cluster bucket source with the remote.
- timeoutIn numberSeconds 
- The maximum time to attempt to reconcile the cluster bucket source with the remote.
- url string
- The URL to sync for the flux configuration S3 bucket.
- access_key str
- Plaintext access key used to securely access the S3 bucket
- bucket_name str
- The bucket name to sync from the url endpoint for the flux configuration.
- insecure bool
- Specify whether to use insecure communication when puling data from the S3 bucket.
- local_auth_ strref 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- sync_interval_ floatin_ seconds 
- The interval at which to re-reconcile the cluster bucket source with the remote.
- timeout_in_ floatseconds 
- The maximum time to attempt to reconcile the cluster bucket source with the remote.
- url str
- The URL to sync for the flux configuration S3 bucket.
- accessKey String
- Plaintext access key used to securely access the S3 bucket
- bucketName String
- The bucket name to sync from the url endpoint for the flux configuration.
- insecure Boolean
- Specify whether to use insecure communication when puling data from the S3 bucket.
- localAuth StringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- syncInterval NumberIn Seconds 
- The interval at which to re-reconcile the cluster bucket source with the remote.
- timeoutIn NumberSeconds 
- The maximum time to attempt to reconcile the cluster bucket source with the remote.
- url String
- The URL to sync for the flux configuration S3 bucket.
GitRepositoryDefinitionResponse   
- HttpsCACert string
- Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS
- HttpsUser string
- Plaintext HTTPS username used to access private git repositories over HTTPS
- LocalAuth stringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- RepositoryRef Pulumi.Azure Native. Kubernetes Configuration. Inputs. Repository Ref Definition Response 
- The source reference for the GitRepository object.
- SshKnown stringHosts 
- Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH
- SyncInterval doubleIn Seconds 
- The interval at which to re-reconcile the cluster git repository source with the remote.
- TimeoutIn doubleSeconds 
- The maximum time to attempt to reconcile the cluster git repository source with the remote.
- Url string
- The URL to sync for the flux configuration git repository.
- HttpsCACert string
- Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS
- HttpsUser string
- Plaintext HTTPS username used to access private git repositories over HTTPS
- LocalAuth stringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- RepositoryRef RepositoryRef Definition Response 
- The source reference for the GitRepository object.
- SshKnown stringHosts 
- Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH
- SyncInterval float64In Seconds 
- The interval at which to re-reconcile the cluster git repository source with the remote.
- TimeoutIn float64Seconds 
- The maximum time to attempt to reconcile the cluster git repository source with the remote.
- Url string
- The URL to sync for the flux configuration git repository.
- httpsCACert String
- Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS
- httpsUser String
- Plaintext HTTPS username used to access private git repositories over HTTPS
- localAuth StringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- repositoryRef RepositoryRef Definition Response 
- The source reference for the GitRepository object.
- sshKnown StringHosts 
- Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH
- syncInterval DoubleIn Seconds 
- The interval at which to re-reconcile the cluster git repository source with the remote.
- timeoutIn DoubleSeconds 
- The maximum time to attempt to reconcile the cluster git repository source with the remote.
- url String
- The URL to sync for the flux configuration git repository.
- httpsCACert string
- Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS
- httpsUser string
- Plaintext HTTPS username used to access private git repositories over HTTPS
- localAuth stringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- repositoryRef RepositoryRef Definition Response 
- The source reference for the GitRepository object.
- sshKnown stringHosts 
- Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH
- syncInterval numberIn Seconds 
- The interval at which to re-reconcile the cluster git repository source with the remote.
- timeoutIn numberSeconds 
- The maximum time to attempt to reconcile the cluster git repository source with the remote.
- url string
- The URL to sync for the flux configuration git repository.
- https_ca_ strcert 
- Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS
- https_user str
- Plaintext HTTPS username used to access private git repositories over HTTPS
- local_auth_ strref 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- repository_ref RepositoryRef Definition Response 
- The source reference for the GitRepository object.
- ssh_known_ strhosts 
- Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH
- sync_interval_ floatin_ seconds 
- The interval at which to re-reconcile the cluster git repository source with the remote.
- timeout_in_ floatseconds 
- The maximum time to attempt to reconcile the cluster git repository source with the remote.
- url str
- The URL to sync for the flux configuration git repository.
- httpsCACert String
- Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS
- httpsUser String
- Plaintext HTTPS username used to access private git repositories over HTTPS
- localAuth StringRef 
- Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
- repositoryRef Property Map
- The source reference for the GitRepository object.
- sshKnown StringHosts 
- Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH
- syncInterval NumberIn Seconds 
- The interval at which to re-reconcile the cluster git repository source with the remote.
- timeoutIn NumberSeconds 
- The maximum time to attempt to reconcile the cluster git repository source with the remote.
- url String
- The URL to sync for the flux configuration git repository.
HelmReleasePropertiesDefinitionResponse    
- FailureCount double
- Total number of times that the HelmRelease failed to install or upgrade
- HelmChart Pulumi.Ref Azure Native. Kubernetes Configuration. Inputs. Object Reference Definition Response 
- The reference to the HelmChart object used as the source to this HelmRelease
- InstallFailure doubleCount 
- Number of times that the HelmRelease failed to install
- LastRevision doubleApplied 
- The revision number of the last released object change
- UpgradeFailure doubleCount 
- Number of times that the HelmRelease failed to upgrade
- FailureCount float64
- Total number of times that the HelmRelease failed to install or upgrade
- HelmChart ObjectRef Reference Definition Response 
- The reference to the HelmChart object used as the source to this HelmRelease
- InstallFailure float64Count 
- Number of times that the HelmRelease failed to install
- LastRevision float64Applied 
- The revision number of the last released object change
- UpgradeFailure float64Count 
- Number of times that the HelmRelease failed to upgrade
- failureCount Double
- Total number of times that the HelmRelease failed to install or upgrade
- helmChart ObjectRef Reference Definition Response 
- The reference to the HelmChart object used as the source to this HelmRelease
- installFailure DoubleCount 
- Number of times that the HelmRelease failed to install
- lastRevision DoubleApplied 
- The revision number of the last released object change
- upgradeFailure DoubleCount 
- Number of times that the HelmRelease failed to upgrade
- failureCount number
- Total number of times that the HelmRelease failed to install or upgrade
- helmChart ObjectRef Reference Definition Response 
- The reference to the HelmChart object used as the source to this HelmRelease
- installFailure numberCount 
- Number of times that the HelmRelease failed to install
- lastRevision numberApplied 
- The revision number of the last released object change
- upgradeFailure numberCount 
- Number of times that the HelmRelease failed to upgrade
- failure_count float
- Total number of times that the HelmRelease failed to install or upgrade
- helm_chart_ Objectref Reference Definition Response 
- The reference to the HelmChart object used as the source to this HelmRelease
- install_failure_ floatcount 
- Number of times that the HelmRelease failed to install
- last_revision_ floatapplied 
- The revision number of the last released object change
- upgrade_failure_ floatcount 
- Number of times that the HelmRelease failed to upgrade
- failureCount Number
- Total number of times that the HelmRelease failed to install or upgrade
- helmChart Property MapRef 
- The reference to the HelmChart object used as the source to this HelmRelease
- installFailure NumberCount 
- Number of times that the HelmRelease failed to install
- lastRevision NumberApplied 
- The revision number of the last released object change
- upgradeFailure NumberCount 
- Number of times that the HelmRelease failed to upgrade
KustomizationDefinitionResponse  
- Name string
- Name of the Kustomization, matching the key in the Kustomizations object map.
- DependsOn List<string>
- Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.
- Force bool
- Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.
- Path string
- The path in the source reference to reconcile on the cluster.
- PostBuild Pulumi.Azure Native. Kubernetes Configuration. Inputs. Post Build Definition Response 
- Used for variable substitution for this Kustomization after kustomize build.
- Prune bool
- Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
- RetryInterval doubleIn Seconds 
- The interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
- SyncInterval doubleIn Seconds 
- The interval at which to re-reconcile the Kustomization on the cluster.
- TimeoutIn doubleSeconds 
- The maximum time to attempt to reconcile the Kustomization on the cluster.
- Wait bool
- Enable/disable health check for all Kubernetes objects created by this Kustomization.
- Name string
- Name of the Kustomization, matching the key in the Kustomizations object map.
- DependsOn []string
- Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.
- Force bool
- Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.
- Path string
- The path in the source reference to reconcile on the cluster.
- PostBuild PostBuild Definition Response 
- Used for variable substitution for this Kustomization after kustomize build.
- Prune bool
- Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
- RetryInterval float64In Seconds 
- The interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
- SyncInterval float64In Seconds 
- The interval at which to re-reconcile the Kustomization on the cluster.
- TimeoutIn float64Seconds 
- The maximum time to attempt to reconcile the Kustomization on the cluster.
- Wait bool
- Enable/disable health check for all Kubernetes objects created by this Kustomization.
- name String
- Name of the Kustomization, matching the key in the Kustomizations object map.
- dependsOn List<String>
- Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.
- force Boolean
- Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.
- path String
- The path in the source reference to reconcile on the cluster.
- postBuild PostBuild Definition Response 
- Used for variable substitution for this Kustomization after kustomize build.
- prune Boolean
- Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
- retryInterval DoubleIn Seconds 
- The interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
- syncInterval DoubleIn Seconds 
- The interval at which to re-reconcile the Kustomization on the cluster.
- timeoutIn DoubleSeconds 
- The maximum time to attempt to reconcile the Kustomization on the cluster.
- wait_ Boolean
- Enable/disable health check for all Kubernetes objects created by this Kustomization.
- name string
- Name of the Kustomization, matching the key in the Kustomizations object map.
- dependsOn string[]
- Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.
- force boolean
- Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.
- path string
- The path in the source reference to reconcile on the cluster.
- postBuild PostBuild Definition Response 
- Used for variable substitution for this Kustomization after kustomize build.
- prune boolean
- Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
- retryInterval numberIn Seconds 
- The interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
- syncInterval numberIn Seconds 
- The interval at which to re-reconcile the Kustomization on the cluster.
- timeoutIn numberSeconds 
- The maximum time to attempt to reconcile the Kustomization on the cluster.
- wait boolean
- Enable/disable health check for all Kubernetes objects created by this Kustomization.
- name str
- Name of the Kustomization, matching the key in the Kustomizations object map.
- depends_on Sequence[str]
- Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.
- force bool
- Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.
- path str
- The path in the source reference to reconcile on the cluster.
- post_build PostBuild Definition Response 
- Used for variable substitution for this Kustomization after kustomize build.
- prune bool
- Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
- retry_interval_ floatin_ seconds 
- The interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
- sync_interval_ floatin_ seconds 
- The interval at which to re-reconcile the Kustomization on the cluster.
- timeout_in_ floatseconds 
- The maximum time to attempt to reconcile the Kustomization on the cluster.
- wait bool
- Enable/disable health check for all Kubernetes objects created by this Kustomization.
- name String
- Name of the Kustomization, matching the key in the Kustomizations object map.
- dependsOn List<String>
- Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.
- force Boolean
- Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.
- path String
- The path in the source reference to reconcile on the cluster.
- postBuild Property Map
- Used for variable substitution for this Kustomization after kustomize build.
- prune Boolean
- Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
- retryInterval NumberIn Seconds 
- The interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
- syncInterval NumberIn Seconds 
- The interval at which to re-reconcile the Kustomization on the cluster.
- timeoutIn NumberSeconds 
- The maximum time to attempt to reconcile the Kustomization on the cluster.
- wait Boolean
- Enable/disable health check for all Kubernetes objects created by this Kustomization.
ManagedIdentityDefinitionResponse   
- ClientId string
- The client Id for authenticating a Managed Identity.
- ClientId string
- The client Id for authenticating a Managed Identity.
- clientId String
- The client Id for authenticating a Managed Identity.
- clientId string
- The client Id for authenticating a Managed Identity.
- client_id str
- The client Id for authenticating a Managed Identity.
- clientId String
- The client Id for authenticating a Managed Identity.
ObjectReferenceDefinitionResponse   
ObjectStatusConditionDefinitionResponse    
- LastTransition stringTime 
- Last time this status condition has changed
- Message string
- A more verbose description of the object status condition
- Reason string
- Reason for the specified status condition type status
- Status string
- Status of the Kubernetes object condition type
- Type string
- Object status condition type for this object
- LastTransition stringTime 
- Last time this status condition has changed
- Message string
- A more verbose description of the object status condition
- Reason string
- Reason for the specified status condition type status
- Status string
- Status of the Kubernetes object condition type
- Type string
- Object status condition type for this object
- lastTransition StringTime 
- Last time this status condition has changed
- message String
- A more verbose description of the object status condition
- reason String
- Reason for the specified status condition type status
- status String
- Status of the Kubernetes object condition type
- type String
- Object status condition type for this object
- lastTransition stringTime 
- Last time this status condition has changed
- message string
- A more verbose description of the object status condition
- reason string
- Reason for the specified status condition type status
- status string
- Status of the Kubernetes object condition type
- type string
- Object status condition type for this object
- last_transition_ strtime 
- Last time this status condition has changed
- message str
- A more verbose description of the object status condition
- reason str
- Reason for the specified status condition type status
- status str
- Status of the Kubernetes object condition type
- type str
- Object status condition type for this object
- lastTransition StringTime 
- Last time this status condition has changed
- message String
- A more verbose description of the object status condition
- reason String
- Reason for the specified status condition type status
- status String
- Status of the Kubernetes object condition type
- type String
- Object status condition type for this object
ObjectStatusDefinitionResponse   
- AppliedBy Pulumi.Azure Native. Kubernetes Configuration. Inputs. Object Reference Definition Response 
- Object reference to the Kustomization that applied this object
- ComplianceState string
- Compliance state of the applied object showing whether the applied object has come into a ready state on the cluster.
- HelmRelease Pulumi.Properties Azure Native. Kubernetes Configuration. Inputs. Helm Release Properties Definition Response 
- Additional properties that are provided from objects of the HelmRelease kind
- Kind string
- Kind of the applied object
- Name string
- Name of the applied object
- Namespace string
- Namespace of the applied object
- StatusConditions List<Pulumi.Azure Native. Kubernetes Configuration. Inputs. Object Status Condition Definition Response> 
- List of Kubernetes object status conditions present on the cluster
- AppliedBy ObjectReference Definition Response 
- Object reference to the Kustomization that applied this object
- ComplianceState string
- Compliance state of the applied object showing whether the applied object has come into a ready state on the cluster.
- HelmRelease HelmProperties Release Properties Definition Response 
- Additional properties that are provided from objects of the HelmRelease kind
- Kind string
- Kind of the applied object
- Name string
- Name of the applied object
- Namespace string
- Namespace of the applied object
- StatusConditions []ObjectStatus Condition Definition Response 
- List of Kubernetes object status conditions present on the cluster
- appliedBy ObjectReference Definition Response 
- Object reference to the Kustomization that applied this object
- complianceState String
- Compliance state of the applied object showing whether the applied object has come into a ready state on the cluster.
- helmRelease HelmProperties Release Properties Definition Response 
- Additional properties that are provided from objects of the HelmRelease kind
- kind String
- Kind of the applied object
- name String
- Name of the applied object
- namespace String
- Namespace of the applied object
- statusConditions List<ObjectStatus Condition Definition Response> 
- List of Kubernetes object status conditions present on the cluster
- appliedBy ObjectReference Definition Response 
- Object reference to the Kustomization that applied this object
- complianceState string
- Compliance state of the applied object showing whether the applied object has come into a ready state on the cluster.
- helmRelease HelmProperties Release Properties Definition Response 
- Additional properties that are provided from objects of the HelmRelease kind
- kind string
- Kind of the applied object
- name string
- Name of the applied object
- namespace string
- Namespace of the applied object
- statusConditions ObjectStatus Condition Definition Response[] 
- List of Kubernetes object status conditions present on the cluster
- applied_by ObjectReference Definition Response 
- Object reference to the Kustomization that applied this object
- compliance_state str
- Compliance state of the applied object showing whether the applied object has come into a ready state on the cluster.
- helm_release_ Helmproperties Release Properties Definition Response 
- Additional properties that are provided from objects of the HelmRelease kind
- kind str
- Kind of the applied object
- name str
- Name of the applied object
- namespace str
- Namespace of the applied object
- status_conditions Sequence[ObjectStatus Condition Definition Response] 
- List of Kubernetes object status conditions present on the cluster
- appliedBy Property Map
- Object reference to the Kustomization that applied this object
- complianceState String
- Compliance state of the applied object showing whether the applied object has come into a ready state on the cluster.
- helmRelease Property MapProperties 
- Additional properties that are provided from objects of the HelmRelease kind
- kind String
- Kind of the applied object
- name String
- Name of the applied object
- namespace String
- Namespace of the applied object
- statusConditions List<Property Map>
- List of Kubernetes object status conditions present on the cluster
PostBuildDefinitionResponse   
- Substitute Dictionary<string, string>
- Key/value pairs holding the variables to be substituted in this Kustomization.
- SubstituteFrom List<Pulumi.Azure Native. Kubernetes Configuration. Inputs. Substitute From Definition Response> 
- Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
- Substitute map[string]string
- Key/value pairs holding the variables to be substituted in this Kustomization.
- SubstituteFrom []SubstituteFrom Definition Response 
- Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
- substitute Map<String,String>
- Key/value pairs holding the variables to be substituted in this Kustomization.
- substituteFrom List<SubstituteFrom Definition Response> 
- Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
- substitute {[key: string]: string}
- Key/value pairs holding the variables to be substituted in this Kustomization.
- substituteFrom SubstituteFrom Definition Response[] 
- Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
- substitute Mapping[str, str]
- Key/value pairs holding the variables to be substituted in this Kustomization.
- substitute_from Sequence[SubstituteFrom Definition Response] 
- Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
- substitute Map<String>
- Key/value pairs holding the variables to be substituted in this Kustomization.
- substituteFrom List<Property Map>
- Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
RepositoryRefDefinitionResponse   
- Branch string
- The git repository branch name to checkout.
- Commit string
- The commit SHA to checkout. This value must be combined with the branch name to be valid. This takes precedence over semver.
- Semver string
- The semver range used to match against git repository tags. This takes precedence over tag.
- Tag string
- The git repository tag name to checkout. This takes precedence over branch.
- Branch string
- The git repository branch name to checkout.
- Commit string
- The commit SHA to checkout. This value must be combined with the branch name to be valid. This takes precedence over semver.
- Semver string
- The semver range used to match against git repository tags. This takes precedence over tag.
- Tag string
- The git repository tag name to checkout. This takes precedence over branch.
- branch String
- The git repository branch name to checkout.
- commit String
- The commit SHA to checkout. This value must be combined with the branch name to be valid. This takes precedence over semver.
- semver String
- The semver range used to match against git repository tags. This takes precedence over tag.
- tag String
- The git repository tag name to checkout. This takes precedence over branch.
- branch string
- The git repository branch name to checkout.
- commit string
- The commit SHA to checkout. This value must be combined with the branch name to be valid. This takes precedence over semver.
- semver string
- The semver range used to match against git repository tags. This takes precedence over tag.
- tag string
- The git repository tag name to checkout. This takes precedence over branch.
- branch str
- The git repository branch name to checkout.
- commit str
- The commit SHA to checkout. This value must be combined with the branch name to be valid. This takes precedence over semver.
- semver str
- The semver range used to match against git repository tags. This takes precedence over tag.
- tag str
- The git repository tag name to checkout. This takes precedence over branch.
- branch String
- The git repository branch name to checkout.
- commit String
- The commit SHA to checkout. This value must be combined with the branch name to be valid. This takes precedence over semver.
- semver String
- The semver range used to match against git repository tags. This takes precedence over tag.
- tag String
- The git repository tag name to checkout. This takes precedence over branch.
ServicePrincipalDefinitionResponse   
- ClientCertificate string
- Base64-encoded certificate used to authenticate a Service Principal
- ClientCertificate stringPassword 
- The password for the certificate used to authenticate a Service Principal
- ClientCertificate boolSend Chain 
- Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate
- ClientId string
- The client Id for authenticating a Service Principal.
- ClientSecret string
- The client secret for authenticating a Service Principal
- TenantId string
- The tenant Id for authenticating a Service Principal
- ClientCertificate string
- Base64-encoded certificate used to authenticate a Service Principal
- ClientCertificate stringPassword 
- The password for the certificate used to authenticate a Service Principal
- ClientCertificate boolSend Chain 
- Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate
- ClientId string
- The client Id for authenticating a Service Principal.
- ClientSecret string
- The client secret for authenticating a Service Principal
- TenantId string
- The tenant Id for authenticating a Service Principal
- clientCertificate String
- Base64-encoded certificate used to authenticate a Service Principal
- clientCertificate StringPassword 
- The password for the certificate used to authenticate a Service Principal
- clientCertificate BooleanSend Chain 
- Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate
- clientId String
- The client Id for authenticating a Service Principal.
- clientSecret String
- The client secret for authenticating a Service Principal
- tenantId String
- The tenant Id for authenticating a Service Principal
- clientCertificate string
- Base64-encoded certificate used to authenticate a Service Principal
- clientCertificate stringPassword 
- The password for the certificate used to authenticate a Service Principal
- clientCertificate booleanSend Chain 
- Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate
- clientId string
- The client Id for authenticating a Service Principal.
- clientSecret string
- The client secret for authenticating a Service Principal
- tenantId string
- The tenant Id for authenticating a Service Principal
- client_certificate str
- Base64-encoded certificate used to authenticate a Service Principal
- client_certificate_ strpassword 
- The password for the certificate used to authenticate a Service Principal
- client_certificate_ boolsend_ chain 
- Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate
- client_id str
- The client Id for authenticating a Service Principal.
- client_secret str
- The client secret for authenticating a Service Principal
- tenant_id str
- The tenant Id for authenticating a Service Principal
- clientCertificate String
- Base64-encoded certificate used to authenticate a Service Principal
- clientCertificate StringPassword 
- The password for the certificate used to authenticate a Service Principal
- clientCertificate BooleanSend Chain 
- Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate
- clientId String
- The client Id for authenticating a Service Principal.
- clientSecret String
- The client secret for authenticating a Service Principal
- tenantId String
- The tenant Id for authenticating a Service Principal
SubstituteFromDefinitionResponse   
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi