pulumi-azure-native 2.34.0__py3-none-any.whl → 2.34.1a1712062553__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.34.1a1712062553.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/RECORD +231 -155
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1356 @@
|
|
|
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 ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'AzureBlobDefinitionArgs',
|
|
15
|
+
'BucketDefinitionArgs',
|
|
16
|
+
'GitRepositoryDefinitionArgs',
|
|
17
|
+
'KustomizationDefinitionArgs',
|
|
18
|
+
'LayerSelectorDefinitionArgs',
|
|
19
|
+
'ManagedIdentityDefinitionArgs',
|
|
20
|
+
'MatchOidcIdentityDefinitionArgs',
|
|
21
|
+
'OCIRepositoryDefinitionArgs',
|
|
22
|
+
'OCIRepositoryRefDefinitionArgs',
|
|
23
|
+
'PostBuildDefinitionArgs',
|
|
24
|
+
'RepositoryRefDefinitionArgs',
|
|
25
|
+
'ServicePrincipalDefinitionArgs',
|
|
26
|
+
'SubstituteFromDefinitionArgs',
|
|
27
|
+
'TlsConfigDefinitionArgs',
|
|
28
|
+
'VerifyDefinitionArgs',
|
|
29
|
+
]
|
|
30
|
+
|
|
31
|
+
@pulumi.input_type
|
|
32
|
+
class AzureBlobDefinitionArgs:
|
|
33
|
+
def __init__(__self__, *,
|
|
34
|
+
account_key: Optional[pulumi.Input[str]] = None,
|
|
35
|
+
container_name: Optional[pulumi.Input[str]] = None,
|
|
36
|
+
local_auth_ref: Optional[pulumi.Input[str]] = None,
|
|
37
|
+
managed_identity: Optional[pulumi.Input['ManagedIdentityDefinitionArgs']] = None,
|
|
38
|
+
sas_token: Optional[pulumi.Input[str]] = None,
|
|
39
|
+
service_principal: Optional[pulumi.Input['ServicePrincipalDefinitionArgs']] = None,
|
|
40
|
+
sync_interval_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
41
|
+
timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
42
|
+
url: Optional[pulumi.Input[str]] = None):
|
|
43
|
+
"""
|
|
44
|
+
Parameters to reconcile to the AzureBlob source kind type.
|
|
45
|
+
:param pulumi.Input[str] account_key: The account key (shared key) to access the storage account
|
|
46
|
+
:param pulumi.Input[str] container_name: The Azure Blob container name to sync from the url endpoint for the flux configuration.
|
|
47
|
+
:param pulumi.Input[str] local_auth_ref: Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
|
|
48
|
+
:param pulumi.Input['ManagedIdentityDefinitionArgs'] managed_identity: Parameters to authenticate using a Managed Identity.
|
|
49
|
+
:param pulumi.Input[str] sas_token: The Shared Access token to access the storage container
|
|
50
|
+
:param pulumi.Input['ServicePrincipalDefinitionArgs'] service_principal: Parameters to authenticate using Service Principal.
|
|
51
|
+
:param pulumi.Input[float] sync_interval_in_seconds: The interval at which to re-reconcile the cluster Azure Blob source with the remote.
|
|
52
|
+
:param pulumi.Input[float] timeout_in_seconds: The maximum time to attempt to reconcile the cluster Azure Blob source with the remote.
|
|
53
|
+
:param pulumi.Input[str] url: The URL to sync for the flux configuration Azure Blob storage account.
|
|
54
|
+
"""
|
|
55
|
+
if account_key is not None:
|
|
56
|
+
pulumi.set(__self__, "account_key", account_key)
|
|
57
|
+
if container_name is not None:
|
|
58
|
+
pulumi.set(__self__, "container_name", container_name)
|
|
59
|
+
if local_auth_ref is not None:
|
|
60
|
+
pulumi.set(__self__, "local_auth_ref", local_auth_ref)
|
|
61
|
+
if managed_identity is not None:
|
|
62
|
+
pulumi.set(__self__, "managed_identity", managed_identity)
|
|
63
|
+
if sas_token is not None:
|
|
64
|
+
pulumi.set(__self__, "sas_token", sas_token)
|
|
65
|
+
if service_principal is not None:
|
|
66
|
+
pulumi.set(__self__, "service_principal", service_principal)
|
|
67
|
+
if sync_interval_in_seconds is None:
|
|
68
|
+
sync_interval_in_seconds = 600
|
|
69
|
+
if sync_interval_in_seconds is not None:
|
|
70
|
+
pulumi.set(__self__, "sync_interval_in_seconds", sync_interval_in_seconds)
|
|
71
|
+
if timeout_in_seconds is None:
|
|
72
|
+
timeout_in_seconds = 600
|
|
73
|
+
if timeout_in_seconds is not None:
|
|
74
|
+
pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
|
|
75
|
+
if url is not None:
|
|
76
|
+
pulumi.set(__self__, "url", url)
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="accountKey")
|
|
80
|
+
def account_key(self) -> Optional[pulumi.Input[str]]:
|
|
81
|
+
"""
|
|
82
|
+
The account key (shared key) to access the storage account
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "account_key")
|
|
85
|
+
|
|
86
|
+
@account_key.setter
|
|
87
|
+
def account_key(self, value: Optional[pulumi.Input[str]]):
|
|
88
|
+
pulumi.set(self, "account_key", value)
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="containerName")
|
|
92
|
+
def container_name(self) -> Optional[pulumi.Input[str]]:
|
|
93
|
+
"""
|
|
94
|
+
The Azure Blob container name to sync from the url endpoint for the flux configuration.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "container_name")
|
|
97
|
+
|
|
98
|
+
@container_name.setter
|
|
99
|
+
def container_name(self, value: Optional[pulumi.Input[str]]):
|
|
100
|
+
pulumi.set(self, "container_name", value)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="localAuthRef")
|
|
104
|
+
def local_auth_ref(self) -> Optional[pulumi.Input[str]]:
|
|
105
|
+
"""
|
|
106
|
+
Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "local_auth_ref")
|
|
109
|
+
|
|
110
|
+
@local_auth_ref.setter
|
|
111
|
+
def local_auth_ref(self, value: Optional[pulumi.Input[str]]):
|
|
112
|
+
pulumi.set(self, "local_auth_ref", value)
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter(name="managedIdentity")
|
|
116
|
+
def managed_identity(self) -> Optional[pulumi.Input['ManagedIdentityDefinitionArgs']]:
|
|
117
|
+
"""
|
|
118
|
+
Parameters to authenticate using a Managed Identity.
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "managed_identity")
|
|
121
|
+
|
|
122
|
+
@managed_identity.setter
|
|
123
|
+
def managed_identity(self, value: Optional[pulumi.Input['ManagedIdentityDefinitionArgs']]):
|
|
124
|
+
pulumi.set(self, "managed_identity", value)
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="sasToken")
|
|
128
|
+
def sas_token(self) -> Optional[pulumi.Input[str]]:
|
|
129
|
+
"""
|
|
130
|
+
The Shared Access token to access the storage container
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "sas_token")
|
|
133
|
+
|
|
134
|
+
@sas_token.setter
|
|
135
|
+
def sas_token(self, value: Optional[pulumi.Input[str]]):
|
|
136
|
+
pulumi.set(self, "sas_token", value)
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="servicePrincipal")
|
|
140
|
+
def service_principal(self) -> Optional[pulumi.Input['ServicePrincipalDefinitionArgs']]:
|
|
141
|
+
"""
|
|
142
|
+
Parameters to authenticate using Service Principal.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "service_principal")
|
|
145
|
+
|
|
146
|
+
@service_principal.setter
|
|
147
|
+
def service_principal(self, value: Optional[pulumi.Input['ServicePrincipalDefinitionArgs']]):
|
|
148
|
+
pulumi.set(self, "service_principal", value)
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
@pulumi.getter(name="syncIntervalInSeconds")
|
|
152
|
+
def sync_interval_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
153
|
+
"""
|
|
154
|
+
The interval at which to re-reconcile the cluster Azure Blob source with the remote.
|
|
155
|
+
"""
|
|
156
|
+
return pulumi.get(self, "sync_interval_in_seconds")
|
|
157
|
+
|
|
158
|
+
@sync_interval_in_seconds.setter
|
|
159
|
+
def sync_interval_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
160
|
+
pulumi.set(self, "sync_interval_in_seconds", value)
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="timeoutInSeconds")
|
|
164
|
+
def timeout_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
165
|
+
"""
|
|
166
|
+
The maximum time to attempt to reconcile the cluster Azure Blob source with the remote.
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "timeout_in_seconds")
|
|
169
|
+
|
|
170
|
+
@timeout_in_seconds.setter
|
|
171
|
+
def timeout_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
172
|
+
pulumi.set(self, "timeout_in_seconds", value)
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter
|
|
176
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
177
|
+
"""
|
|
178
|
+
The URL to sync for the flux configuration Azure Blob storage account.
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "url")
|
|
181
|
+
|
|
182
|
+
@url.setter
|
|
183
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
184
|
+
pulumi.set(self, "url", value)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
@pulumi.input_type
|
|
188
|
+
class BucketDefinitionArgs:
|
|
189
|
+
def __init__(__self__, *,
|
|
190
|
+
access_key: Optional[pulumi.Input[str]] = None,
|
|
191
|
+
bucket_name: Optional[pulumi.Input[str]] = None,
|
|
192
|
+
insecure: Optional[pulumi.Input[bool]] = None,
|
|
193
|
+
local_auth_ref: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
sync_interval_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
195
|
+
timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
196
|
+
url: Optional[pulumi.Input[str]] = None):
|
|
197
|
+
"""
|
|
198
|
+
Parameters to reconcile to the Bucket source kind type.
|
|
199
|
+
:param pulumi.Input[str] access_key: Plaintext access key used to securely access the S3 bucket
|
|
200
|
+
:param pulumi.Input[str] bucket_name: The bucket name to sync from the url endpoint for the flux configuration.
|
|
201
|
+
:param pulumi.Input[bool] insecure: Specify whether to use insecure communication when puling data from the S3 bucket.
|
|
202
|
+
:param pulumi.Input[str] local_auth_ref: Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
|
|
203
|
+
:param pulumi.Input[float] sync_interval_in_seconds: The interval at which to re-reconcile the cluster bucket source with the remote.
|
|
204
|
+
:param pulumi.Input[float] timeout_in_seconds: The maximum time to attempt to reconcile the cluster bucket source with the remote.
|
|
205
|
+
:param pulumi.Input[str] url: The URL to sync for the flux configuration S3 bucket.
|
|
206
|
+
"""
|
|
207
|
+
if access_key is not None:
|
|
208
|
+
pulumi.set(__self__, "access_key", access_key)
|
|
209
|
+
if bucket_name is not None:
|
|
210
|
+
pulumi.set(__self__, "bucket_name", bucket_name)
|
|
211
|
+
if insecure is None:
|
|
212
|
+
insecure = True
|
|
213
|
+
if insecure is not None:
|
|
214
|
+
pulumi.set(__self__, "insecure", insecure)
|
|
215
|
+
if local_auth_ref is not None:
|
|
216
|
+
pulumi.set(__self__, "local_auth_ref", local_auth_ref)
|
|
217
|
+
if sync_interval_in_seconds is None:
|
|
218
|
+
sync_interval_in_seconds = 600
|
|
219
|
+
if sync_interval_in_seconds is not None:
|
|
220
|
+
pulumi.set(__self__, "sync_interval_in_seconds", sync_interval_in_seconds)
|
|
221
|
+
if timeout_in_seconds is None:
|
|
222
|
+
timeout_in_seconds = 600
|
|
223
|
+
if timeout_in_seconds is not None:
|
|
224
|
+
pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
|
|
225
|
+
if url is not None:
|
|
226
|
+
pulumi.set(__self__, "url", url)
|
|
227
|
+
|
|
228
|
+
@property
|
|
229
|
+
@pulumi.getter(name="accessKey")
|
|
230
|
+
def access_key(self) -> Optional[pulumi.Input[str]]:
|
|
231
|
+
"""
|
|
232
|
+
Plaintext access key used to securely access the S3 bucket
|
|
233
|
+
"""
|
|
234
|
+
return pulumi.get(self, "access_key")
|
|
235
|
+
|
|
236
|
+
@access_key.setter
|
|
237
|
+
def access_key(self, value: Optional[pulumi.Input[str]]):
|
|
238
|
+
pulumi.set(self, "access_key", value)
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter(name="bucketName")
|
|
242
|
+
def bucket_name(self) -> Optional[pulumi.Input[str]]:
|
|
243
|
+
"""
|
|
244
|
+
The bucket name to sync from the url endpoint for the flux configuration.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "bucket_name")
|
|
247
|
+
|
|
248
|
+
@bucket_name.setter
|
|
249
|
+
def bucket_name(self, value: Optional[pulumi.Input[str]]):
|
|
250
|
+
pulumi.set(self, "bucket_name", value)
|
|
251
|
+
|
|
252
|
+
@property
|
|
253
|
+
@pulumi.getter
|
|
254
|
+
def insecure(self) -> Optional[pulumi.Input[bool]]:
|
|
255
|
+
"""
|
|
256
|
+
Specify whether to use insecure communication when puling data from the S3 bucket.
|
|
257
|
+
"""
|
|
258
|
+
return pulumi.get(self, "insecure")
|
|
259
|
+
|
|
260
|
+
@insecure.setter
|
|
261
|
+
def insecure(self, value: Optional[pulumi.Input[bool]]):
|
|
262
|
+
pulumi.set(self, "insecure", value)
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter(name="localAuthRef")
|
|
266
|
+
def local_auth_ref(self) -> Optional[pulumi.Input[str]]:
|
|
267
|
+
"""
|
|
268
|
+
Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "local_auth_ref")
|
|
271
|
+
|
|
272
|
+
@local_auth_ref.setter
|
|
273
|
+
def local_auth_ref(self, value: Optional[pulumi.Input[str]]):
|
|
274
|
+
pulumi.set(self, "local_auth_ref", value)
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
@pulumi.getter(name="syncIntervalInSeconds")
|
|
278
|
+
def sync_interval_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
279
|
+
"""
|
|
280
|
+
The interval at which to re-reconcile the cluster bucket source with the remote.
|
|
281
|
+
"""
|
|
282
|
+
return pulumi.get(self, "sync_interval_in_seconds")
|
|
283
|
+
|
|
284
|
+
@sync_interval_in_seconds.setter
|
|
285
|
+
def sync_interval_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
286
|
+
pulumi.set(self, "sync_interval_in_seconds", value)
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter(name="timeoutInSeconds")
|
|
290
|
+
def timeout_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
291
|
+
"""
|
|
292
|
+
The maximum time to attempt to reconcile the cluster bucket source with the remote.
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "timeout_in_seconds")
|
|
295
|
+
|
|
296
|
+
@timeout_in_seconds.setter
|
|
297
|
+
def timeout_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
298
|
+
pulumi.set(self, "timeout_in_seconds", value)
|
|
299
|
+
|
|
300
|
+
@property
|
|
301
|
+
@pulumi.getter
|
|
302
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
303
|
+
"""
|
|
304
|
+
The URL to sync for the flux configuration S3 bucket.
|
|
305
|
+
"""
|
|
306
|
+
return pulumi.get(self, "url")
|
|
307
|
+
|
|
308
|
+
@url.setter
|
|
309
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
310
|
+
pulumi.set(self, "url", value)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
@pulumi.input_type
|
|
314
|
+
class GitRepositoryDefinitionArgs:
|
|
315
|
+
def __init__(__self__, *,
|
|
316
|
+
https_ca_cert: Optional[pulumi.Input[str]] = None,
|
|
317
|
+
https_user: Optional[pulumi.Input[str]] = None,
|
|
318
|
+
local_auth_ref: Optional[pulumi.Input[str]] = None,
|
|
319
|
+
repository_ref: Optional[pulumi.Input['RepositoryRefDefinitionArgs']] = None,
|
|
320
|
+
ssh_known_hosts: Optional[pulumi.Input[str]] = None,
|
|
321
|
+
sync_interval_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
322
|
+
timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
323
|
+
url: Optional[pulumi.Input[str]] = None):
|
|
324
|
+
"""
|
|
325
|
+
Parameters to reconcile to the GitRepository source kind type.
|
|
326
|
+
:param pulumi.Input[str] https_ca_cert: Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS
|
|
327
|
+
:param pulumi.Input[str] https_user: Plaintext HTTPS username used to access private git repositories over HTTPS
|
|
328
|
+
:param pulumi.Input[str] local_auth_ref: Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
|
|
329
|
+
:param pulumi.Input['RepositoryRefDefinitionArgs'] repository_ref: The source reference for the GitRepository object.
|
|
330
|
+
:param pulumi.Input[str] ssh_known_hosts: Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH
|
|
331
|
+
:param pulumi.Input[float] sync_interval_in_seconds: The interval at which to re-reconcile the cluster git repository source with the remote.
|
|
332
|
+
:param pulumi.Input[float] timeout_in_seconds: The maximum time to attempt to reconcile the cluster git repository source with the remote.
|
|
333
|
+
:param pulumi.Input[str] url: The URL to sync for the flux configuration git repository.
|
|
334
|
+
"""
|
|
335
|
+
if https_ca_cert is not None:
|
|
336
|
+
pulumi.set(__self__, "https_ca_cert", https_ca_cert)
|
|
337
|
+
if https_user is not None:
|
|
338
|
+
pulumi.set(__self__, "https_user", https_user)
|
|
339
|
+
if local_auth_ref is not None:
|
|
340
|
+
pulumi.set(__self__, "local_auth_ref", local_auth_ref)
|
|
341
|
+
if repository_ref is not None:
|
|
342
|
+
pulumi.set(__self__, "repository_ref", repository_ref)
|
|
343
|
+
if ssh_known_hosts is not None:
|
|
344
|
+
pulumi.set(__self__, "ssh_known_hosts", ssh_known_hosts)
|
|
345
|
+
if sync_interval_in_seconds is None:
|
|
346
|
+
sync_interval_in_seconds = 600
|
|
347
|
+
if sync_interval_in_seconds is not None:
|
|
348
|
+
pulumi.set(__self__, "sync_interval_in_seconds", sync_interval_in_seconds)
|
|
349
|
+
if timeout_in_seconds is None:
|
|
350
|
+
timeout_in_seconds = 600
|
|
351
|
+
if timeout_in_seconds is not None:
|
|
352
|
+
pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
|
|
353
|
+
if url is not None:
|
|
354
|
+
pulumi.set(__self__, "url", url)
|
|
355
|
+
|
|
356
|
+
@property
|
|
357
|
+
@pulumi.getter(name="httpsCACert")
|
|
358
|
+
def https_ca_cert(self) -> Optional[pulumi.Input[str]]:
|
|
359
|
+
"""
|
|
360
|
+
Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS
|
|
361
|
+
"""
|
|
362
|
+
return pulumi.get(self, "https_ca_cert")
|
|
363
|
+
|
|
364
|
+
@https_ca_cert.setter
|
|
365
|
+
def https_ca_cert(self, value: Optional[pulumi.Input[str]]):
|
|
366
|
+
pulumi.set(self, "https_ca_cert", value)
|
|
367
|
+
|
|
368
|
+
@property
|
|
369
|
+
@pulumi.getter(name="httpsUser")
|
|
370
|
+
def https_user(self) -> Optional[pulumi.Input[str]]:
|
|
371
|
+
"""
|
|
372
|
+
Plaintext HTTPS username used to access private git repositories over HTTPS
|
|
373
|
+
"""
|
|
374
|
+
return pulumi.get(self, "https_user")
|
|
375
|
+
|
|
376
|
+
@https_user.setter
|
|
377
|
+
def https_user(self, value: Optional[pulumi.Input[str]]):
|
|
378
|
+
pulumi.set(self, "https_user", value)
|
|
379
|
+
|
|
380
|
+
@property
|
|
381
|
+
@pulumi.getter(name="localAuthRef")
|
|
382
|
+
def local_auth_ref(self) -> Optional[pulumi.Input[str]]:
|
|
383
|
+
"""
|
|
384
|
+
Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
|
|
385
|
+
"""
|
|
386
|
+
return pulumi.get(self, "local_auth_ref")
|
|
387
|
+
|
|
388
|
+
@local_auth_ref.setter
|
|
389
|
+
def local_auth_ref(self, value: Optional[pulumi.Input[str]]):
|
|
390
|
+
pulumi.set(self, "local_auth_ref", value)
|
|
391
|
+
|
|
392
|
+
@property
|
|
393
|
+
@pulumi.getter(name="repositoryRef")
|
|
394
|
+
def repository_ref(self) -> Optional[pulumi.Input['RepositoryRefDefinitionArgs']]:
|
|
395
|
+
"""
|
|
396
|
+
The source reference for the GitRepository object.
|
|
397
|
+
"""
|
|
398
|
+
return pulumi.get(self, "repository_ref")
|
|
399
|
+
|
|
400
|
+
@repository_ref.setter
|
|
401
|
+
def repository_ref(self, value: Optional[pulumi.Input['RepositoryRefDefinitionArgs']]):
|
|
402
|
+
pulumi.set(self, "repository_ref", value)
|
|
403
|
+
|
|
404
|
+
@property
|
|
405
|
+
@pulumi.getter(name="sshKnownHosts")
|
|
406
|
+
def ssh_known_hosts(self) -> Optional[pulumi.Input[str]]:
|
|
407
|
+
"""
|
|
408
|
+
Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH
|
|
409
|
+
"""
|
|
410
|
+
return pulumi.get(self, "ssh_known_hosts")
|
|
411
|
+
|
|
412
|
+
@ssh_known_hosts.setter
|
|
413
|
+
def ssh_known_hosts(self, value: Optional[pulumi.Input[str]]):
|
|
414
|
+
pulumi.set(self, "ssh_known_hosts", value)
|
|
415
|
+
|
|
416
|
+
@property
|
|
417
|
+
@pulumi.getter(name="syncIntervalInSeconds")
|
|
418
|
+
def sync_interval_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
419
|
+
"""
|
|
420
|
+
The interval at which to re-reconcile the cluster git repository source with the remote.
|
|
421
|
+
"""
|
|
422
|
+
return pulumi.get(self, "sync_interval_in_seconds")
|
|
423
|
+
|
|
424
|
+
@sync_interval_in_seconds.setter
|
|
425
|
+
def sync_interval_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
426
|
+
pulumi.set(self, "sync_interval_in_seconds", value)
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter(name="timeoutInSeconds")
|
|
430
|
+
def timeout_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
431
|
+
"""
|
|
432
|
+
The maximum time to attempt to reconcile the cluster git repository source with the remote.
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "timeout_in_seconds")
|
|
435
|
+
|
|
436
|
+
@timeout_in_seconds.setter
|
|
437
|
+
def timeout_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
438
|
+
pulumi.set(self, "timeout_in_seconds", value)
|
|
439
|
+
|
|
440
|
+
@property
|
|
441
|
+
@pulumi.getter
|
|
442
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
443
|
+
"""
|
|
444
|
+
The URL to sync for the flux configuration git repository.
|
|
445
|
+
"""
|
|
446
|
+
return pulumi.get(self, "url")
|
|
447
|
+
|
|
448
|
+
@url.setter
|
|
449
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
450
|
+
pulumi.set(self, "url", value)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
@pulumi.input_type
|
|
454
|
+
class KustomizationDefinitionArgs:
|
|
455
|
+
def __init__(__self__, *,
|
|
456
|
+
depends_on: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
457
|
+
force: Optional[pulumi.Input[bool]] = None,
|
|
458
|
+
path: Optional[pulumi.Input[str]] = None,
|
|
459
|
+
post_build: Optional[pulumi.Input['PostBuildDefinitionArgs']] = None,
|
|
460
|
+
prune: Optional[pulumi.Input[bool]] = None,
|
|
461
|
+
retry_interval_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
462
|
+
sync_interval_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
463
|
+
timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
464
|
+
wait: Optional[pulumi.Input[bool]] = None):
|
|
465
|
+
"""
|
|
466
|
+
The Kustomization defining how to reconcile the artifact pulled by the source type on the cluster.
|
|
467
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] depends_on: Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.
|
|
468
|
+
:param pulumi.Input[bool] force: Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.
|
|
469
|
+
:param pulumi.Input[str] path: The path in the source reference to reconcile on the cluster.
|
|
470
|
+
:param pulumi.Input['PostBuildDefinitionArgs'] post_build: Used for variable substitution for this Kustomization after kustomize build.
|
|
471
|
+
:param pulumi.Input[bool] prune: Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
|
|
472
|
+
:param pulumi.Input[float] retry_interval_in_seconds: The interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
|
|
473
|
+
:param pulumi.Input[float] sync_interval_in_seconds: The interval at which to re-reconcile the Kustomization on the cluster.
|
|
474
|
+
:param pulumi.Input[float] timeout_in_seconds: The maximum time to attempt to reconcile the Kustomization on the cluster.
|
|
475
|
+
:param pulumi.Input[bool] wait: Enable/disable health check for all Kubernetes objects created by this Kustomization.
|
|
476
|
+
"""
|
|
477
|
+
if depends_on is not None:
|
|
478
|
+
pulumi.set(__self__, "depends_on", depends_on)
|
|
479
|
+
if force is None:
|
|
480
|
+
force = False
|
|
481
|
+
if force is not None:
|
|
482
|
+
pulumi.set(__self__, "force", force)
|
|
483
|
+
if path is None:
|
|
484
|
+
path = ''
|
|
485
|
+
if path is not None:
|
|
486
|
+
pulumi.set(__self__, "path", path)
|
|
487
|
+
if post_build is not None:
|
|
488
|
+
pulumi.set(__self__, "post_build", post_build)
|
|
489
|
+
if prune is None:
|
|
490
|
+
prune = False
|
|
491
|
+
if prune is not None:
|
|
492
|
+
pulumi.set(__self__, "prune", prune)
|
|
493
|
+
if retry_interval_in_seconds is not None:
|
|
494
|
+
pulumi.set(__self__, "retry_interval_in_seconds", retry_interval_in_seconds)
|
|
495
|
+
if sync_interval_in_seconds is None:
|
|
496
|
+
sync_interval_in_seconds = 600
|
|
497
|
+
if sync_interval_in_seconds is not None:
|
|
498
|
+
pulumi.set(__self__, "sync_interval_in_seconds", sync_interval_in_seconds)
|
|
499
|
+
if timeout_in_seconds is None:
|
|
500
|
+
timeout_in_seconds = 600
|
|
501
|
+
if timeout_in_seconds is not None:
|
|
502
|
+
pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
|
|
503
|
+
if wait is None:
|
|
504
|
+
wait = True
|
|
505
|
+
if wait is not None:
|
|
506
|
+
pulumi.set(__self__, "wait", wait)
|
|
507
|
+
|
|
508
|
+
@property
|
|
509
|
+
@pulumi.getter(name="dependsOn")
|
|
510
|
+
def depends_on(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
511
|
+
"""
|
|
512
|
+
Specifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.
|
|
513
|
+
"""
|
|
514
|
+
return pulumi.get(self, "depends_on")
|
|
515
|
+
|
|
516
|
+
@depends_on.setter
|
|
517
|
+
def depends_on(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
518
|
+
pulumi.set(self, "depends_on", value)
|
|
519
|
+
|
|
520
|
+
@property
|
|
521
|
+
@pulumi.getter
|
|
522
|
+
def force(self) -> Optional[pulumi.Input[bool]]:
|
|
523
|
+
"""
|
|
524
|
+
Enable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.
|
|
525
|
+
"""
|
|
526
|
+
return pulumi.get(self, "force")
|
|
527
|
+
|
|
528
|
+
@force.setter
|
|
529
|
+
def force(self, value: Optional[pulumi.Input[bool]]):
|
|
530
|
+
pulumi.set(self, "force", value)
|
|
531
|
+
|
|
532
|
+
@property
|
|
533
|
+
@pulumi.getter
|
|
534
|
+
def path(self) -> Optional[pulumi.Input[str]]:
|
|
535
|
+
"""
|
|
536
|
+
The path in the source reference to reconcile on the cluster.
|
|
537
|
+
"""
|
|
538
|
+
return pulumi.get(self, "path")
|
|
539
|
+
|
|
540
|
+
@path.setter
|
|
541
|
+
def path(self, value: Optional[pulumi.Input[str]]):
|
|
542
|
+
pulumi.set(self, "path", value)
|
|
543
|
+
|
|
544
|
+
@property
|
|
545
|
+
@pulumi.getter(name="postBuild")
|
|
546
|
+
def post_build(self) -> Optional[pulumi.Input['PostBuildDefinitionArgs']]:
|
|
547
|
+
"""
|
|
548
|
+
Used for variable substitution for this Kustomization after kustomize build.
|
|
549
|
+
"""
|
|
550
|
+
return pulumi.get(self, "post_build")
|
|
551
|
+
|
|
552
|
+
@post_build.setter
|
|
553
|
+
def post_build(self, value: Optional[pulumi.Input['PostBuildDefinitionArgs']]):
|
|
554
|
+
pulumi.set(self, "post_build", value)
|
|
555
|
+
|
|
556
|
+
@property
|
|
557
|
+
@pulumi.getter
|
|
558
|
+
def prune(self) -> Optional[pulumi.Input[bool]]:
|
|
559
|
+
"""
|
|
560
|
+
Enable/disable garbage collections of Kubernetes objects created by this Kustomization.
|
|
561
|
+
"""
|
|
562
|
+
return pulumi.get(self, "prune")
|
|
563
|
+
|
|
564
|
+
@prune.setter
|
|
565
|
+
def prune(self, value: Optional[pulumi.Input[bool]]):
|
|
566
|
+
pulumi.set(self, "prune", value)
|
|
567
|
+
|
|
568
|
+
@property
|
|
569
|
+
@pulumi.getter(name="retryIntervalInSeconds")
|
|
570
|
+
def retry_interval_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
571
|
+
"""
|
|
572
|
+
The interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
|
|
573
|
+
"""
|
|
574
|
+
return pulumi.get(self, "retry_interval_in_seconds")
|
|
575
|
+
|
|
576
|
+
@retry_interval_in_seconds.setter
|
|
577
|
+
def retry_interval_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
578
|
+
pulumi.set(self, "retry_interval_in_seconds", value)
|
|
579
|
+
|
|
580
|
+
@property
|
|
581
|
+
@pulumi.getter(name="syncIntervalInSeconds")
|
|
582
|
+
def sync_interval_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
583
|
+
"""
|
|
584
|
+
The interval at which to re-reconcile the Kustomization on the cluster.
|
|
585
|
+
"""
|
|
586
|
+
return pulumi.get(self, "sync_interval_in_seconds")
|
|
587
|
+
|
|
588
|
+
@sync_interval_in_seconds.setter
|
|
589
|
+
def sync_interval_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
590
|
+
pulumi.set(self, "sync_interval_in_seconds", value)
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
@pulumi.getter(name="timeoutInSeconds")
|
|
594
|
+
def timeout_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
595
|
+
"""
|
|
596
|
+
The maximum time to attempt to reconcile the Kustomization on the cluster.
|
|
597
|
+
"""
|
|
598
|
+
return pulumi.get(self, "timeout_in_seconds")
|
|
599
|
+
|
|
600
|
+
@timeout_in_seconds.setter
|
|
601
|
+
def timeout_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
602
|
+
pulumi.set(self, "timeout_in_seconds", value)
|
|
603
|
+
|
|
604
|
+
@property
|
|
605
|
+
@pulumi.getter
|
|
606
|
+
def wait(self) -> Optional[pulumi.Input[bool]]:
|
|
607
|
+
"""
|
|
608
|
+
Enable/disable health check for all Kubernetes objects created by this Kustomization.
|
|
609
|
+
"""
|
|
610
|
+
return pulumi.get(self, "wait")
|
|
611
|
+
|
|
612
|
+
@wait.setter
|
|
613
|
+
def wait(self, value: Optional[pulumi.Input[bool]]):
|
|
614
|
+
pulumi.set(self, "wait", value)
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
@pulumi.input_type
|
|
618
|
+
class LayerSelectorDefinitionArgs:
|
|
619
|
+
def __init__(__self__, *,
|
|
620
|
+
media_type: Optional[pulumi.Input[str]] = None,
|
|
621
|
+
operation: Optional[pulumi.Input[Union[str, 'OperationType']]] = None):
|
|
622
|
+
"""
|
|
623
|
+
Parameters to specify which layer to pull from the OCI artifact. By default, the first layer in the artifact is pulled.
|
|
624
|
+
:param pulumi.Input[str] media_type: The first layer matching the specified media type will be used.
|
|
625
|
+
:param pulumi.Input[Union[str, 'OperationType']] operation: The operation to be performed on the selected layer. The default value is 'extract', but it can be set to 'copy'.
|
|
626
|
+
"""
|
|
627
|
+
if media_type is not None:
|
|
628
|
+
pulumi.set(__self__, "media_type", media_type)
|
|
629
|
+
if operation is not None:
|
|
630
|
+
pulumi.set(__self__, "operation", operation)
|
|
631
|
+
|
|
632
|
+
@property
|
|
633
|
+
@pulumi.getter(name="mediaType")
|
|
634
|
+
def media_type(self) -> Optional[pulumi.Input[str]]:
|
|
635
|
+
"""
|
|
636
|
+
The first layer matching the specified media type will be used.
|
|
637
|
+
"""
|
|
638
|
+
return pulumi.get(self, "media_type")
|
|
639
|
+
|
|
640
|
+
@media_type.setter
|
|
641
|
+
def media_type(self, value: Optional[pulumi.Input[str]]):
|
|
642
|
+
pulumi.set(self, "media_type", value)
|
|
643
|
+
|
|
644
|
+
@property
|
|
645
|
+
@pulumi.getter
|
|
646
|
+
def operation(self) -> Optional[pulumi.Input[Union[str, 'OperationType']]]:
|
|
647
|
+
"""
|
|
648
|
+
The operation to be performed on the selected layer. The default value is 'extract', but it can be set to 'copy'.
|
|
649
|
+
"""
|
|
650
|
+
return pulumi.get(self, "operation")
|
|
651
|
+
|
|
652
|
+
@operation.setter
|
|
653
|
+
def operation(self, value: Optional[pulumi.Input[Union[str, 'OperationType']]]):
|
|
654
|
+
pulumi.set(self, "operation", value)
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
@pulumi.input_type
|
|
658
|
+
class ManagedIdentityDefinitionArgs:
|
|
659
|
+
def __init__(__self__, *,
|
|
660
|
+
client_id: Optional[pulumi.Input[str]] = None):
|
|
661
|
+
"""
|
|
662
|
+
Parameters to authenticate using a Managed Identity.
|
|
663
|
+
:param pulumi.Input[str] client_id: The client Id for authenticating a Managed Identity.
|
|
664
|
+
"""
|
|
665
|
+
if client_id is not None:
|
|
666
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
@pulumi.getter(name="clientId")
|
|
670
|
+
def client_id(self) -> Optional[pulumi.Input[str]]:
|
|
671
|
+
"""
|
|
672
|
+
The client Id for authenticating a Managed Identity.
|
|
673
|
+
"""
|
|
674
|
+
return pulumi.get(self, "client_id")
|
|
675
|
+
|
|
676
|
+
@client_id.setter
|
|
677
|
+
def client_id(self, value: Optional[pulumi.Input[str]]):
|
|
678
|
+
pulumi.set(self, "client_id", value)
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
@pulumi.input_type
|
|
682
|
+
class MatchOidcIdentityDefinitionArgs:
|
|
683
|
+
def __init__(__self__, *,
|
|
684
|
+
issuer: Optional[pulumi.Input[str]] = None,
|
|
685
|
+
subject: Optional[pulumi.Input[str]] = None):
|
|
686
|
+
"""
|
|
687
|
+
MatchOIDCIdentity defines the criteria for matching the identity while verifying an OCI artifact.
|
|
688
|
+
:param pulumi.Input[str] issuer: The regex pattern to match against to verify the OIDC issuer.
|
|
689
|
+
:param pulumi.Input[str] subject: The regex pattern to match against to verify the identity subject.
|
|
690
|
+
"""
|
|
691
|
+
if issuer is not None:
|
|
692
|
+
pulumi.set(__self__, "issuer", issuer)
|
|
693
|
+
if subject is not None:
|
|
694
|
+
pulumi.set(__self__, "subject", subject)
|
|
695
|
+
|
|
696
|
+
@property
|
|
697
|
+
@pulumi.getter
|
|
698
|
+
def issuer(self) -> Optional[pulumi.Input[str]]:
|
|
699
|
+
"""
|
|
700
|
+
The regex pattern to match against to verify the OIDC issuer.
|
|
701
|
+
"""
|
|
702
|
+
return pulumi.get(self, "issuer")
|
|
703
|
+
|
|
704
|
+
@issuer.setter
|
|
705
|
+
def issuer(self, value: Optional[pulumi.Input[str]]):
|
|
706
|
+
pulumi.set(self, "issuer", value)
|
|
707
|
+
|
|
708
|
+
@property
|
|
709
|
+
@pulumi.getter
|
|
710
|
+
def subject(self) -> Optional[pulumi.Input[str]]:
|
|
711
|
+
"""
|
|
712
|
+
The regex pattern to match against to verify the identity subject.
|
|
713
|
+
"""
|
|
714
|
+
return pulumi.get(self, "subject")
|
|
715
|
+
|
|
716
|
+
@subject.setter
|
|
717
|
+
def subject(self, value: Optional[pulumi.Input[str]]):
|
|
718
|
+
pulumi.set(self, "subject", value)
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
@pulumi.input_type
|
|
722
|
+
class OCIRepositoryDefinitionArgs:
|
|
723
|
+
def __init__(__self__, *,
|
|
724
|
+
insecure: Optional[pulumi.Input[bool]] = None,
|
|
725
|
+
layer_selector: Optional[pulumi.Input['LayerSelectorDefinitionArgs']] = None,
|
|
726
|
+
local_auth_ref: Optional[pulumi.Input[str]] = None,
|
|
727
|
+
repository_ref: Optional[pulumi.Input['OCIRepositoryRefDefinitionArgs']] = None,
|
|
728
|
+
service_account_name: Optional[pulumi.Input[str]] = None,
|
|
729
|
+
sync_interval_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
730
|
+
timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
|
731
|
+
tls_config: Optional[pulumi.Input['TlsConfigDefinitionArgs']] = None,
|
|
732
|
+
url: Optional[pulumi.Input[str]] = None,
|
|
733
|
+
use_workload_identity: Optional[pulumi.Input[bool]] = None,
|
|
734
|
+
verify: Optional[pulumi.Input['VerifyDefinitionArgs']] = None):
|
|
735
|
+
"""
|
|
736
|
+
Parameters to reconcile to the OCIRepository source kind type.
|
|
737
|
+
:param pulumi.Input[bool] insecure: Specify whether to allow connecting to a non-TLS HTTP container registry.
|
|
738
|
+
:param pulumi.Input['LayerSelectorDefinitionArgs'] layer_selector: The layer to be pulled from the OCI artifact.
|
|
739
|
+
:param pulumi.Input[str] local_auth_ref: Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
|
|
740
|
+
:param pulumi.Input['OCIRepositoryRefDefinitionArgs'] repository_ref: The source reference for the OCIRepository object.
|
|
741
|
+
:param pulumi.Input[str] service_account_name: The service account name to authenticate with the OCI repository.
|
|
742
|
+
:param pulumi.Input[float] sync_interval_in_seconds: The interval at which to re-reconcile the cluster OCI repository source with the remote.
|
|
743
|
+
:param pulumi.Input[float] timeout_in_seconds: The maximum time to attempt to reconcile the cluster OCI repository source with the remote.
|
|
744
|
+
:param pulumi.Input['TlsConfigDefinitionArgs'] tls_config: Parameters to authenticate using TLS config for OCI repository.
|
|
745
|
+
:param pulumi.Input[str] url: The URL to sync for the flux configuration OCI repository.
|
|
746
|
+
:param pulumi.Input[bool] use_workload_identity: Specifies whether to use Workload Identity to authenticate with the OCI repository.
|
|
747
|
+
:param pulumi.Input['VerifyDefinitionArgs'] verify: Verification of the authenticity of an OCI Artifact.
|
|
748
|
+
"""
|
|
749
|
+
if insecure is None:
|
|
750
|
+
insecure = False
|
|
751
|
+
if insecure is not None:
|
|
752
|
+
pulumi.set(__self__, "insecure", insecure)
|
|
753
|
+
if layer_selector is not None:
|
|
754
|
+
pulumi.set(__self__, "layer_selector", layer_selector)
|
|
755
|
+
if local_auth_ref is not None:
|
|
756
|
+
pulumi.set(__self__, "local_auth_ref", local_auth_ref)
|
|
757
|
+
if repository_ref is not None:
|
|
758
|
+
pulumi.set(__self__, "repository_ref", repository_ref)
|
|
759
|
+
if service_account_name is not None:
|
|
760
|
+
pulumi.set(__self__, "service_account_name", service_account_name)
|
|
761
|
+
if sync_interval_in_seconds is None:
|
|
762
|
+
sync_interval_in_seconds = 600
|
|
763
|
+
if sync_interval_in_seconds is not None:
|
|
764
|
+
pulumi.set(__self__, "sync_interval_in_seconds", sync_interval_in_seconds)
|
|
765
|
+
if timeout_in_seconds is None:
|
|
766
|
+
timeout_in_seconds = 600
|
|
767
|
+
if timeout_in_seconds is not None:
|
|
768
|
+
pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
|
|
769
|
+
if tls_config is not None:
|
|
770
|
+
pulumi.set(__self__, "tls_config", tls_config)
|
|
771
|
+
if url is not None:
|
|
772
|
+
pulumi.set(__self__, "url", url)
|
|
773
|
+
if use_workload_identity is None:
|
|
774
|
+
use_workload_identity = False
|
|
775
|
+
if use_workload_identity is not None:
|
|
776
|
+
pulumi.set(__self__, "use_workload_identity", use_workload_identity)
|
|
777
|
+
if verify is not None:
|
|
778
|
+
pulumi.set(__self__, "verify", verify)
|
|
779
|
+
|
|
780
|
+
@property
|
|
781
|
+
@pulumi.getter
|
|
782
|
+
def insecure(self) -> Optional[pulumi.Input[bool]]:
|
|
783
|
+
"""
|
|
784
|
+
Specify whether to allow connecting to a non-TLS HTTP container registry.
|
|
785
|
+
"""
|
|
786
|
+
return pulumi.get(self, "insecure")
|
|
787
|
+
|
|
788
|
+
@insecure.setter
|
|
789
|
+
def insecure(self, value: Optional[pulumi.Input[bool]]):
|
|
790
|
+
pulumi.set(self, "insecure", value)
|
|
791
|
+
|
|
792
|
+
@property
|
|
793
|
+
@pulumi.getter(name="layerSelector")
|
|
794
|
+
def layer_selector(self) -> Optional[pulumi.Input['LayerSelectorDefinitionArgs']]:
|
|
795
|
+
"""
|
|
796
|
+
The layer to be pulled from the OCI artifact.
|
|
797
|
+
"""
|
|
798
|
+
return pulumi.get(self, "layer_selector")
|
|
799
|
+
|
|
800
|
+
@layer_selector.setter
|
|
801
|
+
def layer_selector(self, value: Optional[pulumi.Input['LayerSelectorDefinitionArgs']]):
|
|
802
|
+
pulumi.set(self, "layer_selector", value)
|
|
803
|
+
|
|
804
|
+
@property
|
|
805
|
+
@pulumi.getter(name="localAuthRef")
|
|
806
|
+
def local_auth_ref(self) -> Optional[pulumi.Input[str]]:
|
|
807
|
+
"""
|
|
808
|
+
Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
|
|
809
|
+
"""
|
|
810
|
+
return pulumi.get(self, "local_auth_ref")
|
|
811
|
+
|
|
812
|
+
@local_auth_ref.setter
|
|
813
|
+
def local_auth_ref(self, value: Optional[pulumi.Input[str]]):
|
|
814
|
+
pulumi.set(self, "local_auth_ref", value)
|
|
815
|
+
|
|
816
|
+
@property
|
|
817
|
+
@pulumi.getter(name="repositoryRef")
|
|
818
|
+
def repository_ref(self) -> Optional[pulumi.Input['OCIRepositoryRefDefinitionArgs']]:
|
|
819
|
+
"""
|
|
820
|
+
The source reference for the OCIRepository object.
|
|
821
|
+
"""
|
|
822
|
+
return pulumi.get(self, "repository_ref")
|
|
823
|
+
|
|
824
|
+
@repository_ref.setter
|
|
825
|
+
def repository_ref(self, value: Optional[pulumi.Input['OCIRepositoryRefDefinitionArgs']]):
|
|
826
|
+
pulumi.set(self, "repository_ref", value)
|
|
827
|
+
|
|
828
|
+
@property
|
|
829
|
+
@pulumi.getter(name="serviceAccountName")
|
|
830
|
+
def service_account_name(self) -> Optional[pulumi.Input[str]]:
|
|
831
|
+
"""
|
|
832
|
+
The service account name to authenticate with the OCI repository.
|
|
833
|
+
"""
|
|
834
|
+
return pulumi.get(self, "service_account_name")
|
|
835
|
+
|
|
836
|
+
@service_account_name.setter
|
|
837
|
+
def service_account_name(self, value: Optional[pulumi.Input[str]]):
|
|
838
|
+
pulumi.set(self, "service_account_name", value)
|
|
839
|
+
|
|
840
|
+
@property
|
|
841
|
+
@pulumi.getter(name="syncIntervalInSeconds")
|
|
842
|
+
def sync_interval_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
843
|
+
"""
|
|
844
|
+
The interval at which to re-reconcile the cluster OCI repository source with the remote.
|
|
845
|
+
"""
|
|
846
|
+
return pulumi.get(self, "sync_interval_in_seconds")
|
|
847
|
+
|
|
848
|
+
@sync_interval_in_seconds.setter
|
|
849
|
+
def sync_interval_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
850
|
+
pulumi.set(self, "sync_interval_in_seconds", value)
|
|
851
|
+
|
|
852
|
+
@property
|
|
853
|
+
@pulumi.getter(name="timeoutInSeconds")
|
|
854
|
+
def timeout_in_seconds(self) -> Optional[pulumi.Input[float]]:
|
|
855
|
+
"""
|
|
856
|
+
The maximum time to attempt to reconcile the cluster OCI repository source with the remote.
|
|
857
|
+
"""
|
|
858
|
+
return pulumi.get(self, "timeout_in_seconds")
|
|
859
|
+
|
|
860
|
+
@timeout_in_seconds.setter
|
|
861
|
+
def timeout_in_seconds(self, value: Optional[pulumi.Input[float]]):
|
|
862
|
+
pulumi.set(self, "timeout_in_seconds", value)
|
|
863
|
+
|
|
864
|
+
@property
|
|
865
|
+
@pulumi.getter(name="tlsConfig")
|
|
866
|
+
def tls_config(self) -> Optional[pulumi.Input['TlsConfigDefinitionArgs']]:
|
|
867
|
+
"""
|
|
868
|
+
Parameters to authenticate using TLS config for OCI repository.
|
|
869
|
+
"""
|
|
870
|
+
return pulumi.get(self, "tls_config")
|
|
871
|
+
|
|
872
|
+
@tls_config.setter
|
|
873
|
+
def tls_config(self, value: Optional[pulumi.Input['TlsConfigDefinitionArgs']]):
|
|
874
|
+
pulumi.set(self, "tls_config", value)
|
|
875
|
+
|
|
876
|
+
@property
|
|
877
|
+
@pulumi.getter
|
|
878
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
879
|
+
"""
|
|
880
|
+
The URL to sync for the flux configuration OCI repository.
|
|
881
|
+
"""
|
|
882
|
+
return pulumi.get(self, "url")
|
|
883
|
+
|
|
884
|
+
@url.setter
|
|
885
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
886
|
+
pulumi.set(self, "url", value)
|
|
887
|
+
|
|
888
|
+
@property
|
|
889
|
+
@pulumi.getter(name="useWorkloadIdentity")
|
|
890
|
+
def use_workload_identity(self) -> Optional[pulumi.Input[bool]]:
|
|
891
|
+
"""
|
|
892
|
+
Specifies whether to use Workload Identity to authenticate with the OCI repository.
|
|
893
|
+
"""
|
|
894
|
+
return pulumi.get(self, "use_workload_identity")
|
|
895
|
+
|
|
896
|
+
@use_workload_identity.setter
|
|
897
|
+
def use_workload_identity(self, value: Optional[pulumi.Input[bool]]):
|
|
898
|
+
pulumi.set(self, "use_workload_identity", value)
|
|
899
|
+
|
|
900
|
+
@property
|
|
901
|
+
@pulumi.getter
|
|
902
|
+
def verify(self) -> Optional[pulumi.Input['VerifyDefinitionArgs']]:
|
|
903
|
+
"""
|
|
904
|
+
Verification of the authenticity of an OCI Artifact.
|
|
905
|
+
"""
|
|
906
|
+
return pulumi.get(self, "verify")
|
|
907
|
+
|
|
908
|
+
@verify.setter
|
|
909
|
+
def verify(self, value: Optional[pulumi.Input['VerifyDefinitionArgs']]):
|
|
910
|
+
pulumi.set(self, "verify", value)
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
@pulumi.input_type
|
|
914
|
+
class OCIRepositoryRefDefinitionArgs:
|
|
915
|
+
def __init__(__self__, *,
|
|
916
|
+
digest: Optional[pulumi.Input[str]] = None,
|
|
917
|
+
semver: Optional[pulumi.Input[str]] = None,
|
|
918
|
+
tag: Optional[pulumi.Input[str]] = None):
|
|
919
|
+
"""
|
|
920
|
+
The source reference for the OCIRepository object.
|
|
921
|
+
:param pulumi.Input[str] digest: The image digest to pull from OCI repository, the value should be in the format ‘sha256:’. This takes precedence over semver.
|
|
922
|
+
:param pulumi.Input[str] semver: The semver range used to match against OCI repository tags. This takes precedence over tag.
|
|
923
|
+
:param pulumi.Input[str] tag: The OCI repository image tag name to pull. This defaults to 'latest'.
|
|
924
|
+
"""
|
|
925
|
+
if digest is not None:
|
|
926
|
+
pulumi.set(__self__, "digest", digest)
|
|
927
|
+
if semver is not None:
|
|
928
|
+
pulumi.set(__self__, "semver", semver)
|
|
929
|
+
if tag is not None:
|
|
930
|
+
pulumi.set(__self__, "tag", tag)
|
|
931
|
+
|
|
932
|
+
@property
|
|
933
|
+
@pulumi.getter
|
|
934
|
+
def digest(self) -> Optional[pulumi.Input[str]]:
|
|
935
|
+
"""
|
|
936
|
+
The image digest to pull from OCI repository, the value should be in the format ‘sha256:’. This takes precedence over semver.
|
|
937
|
+
"""
|
|
938
|
+
return pulumi.get(self, "digest")
|
|
939
|
+
|
|
940
|
+
@digest.setter
|
|
941
|
+
def digest(self, value: Optional[pulumi.Input[str]]):
|
|
942
|
+
pulumi.set(self, "digest", value)
|
|
943
|
+
|
|
944
|
+
@property
|
|
945
|
+
@pulumi.getter
|
|
946
|
+
def semver(self) -> Optional[pulumi.Input[str]]:
|
|
947
|
+
"""
|
|
948
|
+
The semver range used to match against OCI repository tags. This takes precedence over tag.
|
|
949
|
+
"""
|
|
950
|
+
return pulumi.get(self, "semver")
|
|
951
|
+
|
|
952
|
+
@semver.setter
|
|
953
|
+
def semver(self, value: Optional[pulumi.Input[str]]):
|
|
954
|
+
pulumi.set(self, "semver", value)
|
|
955
|
+
|
|
956
|
+
@property
|
|
957
|
+
@pulumi.getter
|
|
958
|
+
def tag(self) -> Optional[pulumi.Input[str]]:
|
|
959
|
+
"""
|
|
960
|
+
The OCI repository image tag name to pull. This defaults to 'latest'.
|
|
961
|
+
"""
|
|
962
|
+
return pulumi.get(self, "tag")
|
|
963
|
+
|
|
964
|
+
@tag.setter
|
|
965
|
+
def tag(self, value: Optional[pulumi.Input[str]]):
|
|
966
|
+
pulumi.set(self, "tag", value)
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
@pulumi.input_type
|
|
970
|
+
class PostBuildDefinitionArgs:
|
|
971
|
+
def __init__(__self__, *,
|
|
972
|
+
substitute: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
973
|
+
substitute_from: Optional[pulumi.Input[Sequence[pulumi.Input['SubstituteFromDefinitionArgs']]]] = None):
|
|
974
|
+
"""
|
|
975
|
+
The postBuild definitions defining variable substitutions for this Kustomization after kustomize build.
|
|
976
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] substitute: Key/value pairs holding the variables to be substituted in this Kustomization.
|
|
977
|
+
:param pulumi.Input[Sequence[pulumi.Input['SubstituteFromDefinitionArgs']]] substitute_from: Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
|
|
978
|
+
"""
|
|
979
|
+
if substitute is not None:
|
|
980
|
+
pulumi.set(__self__, "substitute", substitute)
|
|
981
|
+
if substitute_from is not None:
|
|
982
|
+
pulumi.set(__self__, "substitute_from", substitute_from)
|
|
983
|
+
|
|
984
|
+
@property
|
|
985
|
+
@pulumi.getter
|
|
986
|
+
def substitute(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
987
|
+
"""
|
|
988
|
+
Key/value pairs holding the variables to be substituted in this Kustomization.
|
|
989
|
+
"""
|
|
990
|
+
return pulumi.get(self, "substitute")
|
|
991
|
+
|
|
992
|
+
@substitute.setter
|
|
993
|
+
def substitute(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
994
|
+
pulumi.set(self, "substitute", value)
|
|
995
|
+
|
|
996
|
+
@property
|
|
997
|
+
@pulumi.getter(name="substituteFrom")
|
|
998
|
+
def substitute_from(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubstituteFromDefinitionArgs']]]]:
|
|
999
|
+
"""
|
|
1000
|
+
Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
|
|
1001
|
+
"""
|
|
1002
|
+
return pulumi.get(self, "substitute_from")
|
|
1003
|
+
|
|
1004
|
+
@substitute_from.setter
|
|
1005
|
+
def substitute_from(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubstituteFromDefinitionArgs']]]]):
|
|
1006
|
+
pulumi.set(self, "substitute_from", value)
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
@pulumi.input_type
|
|
1010
|
+
class RepositoryRefDefinitionArgs:
|
|
1011
|
+
def __init__(__self__, *,
|
|
1012
|
+
branch: Optional[pulumi.Input[str]] = None,
|
|
1013
|
+
commit: Optional[pulumi.Input[str]] = None,
|
|
1014
|
+
semver: Optional[pulumi.Input[str]] = None,
|
|
1015
|
+
tag: Optional[pulumi.Input[str]] = None):
|
|
1016
|
+
"""
|
|
1017
|
+
The source reference for the GitRepository object.
|
|
1018
|
+
:param pulumi.Input[str] branch: The git repository branch name to checkout.
|
|
1019
|
+
:param pulumi.Input[str] commit: The commit SHA to checkout. This value must be combined with the branch name to be valid. This takes precedence over semver.
|
|
1020
|
+
:param pulumi.Input[str] semver: The semver range used to match against git repository tags. This takes precedence over tag.
|
|
1021
|
+
:param pulumi.Input[str] tag: The git repository tag name to checkout. This takes precedence over branch.
|
|
1022
|
+
"""
|
|
1023
|
+
if branch is not None:
|
|
1024
|
+
pulumi.set(__self__, "branch", branch)
|
|
1025
|
+
if commit is not None:
|
|
1026
|
+
pulumi.set(__self__, "commit", commit)
|
|
1027
|
+
if semver is not None:
|
|
1028
|
+
pulumi.set(__self__, "semver", semver)
|
|
1029
|
+
if tag is not None:
|
|
1030
|
+
pulumi.set(__self__, "tag", tag)
|
|
1031
|
+
|
|
1032
|
+
@property
|
|
1033
|
+
@pulumi.getter
|
|
1034
|
+
def branch(self) -> Optional[pulumi.Input[str]]:
|
|
1035
|
+
"""
|
|
1036
|
+
The git repository branch name to checkout.
|
|
1037
|
+
"""
|
|
1038
|
+
return pulumi.get(self, "branch")
|
|
1039
|
+
|
|
1040
|
+
@branch.setter
|
|
1041
|
+
def branch(self, value: Optional[pulumi.Input[str]]):
|
|
1042
|
+
pulumi.set(self, "branch", value)
|
|
1043
|
+
|
|
1044
|
+
@property
|
|
1045
|
+
@pulumi.getter
|
|
1046
|
+
def commit(self) -> Optional[pulumi.Input[str]]:
|
|
1047
|
+
"""
|
|
1048
|
+
The commit SHA to checkout. This value must be combined with the branch name to be valid. This takes precedence over semver.
|
|
1049
|
+
"""
|
|
1050
|
+
return pulumi.get(self, "commit")
|
|
1051
|
+
|
|
1052
|
+
@commit.setter
|
|
1053
|
+
def commit(self, value: Optional[pulumi.Input[str]]):
|
|
1054
|
+
pulumi.set(self, "commit", value)
|
|
1055
|
+
|
|
1056
|
+
@property
|
|
1057
|
+
@pulumi.getter
|
|
1058
|
+
def semver(self) -> Optional[pulumi.Input[str]]:
|
|
1059
|
+
"""
|
|
1060
|
+
The semver range used to match against git repository tags. This takes precedence over tag.
|
|
1061
|
+
"""
|
|
1062
|
+
return pulumi.get(self, "semver")
|
|
1063
|
+
|
|
1064
|
+
@semver.setter
|
|
1065
|
+
def semver(self, value: Optional[pulumi.Input[str]]):
|
|
1066
|
+
pulumi.set(self, "semver", value)
|
|
1067
|
+
|
|
1068
|
+
@property
|
|
1069
|
+
@pulumi.getter
|
|
1070
|
+
def tag(self) -> Optional[pulumi.Input[str]]:
|
|
1071
|
+
"""
|
|
1072
|
+
The git repository tag name to checkout. This takes precedence over branch.
|
|
1073
|
+
"""
|
|
1074
|
+
return pulumi.get(self, "tag")
|
|
1075
|
+
|
|
1076
|
+
@tag.setter
|
|
1077
|
+
def tag(self, value: Optional[pulumi.Input[str]]):
|
|
1078
|
+
pulumi.set(self, "tag", value)
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
@pulumi.input_type
|
|
1082
|
+
class ServicePrincipalDefinitionArgs:
|
|
1083
|
+
def __init__(__self__, *,
|
|
1084
|
+
client_certificate: Optional[pulumi.Input[str]] = None,
|
|
1085
|
+
client_certificate_password: Optional[pulumi.Input[str]] = None,
|
|
1086
|
+
client_certificate_send_chain: Optional[pulumi.Input[bool]] = None,
|
|
1087
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
|
1088
|
+
client_secret: Optional[pulumi.Input[str]] = None,
|
|
1089
|
+
tenant_id: Optional[pulumi.Input[str]] = None):
|
|
1090
|
+
"""
|
|
1091
|
+
Parameters to authenticate using Service Principal.
|
|
1092
|
+
:param pulumi.Input[str] client_certificate: Base64-encoded certificate used to authenticate a Service Principal
|
|
1093
|
+
:param pulumi.Input[str] client_certificate_password: The password for the certificate used to authenticate a Service Principal
|
|
1094
|
+
:param pulumi.Input[bool] client_certificate_send_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
|
|
1095
|
+
:param pulumi.Input[str] client_id: The client Id for authenticating a Service Principal.
|
|
1096
|
+
:param pulumi.Input[str] client_secret: The client secret for authenticating a Service Principal
|
|
1097
|
+
:param pulumi.Input[str] tenant_id: The tenant Id for authenticating a Service Principal
|
|
1098
|
+
"""
|
|
1099
|
+
if client_certificate is not None:
|
|
1100
|
+
pulumi.set(__self__, "client_certificate", client_certificate)
|
|
1101
|
+
if client_certificate_password is not None:
|
|
1102
|
+
pulumi.set(__self__, "client_certificate_password", client_certificate_password)
|
|
1103
|
+
if client_certificate_send_chain is None:
|
|
1104
|
+
client_certificate_send_chain = False
|
|
1105
|
+
if client_certificate_send_chain is not None:
|
|
1106
|
+
pulumi.set(__self__, "client_certificate_send_chain", client_certificate_send_chain)
|
|
1107
|
+
if client_id is not None:
|
|
1108
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1109
|
+
if client_secret is not None:
|
|
1110
|
+
pulumi.set(__self__, "client_secret", client_secret)
|
|
1111
|
+
if tenant_id is not None:
|
|
1112
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1113
|
+
|
|
1114
|
+
@property
|
|
1115
|
+
@pulumi.getter(name="clientCertificate")
|
|
1116
|
+
def client_certificate(self) -> Optional[pulumi.Input[str]]:
|
|
1117
|
+
"""
|
|
1118
|
+
Base64-encoded certificate used to authenticate a Service Principal
|
|
1119
|
+
"""
|
|
1120
|
+
return pulumi.get(self, "client_certificate")
|
|
1121
|
+
|
|
1122
|
+
@client_certificate.setter
|
|
1123
|
+
def client_certificate(self, value: Optional[pulumi.Input[str]]):
|
|
1124
|
+
pulumi.set(self, "client_certificate", value)
|
|
1125
|
+
|
|
1126
|
+
@property
|
|
1127
|
+
@pulumi.getter(name="clientCertificatePassword")
|
|
1128
|
+
def client_certificate_password(self) -> Optional[pulumi.Input[str]]:
|
|
1129
|
+
"""
|
|
1130
|
+
The password for the certificate used to authenticate a Service Principal
|
|
1131
|
+
"""
|
|
1132
|
+
return pulumi.get(self, "client_certificate_password")
|
|
1133
|
+
|
|
1134
|
+
@client_certificate_password.setter
|
|
1135
|
+
def client_certificate_password(self, value: Optional[pulumi.Input[str]]):
|
|
1136
|
+
pulumi.set(self, "client_certificate_password", value)
|
|
1137
|
+
|
|
1138
|
+
@property
|
|
1139
|
+
@pulumi.getter(name="clientCertificateSendChain")
|
|
1140
|
+
def client_certificate_send_chain(self) -> Optional[pulumi.Input[bool]]:
|
|
1141
|
+
"""
|
|
1142
|
+
Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate
|
|
1143
|
+
"""
|
|
1144
|
+
return pulumi.get(self, "client_certificate_send_chain")
|
|
1145
|
+
|
|
1146
|
+
@client_certificate_send_chain.setter
|
|
1147
|
+
def client_certificate_send_chain(self, value: Optional[pulumi.Input[bool]]):
|
|
1148
|
+
pulumi.set(self, "client_certificate_send_chain", value)
|
|
1149
|
+
|
|
1150
|
+
@property
|
|
1151
|
+
@pulumi.getter(name="clientId")
|
|
1152
|
+
def client_id(self) -> Optional[pulumi.Input[str]]:
|
|
1153
|
+
"""
|
|
1154
|
+
The client Id for authenticating a Service Principal.
|
|
1155
|
+
"""
|
|
1156
|
+
return pulumi.get(self, "client_id")
|
|
1157
|
+
|
|
1158
|
+
@client_id.setter
|
|
1159
|
+
def client_id(self, value: Optional[pulumi.Input[str]]):
|
|
1160
|
+
pulumi.set(self, "client_id", value)
|
|
1161
|
+
|
|
1162
|
+
@property
|
|
1163
|
+
@pulumi.getter(name="clientSecret")
|
|
1164
|
+
def client_secret(self) -> Optional[pulumi.Input[str]]:
|
|
1165
|
+
"""
|
|
1166
|
+
The client secret for authenticating a Service Principal
|
|
1167
|
+
"""
|
|
1168
|
+
return pulumi.get(self, "client_secret")
|
|
1169
|
+
|
|
1170
|
+
@client_secret.setter
|
|
1171
|
+
def client_secret(self, value: Optional[pulumi.Input[str]]):
|
|
1172
|
+
pulumi.set(self, "client_secret", value)
|
|
1173
|
+
|
|
1174
|
+
@property
|
|
1175
|
+
@pulumi.getter(name="tenantId")
|
|
1176
|
+
def tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
1177
|
+
"""
|
|
1178
|
+
The tenant Id for authenticating a Service Principal
|
|
1179
|
+
"""
|
|
1180
|
+
return pulumi.get(self, "tenant_id")
|
|
1181
|
+
|
|
1182
|
+
@tenant_id.setter
|
|
1183
|
+
def tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
1184
|
+
pulumi.set(self, "tenant_id", value)
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
@pulumi.input_type
|
|
1188
|
+
class SubstituteFromDefinitionArgs:
|
|
1189
|
+
def __init__(__self__, *,
|
|
1190
|
+
kind: Optional[pulumi.Input[str]] = None,
|
|
1191
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1192
|
+
optional: Optional[pulumi.Input[bool]] = None):
|
|
1193
|
+
"""
|
|
1194
|
+
Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.
|
|
1195
|
+
:param pulumi.Input[str] kind: Define whether it is ConfigMap or Secret that holds the variables to be used in substitution.
|
|
1196
|
+
:param pulumi.Input[str] name: Name of the ConfigMap/Secret that holds the variables to be used in substitution.
|
|
1197
|
+
:param pulumi.Input[bool] optional: Set to True to proceed without ConfigMap/Secret, if it is not present.
|
|
1198
|
+
"""
|
|
1199
|
+
if kind is not None:
|
|
1200
|
+
pulumi.set(__self__, "kind", kind)
|
|
1201
|
+
if name is not None:
|
|
1202
|
+
pulumi.set(__self__, "name", name)
|
|
1203
|
+
if optional is None:
|
|
1204
|
+
optional = False
|
|
1205
|
+
if optional is not None:
|
|
1206
|
+
pulumi.set(__self__, "optional", optional)
|
|
1207
|
+
|
|
1208
|
+
@property
|
|
1209
|
+
@pulumi.getter
|
|
1210
|
+
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1211
|
+
"""
|
|
1212
|
+
Define whether it is ConfigMap or Secret that holds the variables to be used in substitution.
|
|
1213
|
+
"""
|
|
1214
|
+
return pulumi.get(self, "kind")
|
|
1215
|
+
|
|
1216
|
+
@kind.setter
|
|
1217
|
+
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1218
|
+
pulumi.set(self, "kind", value)
|
|
1219
|
+
|
|
1220
|
+
@property
|
|
1221
|
+
@pulumi.getter
|
|
1222
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1223
|
+
"""
|
|
1224
|
+
Name of the ConfigMap/Secret that holds the variables to be used in substitution.
|
|
1225
|
+
"""
|
|
1226
|
+
return pulumi.get(self, "name")
|
|
1227
|
+
|
|
1228
|
+
@name.setter
|
|
1229
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1230
|
+
pulumi.set(self, "name", value)
|
|
1231
|
+
|
|
1232
|
+
@property
|
|
1233
|
+
@pulumi.getter
|
|
1234
|
+
def optional(self) -> Optional[pulumi.Input[bool]]:
|
|
1235
|
+
"""
|
|
1236
|
+
Set to True to proceed without ConfigMap/Secret, if it is not present.
|
|
1237
|
+
"""
|
|
1238
|
+
return pulumi.get(self, "optional")
|
|
1239
|
+
|
|
1240
|
+
@optional.setter
|
|
1241
|
+
def optional(self, value: Optional[pulumi.Input[bool]]):
|
|
1242
|
+
pulumi.set(self, "optional", value)
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
@pulumi.input_type
|
|
1246
|
+
class TlsConfigDefinitionArgs:
|
|
1247
|
+
def __init__(__self__, *,
|
|
1248
|
+
ca_certificate: Optional[pulumi.Input[str]] = None,
|
|
1249
|
+
client_certificate: Optional[pulumi.Input[str]] = None,
|
|
1250
|
+
private_key: Optional[pulumi.Input[str]] = None):
|
|
1251
|
+
"""
|
|
1252
|
+
Parameters to authenticate using TLS config for OCI repository.
|
|
1253
|
+
:param pulumi.Input[str] ca_certificate: Base64-encoded CA certificate used to verify the server.
|
|
1254
|
+
:param pulumi.Input[str] client_certificate: Base64-encoded certificate used to authenticate a client with the OCI repository.
|
|
1255
|
+
:param pulumi.Input[str] private_key: Base64-encoded private key used to authenticate a client with the OCI repository.
|
|
1256
|
+
"""
|
|
1257
|
+
if ca_certificate is not None:
|
|
1258
|
+
pulumi.set(__self__, "ca_certificate", ca_certificate)
|
|
1259
|
+
if client_certificate is not None:
|
|
1260
|
+
pulumi.set(__self__, "client_certificate", client_certificate)
|
|
1261
|
+
if private_key is not None:
|
|
1262
|
+
pulumi.set(__self__, "private_key", private_key)
|
|
1263
|
+
|
|
1264
|
+
@property
|
|
1265
|
+
@pulumi.getter(name="caCertificate")
|
|
1266
|
+
def ca_certificate(self) -> Optional[pulumi.Input[str]]:
|
|
1267
|
+
"""
|
|
1268
|
+
Base64-encoded CA certificate used to verify the server.
|
|
1269
|
+
"""
|
|
1270
|
+
return pulumi.get(self, "ca_certificate")
|
|
1271
|
+
|
|
1272
|
+
@ca_certificate.setter
|
|
1273
|
+
def ca_certificate(self, value: Optional[pulumi.Input[str]]):
|
|
1274
|
+
pulumi.set(self, "ca_certificate", value)
|
|
1275
|
+
|
|
1276
|
+
@property
|
|
1277
|
+
@pulumi.getter(name="clientCertificate")
|
|
1278
|
+
def client_certificate(self) -> Optional[pulumi.Input[str]]:
|
|
1279
|
+
"""
|
|
1280
|
+
Base64-encoded certificate used to authenticate a client with the OCI repository.
|
|
1281
|
+
"""
|
|
1282
|
+
return pulumi.get(self, "client_certificate")
|
|
1283
|
+
|
|
1284
|
+
@client_certificate.setter
|
|
1285
|
+
def client_certificate(self, value: Optional[pulumi.Input[str]]):
|
|
1286
|
+
pulumi.set(self, "client_certificate", value)
|
|
1287
|
+
|
|
1288
|
+
@property
|
|
1289
|
+
@pulumi.getter(name="privateKey")
|
|
1290
|
+
def private_key(self) -> Optional[pulumi.Input[str]]:
|
|
1291
|
+
"""
|
|
1292
|
+
Base64-encoded private key used to authenticate a client with the OCI repository.
|
|
1293
|
+
"""
|
|
1294
|
+
return pulumi.get(self, "private_key")
|
|
1295
|
+
|
|
1296
|
+
@private_key.setter
|
|
1297
|
+
def private_key(self, value: Optional[pulumi.Input[str]]):
|
|
1298
|
+
pulumi.set(self, "private_key", value)
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
@pulumi.input_type
|
|
1302
|
+
class VerifyDefinitionArgs:
|
|
1303
|
+
def __init__(__self__, *,
|
|
1304
|
+
match_oidc_identity: Optional[pulumi.Input[Sequence[pulumi.Input['MatchOidcIdentityDefinitionArgs']]]] = None,
|
|
1305
|
+
provider: Optional[pulumi.Input[str]] = None,
|
|
1306
|
+
verification_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
1307
|
+
"""
|
|
1308
|
+
Parameters to verify the authenticity of an OCI Artifact.
|
|
1309
|
+
:param pulumi.Input[Sequence[pulumi.Input['MatchOidcIdentityDefinitionArgs']]] match_oidc_identity: Array defining the criteria for matching the identity while verifying an OCI artifact.
|
|
1310
|
+
:param pulumi.Input[str] provider: Verification provider name.
|
|
1311
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] verification_config: An object containing trusted public keys of trusted authors.
|
|
1312
|
+
"""
|
|
1313
|
+
if match_oidc_identity is not None:
|
|
1314
|
+
pulumi.set(__self__, "match_oidc_identity", match_oidc_identity)
|
|
1315
|
+
if provider is not None:
|
|
1316
|
+
pulumi.set(__self__, "provider", provider)
|
|
1317
|
+
if verification_config is not None:
|
|
1318
|
+
pulumi.set(__self__, "verification_config", verification_config)
|
|
1319
|
+
|
|
1320
|
+
@property
|
|
1321
|
+
@pulumi.getter(name="matchOidcIdentity")
|
|
1322
|
+
def match_oidc_identity(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MatchOidcIdentityDefinitionArgs']]]]:
|
|
1323
|
+
"""
|
|
1324
|
+
Array defining the criteria for matching the identity while verifying an OCI artifact.
|
|
1325
|
+
"""
|
|
1326
|
+
return pulumi.get(self, "match_oidc_identity")
|
|
1327
|
+
|
|
1328
|
+
@match_oidc_identity.setter
|
|
1329
|
+
def match_oidc_identity(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MatchOidcIdentityDefinitionArgs']]]]):
|
|
1330
|
+
pulumi.set(self, "match_oidc_identity", value)
|
|
1331
|
+
|
|
1332
|
+
@property
|
|
1333
|
+
@pulumi.getter
|
|
1334
|
+
def provider(self) -> Optional[pulumi.Input[str]]:
|
|
1335
|
+
"""
|
|
1336
|
+
Verification provider name.
|
|
1337
|
+
"""
|
|
1338
|
+
return pulumi.get(self, "provider")
|
|
1339
|
+
|
|
1340
|
+
@provider.setter
|
|
1341
|
+
def provider(self, value: Optional[pulumi.Input[str]]):
|
|
1342
|
+
pulumi.set(self, "provider", value)
|
|
1343
|
+
|
|
1344
|
+
@property
|
|
1345
|
+
@pulumi.getter(name="verificationConfig")
|
|
1346
|
+
def verification_config(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1347
|
+
"""
|
|
1348
|
+
An object containing trusted public keys of trusted authors.
|
|
1349
|
+
"""
|
|
1350
|
+
return pulumi.get(self, "verification_config")
|
|
1351
|
+
|
|
1352
|
+
@verification_config.setter
|
|
1353
|
+
def verification_config(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1354
|
+
pulumi.set(self, "verification_config", value)
|
|
1355
|
+
|
|
1356
|
+
|