pulumi-azure-native 2.34.0__py3-none-any.whl → 2.35.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +60 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/__init__.py +28 -0
- pulumi_azure_native/azurestackhci/v20240215preview/_enums.py +181 -0
- pulumi_azure_native/azurestackhci/v20240215preview/_inputs.py +2355 -0
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +401 -0
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +646 -0
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +297 -0
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +468 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_arc_setting.py +253 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_cluster.py +469 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_deployment_setting.py +188 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_extension.py +271 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_hci_edge_device.py +145 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_security_setting.py +162 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_update.py +357 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_update_run.py +297 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_update_summary.py +235 -0
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +228 -0
- pulumi_azure_native/azurestackhci/v20240215preview/outputs.py +5337 -0
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +239 -0
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +690 -0
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +585 -0
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +408 -0
- pulumi_azure_native/devcenter/__init__.py +7 -0
- pulumi_azure_native/devcenter/_enums.py +9 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +255 -0
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +91 -0
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +112 -0
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +111 -0
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +365 -0
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240201/__init__.py +38 -0
- pulumi_azure_native/devcenter/v20240201/_enums.py +162 -0
- pulumi_azure_native/devcenter/v20240201/_inputs.py +504 -0
- pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +255 -0
- pulumi_azure_native/devcenter/v20240201/catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +413 -0
- pulumi_azure_native/devcenter/v20240201/dev_center.py +360 -0
- pulumi_azure_native/devcenter/v20240201/environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240201/gallery.py +225 -0
- pulumi_azure_native/devcenter/v20240201/get_attached_network_by_dev_center.py +188 -0
- pulumi_azure_native/devcenter/v20240201/get_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240201/get_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240201/get_dev_box_definition.py +266 -0
- pulumi_azure_native/devcenter/v20240201/get_dev_center.py +222 -0
- pulumi_azure_native/devcenter/v20240201/get_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240201/get_environment_type.py +162 -0
- pulumi_azure_native/devcenter/v20240201/get_gallery.py +149 -0
- pulumi_azure_native/devcenter/v20240201/get_network_connection.py +261 -0
- pulumi_azure_native/devcenter/v20240201/get_pool.py +318 -0
- pulumi_azure_native/devcenter/v20240201/get_project.py +248 -0
- pulumi_azure_native/devcenter/v20240201/get_project_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240201/get_project_catalog_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240201/get_project_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240201/get_project_environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240201/get_schedule.py +224 -0
- pulumi_azure_native/devcenter/v20240201/network_connection.py +448 -0
- pulumi_azure_native/devcenter/v20240201/outputs.py +1138 -0
- pulumi_azure_native/devcenter/v20240201/pool.py +550 -0
- pulumi_azure_native/devcenter/v20240201/project.py +418 -0
- pulumi_azure_native/devcenter/v20240201/project_catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240201/project_environment_type.py +439 -0
- pulumi_azure_native/devcenter/v20240201/schedule.py +434 -0
- pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20240326preview/__init__.py +12 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/_enums.py +153 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/_inputs.py +841 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/get_pool.py +235 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/outputs.py +1115 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +432 -0
- pulumi_azure_native/kubernetesconfiguration/__init__.py +3 -0
- pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
- pulumi_azure_native/kubernetesconfiguration/v20211101preview/flux_configuration.py +1 -1
- pulumi_azure_native/kubernetesconfiguration/v20220101preview/flux_configuration.py +1 -1
- pulumi_azure_native/kubernetesconfiguration/v20230501/flux_configuration.py +1 -1
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/__init__.py +12 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/_enums.py +37 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/_inputs.py +1356 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/flux_configuration.py +669 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/get_flux_configuration.py +393 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/outputs.py +1832 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/get_security_connector.py +2 -2
- pulumi_azure_native/security/security_connector.py +3 -3
- pulumi_azure_native/security/v20210701preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20230301preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20231001preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20240301preview/__init__.py +12 -0
- pulumi_azure_native/security/v20240301preview/_enums.py +88 -0
- pulumi_azure_native/security/v20240301preview/_inputs.py +3620 -0
- pulumi_azure_native/security/v20240301preview/get_security_connector.py +235 -0
- pulumi_azure_native/security/v20240301preview/outputs.py +4544 -0
- pulumi_azure_native/security/v20240301preview/security_connector.py +389 -0
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/RECORD +231 -155
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,393 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetFluxConfigurationResult',
|
|
15
|
+
'AwaitableGetFluxConfigurationResult',
|
|
16
|
+
'get_flux_configuration',
|
|
17
|
+
'get_flux_configuration_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetFluxConfigurationResult:
|
|
22
|
+
"""
|
|
23
|
+
The Flux Configuration object returned in Get & Put response.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, azure_blob=None, bucket=None, compliance_state=None, configuration_protected_settings=None, error_message=None, git_repository=None, id=None, kustomizations=None, name=None, namespace=None, oci_repository=None, provisioning_state=None, reconciliation_wait_duration=None, repository_public_key=None, scope=None, source_kind=None, source_synced_commit_id=None, source_updated_at=None, status_updated_at=None, statuses=None, suspend=None, system_data=None, type=None, wait_for_reconciliation=None):
|
|
26
|
+
if azure_blob and not isinstance(azure_blob, dict):
|
|
27
|
+
raise TypeError("Expected argument 'azure_blob' to be a dict")
|
|
28
|
+
pulumi.set(__self__, "azure_blob", azure_blob)
|
|
29
|
+
if bucket and not isinstance(bucket, dict):
|
|
30
|
+
raise TypeError("Expected argument 'bucket' to be a dict")
|
|
31
|
+
pulumi.set(__self__, "bucket", bucket)
|
|
32
|
+
if compliance_state and not isinstance(compliance_state, str):
|
|
33
|
+
raise TypeError("Expected argument 'compliance_state' to be a str")
|
|
34
|
+
pulumi.set(__self__, "compliance_state", compliance_state)
|
|
35
|
+
if configuration_protected_settings and not isinstance(configuration_protected_settings, dict):
|
|
36
|
+
raise TypeError("Expected argument 'configuration_protected_settings' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "configuration_protected_settings", configuration_protected_settings)
|
|
38
|
+
if error_message and not isinstance(error_message, str):
|
|
39
|
+
raise TypeError("Expected argument 'error_message' to be a str")
|
|
40
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
41
|
+
if git_repository and not isinstance(git_repository, dict):
|
|
42
|
+
raise TypeError("Expected argument 'git_repository' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "git_repository", git_repository)
|
|
44
|
+
if id and not isinstance(id, str):
|
|
45
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
46
|
+
pulumi.set(__self__, "id", id)
|
|
47
|
+
if kustomizations and not isinstance(kustomizations, dict):
|
|
48
|
+
raise TypeError("Expected argument 'kustomizations' to be a dict")
|
|
49
|
+
pulumi.set(__self__, "kustomizations", kustomizations)
|
|
50
|
+
if name and not isinstance(name, str):
|
|
51
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
52
|
+
pulumi.set(__self__, "name", name)
|
|
53
|
+
if namespace and not isinstance(namespace, str):
|
|
54
|
+
raise TypeError("Expected argument 'namespace' to be a str")
|
|
55
|
+
pulumi.set(__self__, "namespace", namespace)
|
|
56
|
+
if oci_repository and not isinstance(oci_repository, dict):
|
|
57
|
+
raise TypeError("Expected argument 'oci_repository' to be a dict")
|
|
58
|
+
pulumi.set(__self__, "oci_repository", oci_repository)
|
|
59
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
60
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
61
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
62
|
+
if reconciliation_wait_duration and not isinstance(reconciliation_wait_duration, str):
|
|
63
|
+
raise TypeError("Expected argument 'reconciliation_wait_duration' to be a str")
|
|
64
|
+
pulumi.set(__self__, "reconciliation_wait_duration", reconciliation_wait_duration)
|
|
65
|
+
if repository_public_key and not isinstance(repository_public_key, str):
|
|
66
|
+
raise TypeError("Expected argument 'repository_public_key' to be a str")
|
|
67
|
+
pulumi.set(__self__, "repository_public_key", repository_public_key)
|
|
68
|
+
if scope and not isinstance(scope, str):
|
|
69
|
+
raise TypeError("Expected argument 'scope' to be a str")
|
|
70
|
+
pulumi.set(__self__, "scope", scope)
|
|
71
|
+
if source_kind and not isinstance(source_kind, str):
|
|
72
|
+
raise TypeError("Expected argument 'source_kind' to be a str")
|
|
73
|
+
pulumi.set(__self__, "source_kind", source_kind)
|
|
74
|
+
if source_synced_commit_id and not isinstance(source_synced_commit_id, str):
|
|
75
|
+
raise TypeError("Expected argument 'source_synced_commit_id' to be a str")
|
|
76
|
+
pulumi.set(__self__, "source_synced_commit_id", source_synced_commit_id)
|
|
77
|
+
if source_updated_at and not isinstance(source_updated_at, str):
|
|
78
|
+
raise TypeError("Expected argument 'source_updated_at' to be a str")
|
|
79
|
+
pulumi.set(__self__, "source_updated_at", source_updated_at)
|
|
80
|
+
if status_updated_at and not isinstance(status_updated_at, str):
|
|
81
|
+
raise TypeError("Expected argument 'status_updated_at' to be a str")
|
|
82
|
+
pulumi.set(__self__, "status_updated_at", status_updated_at)
|
|
83
|
+
if statuses and not isinstance(statuses, list):
|
|
84
|
+
raise TypeError("Expected argument 'statuses' to be a list")
|
|
85
|
+
pulumi.set(__self__, "statuses", statuses)
|
|
86
|
+
if suspend and not isinstance(suspend, bool):
|
|
87
|
+
raise TypeError("Expected argument 'suspend' to be a bool")
|
|
88
|
+
pulumi.set(__self__, "suspend", suspend)
|
|
89
|
+
if system_data and not isinstance(system_data, dict):
|
|
90
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
91
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
92
|
+
if type and not isinstance(type, str):
|
|
93
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
94
|
+
pulumi.set(__self__, "type", type)
|
|
95
|
+
if wait_for_reconciliation and not isinstance(wait_for_reconciliation, bool):
|
|
96
|
+
raise TypeError("Expected argument 'wait_for_reconciliation' to be a bool")
|
|
97
|
+
pulumi.set(__self__, "wait_for_reconciliation", wait_for_reconciliation)
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="azureBlob")
|
|
101
|
+
def azure_blob(self) -> Optional['outputs.AzureBlobDefinitionResponse']:
|
|
102
|
+
"""
|
|
103
|
+
Parameters to reconcile to the AzureBlob source kind type.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "azure_blob")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def bucket(self) -> Optional['outputs.BucketDefinitionResponse']:
|
|
110
|
+
"""
|
|
111
|
+
Parameters to reconcile to the Bucket source kind type.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "bucket")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="complianceState")
|
|
117
|
+
def compliance_state(self) -> str:
|
|
118
|
+
"""
|
|
119
|
+
Combined status of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "compliance_state")
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter(name="configurationProtectedSettings")
|
|
125
|
+
def configuration_protected_settings(self) -> Optional[Mapping[str, str]]:
|
|
126
|
+
"""
|
|
127
|
+
Key-value pairs of protected configuration settings for the configuration
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "configuration_protected_settings")
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter(name="errorMessage")
|
|
133
|
+
def error_message(self) -> str:
|
|
134
|
+
"""
|
|
135
|
+
Error message returned to the user in the case of provisioning failure.
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "error_message")
|
|
138
|
+
|
|
139
|
+
@property
|
|
140
|
+
@pulumi.getter(name="gitRepository")
|
|
141
|
+
def git_repository(self) -> Optional['outputs.GitRepositoryDefinitionResponse']:
|
|
142
|
+
"""
|
|
143
|
+
Parameters to reconcile to the GitRepository source kind type.
|
|
144
|
+
"""
|
|
145
|
+
return pulumi.get(self, "git_repository")
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
@pulumi.getter
|
|
149
|
+
def id(self) -> str:
|
|
150
|
+
"""
|
|
151
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "id")
|
|
154
|
+
|
|
155
|
+
@property
|
|
156
|
+
@pulumi.getter
|
|
157
|
+
def kustomizations(self) -> Optional[Mapping[str, 'outputs.KustomizationDefinitionResponse']]:
|
|
158
|
+
"""
|
|
159
|
+
Array of kustomizations used to reconcile the artifact pulled by the source type on the cluster.
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "kustomizations")
|
|
162
|
+
|
|
163
|
+
@property
|
|
164
|
+
@pulumi.getter
|
|
165
|
+
def name(self) -> str:
|
|
166
|
+
"""
|
|
167
|
+
The name of the resource
|
|
168
|
+
"""
|
|
169
|
+
return pulumi.get(self, "name")
|
|
170
|
+
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter
|
|
173
|
+
def namespace(self) -> Optional[str]:
|
|
174
|
+
"""
|
|
175
|
+
The namespace to which this configuration is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.
|
|
176
|
+
"""
|
|
177
|
+
return pulumi.get(self, "namespace")
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
@pulumi.getter(name="ociRepository")
|
|
181
|
+
def oci_repository(self) -> Optional['outputs.OCIRepositoryDefinitionResponse']:
|
|
182
|
+
"""
|
|
183
|
+
Parameters to reconcile to the OCIRepository source kind type.
|
|
184
|
+
"""
|
|
185
|
+
return pulumi.get(self, "oci_repository")
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter(name="provisioningState")
|
|
189
|
+
def provisioning_state(self) -> str:
|
|
190
|
+
"""
|
|
191
|
+
Status of the creation of the fluxConfiguration.
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "provisioning_state")
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="reconciliationWaitDuration")
|
|
197
|
+
def reconciliation_wait_duration(self) -> Optional[str]:
|
|
198
|
+
"""
|
|
199
|
+
Maximum duration to wait for flux configuration reconciliation. E.g PT1H, PT5M, P1D
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "reconciliation_wait_duration")
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
@pulumi.getter(name="repositoryPublicKey")
|
|
205
|
+
def repository_public_key(self) -> str:
|
|
206
|
+
"""
|
|
207
|
+
Public Key associated with this fluxConfiguration (either generated within the cluster or provided by the user).
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "repository_public_key")
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter
|
|
213
|
+
def scope(self) -> Optional[str]:
|
|
214
|
+
"""
|
|
215
|
+
Scope at which the operator will be installed.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "scope")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter(name="sourceKind")
|
|
221
|
+
def source_kind(self) -> Optional[str]:
|
|
222
|
+
"""
|
|
223
|
+
Source Kind to pull the configuration data from.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "source_kind")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter(name="sourceSyncedCommitId")
|
|
229
|
+
def source_synced_commit_id(self) -> str:
|
|
230
|
+
"""
|
|
231
|
+
Branch and/or SHA of the source commit synced with the cluster.
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "source_synced_commit_id")
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="sourceUpdatedAt")
|
|
237
|
+
def source_updated_at(self) -> str:
|
|
238
|
+
"""
|
|
239
|
+
Datetime the fluxConfiguration synced its source on the cluster.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "source_updated_at")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter(name="statusUpdatedAt")
|
|
245
|
+
def status_updated_at(self) -> str:
|
|
246
|
+
"""
|
|
247
|
+
Datetime the fluxConfiguration synced its status on the cluster with Azure.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "status_updated_at")
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter
|
|
253
|
+
def statuses(self) -> Sequence['outputs.ObjectStatusDefinitionResponse']:
|
|
254
|
+
"""
|
|
255
|
+
Statuses of the Flux Kubernetes resources created by the fluxConfiguration or created by the managed objects provisioned by the fluxConfiguration.
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "statuses")
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter
|
|
261
|
+
def suspend(self) -> Optional[bool]:
|
|
262
|
+
"""
|
|
263
|
+
Whether this configuration should suspend its reconciliation of its kustomizations and sources.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "suspend")
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter(name="systemData")
|
|
269
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
270
|
+
"""
|
|
271
|
+
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
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "system_data")
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter
|
|
277
|
+
def type(self) -> str:
|
|
278
|
+
"""
|
|
279
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "type")
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="waitForReconciliation")
|
|
285
|
+
def wait_for_reconciliation(self) -> Optional[bool]:
|
|
286
|
+
"""
|
|
287
|
+
Whether flux configuration deployment should wait for cluster to reconcile the kustomizations.
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "wait_for_reconciliation")
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
class AwaitableGetFluxConfigurationResult(GetFluxConfigurationResult):
|
|
293
|
+
# pylint: disable=using-constant-test
|
|
294
|
+
def __await__(self):
|
|
295
|
+
if False:
|
|
296
|
+
yield self
|
|
297
|
+
return GetFluxConfigurationResult(
|
|
298
|
+
azure_blob=self.azure_blob,
|
|
299
|
+
bucket=self.bucket,
|
|
300
|
+
compliance_state=self.compliance_state,
|
|
301
|
+
configuration_protected_settings=self.configuration_protected_settings,
|
|
302
|
+
error_message=self.error_message,
|
|
303
|
+
git_repository=self.git_repository,
|
|
304
|
+
id=self.id,
|
|
305
|
+
kustomizations=self.kustomizations,
|
|
306
|
+
name=self.name,
|
|
307
|
+
namespace=self.namespace,
|
|
308
|
+
oci_repository=self.oci_repository,
|
|
309
|
+
provisioning_state=self.provisioning_state,
|
|
310
|
+
reconciliation_wait_duration=self.reconciliation_wait_duration,
|
|
311
|
+
repository_public_key=self.repository_public_key,
|
|
312
|
+
scope=self.scope,
|
|
313
|
+
source_kind=self.source_kind,
|
|
314
|
+
source_synced_commit_id=self.source_synced_commit_id,
|
|
315
|
+
source_updated_at=self.source_updated_at,
|
|
316
|
+
status_updated_at=self.status_updated_at,
|
|
317
|
+
statuses=self.statuses,
|
|
318
|
+
suspend=self.suspend,
|
|
319
|
+
system_data=self.system_data,
|
|
320
|
+
type=self.type,
|
|
321
|
+
wait_for_reconciliation=self.wait_for_reconciliation)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
def get_flux_configuration(cluster_name: Optional[str] = None,
|
|
325
|
+
cluster_resource_name: Optional[str] = None,
|
|
326
|
+
cluster_rp: Optional[str] = None,
|
|
327
|
+
flux_configuration_name: Optional[str] = None,
|
|
328
|
+
resource_group_name: Optional[str] = None,
|
|
329
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFluxConfigurationResult:
|
|
330
|
+
"""
|
|
331
|
+
Gets details of the Flux Configuration.
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
:param str cluster_name: The name of the kubernetes cluster.
|
|
335
|
+
:param str cluster_resource_name: The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
|
|
336
|
+
:param str cluster_rp: The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
|
|
337
|
+
:param str flux_configuration_name: Name of the Flux Configuration.
|
|
338
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
339
|
+
"""
|
|
340
|
+
__args__ = dict()
|
|
341
|
+
__args__['clusterName'] = cluster_name
|
|
342
|
+
__args__['clusterResourceName'] = cluster_resource_name
|
|
343
|
+
__args__['clusterRp'] = cluster_rp
|
|
344
|
+
__args__['fluxConfigurationName'] = flux_configuration_name
|
|
345
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
346
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
347
|
+
__ret__ = pulumi.runtime.invoke('azure-native:kubernetesconfiguration/v20240401preview:getFluxConfiguration', __args__, opts=opts, typ=GetFluxConfigurationResult).value
|
|
348
|
+
|
|
349
|
+
return AwaitableGetFluxConfigurationResult(
|
|
350
|
+
azure_blob=pulumi.get(__ret__, 'azure_blob'),
|
|
351
|
+
bucket=pulumi.get(__ret__, 'bucket'),
|
|
352
|
+
compliance_state=pulumi.get(__ret__, 'compliance_state'),
|
|
353
|
+
configuration_protected_settings=pulumi.get(__ret__, 'configuration_protected_settings'),
|
|
354
|
+
error_message=pulumi.get(__ret__, 'error_message'),
|
|
355
|
+
git_repository=pulumi.get(__ret__, 'git_repository'),
|
|
356
|
+
id=pulumi.get(__ret__, 'id'),
|
|
357
|
+
kustomizations=pulumi.get(__ret__, 'kustomizations'),
|
|
358
|
+
name=pulumi.get(__ret__, 'name'),
|
|
359
|
+
namespace=pulumi.get(__ret__, 'namespace'),
|
|
360
|
+
oci_repository=pulumi.get(__ret__, 'oci_repository'),
|
|
361
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
362
|
+
reconciliation_wait_duration=pulumi.get(__ret__, 'reconciliation_wait_duration'),
|
|
363
|
+
repository_public_key=pulumi.get(__ret__, 'repository_public_key'),
|
|
364
|
+
scope=pulumi.get(__ret__, 'scope'),
|
|
365
|
+
source_kind=pulumi.get(__ret__, 'source_kind'),
|
|
366
|
+
source_synced_commit_id=pulumi.get(__ret__, 'source_synced_commit_id'),
|
|
367
|
+
source_updated_at=pulumi.get(__ret__, 'source_updated_at'),
|
|
368
|
+
status_updated_at=pulumi.get(__ret__, 'status_updated_at'),
|
|
369
|
+
statuses=pulumi.get(__ret__, 'statuses'),
|
|
370
|
+
suspend=pulumi.get(__ret__, 'suspend'),
|
|
371
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
372
|
+
type=pulumi.get(__ret__, 'type'),
|
|
373
|
+
wait_for_reconciliation=pulumi.get(__ret__, 'wait_for_reconciliation'))
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
@_utilities.lift_output_func(get_flux_configuration)
|
|
377
|
+
def get_flux_configuration_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
378
|
+
cluster_resource_name: Optional[pulumi.Input[str]] = None,
|
|
379
|
+
cluster_rp: Optional[pulumi.Input[str]] = None,
|
|
380
|
+
flux_configuration_name: Optional[pulumi.Input[str]] = None,
|
|
381
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
382
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetFluxConfigurationResult]:
|
|
383
|
+
"""
|
|
384
|
+
Gets details of the Flux Configuration.
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
:param str cluster_name: The name of the kubernetes cluster.
|
|
388
|
+
:param str cluster_resource_name: The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
|
|
389
|
+
:param str cluster_rp: The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
|
|
390
|
+
:param str flux_configuration_name: Name of the Flux Configuration.
|
|
391
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
392
|
+
"""
|
|
393
|
+
...
|