@pulumi/harness 0.8.0-alpha.1755712204 → 0.8.0
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.
- package/addUserToGroup.d.ts +2 -0
- package/addUserToGroup.js +2 -0
- package/addUserToGroup.js.map +1 -1
- package/application.d.ts +2 -0
- package/application.js +2 -0
- package/application.js.map +1 -1
- package/applicationGitSync.d.ts +2 -0
- package/applicationGitSync.js +2 -0
- package/applicationGitSync.js.map +1 -1
- package/chaos/getHub.d.ts +138 -0
- package/chaos/getHub.js +58 -0
- package/chaos/getHub.js.map +1 -0
- package/chaos/getImageRegistry.d.ts +159 -0
- package/chaos/getImageRegistry.js +74 -0
- package/chaos/getImageRegistry.js.map +1 -0
- package/chaos/getInfrastructureV2.d.ts +292 -0
- package/chaos/getInfrastructureV2.js +94 -0
- package/chaos/getInfrastructureV2.js.map +1 -0
- package/chaos/getSecurityGovernanceCondition.d.ts +141 -0
- package/chaos/getSecurityGovernanceCondition.js +80 -0
- package/chaos/getSecurityGovernanceCondition.js.map +1 -0
- package/chaos/getSecurityGovernanceRule.d.ts +145 -0
- package/chaos/getSecurityGovernanceRule.js +82 -0
- package/chaos/getSecurityGovernanceRule.js.map +1 -0
- package/chaos/hub.d.ts +239 -0
- package/chaos/hub.js +120 -0
- package/chaos/hub.js.map +1 -0
- package/chaos/hubSync.d.ts +78 -0
- package/chaos/hubSync.js +80 -0
- package/chaos/hubSync.js.map +1 -0
- package/chaos/imageRegistry.d.ts +214 -0
- package/chaos/imageRegistry.js +110 -0
- package/chaos/imageRegistry.js.map +1 -0
- package/chaos/index.d.ts +33 -0
- package/chaos/index.js +62 -0
- package/chaos/index.js.map +1 -0
- package/chaos/infrastructureV2.d.ts +469 -0
- package/chaos/infrastructureV2.js +144 -0
- package/chaos/infrastructureV2.js.map +1 -0
- package/chaos/securityGovernanceCondition.d.ts +283 -0
- package/chaos/securityGovernanceCondition.js +214 -0
- package/chaos/securityGovernanceCondition.js.map +1 -0
- package/chaos/securityGovernanceRule.d.ts +227 -0
- package/chaos/securityGovernanceRule.js +167 -0
- package/chaos/securityGovernanceRule.js.map +1 -0
- package/chaosInfrastructure.d.ts +5 -2
- package/chaosInfrastructure.js +5 -2
- package/chaosInfrastructure.js.map +1 -1
- package/cloudprovider/aws.d.ts +2 -0
- package/cloudprovider/aws.js +2 -0
- package/cloudprovider/aws.js.map +1 -1
- package/cloudprovider/azure.d.ts +2 -0
- package/cloudprovider/azure.js +2 -0
- package/cloudprovider/azure.js.map +1 -1
- package/cloudprovider/datacenter.d.ts +2 -0
- package/cloudprovider/datacenter.js +2 -0
- package/cloudprovider/datacenter.js.map +1 -1
- package/cloudprovider/kubernetes.d.ts +2 -0
- package/cloudprovider/kubernetes.js +2 -0
- package/cloudprovider/kubernetes.js.map +1 -1
- package/cloudprovider/spot.d.ts +2 -0
- package/cloudprovider/spot.js +2 -0
- package/cloudprovider/spot.js.map +1 -1
- package/cloudprovider/tanzu.d.ts +2 -0
- package/cloudprovider/tanzu.js +2 -0
- package/cloudprovider/tanzu.js.map +1 -1
- package/cluster/getOrchestratorConfig.d.ts +26 -2
- package/cluster/getOrchestratorConfig.js +6 -2
- package/cluster/getOrchestratorConfig.js.map +1 -1
- package/cluster/orchestrator.d.ts +0 -8
- package/cluster/orchestrator.js +0 -8
- package/cluster/orchestrator.js.map +1 -1
- package/cluster/orchestratorConfig.d.ts +104 -0
- package/cluster/orchestratorConfig.js +84 -0
- package/cluster/orchestratorConfig.js.map +1 -1
- package/delegateApproval.d.ts +2 -0
- package/delegateApproval.js +2 -0
- package/delegateApproval.js.map +1 -1
- package/encryptedText.d.ts +2 -0
- package/encryptedText.js +2 -0
- package/encryptedText.js.map +1 -1
- package/environment.d.ts +2 -0
- package/environment.js +2 -0
- package/environment.js.map +1 -1
- package/getCurrentAccount.d.ts +3 -3
- package/gitConnector.d.ts +2 -0
- package/gitConnector.js +2 -0
- package/gitConnector.js.map +1 -1
- package/governance/rule.d.ts +2 -0
- package/governance/rule.js +2 -0
- package/governance/rule.js.map +1 -1
- package/governance/ruleEnforcement.d.ts +2 -0
- package/governance/ruleEnforcement.js +2 -0
- package/governance/ruleEnforcement.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/infrastructureDefinition.d.ts +2 -0
- package/infrastructureDefinition.js +2 -0
- package/infrastructureDefinition.js.map +1 -1
- package/package.json +2 -2
- package/platform/appDynamicsConnector.d.ts +2 -0
- package/platform/appDynamicsConnector.js +2 -0
- package/platform/appDynamicsConnector.js.map +1 -1
- package/platform/artifactoryConnector.d.ts +2 -0
- package/platform/artifactoryConnector.js +2 -0
- package/platform/artifactoryConnector.js.map +1 -1
- package/platform/awsCCConnector.d.ts +2 -0
- package/platform/awsCCConnector.js +2 -0
- package/platform/awsCCConnector.js.map +1 -1
- package/platform/awsConnector.d.ts +5 -3
- package/platform/awsConnector.js +2 -0
- package/platform/awsConnector.js.map +1 -1
- package/platform/awsKmsConnector.d.ts +17 -3
- package/platform/awsKmsConnector.js +5 -4
- package/platform/awsKmsConnector.js.map +1 -1
- package/platform/awsSecretManagerConnector.d.ts +6 -4
- package/platform/awsSecretManagerConnector.js +3 -1
- package/platform/awsSecretManagerConnector.js.map +1 -1
- package/platform/azureCloudCostConnector.d.ts +14 -0
- package/platform/azureCloudCostConnector.js +4 -0
- package/platform/azureCloudCostConnector.js.map +1 -1
- package/platform/azureCloudProviderConnector.d.ts +2 -0
- package/platform/azureCloudProviderConnector.js +2 -0
- package/platform/azureCloudProviderConnector.js.map +1 -1
- package/platform/azureKeyVaultConnector.d.ts +4 -0
- package/platform/azureKeyVaultConnector.js +4 -0
- package/platform/azureKeyVaultConnector.js.map +1 -1
- package/platform/bitbucketConnector.d.ts +2 -0
- package/platform/bitbucketConnector.js +2 -0
- package/platform/bitbucketConnector.js.map +1 -1
- package/platform/connectorAzureArtifacts.d.ts +3 -0
- package/platform/connectorAzureArtifacts.js +3 -0
- package/platform/connectorAzureArtifacts.js.map +1 -1
- package/platform/connectorAzureRepo.d.ts +6 -6
- package/platform/connectorAzureRepo.js +3 -0
- package/platform/connectorAzureRepo.js.map +1 -1
- package/platform/connectorCustomSecretManager.d.ts +22 -87
- package/platform/connectorCustomSecretManager.js +1 -21
- package/platform/connectorCustomSecretManager.js.map +1 -1
- package/platform/connectorCustomhealthsource.d.ts +2 -0
- package/platform/connectorCustomhealthsource.js +2 -0
- package/platform/connectorCustomhealthsource.js.map +1 -1
- package/platform/connectorGcpKms.d.ts +2 -0
- package/platform/connectorGcpKms.js +2 -0
- package/platform/connectorGcpKms.js.map +1 -1
- package/platform/connectorJdbc.d.ts +2 -0
- package/platform/connectorJdbc.js +2 -0
- package/platform/connectorJdbc.js.map +1 -1
- package/platform/connectorPdc.d.ts +6 -6
- package/platform/connectorPdc.js +3 -3
- package/platform/connectorRancher.d.ts +2 -0
- package/platform/connectorRancher.js +2 -0
- package/platform/connectorRancher.js.map +1 -1
- package/platform/dashboardFolders.d.ts +1 -1
- package/platform/dashboardFolders.js +1 -1
- package/platform/dashboards.d.ts +5 -7
- package/platform/dashboards.js +5 -7
- package/platform/dashboards.js.map +1 -1
- package/platform/datadogConnector.d.ts +2 -0
- package/platform/datadogConnector.js +2 -0
- package/platform/datadogConnector.js.map +1 -1
- package/platform/dbInstance.d.ts +2 -0
- package/platform/dbInstance.js +2 -0
- package/platform/dbInstance.js.map +1 -1
- package/platform/dbSchema.d.ts +11 -9
- package/platform/dbSchema.js +2 -0
- package/platform/dbSchema.js.map +1 -1
- package/platform/dockerConnector.d.ts +2 -2
- package/platform/dockerConnector.js +2 -2
- package/platform/dynatraceConnector.d.ts +2 -0
- package/platform/dynatraceConnector.js +2 -0
- package/platform/dynatraceConnector.js.map +1 -1
- package/platform/elasticsearchConnector.d.ts +9 -7
- package/platform/elasticsearchConnector.js +6 -4
- package/platform/elasticsearchConnector.js.map +1 -1
- package/platform/environment.d.ts +11 -268
- package/platform/environment.js +2 -256
- package/platform/environment.js.map +1 -1
- package/platform/environmentClustersMapping.d.ts +4 -0
- package/platform/environmentClustersMapping.js +4 -0
- package/platform/environmentClustersMapping.js.map +1 -1
- package/platform/environmentGroup.d.ts +6 -50
- package/platform/environmentGroup.js +3 -38
- package/platform/environmentGroup.js.map +1 -1
- package/platform/environmentServiceOverrides.d.ts +9 -94
- package/platform/environmentServiceOverrides.js +3 -88
- package/platform/environmentServiceOverrides.js.map +1 -1
- package/platform/featureFlagTargetGroup.d.ts +4 -4
- package/platform/featureFlagTargetGroup.js +4 -4
- package/platform/fileStoreFile.d.ts +5 -3
- package/platform/fileStoreFile.js +2 -0
- package/platform/fileStoreFile.js.map +1 -1
- package/platform/fileStoreFolder.d.ts +5 -3
- package/platform/fileStoreFolder.js +2 -0
- package/platform/fileStoreFolder.js.map +1 -1
- package/platform/filters.d.ts +4 -0
- package/platform/filters.js +4 -0
- package/platform/filters.js.map +1 -1
- package/platform/gcpCloudCostConnector.d.ts +2 -0
- package/platform/gcpCloudCostConnector.js +2 -0
- package/platform/gcpCloudCostConnector.js.map +1 -1
- package/platform/gcpConnector.d.ts +2 -0
- package/platform/gcpConnector.js +2 -0
- package/platform/gcpConnector.js.map +1 -1
- package/platform/gcpSecretManagerConnector.d.ts +3 -50
- package/platform/gcpSecretManagerConnector.js +3 -50
- package/platform/gcpSecretManagerConnector.js.map +1 -1
- package/platform/getApiKey.d.ts +8 -42
- package/platform/getApiKey.js +2 -36
- package/platform/getApiKey.js.map +1 -1
- package/platform/getAwsKmsConnector.d.ts +5 -0
- package/platform/getAwsKmsConnector.js +4 -0
- package/platform/getAwsKmsConnector.js.map +1 -1
- package/platform/getAwsSecretManagerConnector.d.ts +7 -3
- package/platform/getAwsSecretManagerConnector.js +4 -0
- package/platform/getAwsSecretManagerConnector.js.map +1 -1
- package/platform/getAzureCloudCostConnector.d.ts +1 -0
- package/platform/getAzureCloudCostConnector.js.map +1 -1
- package/platform/getConnectorAzureRepo.d.ts +69 -0
- package/platform/getConnectorAzureRepo.js +6 -0
- package/platform/getConnectorAzureRepo.js.map +1 -1
- package/platform/getConnectorCustomSecretManager.d.ts +36 -36
- package/platform/getConnectorCustomSecretManager.js +2 -20
- package/platform/getConnectorCustomSecretManager.js.map +1 -1
- package/platform/getConnectorPdc.d.ts +3 -3
- package/platform/getConnectorPdc.js +2 -2
- package/platform/getCurrentAccount.d.ts +2 -20
- package/platform/getCurrentAccount.js +2 -20
- package/platform/getCurrentAccount.js.map +1 -1
- package/platform/getDashboardFolders.d.ts +22 -7
- package/platform/getDashboardFolders.js +4 -4
- package/platform/getDashboardFolders.js.map +1 -1
- package/platform/getDashboards.d.ts +21 -9
- package/platform/getDashboards.js +4 -4
- package/platform/getDashboards.js.map +1 -1
- package/platform/getDbInstance.d.ts +9 -0
- package/platform/getDbInstance.js.map +1 -1
- package/platform/getDbSchema.d.ts +10 -9
- package/platform/getDbSchema.js +0 -4
- package/platform/getDbSchema.js.map +1 -1
- package/platform/getEnvironment.d.ts +9 -0
- package/platform/getEnvironment.js.map +1 -1
- package/platform/getEnvironmentList.d.ts +20 -70
- package/platform/getEnvironmentList.js +2 -70
- package/platform/getEnvironmentList.js.map +1 -1
- package/platform/getEnvironmentServiceOverrides.d.ts +6 -6
- package/platform/getFilters.d.ts +4 -0
- package/platform/getFilters.js +4 -0
- package/platform/getFilters.js.map +1 -1
- package/platform/getGcpSecretManagerConnector.d.ts +4 -0
- package/platform/getGcpSecretManagerConnector.js +4 -0
- package/platform/getGcpSecretManagerConnector.js.map +1 -1
- package/platform/getGithubConnector.d.ts +3 -0
- package/platform/getGithubConnector.js.map +1 -1
- package/platform/getGitopsApplications.d.ts +9 -0
- package/platform/getGitopsApplications.js.map +1 -1
- package/platform/getGitopsFilters.d.ts +25 -10
- package/platform/getGitopsFilters.js.map +1 -1
- package/platform/getGitxWebhook.d.ts +3 -3
- package/platform/getHarRegistry.d.ts +71 -11
- package/platform/getHarRegistry.js +2 -2
- package/platform/getHarRegistry.js.map +1 -1
- package/platform/getIacmDefaultPipeline.d.ts +28 -0
- package/platform/getIacmDefaultPipeline.js +28 -0
- package/platform/getIacmDefaultPipeline.js.map +1 -1
- package/platform/getInfraVariableSet.d.ts +40 -23
- package/platform/getInfraVariableSet.js +18 -4
- package/platform/getInfraVariableSet.js.map +1 -1
- package/platform/getInfrastructure.d.ts +9 -0
- package/platform/getInfrastructure.js.map +1 -1
- package/platform/getManualFreeze.d.ts +0 -28
- package/platform/getManualFreeze.js +0 -28
- package/platform/getManualFreeze.js.map +1 -1
- package/platform/getMonitoredService.d.ts +26 -0
- package/platform/getMonitoredService.js +26 -0
- package/platform/getMonitoredService.js.map +1 -1
- package/platform/getOrganization.d.ts +4 -0
- package/platform/getOrganization.js +4 -0
- package/platform/getOrganization.js.map +1 -1
- package/platform/getOverrides.d.ts +86 -0
- package/platform/getOverrides.js +32 -0
- package/platform/getOverrides.js.map +1 -1
- package/platform/getPagerdutyConnector.d.ts +4 -0
- package/platform/getPagerdutyConnector.js +4 -0
- package/platform/getPagerdutyConnector.js.map +1 -1
- package/platform/getPipelineList.d.ts +23 -76
- package/platform/getPipelineList.js +2 -58
- package/platform/getPipelineList.js.map +1 -1
- package/platform/getProject.d.ts +4 -0
- package/platform/getProject.js +4 -0
- package/platform/getProject.js.map +1 -1
- package/platform/getProjectList.d.ts +22 -75
- package/platform/getProjectList.js +2 -58
- package/platform/getProjectList.js.map +1 -1
- package/platform/getProvider.d.ts +15 -0
- package/platform/getProvider.js +6 -0
- package/platform/getProvider.js.map +1 -1
- package/platform/getResourceGroup.d.ts +4 -0
- package/platform/getResourceGroup.js +4 -0
- package/platform/getResourceGroup.js.map +1 -1
- package/platform/getRoleAssignments.d.ts +6 -2
- package/platform/getRoleAssignments.js +4 -0
- package/platform/getRoleAssignments.js.map +1 -1
- package/platform/getRoles.d.ts +4 -0
- package/platform/getRoles.js +4 -0
- package/platform/getRoles.js.map +1 -1
- package/platform/getSecretFile.d.ts +4 -0
- package/platform/getSecretFile.js +4 -0
- package/platform/getSecretFile.js.map +1 -1
- package/platform/getSecretSshkey.d.ts +4 -0
- package/platform/getSecretSshkey.js +4 -0
- package/platform/getSecretSshkey.js.map +1 -1
- package/platform/getService.d.ts +9 -0
- package/platform/getService.js.map +1 -1
- package/platform/getServiceAccount.d.ts +4 -0
- package/platform/getServiceAccount.js +4 -0
- package/platform/getServiceAccount.js.map +1 -1
- package/platform/getServiceList.d.ts +38 -70
- package/platform/getServiceList.js +2 -70
- package/platform/getServiceList.js.map +1 -1
- package/platform/getServiceOverridesV2.d.ts +54 -0
- package/platform/getServiceOverridesV2.js.map +1 -1
- package/platform/getSlo.d.ts +26 -0
- package/platform/getSlo.js +26 -0
- package/platform/getSlo.js.map +1 -1
- package/platform/getToken.d.ts +2 -0
- package/platform/getToken.js +2 -0
- package/platform/getToken.js.map +1 -1
- package/platform/getUser.d.ts +4 -0
- package/platform/getUser.js +4 -0
- package/platform/getUser.js.map +1 -1
- package/platform/getUsergroup.d.ts +4 -0
- package/platform/getUsergroup.js +4 -0
- package/platform/getUsergroup.js.map +1 -1
- package/platform/getVariables.d.ts +4 -0
- package/platform/getVariables.js +4 -0
- package/platform/getVariables.js.map +1 -1
- package/platform/getVaultConnector.d.ts +5 -1
- package/platform/getVaultConnector.js +4 -0
- package/platform/getVaultConnector.js.map +1 -1
- package/platform/getWorkspace.d.ts +12 -3
- package/platform/getWorkspace.js.map +1 -1
- package/platform/gitConnector.d.ts +2 -0
- package/platform/gitConnector.js +2 -0
- package/platform/gitConnector.js.map +1 -1
- package/platform/gitOpsAgent.d.ts +2 -0
- package/platform/gitOpsAgent.js +2 -0
- package/platform/gitOpsAgent.js.map +1 -1
- package/platform/gitOpsApplications.d.ts +2 -0
- package/platform/gitOpsApplications.js +2 -0
- package/platform/gitOpsApplications.js.map +1 -1
- package/platform/gitOpsCluster.d.ts +14 -0
- package/platform/gitOpsCluster.js +4 -0
- package/platform/gitOpsCluster.js.map +1 -1
- package/platform/gitOpsGnupg.d.ts +2 -0
- package/platform/gitOpsGnupg.js +2 -0
- package/platform/gitOpsGnupg.js.map +1 -1
- package/platform/gitOpsRepoCert.d.ts +2 -0
- package/platform/gitOpsRepoCert.js +2 -0
- package/platform/gitOpsRepoCert.js.map +1 -1
- package/platform/gitOpsRepoCred.d.ts +2 -0
- package/platform/gitOpsRepoCred.js +2 -0
- package/platform/gitOpsRepoCred.js.map +1 -1
- package/platform/gitOpsRepository.d.ts +2 -0
- package/platform/gitOpsRepository.js +2 -0
- package/platform/gitOpsRepository.js.map +1 -1
- package/platform/githubConnector.d.ts +5 -3
- package/platform/githubConnector.js +2 -0
- package/platform/githubConnector.js.map +1 -1
- package/platform/gitlabConnector.d.ts +2 -0
- package/platform/gitlabConnector.js +2 -0
- package/platform/gitlabConnector.js.map +1 -1
- package/platform/gitopsAppProject.d.ts +2 -0
- package/platform/gitopsAppProject.js +2 -0
- package/platform/gitopsAppProject.js.map +1 -1
- package/platform/gitopsAppProjectMapping.d.ts +2 -0
- package/platform/gitopsAppProjectMapping.js +2 -0
- package/platform/gitopsAppProjectMapping.js.map +1 -1
- package/platform/gitopsApplicationset.d.ts +49 -0
- package/platform/gitopsApplicationset.js +49 -0
- package/platform/gitopsApplicationset.js.map +1 -1
- package/platform/gitopsFilters.d.ts +22 -86
- package/platform/gitopsFilters.js +1 -65
- package/platform/gitopsFilters.js.map +1 -1
- package/platform/gitxWebhook.d.ts +2 -0
- package/platform/gitxWebhook.js +2 -0
- package/platform/gitxWebhook.js.map +1 -1
- package/platform/harRegistry.d.ts +13 -13
- package/platform/harRegistry.js +0 -3
- package/platform/harRegistry.js.map +1 -1
- package/platform/helmConnector.d.ts +2 -0
- package/platform/helmConnector.js +2 -0
- package/platform/helmConnector.js.map +1 -1
- package/platform/iacmDefaultPipeline.d.ts +15 -0
- package/platform/iacmDefaultPipeline.js +15 -0
- package/platform/iacmDefaultPipeline.js.map +1 -1
- package/platform/infraModule.d.ts +3 -1
- package/platform/infraModule.js +3 -1
- package/platform/infraModule.js.map +1 -1
- package/platform/infraVariableSet.d.ts +18 -10
- package/platform/infraVariableSet.js +12 -4
- package/platform/infraVariableSet.js.map +1 -1
- package/platform/infrastructure.d.ts +8 -123
- package/platform/infrastructure.js +2 -117
- package/platform/infrastructure.js.map +1 -1
- package/platform/inputSet.d.ts +2 -0
- package/platform/inputSet.js +2 -0
- package/platform/inputSet.js.map +1 -1
- package/platform/jenkinsConnector.d.ts +4 -0
- package/platform/jenkinsConnector.js +4 -0
- package/platform/jenkinsConnector.js.map +1 -1
- package/platform/jiraConnector.d.ts +2 -1
- package/platform/jiraConnector.js +2 -1
- package/platform/jiraConnector.js.map +1 -1
- package/platform/kubernetesCloudCostConnector.d.ts +17 -5
- package/platform/kubernetesCloudCostConnector.js +14 -2
- package/platform/kubernetesCloudCostConnector.js.map +1 -1
- package/platform/kubernetesConnector.d.ts +2 -0
- package/platform/kubernetesConnector.js +2 -0
- package/platform/kubernetesConnector.js.map +1 -1
- package/platform/manualFreeze.d.ts +3 -79
- package/platform/manualFreeze.js +3 -79
- package/platform/manualFreeze.js.map +1 -1
- package/platform/monitoredService.d.ts +8 -6
- package/platform/monitoredService.js +8 -6
- package/platform/monitoredService.js.map +1 -1
- package/platform/newrelicConnector.d.ts +2 -0
- package/platform/newrelicConnector.js +2 -0
- package/platform/newrelicConnector.js.map +1 -1
- package/platform/nexusConnector.d.ts +2 -2
- package/platform/nexusConnector.js +2 -2
- package/platform/notificationRule.d.ts +2 -0
- package/platform/notificationRule.js +2 -0
- package/platform/notificationRule.js.map +1 -1
- package/platform/ociHelmConnector.d.ts +2 -0
- package/platform/ociHelmConnector.js +2 -0
- package/platform/ociHelmConnector.js.map +1 -1
- package/platform/organization.d.ts +4 -0
- package/platform/organization.js +4 -0
- package/platform/organization.js.map +1 -1
- package/platform/overrides.d.ts +25 -0
- package/platform/overrides.js +25 -0
- package/platform/overrides.js.map +1 -1
- package/platform/pagerdutyConnector.d.ts +4 -0
- package/platform/pagerdutyConnector.js +4 -0
- package/platform/pagerdutyConnector.js.map +1 -1
- package/platform/pipeline.d.ts +9 -1
- package/platform/pipeline.js +9 -1
- package/platform/pipeline.js.map +1 -1
- package/platform/pipelineFilters.d.ts +2 -0
- package/platform/pipelineFilters.js +2 -0
- package/platform/pipelineFilters.js.map +1 -1
- package/platform/policy.d.ts +3 -13
- package/platform/policy.js +3 -13
- package/platform/policy.js.map +1 -1
- package/platform/policySet.d.ts +2 -0
- package/platform/policySet.js +2 -0
- package/platform/policySet.js.map +1 -1
- package/platform/project.d.ts +4 -0
- package/platform/project.js +4 -0
- package/platform/project.js.map +1 -1
- package/platform/prometheusConnector.d.ts +2 -0
- package/platform/prometheusConnector.js +2 -0
- package/platform/prometheusConnector.js.map +1 -1
- package/platform/provider.d.ts +3 -0
- package/platform/provider.js +3 -0
- package/platform/provider.js.map +1 -1
- package/platform/repo.d.ts +21 -0
- package/platform/repo.js +21 -0
- package/platform/repo.js.map +1 -1
- package/platform/resourceGroup.d.ts +7 -3
- package/platform/resourceGroup.js +4 -0
- package/platform/resourceGroup.js.map +1 -1
- package/platform/roleAssignments.d.ts +9 -7
- package/platform/roleAssignments.js +3 -1
- package/platform/roleAssignments.js.map +1 -1
- package/platform/roles.d.ts +4 -0
- package/platform/roles.js +4 -0
- package/platform/roles.js.map +1 -1
- package/platform/secretFile.d.ts +4 -0
- package/platform/secretFile.js +4 -0
- package/platform/secretFile.js.map +1 -1
- package/platform/secretSshkey.d.ts +3 -1
- package/platform/secretSshkey.js +3 -1
- package/platform/secretSshkey.js.map +1 -1
- package/platform/secretText.d.ts +42 -0
- package/platform/secretText.js +42 -0
- package/platform/secretText.js.map +1 -1
- package/platform/service.d.ts +6 -250
- package/platform/service.js +3 -238
- package/platform/service.js.map +1 -1
- package/platform/serviceAccount.d.ts +4 -0
- package/platform/serviceAccount.js +4 -0
- package/platform/serviceAccount.js.map +1 -1
- package/platform/serviceNowConnector.d.ts +2 -1
- package/platform/serviceNowConnector.js +2 -1
- package/platform/serviceNowConnector.js.map +1 -1
- package/platform/serviceOverridesV2.d.ts +2 -105
- package/platform/serviceOverridesV2.js +2 -105
- package/platform/serviceOverridesV2.js.map +1 -1
- package/platform/slo.d.ts +6 -9
- package/platform/slo.js +6 -9
- package/platform/slo.js.map +1 -1
- package/platform/splunkConnector.d.ts +2 -0
- package/platform/splunkConnector.js +2 -0
- package/platform/splunkConnector.js.map +1 -1
- package/platform/spotConnector.d.ts +2 -0
- package/platform/spotConnector.js +2 -0
- package/platform/spotConnector.js.map +1 -1
- package/platform/sumologicConnector.d.ts +2 -0
- package/platform/sumologicConnector.js +2 -0
- package/platform/sumologicConnector.js.map +1 -1
- package/platform/tasConnector.d.ts +2 -0
- package/platform/tasConnector.js +2 -0
- package/platform/tasConnector.js.map +1 -1
- package/platform/template.d.ts +11 -9
- package/platform/template.js +2 -0
- package/platform/template.js.map +1 -1
- package/platform/templateFilters.d.ts +2 -0
- package/platform/templateFilters.js +2 -0
- package/platform/templateFilters.js.map +1 -1
- package/platform/terraformCloudConnector.d.ts +2 -0
- package/platform/terraformCloudConnector.js +2 -0
- package/platform/terraformCloudConnector.js.map +1 -1
- package/platform/token.d.ts +3 -1
- package/platform/token.js +3 -1
- package/platform/token.js.map +1 -1
- package/platform/triggers.d.ts +4 -0
- package/platform/triggers.js +4 -0
- package/platform/triggers.js.map +1 -1
- package/platform/user.d.ts +6 -4
- package/platform/user.js +3 -1
- package/platform/user.js.map +1 -1
- package/platform/usergroup.d.ts +35 -3
- package/platform/usergroup.js +32 -0
- package/platform/usergroup.js.map +1 -1
- package/platform/variables.d.ts +4 -0
- package/platform/variables.js +4 -0
- package/platform/variables.js.map +1 -1
- package/platform/vaultConnector.d.ts +7 -3
- package/platform/vaultConnector.js +4 -0
- package/platform/vaultConnector.js.map +1 -1
- package/platform/workspace.d.ts +9 -3
- package/platform/workspace.js +6 -0
- package/platform/workspace.js.map +1 -1
- package/platformApiKey.d.ts +3 -36
- package/platformApiKey.js +3 -36
- package/platformApiKey.js.map +1 -1
- package/platformCcmFilters.d.ts +5 -3
- package/platformCcmFilters.js +2 -0
- package/platformCcmFilters.js.map +1 -1
- package/service/ami.d.ts +2 -0
- package/service/ami.js +2 -0
- package/service/ami.js.map +1 -1
- package/service/codedeploy.d.ts +2 -0
- package/service/codedeploy.js +2 -0
- package/service/codedeploy.js.map +1 -1
- package/service/discoveryAgent.d.ts +409 -0
- package/service/discoveryAgent.js +255 -0
- package/service/discoveryAgent.js.map +1 -0
- package/service/discoverySetting.d.ts +123 -0
- package/service/discoverySetting.js +80 -0
- package/service/discoverySetting.js.map +1 -0
- package/service/ecs.d.ts +2 -0
- package/service/ecs.js +2 -0
- package/service/ecs.js.map +1 -1
- package/service/getDiscoveryAgent.d.ts +205 -0
- package/service/getDiscoveryAgent.js +88 -0
- package/service/getDiscoveryAgent.js.map +1 -0
- package/service/getDiscoverySetting.d.ts +103 -0
- package/service/getDiscoverySetting.js +60 -0
- package/service/getDiscoverySetting.js.map +1 -0
- package/service/helm.d.ts +2 -0
- package/service/helm.js +2 -0
- package/service/helm.js.map +1 -1
- package/service/index.d.ts +12 -0
- package/service/index.js +17 -1
- package/service/index.js.map +1 -1
- package/service/kubernetes.d.ts +2 -0
- package/service/kubernetes.js +2 -0
- package/service/kubernetes.js.map +1 -1
- package/service/lambda.d.ts +2 -0
- package/service/lambda.js +2 -0
- package/service/lambda.js.map +1 -1
- package/service/ssh.d.ts +2 -0
- package/service/ssh.js +2 -0
- package/service/ssh.js.map +1 -1
- package/service/tanzu.d.ts +2 -0
- package/service/tanzu.js +2 -0
- package/service/tanzu.js.map +1 -1
- package/service/winrm.d.ts +2 -0
- package/service/winrm.js +2 -0
- package/service/winrm.js.map +1 -1
- package/sshCredential.d.ts +2 -0
- package/sshCredential.js +2 -0
- package/sshCredential.js.map +1 -1
- package/types/input.d.ts +1312 -190
- package/types/output.d.ts +12685 -11229
- package/user.d.ts +2 -0
- package/user.js +2 -0
- package/user.js.map +1 -1
- package/userGroup.d.ts +2 -0
- package/userGroup.js +2 -0
- package/userGroup.js.map +1 -1
- package/yamlConfig.d.ts +2 -0
- package/yamlConfig.js +2 -0
- package/yamlConfig.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environmentClustersMapping.js","sourceRoot":"","sources":["../../platform/environmentClustersMapping.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"environmentClustersMapping.js","sourceRoot":"","sources":["../../platform/environmentClustersMapping.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,45 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Resource for creating a Harness environment group.
|
|
4
4
|
*
|
|
5
|
-
* ## Example
|
|
5
|
+
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* ### Account Level
|
|
8
|
-
* ```typescript
|
|
9
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
-
* import * as harness from "@pulumi/harness";
|
|
11
|
-
*
|
|
12
|
-
* const example = new harness.platform.EnvironmentGroup("example", {
|
|
13
|
-
* identifier: "identifier",
|
|
14
|
-
* color: "#0063F7",
|
|
15
|
-
* yaml: `environmentGroup:
|
|
16
|
-
* name: "name"
|
|
17
|
-
* identifier: "identifier"
|
|
18
|
-
* description: "temp"
|
|
19
|
-
* envIdentifiers: []
|
|
20
|
-
* `,
|
|
21
|
-
* });
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* ### Org Level
|
|
25
|
-
* ```typescript
|
|
26
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
27
|
-
* import * as harness from "@pulumi/harness";
|
|
28
|
-
*
|
|
29
|
-
* const example = new harness.platform.EnvironmentGroup("example", {
|
|
30
|
-
* identifier: "identifier",
|
|
31
|
-
* orgId: "orgIdentifer",
|
|
32
|
-
* color: "#0063F7",
|
|
33
|
-
* yaml: `environmentGroup:
|
|
34
|
-
* name: "name"
|
|
35
|
-
* identifier: "identifier"
|
|
36
|
-
* description: "temp"
|
|
37
|
-
* orgIdentifier: "orgIdentifer"
|
|
38
|
-
* envIdentifiers: []
|
|
39
|
-
* `,
|
|
40
|
-
* });
|
|
41
|
-
* ```
|
|
42
|
-
*
|
|
43
|
-
* ### Project Level
|
|
44
7
|
* ```typescript
|
|
45
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
46
9
|
* import * as harness from "@pulumi/harness";
|
|
@@ -63,6 +26,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
63
26
|
*
|
|
64
27
|
* ## Import
|
|
65
28
|
*
|
|
29
|
+
* The `pulumi import` command can be used, for example:
|
|
30
|
+
*
|
|
66
31
|
* Import account level environment group.
|
|
67
32
|
*
|
|
68
33
|
* ```sh
|
|
@@ -118,10 +83,7 @@ export declare class EnvironmentGroup extends pulumi.CustomResource {
|
|
|
118
83
|
*/
|
|
119
84
|
readonly projectId: pulumi.Output<string | undefined>;
|
|
120
85
|
/**
|
|
121
|
-
* Env group YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression:
|
|
122
|
-
* org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}.
|
|
123
|
-
* For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as
|
|
124
|
-
* connectorRef: org.connectorId.
|
|
86
|
+
* Env group YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}. For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as connectorRef: org.connectorId.
|
|
125
87
|
*/
|
|
126
88
|
readonly yaml: pulumi.Output<string>;
|
|
127
89
|
/**
|
|
@@ -158,10 +120,7 @@ export interface EnvironmentGroupState {
|
|
|
158
120
|
*/
|
|
159
121
|
projectId?: pulumi.Input<string>;
|
|
160
122
|
/**
|
|
161
|
-
* Env group YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression:
|
|
162
|
-
* org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}.
|
|
163
|
-
* For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as
|
|
164
|
-
* connectorRef: org.connectorId.
|
|
123
|
+
* Env group YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}. For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as connectorRef: org.connectorId.
|
|
165
124
|
*/
|
|
166
125
|
yaml?: pulumi.Input<string>;
|
|
167
126
|
}
|
|
@@ -190,10 +149,7 @@ export interface EnvironmentGroupArgs {
|
|
|
190
149
|
*/
|
|
191
150
|
projectId?: pulumi.Input<string>;
|
|
192
151
|
/**
|
|
193
|
-
* Env group YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression:
|
|
194
|
-
* org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}.
|
|
195
|
-
* For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as
|
|
196
|
-
* connectorRef: org.connectorId.
|
|
152
|
+
* Env group YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}. For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as connectorRef: org.connectorId.
|
|
197
153
|
*/
|
|
198
154
|
yaml: pulumi.Input<string>;
|
|
199
155
|
}
|
|
@@ -8,45 +8,8 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Resource for creating a Harness environment group.
|
|
10
10
|
*
|
|
11
|
-
* ## Example
|
|
11
|
+
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* ### Account Level
|
|
14
|
-
* ```typescript
|
|
15
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
-
* import * as harness from "@pulumi/harness";
|
|
17
|
-
*
|
|
18
|
-
* const example = new harness.platform.EnvironmentGroup("example", {
|
|
19
|
-
* identifier: "identifier",
|
|
20
|
-
* color: "#0063F7",
|
|
21
|
-
* yaml: `environmentGroup:
|
|
22
|
-
* name: "name"
|
|
23
|
-
* identifier: "identifier"
|
|
24
|
-
* description: "temp"
|
|
25
|
-
* envIdentifiers: []
|
|
26
|
-
* `,
|
|
27
|
-
* });
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* ### Org Level
|
|
31
|
-
* ```typescript
|
|
32
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
-
* import * as harness from "@pulumi/harness";
|
|
34
|
-
*
|
|
35
|
-
* const example = new harness.platform.EnvironmentGroup("example", {
|
|
36
|
-
* identifier: "identifier",
|
|
37
|
-
* orgId: "orgIdentifer",
|
|
38
|
-
* color: "#0063F7",
|
|
39
|
-
* yaml: `environmentGroup:
|
|
40
|
-
* name: "name"
|
|
41
|
-
* identifier: "identifier"
|
|
42
|
-
* description: "temp"
|
|
43
|
-
* orgIdentifier: "orgIdentifer"
|
|
44
|
-
* envIdentifiers: []
|
|
45
|
-
* `,
|
|
46
|
-
* });
|
|
47
|
-
* ```
|
|
48
|
-
*
|
|
49
|
-
* ### Project Level
|
|
50
13
|
* ```typescript
|
|
51
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
52
15
|
* import * as harness from "@pulumi/harness";
|
|
@@ -69,6 +32,8 @@ const utilities = require("../utilities");
|
|
|
69
32
|
*
|
|
70
33
|
* ## Import
|
|
71
34
|
*
|
|
35
|
+
* The `pulumi import` command can be used, for example:
|
|
36
|
+
*
|
|
72
37
|
* Import account level environment group.
|
|
73
38
|
*
|
|
74
39
|
* ```sh
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environmentGroup.js","sourceRoot":"","sources":["../../platform/environmentGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"environmentGroup.js","sourceRoot":"","sources":["../../platform/environmentGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAmCD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAzFL,4CA0FC;AA5EG,gBAAgB;AACO,6BAAY,GAAG,oDAAoD,CAAC"}
|
|
@@ -1,96 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Resource for creating a Harness environment service overrides.
|
|
4
|
-
* ## Example to create Environment Service Override at different levels (Org, Project, Account)
|
|
5
4
|
*
|
|
6
|
-
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as harness from "@pulumi/harness";
|
|
5
|
+
* ## Example Usage
|
|
10
6
|
*
|
|
11
|
-
* const example = new harness.platform.EnvironmentServiceOverrides("example", {
|
|
12
|
-
* envId: "environmentIdentifier",
|
|
13
|
-
* serviceId: "serviceIdentifier",
|
|
14
|
-
* yaml: `serviceOverrides:
|
|
15
|
-
* environmentRef: environmentIdentifier
|
|
16
|
-
* serviceRef: serviceIdentifier
|
|
17
|
-
* variables:
|
|
18
|
-
* - name: asda
|
|
19
|
-
* type: String
|
|
20
|
-
* value: asddad
|
|
21
|
-
* manifests:
|
|
22
|
-
* - manifest:
|
|
23
|
-
* identifier: manifestEnv
|
|
24
|
-
* type: Values
|
|
25
|
-
* spec:
|
|
26
|
-
* store:
|
|
27
|
-
* type: Git
|
|
28
|
-
* spec:
|
|
29
|
-
* connectorRef: <+input>
|
|
30
|
-
* gitFetchType: Branch
|
|
31
|
-
* paths:
|
|
32
|
-
* - file1
|
|
33
|
-
* repoName: <+input>
|
|
34
|
-
* branch: master
|
|
35
|
-
* configFiles:
|
|
36
|
-
* - configFile:
|
|
37
|
-
* identifier: configFileEnv
|
|
38
|
-
* spec:
|
|
39
|
-
* store:
|
|
40
|
-
* type: Harness
|
|
41
|
-
* spec:
|
|
42
|
-
* files:
|
|
43
|
-
* - account:/Add-ons/svcOverrideTest
|
|
44
|
-
* secretFiles: []
|
|
45
|
-
* `,
|
|
46
|
-
* });
|
|
47
|
-
* ```
|
|
48
|
-
*
|
|
49
|
-
* ### Org Level
|
|
50
|
-
* ```typescript
|
|
51
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
-
* import * as harness from "@pulumi/harness";
|
|
53
|
-
*
|
|
54
|
-
* const example = new harness.platform.EnvironmentServiceOverrides("example", {
|
|
55
|
-
* orgId: "orgIdentifier",
|
|
56
|
-
* envId: "environmentIdentifier",
|
|
57
|
-
* serviceId: "serviceIdentifier",
|
|
58
|
-
* yaml: `serviceOverrides:
|
|
59
|
-
* environmentRef: environmentIdentifier
|
|
60
|
-
* serviceRef: serviceIdentifier
|
|
61
|
-
* variables:
|
|
62
|
-
* - name: asda
|
|
63
|
-
* type: String
|
|
64
|
-
* value: asddad
|
|
65
|
-
* manifests:
|
|
66
|
-
* - manifest:
|
|
67
|
-
* identifier: manifestEnv
|
|
68
|
-
* type: Values
|
|
69
|
-
* spec:
|
|
70
|
-
* store:
|
|
71
|
-
* type: Git
|
|
72
|
-
* spec:
|
|
73
|
-
* connectorRef: <+input>
|
|
74
|
-
* gitFetchType: Branch
|
|
75
|
-
* paths:
|
|
76
|
-
* - file1
|
|
77
|
-
* repoName: <+input>
|
|
78
|
-
* branch: master
|
|
79
|
-
* configFiles:
|
|
80
|
-
* - configFile:
|
|
81
|
-
* identifier: configFileEnv
|
|
82
|
-
* spec:
|
|
83
|
-
* store:
|
|
84
|
-
* type: Harness
|
|
85
|
-
* spec:
|
|
86
|
-
* files:
|
|
87
|
-
* - account:/Add-ons/svcOverrideTest
|
|
88
|
-
* secretFiles: []
|
|
89
|
-
* `,
|
|
90
|
-
* });
|
|
91
|
-
* ```
|
|
92
|
-
*
|
|
93
|
-
* ### Project Level
|
|
94
7
|
* ```typescript
|
|
95
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
96
9
|
* import * as harness from "@pulumi/harness";
|
|
@@ -137,6 +50,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
137
50
|
*
|
|
138
51
|
* ## Import
|
|
139
52
|
*
|
|
53
|
+
* The `pulumi import` command can be used, for example:
|
|
54
|
+
*
|
|
140
55
|
* Import list of account level service overrides using the env id associated with them
|
|
141
56
|
*
|
|
142
57
|
* ```sh
|
|
@@ -172,7 +87,7 @@ export declare class EnvironmentServiceOverrides extends pulumi.CustomResource {
|
|
|
172
87
|
*/
|
|
173
88
|
static isInstance(obj: any): obj is EnvironmentServiceOverrides;
|
|
174
89
|
/**
|
|
175
|
-
* The env
|
|
90
|
+
* The env ID to which the overrides associated.
|
|
176
91
|
*/
|
|
177
92
|
readonly envId: pulumi.Output<string>;
|
|
178
93
|
/**
|
|
@@ -188,7 +103,7 @@ export declare class EnvironmentServiceOverrides extends pulumi.CustomResource {
|
|
|
188
103
|
*/
|
|
189
104
|
readonly projectId: pulumi.Output<string | undefined>;
|
|
190
105
|
/**
|
|
191
|
-
* The service
|
|
106
|
+
* The service ID to which the overrides applies.
|
|
192
107
|
*/
|
|
193
108
|
readonly serviceId: pulumi.Output<string>;
|
|
194
109
|
/**
|
|
@@ -209,7 +124,7 @@ export declare class EnvironmentServiceOverrides extends pulumi.CustomResource {
|
|
|
209
124
|
*/
|
|
210
125
|
export interface EnvironmentServiceOverridesState {
|
|
211
126
|
/**
|
|
212
|
-
* The env
|
|
127
|
+
* The env ID to which the overrides associated.
|
|
213
128
|
*/
|
|
214
129
|
envId?: pulumi.Input<string>;
|
|
215
130
|
/**
|
|
@@ -225,7 +140,7 @@ export interface EnvironmentServiceOverridesState {
|
|
|
225
140
|
*/
|
|
226
141
|
projectId?: pulumi.Input<string>;
|
|
227
142
|
/**
|
|
228
|
-
* The service
|
|
143
|
+
* The service ID to which the overrides applies.
|
|
229
144
|
*/
|
|
230
145
|
serviceId?: pulumi.Input<string>;
|
|
231
146
|
/**
|
|
@@ -238,7 +153,7 @@ export interface EnvironmentServiceOverridesState {
|
|
|
238
153
|
*/
|
|
239
154
|
export interface EnvironmentServiceOverridesArgs {
|
|
240
155
|
/**
|
|
241
|
-
* The env
|
|
156
|
+
* The env ID to which the overrides associated.
|
|
242
157
|
*/
|
|
243
158
|
envId: pulumi.Input<string>;
|
|
244
159
|
/**
|
|
@@ -254,7 +169,7 @@ export interface EnvironmentServiceOverridesArgs {
|
|
|
254
169
|
*/
|
|
255
170
|
projectId?: pulumi.Input<string>;
|
|
256
171
|
/**
|
|
257
|
-
* The service
|
|
172
|
+
* The service ID to which the overrides applies.
|
|
258
173
|
*/
|
|
259
174
|
serviceId: pulumi.Input<string>;
|
|
260
175
|
/**
|
|
@@ -7,96 +7,9 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Resource for creating a Harness environment service overrides.
|
|
10
|
-
* ## Example to create Environment Service Override at different levels (Org, Project, Account)
|
|
11
10
|
*
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as harness from "@pulumi/harness";
|
|
11
|
+
* ## Example Usage
|
|
16
12
|
*
|
|
17
|
-
* const example = new harness.platform.EnvironmentServiceOverrides("example", {
|
|
18
|
-
* envId: "environmentIdentifier",
|
|
19
|
-
* serviceId: "serviceIdentifier",
|
|
20
|
-
* yaml: `serviceOverrides:
|
|
21
|
-
* environmentRef: environmentIdentifier
|
|
22
|
-
* serviceRef: serviceIdentifier
|
|
23
|
-
* variables:
|
|
24
|
-
* - name: asda
|
|
25
|
-
* type: String
|
|
26
|
-
* value: asddad
|
|
27
|
-
* manifests:
|
|
28
|
-
* - manifest:
|
|
29
|
-
* identifier: manifestEnv
|
|
30
|
-
* type: Values
|
|
31
|
-
* spec:
|
|
32
|
-
* store:
|
|
33
|
-
* type: Git
|
|
34
|
-
* spec:
|
|
35
|
-
* connectorRef: <+input>
|
|
36
|
-
* gitFetchType: Branch
|
|
37
|
-
* paths:
|
|
38
|
-
* - file1
|
|
39
|
-
* repoName: <+input>
|
|
40
|
-
* branch: master
|
|
41
|
-
* configFiles:
|
|
42
|
-
* - configFile:
|
|
43
|
-
* identifier: configFileEnv
|
|
44
|
-
* spec:
|
|
45
|
-
* store:
|
|
46
|
-
* type: Harness
|
|
47
|
-
* spec:
|
|
48
|
-
* files:
|
|
49
|
-
* - account:/Add-ons/svcOverrideTest
|
|
50
|
-
* secretFiles: []
|
|
51
|
-
* `,
|
|
52
|
-
* });
|
|
53
|
-
* ```
|
|
54
|
-
*
|
|
55
|
-
* ### Org Level
|
|
56
|
-
* ```typescript
|
|
57
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
-
* import * as harness from "@pulumi/harness";
|
|
59
|
-
*
|
|
60
|
-
* const example = new harness.platform.EnvironmentServiceOverrides("example", {
|
|
61
|
-
* orgId: "orgIdentifier",
|
|
62
|
-
* envId: "environmentIdentifier",
|
|
63
|
-
* serviceId: "serviceIdentifier",
|
|
64
|
-
* yaml: `serviceOverrides:
|
|
65
|
-
* environmentRef: environmentIdentifier
|
|
66
|
-
* serviceRef: serviceIdentifier
|
|
67
|
-
* variables:
|
|
68
|
-
* - name: asda
|
|
69
|
-
* type: String
|
|
70
|
-
* value: asddad
|
|
71
|
-
* manifests:
|
|
72
|
-
* - manifest:
|
|
73
|
-
* identifier: manifestEnv
|
|
74
|
-
* type: Values
|
|
75
|
-
* spec:
|
|
76
|
-
* store:
|
|
77
|
-
* type: Git
|
|
78
|
-
* spec:
|
|
79
|
-
* connectorRef: <+input>
|
|
80
|
-
* gitFetchType: Branch
|
|
81
|
-
* paths:
|
|
82
|
-
* - file1
|
|
83
|
-
* repoName: <+input>
|
|
84
|
-
* branch: master
|
|
85
|
-
* configFiles:
|
|
86
|
-
* - configFile:
|
|
87
|
-
* identifier: configFileEnv
|
|
88
|
-
* spec:
|
|
89
|
-
* store:
|
|
90
|
-
* type: Harness
|
|
91
|
-
* spec:
|
|
92
|
-
* files:
|
|
93
|
-
* - account:/Add-ons/svcOverrideTest
|
|
94
|
-
* secretFiles: []
|
|
95
|
-
* `,
|
|
96
|
-
* });
|
|
97
|
-
* ```
|
|
98
|
-
*
|
|
99
|
-
* ### Project Level
|
|
100
13
|
* ```typescript
|
|
101
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
102
15
|
* import * as harness from "@pulumi/harness";
|
|
@@ -143,6 +56,8 @@ const utilities = require("../utilities");
|
|
|
143
56
|
*
|
|
144
57
|
* ## Import
|
|
145
58
|
*
|
|
59
|
+
* The `pulumi import` command can be used, for example:
|
|
60
|
+
*
|
|
146
61
|
* Import list of account level service overrides using the env id associated with them
|
|
147
62
|
*
|
|
148
63
|
* ```sh
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environmentServiceOverrides.js","sourceRoot":"","sources":["../../platform/environmentServiceOverrides.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"environmentServiceOverrides.js","sourceRoot":"","sources":["../../platform/environmentServiceOverrides.ts"],"names":[],"mappings":"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"}
|
|
@@ -19,11 +19,11 @@ import * as outputs from "../types/output";
|
|
|
19
19
|
* accountId: "MY_ACCOUNT_ID",
|
|
20
20
|
* includeds: ["target_id_1"],
|
|
21
21
|
* excludeds: ["target_id_2"],
|
|
22
|
-
* rules:
|
|
22
|
+
* rules: {
|
|
23
23
|
* attribute: "MY_ATTRIBUTE",
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
* }
|
|
24
|
+
* operator: "equal",
|
|
25
|
+
* value: "MY_VALUE",
|
|
26
|
+
* },
|
|
27
27
|
* });
|
|
28
28
|
* ```
|
|
29
29
|
*/
|
|
@@ -23,11 +23,11 @@ const utilities = require("../utilities");
|
|
|
23
23
|
* accountId: "MY_ACCOUNT_ID",
|
|
24
24
|
* includeds: ["target_id_1"],
|
|
25
25
|
* excludeds: ["target_id_2"],
|
|
26
|
-
* rules:
|
|
26
|
+
* rules: {
|
|
27
27
|
* attribute: "MY_ATTRIBUTE",
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
* }
|
|
28
|
+
* operator: "equal",
|
|
29
|
+
* value: "MY_VALUE",
|
|
30
|
+
* },
|
|
31
31
|
* });
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
@@ -30,6 +30,8 @@ import * as outputs from "../types/output";
|
|
|
30
30
|
*
|
|
31
31
|
* ## Import
|
|
32
32
|
*
|
|
33
|
+
* The `pulumi import` command can be used, for example:
|
|
34
|
+
*
|
|
33
35
|
* Import account level file
|
|
34
36
|
*
|
|
35
37
|
* ```sh
|
|
@@ -109,7 +111,7 @@ export declare class FileStoreFile extends pulumi.CustomResource {
|
|
|
109
111
|
*/
|
|
110
112
|
readonly orgId: pulumi.Output<string | undefined>;
|
|
111
113
|
/**
|
|
112
|
-
* File parent identifier on Harness File Store
|
|
114
|
+
* File parent identifier on Harness File Store
|
|
113
115
|
*/
|
|
114
116
|
readonly parentIdentifier: pulumi.Output<string>;
|
|
115
117
|
/**
|
|
@@ -182,7 +184,7 @@ export interface FileStoreFileState {
|
|
|
182
184
|
*/
|
|
183
185
|
orgId?: pulumi.Input<string>;
|
|
184
186
|
/**
|
|
185
|
-
* File parent identifier on Harness File Store
|
|
187
|
+
* File parent identifier on Harness File Store
|
|
186
188
|
*/
|
|
187
189
|
parentIdentifier?: pulumi.Input<string>;
|
|
188
190
|
/**
|
|
@@ -235,7 +237,7 @@ export interface FileStoreFileArgs {
|
|
|
235
237
|
*/
|
|
236
238
|
orgId?: pulumi.Input<string>;
|
|
237
239
|
/**
|
|
238
|
-
* File parent identifier on Harness File Store
|
|
240
|
+
* File parent identifier on Harness File Store
|
|
239
241
|
*/
|
|
240
242
|
parentIdentifier: pulumi.Input<string>;
|
|
241
243
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileStoreFile.js","sourceRoot":"","sources":["../../platform/fileStoreFile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"fileStoreFile.js","sourceRoot":"","sources":["../../platform/fileStoreFile.ts"],"names":[],"mappings":"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"}
|
|
@@ -27,6 +27,8 @@ import * as outputs from "../types/output";
|
|
|
27
27
|
*
|
|
28
28
|
* ## Import
|
|
29
29
|
*
|
|
30
|
+
* The `pulumi import` command can be used, for example:
|
|
31
|
+
*
|
|
30
32
|
* Import account level folder
|
|
31
33
|
*
|
|
32
34
|
* ```sh
|
|
@@ -90,7 +92,7 @@ export declare class FileStoreFolder extends pulumi.CustomResource {
|
|
|
90
92
|
*/
|
|
91
93
|
readonly orgId: pulumi.Output<string | undefined>;
|
|
92
94
|
/**
|
|
93
|
-
* Folder parent identifier on Harness File Store
|
|
95
|
+
* Folder parent identifier on Harness File Store
|
|
94
96
|
*/
|
|
95
97
|
readonly parentIdentifier: pulumi.Output<string>;
|
|
96
98
|
/**
|
|
@@ -147,7 +149,7 @@ export interface FileStoreFolderState {
|
|
|
147
149
|
*/
|
|
148
150
|
orgId?: pulumi.Input<string>;
|
|
149
151
|
/**
|
|
150
|
-
* Folder parent identifier on Harness File Store
|
|
152
|
+
* Folder parent identifier on Harness File Store
|
|
151
153
|
*/
|
|
152
154
|
parentIdentifier?: pulumi.Input<string>;
|
|
153
155
|
/**
|
|
@@ -184,7 +186,7 @@ export interface FileStoreFolderArgs {
|
|
|
184
186
|
*/
|
|
185
187
|
orgId?: pulumi.Input<string>;
|
|
186
188
|
/**
|
|
187
|
-
* Folder parent identifier on Harness File Store
|
|
189
|
+
* Folder parent identifier on Harness File Store
|
|
188
190
|
*/
|
|
189
191
|
parentIdentifier: pulumi.Input<string>;
|
|
190
192
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileStoreFolder.js","sourceRoot":"","sources":["../../platform/fileStoreFolder.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"fileStoreFolder.js","sourceRoot":"","sources":["../../platform/fileStoreFolder.ts"],"names":[],"mappings":"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"}
|
package/platform/filters.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
+
* Resource for creating a Harness Filter. This resource support filters of types {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}
|
|
6
|
+
*
|
|
5
7
|
* ## Example Usage
|
|
6
8
|
*
|
|
7
9
|
* ```typescript
|
|
@@ -24,6 +26,8 @@ import * as outputs from "../types/output";
|
|
|
24
26
|
*
|
|
25
27
|
* ## Import
|
|
26
28
|
*
|
|
29
|
+
* The `pulumi import` command can be used, for example:
|
|
30
|
+
*
|
|
27
31
|
* Import account level filter
|
|
28
32
|
*
|
|
29
33
|
* ```sh
|