@alienplatform/platform-api 1.3.4 → 1.4.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/FUNCTIONS.md +3 -3
- package/README.md +97 -70
- package/esm/funcs/apiKeysList.js +1 -0
- package/esm/funcs/apiKeysList.js.map +1 -1
- package/esm/funcs/authWhoami.d.ts +1 -1
- package/esm/funcs/authWhoami.js +1 -1
- package/esm/funcs/billingGetPlan.d.ts +14 -0
- package/esm/funcs/billingGetPlan.d.ts.map +1 -0
- package/esm/funcs/{containersGetMachines.js → billingGetPlan.js} +8 -14
- package/esm/funcs/billingGetPlan.js.map +1 -0
- package/esm/funcs/billingListAuditLog.d.ts +14 -0
- package/esm/funcs/billingListAuditLog.d.ts.map +1 -0
- package/esm/funcs/billingListAuditLog.js +80 -0
- package/esm/funcs/billingListAuditLog.js.map +1 -0
- package/esm/funcs/cloudRegionsGet.d.ts +15 -0
- package/esm/funcs/cloudRegionsGet.d.ts.map +1 -0
- package/esm/funcs/{containersGetAttention.js → cloudRegionsGet.js} +9 -14
- package/esm/funcs/cloudRegionsGet.js.map +1 -0
- package/esm/funcs/commandsList.js +1 -0
- package/esm/funcs/commandsList.js.map +1 -1
- package/esm/funcs/deploymentGetInfo.d.ts +1 -1
- package/esm/funcs/deploymentGetInfo.js +1 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.js +1 -0
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.js.map +1 -1
- package/esm/funcs/deploymentGroupsListDeploymentGroups.js +1 -0
- package/esm/funcs/deploymentGroupsListDeploymentGroups.js.map +1 -1
- package/esm/funcs/deploymentPrepareStack.d.ts +16 -0
- package/esm/funcs/deploymentPrepareStack.d.ts.map +1 -0
- package/esm/funcs/deploymentPrepareStack.js +84 -0
- package/esm/funcs/deploymentPrepareStack.js.map +1 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts +15 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts.map +1 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.js +86 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.js.map +1 -0
- package/esm/funcs/deploymentsCreate.d.ts +1 -1
- package/esm/funcs/deploymentsCreate.js +1 -1
- package/esm/funcs/deploymentsCreateToken.d.ts +1 -1
- package/esm/funcs/deploymentsCreateToken.js +1 -1
- package/esm/funcs/deploymentsDelete.d.ts +1 -1
- package/esm/funcs/deploymentsDelete.js +5 -3
- package/esm/funcs/deploymentsDelete.js.map +1 -1
- package/esm/funcs/deploymentsGet.d.ts +1 -1
- package/esm/funcs/deploymentsGet.js +1 -1
- package/esm/funcs/deploymentsGetStats.js +1 -1
- package/esm/funcs/deploymentsGetStats.js.map +1 -1
- package/esm/funcs/deploymentsImport.d.ts +1 -1
- package/esm/funcs/deploymentsImport.js +2 -2
- package/esm/funcs/deploymentsImport.js.map +1 -1
- package/esm/funcs/deploymentsList.js +1 -1
- package/esm/funcs/deploymentsList.js.map +1 -1
- package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts +1 -1
- package/esm/funcs/deploymentsListFilterDeploymentGroups.js +1 -1
- package/esm/funcs/{containersGetDeploymentContainer.d.ts → deploymentsListFilterEnvironments.d.ts} +3 -3
- package/esm/funcs/deploymentsListFilterEnvironments.d.ts.map +1 -0
- package/esm/funcs/{deploymentsListFilterPlatforms.js → deploymentsListFilterEnvironments.js} +8 -8
- package/esm/funcs/deploymentsListFilterEnvironments.js.map +1 -0
- package/esm/funcs/deploymentsRedeploy.d.ts +1 -1
- package/esm/funcs/deploymentsRedeploy.js +1 -1
- package/esm/funcs/deploymentsRetry.d.ts +1 -1
- package/esm/funcs/deploymentsRetry.js +1 -1
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts +1 -1
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.js +1 -1
- package/esm/funcs/domainsCreate.d.ts +1 -1
- package/esm/funcs/domainsCreate.d.ts.map +1 -1
- package/esm/funcs/domainsCreate.js +2 -2
- package/esm/funcs/domainsCreate.js.map +1 -1
- package/esm/funcs/domainsGet.d.ts +1 -1
- package/esm/funcs/domainsGet.d.ts.map +1 -1
- package/esm/funcs/domainsGet.js +1 -1
- package/esm/funcs/domainsGet.js.map +1 -1
- package/esm/funcs/{containersListDeploymentMachines.d.ts → domainsRefresh.d.ts} +4 -3
- package/esm/funcs/domainsRefresh.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentMachines.js → domainsRefresh.js} +10 -9
- package/esm/funcs/domainsRefresh.js.map +1 -0
- package/esm/funcs/eventsList.js +1 -0
- package/esm/funcs/eventsList.js.map +1 -1
- package/esm/funcs/{containersListDeploymentEvents.d.ts → managersCancelSetup.d.ts} +3 -3
- package/esm/funcs/managersCancelSetup.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentContainers.js → managersCancelSetup.js} +9 -9
- package/esm/funcs/managersCancelSetup.js.map +1 -0
- package/esm/funcs/managersCreate.d.ts +2 -1
- package/esm/funcs/managersCreate.d.ts.map +1 -1
- package/esm/funcs/managersCreate.js +3 -2
- package/esm/funcs/managersCreate.js.map +1 -1
- package/esm/funcs/managersDelete.js +2 -2
- package/esm/funcs/managersDelete.js.map +1 -1
- package/esm/funcs/{managersGenerateDeepstoreToken.d.ts → managersGenerateManagerToken.d.ts} +3 -3
- package/esm/funcs/managersGenerateManagerToken.d.ts.map +1 -0
- package/esm/funcs/{managersGenerateDeepstoreToken.js → managersGenerateManagerToken.js} +8 -8
- package/esm/funcs/managersGenerateManagerToken.js.map +1 -0
- package/esm/funcs/managersGetManagementConfig.js +1 -0
- package/esm/funcs/managersGetManagementConfig.js.map +1 -1
- package/esm/funcs/managersList.js +2 -0
- package/esm/funcs/managersList.js.map +1 -1
- package/esm/funcs/managersResolveGcpOAuthProvider.d.ts +16 -0
- package/esm/funcs/managersResolveGcpOAuthProvider.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentEvents.js → managersResolveGcpOAuthProvider.js} +13 -16
- package/esm/funcs/managersResolveGcpOAuthProvider.js.map +1 -0
- package/esm/funcs/{containersGetDeployments.d.ts → managersRetry.d.ts} +4 -3
- package/esm/funcs/managersRetry.d.ts.map +1 -0
- package/esm/funcs/{managersGoogleCloudConnect.js → managersRetry.js} +9 -12
- package/esm/funcs/managersRetry.js.map +1 -0
- package/esm/funcs/managersRetrySetup.d.ts +16 -0
- package/esm/funcs/managersRetrySetup.d.ts.map +1 -0
- package/esm/funcs/managersRetrySetup.js +89 -0
- package/esm/funcs/managersRetrySetup.js.map +1 -0
- package/esm/funcs/packagesList.js +1 -0
- package/esm/funcs/packagesList.js.map +1 -1
- package/esm/funcs/projectsCreate.js +2 -2
- package/esm/funcs/projectsCreate.js.map +1 -1
- package/esm/funcs/projectsDelete.d.ts +1 -1
- package/esm/funcs/projectsDelete.js +1 -1
- package/esm/funcs/{containersGetAttention.d.ts → projectsGetDeploymentPortalDomain.d.ts} +4 -3
- package/esm/funcs/projectsGetDeploymentPortalDomain.d.ts.map +1 -0
- package/esm/funcs/{deploymentGroupsGetDeploymentGroupManager.js → projectsGetDeploymentPortalDomain.js} +8 -12
- package/esm/funcs/projectsGetDeploymentPortalDomain.js.map +1 -0
- package/esm/funcs/{projectsGetBuildConfig.d.ts → projectsGetGcpOAuthProvider.d.ts} +4 -3
- package/esm/funcs/projectsGetGcpOAuthProvider.d.ts.map +1 -0
- package/esm/funcs/{projectsGetBuildConfig.js → projectsGetGcpOAuthProvider.js} +9 -12
- package/esm/funcs/projectsGetGcpOAuthProvider.js.map +1 -0
- package/esm/funcs/projectsGetTemplateUrls.d.ts +1 -1
- package/esm/funcs/projectsGetTemplateUrls.js +1 -1
- package/esm/funcs/projectsUpdate.js +1 -1
- package/esm/funcs/projectsUpdate.js.map +1 -1
- package/esm/funcs/{containersGetDeploymentCluster.d.ts → projectsUpdateGcpOAuthProvider.d.ts} +4 -3
- package/esm/funcs/{managersGenerateDeepstoreToken.d.ts.map → projectsUpdateGcpOAuthProvider.d.ts.map} +1 -1
- package/esm/funcs/projectsUpdateGcpOAuthProvider.js +92 -0
- package/esm/funcs/{managersGenerateDeepstoreToken.js.map → projectsUpdateGcpOAuthProvider.js.map} +1 -1
- package/esm/funcs/resolveResolve.d.ts +19 -0
- package/esm/funcs/resolveResolve.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeployments.js → resolveResolve.js} +14 -16
- package/esm/funcs/resolveResolve.js.map +1 -0
- package/esm/funcs/{containersListDeploymentContainers.d.ts → resourcesGetDeploymentDetail.d.ts} +2 -5
- package/esm/funcs/resourcesGetDeploymentDetail.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentContainerInstanceEvents.js → resourcesGetDeploymentDetail.js} +13 -13
- package/esm/funcs/resourcesGetDeploymentDetail.js.map +1 -0
- package/esm/funcs/{managersGoogleCloudConnect.d.ts → resourcesListDeployments.d.ts} +2 -5
- package/esm/funcs/resourcesListDeployments.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeploymentContainer.js → resourcesListDeployments.js} +11 -11
- package/esm/funcs/resourcesListDeployments.js.map +1 -0
- package/esm/funcs/resourcesListOverview.d.ts +12 -0
- package/esm/funcs/resourcesListOverview.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeploymentCluster.js → resourcesListOverview.js} +10 -10
- package/esm/funcs/{containersListDeploymentMachines.js.map → resourcesListOverview.js.map} +1 -1
- package/esm/funcs/syncList.d.ts +16 -0
- package/esm/funcs/syncList.d.ts.map +1 -0
- package/esm/funcs/{containersGetOverview.js → syncList.js} +13 -13
- package/esm/funcs/syncList.js.map +1 -0
- package/esm/funcs/syncReconcile.d.ts +2 -2
- package/esm/funcs/syncReconcile.d.ts.map +1 -1
- package/esm/funcs/syncReconcile.js +4 -4
- package/esm/funcs/syncReconcile.js.map +1 -1
- package/esm/funcs/syncRelease.d.ts +2 -2
- package/esm/funcs/syncRelease.d.ts.map +1 -1
- package/esm/funcs/syncRelease.js +4 -4
- package/esm/funcs/syncRelease.js.map +1 -1
- package/esm/funcs/userCompleteProfileSetup.d.ts +15 -0
- package/esm/funcs/userCompleteProfileSetup.d.ts.map +1 -0
- package/esm/funcs/userCompleteProfileSetup.js +81 -0
- package/esm/funcs/userCompleteProfileSetup.js.map +1 -0
- package/esm/funcs/userGetProfile.d.ts +15 -0
- package/esm/funcs/userGetProfile.d.ts.map +1 -0
- package/esm/funcs/userGetProfile.js +69 -0
- package/esm/funcs/userGetProfile.js.map +1 -0
- package/esm/funcs/userUpdateProfile.d.ts +2 -1
- package/esm/funcs/userUpdateProfile.d.ts.map +1 -1
- package/esm/funcs/userUpdateProfile.js +2 -1
- package/esm/funcs/userUpdateProfile.js.map +1 -1
- package/esm/funcs/workspacesDismissOnboarding.d.ts +16 -0
- package/esm/funcs/workspacesDismissOnboarding.d.ts.map +1 -0
- package/esm/funcs/workspacesDismissOnboarding.js +89 -0
- package/esm/funcs/workspacesDismissOnboarding.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/sdks.js +2 -8
- package/esm/lib/sdks.js.map +1 -1
- package/esm/models/apierror.d.ts +0 -3
- package/esm/models/apierror.d.ts.map +1 -1
- package/esm/models/apierror.js.map +1 -1
- package/esm/models/apikey.d.ts +2 -0
- package/esm/models/apikey.d.ts.map +1 -1
- package/esm/models/apikey.js +2 -0
- package/esm/models/apikey.js.map +1 -1
- package/esm/models/apikeydeploymentsetupconfig.d.ts +16 -0
- package/esm/models/apikeydeploymentsetupconfig.d.ts.map +1 -0
- package/esm/models/apikeydeploymentsetupconfig.js +17 -0
- package/esm/models/apikeydeploymentsetupconfig.js.map +1 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts +22 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts.map +1 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.js +16 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.js.map +1 -0
- package/esm/models/billingauditlogrow.d.ts +14 -0
- package/esm/models/billingauditlogrow.d.ts.map +1 -0
- package/esm/models/billingauditlogrow.js +17 -0
- package/esm/models/billingauditlogrow.js.map +1 -0
- package/esm/models/cloudformationcallbackrequest.d.ts +1619 -0
- package/esm/models/cloudformationcallbackrequest.d.ts.map +1 -0
- package/esm/models/cloudformationcallbackrequest.js +977 -0
- package/esm/models/cloudformationcallbackrequest.js.map +1 -0
- package/esm/models/cloudregionsresponse.d.ts +11 -0
- package/esm/models/cloudregionsresponse.d.ts.map +1 -0
- package/esm/models/cloudregionsresponse.js +14 -0
- package/esm/models/cloudregionsresponse.js.map +1 -0
- package/esm/models/command.d.ts +7 -3
- package/esm/models/command.d.ts.map +1 -1
- package/esm/models/command.js +2 -1
- package/esm/models/command.js.map +1 -1
- package/esm/models/commanddeploymentinfo.d.ts +4 -0
- package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
- package/esm/models/commanddeploymentinfo.js +1 -0
- package/esm/models/commanddeploymentinfo.js.map +1 -1
- package/esm/models/commandlistitemresponse.d.ts +7 -3
- package/esm/models/commandlistitemresponse.d.ts.map +1 -1
- package/esm/models/commandlistitemresponse.js +2 -1
- package/esm/models/commandlistitemresponse.js.map +1 -1
- package/esm/models/createapikeyresponse.d.ts +2 -0
- package/esm/models/createapikeyresponse.d.ts.map +1 -1
- package/esm/models/createapikeyresponse.js +2 -0
- package/esm/models/createapikeyresponse.js.map +1 -1
- package/esm/models/createcommandrequest.d.ts +5 -0
- package/esm/models/createcommandrequest.d.ts.map +1 -1
- package/esm/models/createcommandrequest.js +1 -0
- package/esm/models/createcommandrequest.js.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.d.ts +8 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
- package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
- package/esm/models/createdeploymenttokenrequest.d.ts +2 -2
- package/esm/models/createdeploymenttokenresponse.d.ts +2 -2
- package/esm/models/createmanagerresponse.d.ts +3226 -0
- package/esm/models/createmanagerresponse.d.ts.map +1 -0
- package/esm/models/createmanagerresponse.js +2574 -0
- package/esm/models/createmanagerresponse.js.map +1 -0
- package/esm/models/deployment.d.ts +1127 -33
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +749 -17
- package/esm/models/deployment.js.map +1 -1
- package/esm/models/deploymentconnectioninfo.d.ts +1 -0
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
- package/esm/models/deploymentconnectioninfo.js +1 -0
- package/esm/models/deploymentconnectioninfo.js.map +1 -1
- package/esm/models/deploymentdetailresponse.d.ts +1127 -33
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +784 -18
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +341 -13
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +217 -9
- package/esm/models/deploymentinfo.js.map +1 -1
- package/esm/models/deploymentinfosetupconfig.d.ts +33 -0
- package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -0
- package/esm/models/deploymentinfosetupconfig.js +26 -0
- package/esm/models/deploymentinfosetupconfig.js.map +1 -0
- package/esm/models/deploymentlistitemresponse.d.ts +39 -0
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
- package/esm/models/deploymentlistitemresponse.js +18 -0
- package/esm/models/deploymentlistitemresponse.js.map +1 -1
- package/esm/models/deploymentportalaccentcolor.d.ts +22 -0
- package/esm/models/deploymentportalaccentcolor.d.ts.map +1 -0
- package/esm/models/deploymentportalaccentcolor.js +20 -0
- package/esm/models/deploymentportalaccentcolor.js.map +1 -0
- package/esm/models/deploymentportalappearance.d.ts +44 -0
- package/esm/models/deploymentportalappearance.d.ts.map +1 -0
- package/esm/models/deploymentportalappearance.js +23 -0
- package/esm/models/deploymentportalappearance.js.map +1 -0
- package/esm/models/deploymentportalappearancepreset.d.ts +21 -0
- package/esm/models/deploymentportalappearancepreset.d.ts.map +1 -0
- package/esm/models/deploymentportalappearancepreset.js +19 -0
- package/esm/models/deploymentportalappearancepreset.js.map +1 -0
- package/esm/models/deploymentportaldensity.d.ts +18 -0
- package/esm/models/deploymentportaldensity.d.ts.map +1 -0
- package/esm/models/deploymentportaldensity.js +16 -0
- package/esm/models/deploymentportaldensity.js.map +1 -0
- package/esm/models/deploymentportaldomain.d.ts +156 -0
- package/esm/models/deploymentportaldomain.d.ts.map +1 -0
- package/esm/models/deploymentportaldomain.js +58 -0
- package/esm/models/deploymentportaldomain.js.map +1 -0
- package/esm/models/deploymentportaldomainresponse.d.ts +11 -0
- package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -0
- package/esm/models/deploymentportaldomainresponse.js +14 -0
- package/esm/models/deploymentportaldomainresponse.js.map +1 -0
- package/esm/models/deploymentportalmanageddnsrecord.d.ts +13 -0
- package/esm/models/deploymentportalmanageddnsrecord.d.ts.map +1 -0
- package/esm/models/deploymentportalmanageddnsrecord.js +16 -0
- package/esm/models/deploymentportalmanageddnsrecord.js.map +1 -0
- package/esm/models/deploymentsetupconfig.d.ts +22 -0
- package/esm/models/deploymentsetupconfig.d.ts.map +1 -0
- package/esm/models/deploymentsetupconfig.js +16 -0
- package/esm/models/deploymentsetupconfig.js.map +1 -0
- package/esm/models/deploymentsetupmethod.d.ts +16 -0
- package/esm/models/deploymentsetupmethod.d.ts.map +1 -0
- package/esm/models/deploymentsetupmethod.js +17 -0
- package/esm/models/deploymentsetupmethod.js.map +1 -0
- package/esm/models/deploymentsetuppolicy.d.ts +45 -0
- package/esm/models/deploymentsetuppolicy.d.ts.map +1 -0
- package/esm/models/deploymentsetuppolicy.js +43 -0
- package/esm/models/deploymentsetuppolicy.js.map +1 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts +1718 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js +1733 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -0
- package/esm/models/deploymentstats.d.ts +12 -0
- package/esm/models/deploymentstats.d.ts.map +1 -1
- package/esm/models/deploymentstats.js +2 -0
- package/esm/models/deploymentstats.js.map +1 -1
- package/esm/models/domainwithusage.d.ts +63 -0
- package/esm/models/domainwithusage.d.ts.map +1 -0
- package/esm/models/domainwithusage.js +62 -0
- package/esm/models/domainwithusage.js.map +1 -0
- package/esm/models/event.d.ts +549 -32
- package/esm/models/event.d.ts.map +1 -1
- package/esm/models/event.js +240 -19
- package/esm/models/event.js.map +1 -1
- package/esm/models/forwardimportrequest.d.ts +40 -0
- package/esm/models/forwardimportrequest.d.ts.map +1 -0
- package/esm/models/forwardimportrequest.js +22 -0
- package/esm/models/forwardimportrequest.js.map +1 -0
- package/esm/models/generatemanagertokenrequest.d.ts +15 -0
- package/esm/models/generatemanagertokenrequest.d.ts.map +1 -0
- package/esm/models/generatemanagertokenrequest.js +12 -0
- package/esm/models/generatemanagertokenrequest.js.map +1 -0
- package/esm/models/generatemanagertokenresponse.d.ts +37 -0
- package/esm/models/generatemanagertokenresponse.d.ts.map +1 -0
- package/esm/models/generatemanagertokenresponse.js +23 -0
- package/esm/models/generatemanagertokenresponse.js.map +1 -0
- package/esm/models/gitnamespace.d.ts +4 -4
- package/esm/models/gitnamespace.d.ts.map +1 -1
- package/esm/models/gitnamespace.js +3 -3
- package/esm/models/gitnamespace.js.map +1 -1
- package/esm/models/importdeploymentrequest.d.ts +5 -82
- package/esm/models/importdeploymentrequest.d.ts.map +1 -1
- package/esm/models/importdeploymentrequest.js +6 -36
- package/esm/models/importdeploymentrequest.js.map +1 -1
- package/esm/models/importedresource.d.ts +29 -0
- package/esm/models/importedresource.d.ts.map +1 -0
- package/esm/models/importedresource.js +14 -0
- package/esm/models/importedresource.js.map +1 -0
- package/esm/models/importsource.d.ts +1587 -0
- package/esm/models/importsource.d.ts.map +1 -0
- package/esm/models/importsource.js +902 -0
- package/esm/models/importsource.js.map +1 -0
- package/esm/models/importsourcekind.d.ts +17 -0
- package/esm/models/importsourcekind.d.ts.map +1 -0
- package/esm/models/importsourcekind.js +15 -0
- package/esm/models/importsourcekind.js.map +1 -0
- package/esm/models/index.d.ts +45 -5
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +45 -5
- package/esm/models/index.js.map +1 -1
- package/esm/models/manager.d.ts +68 -69
- package/esm/models/manager.d.ts.map +1 -1
- package/esm/models/manager.js +38 -66
- package/esm/models/manager.js.map +1 -1
- package/esm/models/managerdeployment.d.ts +13 -0
- package/esm/models/managerdeployment.d.ts.map +1 -1
- package/esm/models/managerdeployment.js +4 -0
- package/esm/models/managerdeployment.js.map +1 -1
- package/esm/models/managerheartbeatrequest.d.ts +9 -113
- package/esm/models/managerheartbeatrequest.d.ts.map +1 -1
- package/esm/models/managerheartbeatrequest.js +7 -75
- package/esm/models/managerheartbeatrequest.js.map +1 -1
- package/esm/models/managermanagementconfigs.d.ts +136 -0
- package/esm/models/managermanagementconfigs.d.ts.map +1 -0
- package/esm/models/managermanagementconfigs.js +122 -0
- package/esm/models/managermanagementconfigs.js.map +1 -0
- package/esm/models/managerretrydeploymentresponse.d.ts +21 -0
- package/esm/models/managerretrydeploymentresponse.d.ts.map +1 -0
- package/esm/models/managerretrydeploymentresponse.js +22 -0
- package/esm/models/managerretrydeploymentresponse.js.map +1 -0
- package/esm/models/managerretryresponse.d.ts +3232 -0
- package/esm/models/managerretryresponse.d.ts.map +1 -0
- package/esm/models/managerretryresponse.js +2584 -0
- package/esm/models/managerretryresponse.js.map +1 -0
- package/esm/models/newdeploymentrequest.d.ts +1029 -7
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +590 -4
- package/esm/models/newdeploymentrequest.js.map +1 -1
- package/esm/models/newmanagerrequest.d.ts +25 -34
- package/esm/models/newmanagerrequest.d.ts.map +1 -1
- package/esm/models/newmanagerrequest.js +11 -24
- package/esm/models/newmanagerrequest.js.map +1 -1
- package/esm/models/operations/acceptcloudformationcallback.d.ts +31 -0
- package/esm/models/operations/acceptcloudformationcallback.d.ts.map +1 -0
- package/esm/models/operations/acceptcloudformationcallback.js +30 -0
- package/esm/models/operations/acceptcloudformationcallback.js.map +1 -0
- package/esm/models/operations/cancelmanagersetup.d.ts +31 -0
- package/esm/models/operations/cancelmanagersetup.d.ts.map +1 -0
- package/esm/models/operations/cancelmanagersetup.js +21 -0
- package/esm/models/operations/cancelmanagersetup.js.map +1 -0
- package/esm/models/operations/createmanager.d.ts +0 -165
- package/esm/models/operations/createmanager.d.ts.map +1 -1
- package/esm/models/operations/createmanager.js +0 -104
- package/esm/models/operations/createmanager.js.map +1 -1
- package/esm/models/operations/createproject.d.ts +102 -93
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +38 -51
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createprojectfromtemplate.d.ts +98 -89
- package/esm/models/operations/createprojectfromtemplate.d.ts.map +1 -1
- package/esm/models/operations/createprojectfromtemplate.js +37 -52
- package/esm/models/operations/createprojectfromtemplate.js.map +1 -1
- package/esm/models/operations/deletedeployment.d.ts +21 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +11 -0
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/dismissworkspaceonboarding.d.ts +20 -0
- package/esm/models/operations/dismissworkspaceonboarding.d.ts.map +1 -0
- package/esm/models/operations/dismissworkspaceonboarding.js +13 -0
- package/esm/models/operations/dismissworkspaceonboarding.js.map +1 -0
- package/esm/models/operations/generatemanagertoken.d.ts +23 -0
- package/esm/models/operations/generatemanagertoken.d.ts.map +1 -0
- package/esm/models/operations/generatemanagertoken.js +21 -0
- package/esm/models/operations/generatemanagertoken.js.map +1 -0
- package/esm/models/operations/getcloudregions.d.ts +15 -0
- package/esm/models/operations/getcloudregions.d.ts.map +1 -0
- package/esm/models/operations/getcloudregions.js +12 -0
- package/esm/models/operations/getcloudregions.js.map +1 -0
- package/esm/models/operations/getdeploymentgroup.d.ts +32 -0
- package/esm/models/operations/getdeploymentgroup.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentgroup.js +16 -0
- package/esm/models/operations/getdeploymentgroup.js.map +1 -1
- package/esm/models/operations/getdeploymentstats.d.ts +7 -6
- package/esm/models/operations/getdeploymentstats.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentstats.js +4 -3
- package/esm/models/operations/getdeploymentstats.js.map +1 -1
- package/esm/models/operations/getmanagermanagementconfig.d.ts +41 -14
- package/esm/models/operations/getmanagermanagementconfig.d.ts.map +1 -1
- package/esm/models/operations/getmanagermanagementconfig.js +28 -14
- package/esm/models/operations/getmanagermanagementconfig.js.map +1 -1
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +20 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts.map +1 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.js +13 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.js.map +1 -0
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts +20 -0
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/getprojectgcpoauthprovider.js +13 -0
- package/esm/models/operations/getprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/operations/getprojecttemplateurls.d.ts +2 -2
- package/esm/models/operations/getresourcedeploymentdetail.d.ts +7437 -0
- package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -0
- package/esm/models/operations/getresourcedeploymentdetail.js +7935 -0
- package/esm/models/operations/getresourcedeploymentdetail.js.map +1 -0
- package/esm/models/operations/getworkspaceplan.d.ts +27 -0
- package/esm/models/operations/getworkspaceplan.d.ts.map +1 -0
- package/esm/models/operations/getworkspaceplan.js +21 -0
- package/esm/models/operations/getworkspaceplan.js.map +1 -0
- package/esm/models/operations/index.d.ts +21 -15
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +21 -15
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listapikeys.d.ts +5 -0
- package/esm/models/operations/listapikeys.d.ts.map +1 -1
- package/esm/models/operations/listapikeys.js +1 -0
- package/esm/models/operations/listapikeys.js.map +1 -1
- package/esm/models/operations/listbillingauditlog.d.ts +35 -0
- package/esm/models/operations/listbillingauditlog.d.ts.map +1 -0
- package/esm/models/operations/listbillingauditlog.js +24 -0
- package/esm/models/operations/listbillingauditlog.js.map +1 -0
- package/esm/models/operations/listcommands.d.ts +5 -0
- package/esm/models/operations/listcommands.d.ts.map +1 -1
- package/esm/models/operations/listcommands.js +1 -0
- package/esm/models/operations/listcommands.js.map +1 -1
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts +49 -0
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentfilterenvironments.js +34 -0
- package/esm/models/operations/listdeploymentfilterenvironments.js.map +1 -0
- package/esm/models/operations/listdeploymentgroups.d.ts +59 -2
- package/esm/models/operations/listdeploymentgroups.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentgroups.js +29 -2
- package/esm/models/operations/listdeploymentgroups.js.map +1 -1
- package/esm/models/operations/listdeployments.d.ts +8 -7
- package/esm/models/operations/listdeployments.d.ts.map +1 -1
- package/esm/models/operations/listdeployments.js +4 -3
- package/esm/models/operations/listdeployments.js.map +1 -1
- package/esm/models/operations/listdomains.d.ts +1 -1
- package/esm/models/operations/listdomains.d.ts.map +1 -1
- package/esm/models/operations/listdomains.js +1 -1
- package/esm/models/operations/listdomains.js.map +1 -1
- package/esm/models/operations/listevents.d.ts +5 -0
- package/esm/models/operations/listevents.d.ts.map +1 -1
- package/esm/models/operations/listevents.js +1 -0
- package/esm/models/operations/listevents.js.map +1 -1
- package/esm/models/operations/listmanagers.d.ts +10 -0
- package/esm/models/operations/listmanagers.d.ts.map +1 -1
- package/esm/models/operations/listmanagers.js +2 -0
- package/esm/models/operations/listmanagers.js.map +1 -1
- package/esm/models/operations/listpackages.d.ts +5 -0
- package/esm/models/operations/listpackages.d.ts.map +1 -1
- package/esm/models/operations/listpackages.js +1 -0
- package/esm/models/operations/listpackages.js.map +1 -1
- package/esm/models/operations/listresourcedeployments.d.ts +73 -0
- package/esm/models/operations/listresourcedeployments.d.ts.map +1 -0
- package/esm/models/operations/listresourcedeployments.js +58 -0
- package/esm/models/operations/listresourcedeployments.js.map +1 -0
- package/esm/models/operations/listresourceoverview.d.ts +68 -0
- package/esm/models/operations/listresourceoverview.d.ts.map +1 -0
- package/esm/models/operations/listresourceoverview.js +54 -0
- package/esm/models/operations/listresourceoverview.js.map +1 -0
- package/esm/models/operations/preparedeploymentstack.d.ts +1435 -0
- package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -0
- package/esm/models/operations/preparedeploymentstack.js +858 -0
- package/esm/models/operations/preparedeploymentstack.js.map +1 -0
- package/esm/models/operations/refreshdomain.d.ts +20 -0
- package/esm/models/operations/refreshdomain.d.ts.map +1 -0
- package/esm/models/operations/refreshdomain.js +13 -0
- package/esm/models/operations/refreshdomain.js.map +1 -0
- package/esm/models/operations/resolve.d.ts +43 -0
- package/esm/models/operations/resolve.d.ts.map +1 -0
- package/esm/models/operations/resolve.js +27 -0
- package/esm/models/operations/resolve.js.map +1 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +23 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.js +21 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.js.map +1 -0
- package/esm/models/operations/retrydeployment.d.ts +1 -1
- package/esm/models/operations/retrymanager.d.ts +20 -0
- package/esm/models/operations/retrymanager.d.ts.map +1 -0
- package/esm/models/operations/retrymanager.js +13 -0
- package/esm/models/operations/retrymanager.js.map +1 -0
- package/esm/models/operations/retrymanagersetup.d.ts +20 -0
- package/esm/models/operations/retrymanagersetup.d.ts.map +1 -0
- package/esm/models/operations/retrymanagersetup.js +13 -0
- package/esm/models/operations/retrymanagersetup.js.map +1 -0
- package/esm/models/operations/synclist.d.ts +18 -0
- package/esm/models/operations/synclist.d.ts.map +1 -0
- package/esm/models/operations/synclist.js +19 -0
- package/esm/models/operations/synclist.js.map +1 -0
- package/esm/models/operations/syncreconcile.d.ts +2 -2
- package/esm/models/operations/syncreconcile.d.ts.map +1 -1
- package/esm/models/operations/syncreconcile.js +1 -1
- package/esm/models/operations/syncreconcile.js.map +1 -1
- package/esm/models/operations/syncrelease.d.ts +2 -2
- package/esm/models/operations/syncrelease.d.ts.map +1 -1
- package/esm/models/operations/syncrelease.js +1 -1
- package/esm/models/operations/syncrelease.js.map +1 -1
- package/esm/models/operations/updateproject.d.ts +3 -296
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +3 -127
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +23 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.js +21 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/operations/updateuserprofile.d.ts +0 -15
- package/esm/models/operations/updateuserprofile.d.ts.map +1 -1
- package/esm/models/operations/updateuserprofile.js +0 -12
- package/esm/models/operations/updateuserprofile.js.map +1 -1
- package/esm/models/package.d.ts +121 -22
- package/esm/models/package.d.ts.map +1 -1
- package/esm/models/package.js +45 -9
- package/esm/models/package.js.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.d.ts +3668 -0
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -0
- package/esm/models/persistimporteddeploymentrequest.js +1896 -0
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -0
- package/esm/models/pinreleaserequest.d.ts +2 -2
- package/esm/models/planid.d.ts +12 -0
- package/esm/models/planid.d.ts.map +1 -0
- package/esm/models/planid.js +13 -0
- package/esm/models/planid.js.map +1 -0
- package/esm/models/prepareddeploymentstack.d.ts +1366 -0
- package/esm/models/prepareddeploymentstack.d.ts.map +1 -0
- package/esm/models/prepareddeploymentstack.js +775 -0
- package/esm/models/prepareddeploymentstack.js.map +1 -0
- package/esm/models/privatemanagercloud.d.ts +17 -0
- package/esm/models/privatemanagercloud.d.ts.map +1 -0
- package/esm/models/privatemanagercloud.js +15 -0
- package/esm/models/privatemanagercloud.js.map +1 -0
- package/esm/models/privatemanagersetupmethod.d.ts +17 -0
- package/esm/models/privatemanagersetupmethod.d.ts.map +1 -0
- package/esm/models/privatemanagersetupmethod.js +15 -0
- package/esm/models/privatemanagersetupmethod.js.map +1 -0
- package/esm/models/project.d.ts +79 -69
- package/esm/models/project.d.ts.map +1 -1
- package/esm/models/project.js +29 -42
- package/esm/models/project.js.map +1 -1
- package/esm/models/projectgcpoauthprovider.d.ts +33 -0
- package/esm/models/projectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/projectgcpoauthprovider.js +32 -0
- package/esm/models/projectgcpoauthprovider.js.map +1 -0
- package/esm/models/projectlistitemresponse.d.ts +83 -73
- package/esm/models/projectlistitemresponse.d.ts.map +1 -1
- package/esm/models/projectlistitemresponse.js +32 -46
- package/esm/models/projectlistitemresponse.js.map +1 -1
- package/esm/models/release.d.ts +4 -0
- package/esm/models/release.d.ts.map +1 -1
- package/esm/models/release.js +2 -0
- package/esm/models/release.js.map +1 -1
- package/esm/models/releaselistitemresponse.d.ts +4 -0
- package/esm/models/releaselistitemresponse.d.ts.map +1 -1
- package/esm/models/releaselistitemresponse.js +2 -0
- package/esm/models/releaselistitemresponse.js.map +1 -1
- package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts +20 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.js +13 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.js.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts +28 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.js +31 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.js.map +1 -0
- package/esm/models/resolveresponse.d.ts +158 -0
- package/esm/models/resolveresponse.d.ts.map +1 -0
- package/esm/models/resolveresponse.js +103 -0
- package/esm/models/resolveresponse.js.map +1 -0
- package/esm/models/setupfingerprintinfo.d.ts +21 -0
- package/esm/models/setupfingerprintinfo.d.ts.map +1 -0
- package/esm/models/setupfingerprintinfo.js +15 -0
- package/esm/models/setupfingerprintinfo.js.map +1 -0
- package/esm/models/supportedcloudregions.d.ts +21 -0
- package/esm/models/supportedcloudregions.d.ts.map +1 -0
- package/esm/models/supportedcloudregions.js +15 -0
- package/esm/models/supportedcloudregions.js.map +1 -0
- package/esm/models/syncacquirerequest.d.ts +1 -0
- package/esm/models/syncacquirerequest.d.ts.map +1 -1
- package/esm/models/syncacquirerequest.js +1 -0
- package/esm/models/syncacquirerequest.js.map +1 -1
- package/esm/models/syncacquireresponse.d.ts +2181 -274
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +1348 -120
- package/esm/models/syncacquireresponse.js.map +1 -1
- package/esm/models/synclistrequest.d.ts +84 -0
- package/esm/models/synclistrequest.d.ts.map +1 -0
- package/esm/models/synclistrequest.js +52 -0
- package/esm/models/synclistrequest.js.map +1 -0
- package/esm/models/synclistresponse.d.ts +3272 -0
- package/esm/models/synclistresponse.d.ts.map +1 -0
- package/esm/models/synclistresponse.js +2054 -0
- package/esm/models/synclistresponse.js.map +1 -0
- package/esm/models/syncreconcilerequest.d.ts +13095 -1549
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +9738 -1661
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +2346 -224
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +1420 -92
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts +2 -2
- package/esm/models/updateproject.d.ts +325 -0
- package/esm/models/updateproject.d.ts.map +1 -0
- package/esm/models/updateproject.js +118 -0
- package/esm/models/updateproject.js.map +1 -0
- package/esm/models/updateprojectgcpoauthprovider.d.ts +38 -0
- package/esm/models/updateprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/updateprojectgcpoauthprovider.js +29 -0
- package/esm/models/updateprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/userprofile.d.ts +79 -0
- package/esm/models/userprofile.d.ts.map +1 -0
- package/esm/models/userprofile.js +42 -0
- package/esm/models/userprofile.js.map +1 -0
- package/esm/models/userprofilesetuprequest.d.ts +57 -0
- package/esm/models/userprofilesetuprequest.d.ts.map +1 -0
- package/esm/models/userprofilesetuprequest.js +33 -0
- package/esm/models/userprofilesetuprequest.js.map +1 -0
- package/esm/models/workspace.d.ts +4 -0
- package/esm/models/workspace.d.ts.map +1 -1
- package/esm/models/workspace.js +1 -0
- package/esm/models/workspace.js.map +1 -1
- package/esm/sdk/auth.d.ts +1 -1
- package/esm/sdk/auth.js +1 -1
- package/esm/sdk/billing.d.ts +13 -0
- package/esm/sdk/billing.d.ts.map +1 -0
- package/esm/sdk/billing.js +22 -0
- package/esm/sdk/billing.js.map +1 -0
- package/esm/sdk/cloudregions.d.ts +10 -0
- package/esm/sdk/cloudregions.d.ts.map +1 -0
- package/esm/sdk/cloudregions.js +15 -0
- package/esm/sdk/cloudregions.js.map +1 -0
- package/esm/sdk/deployment.d.ts +5 -1
- package/esm/sdk/deployment.d.ts.map +1 -1
- package/esm/sdk/deployment.js +8 -1
- package/esm/sdk/deployment.js.map +1 -1
- package/esm/sdk/deploymentgroups.d.ts +0 -7
- package/esm/sdk/deploymentgroups.d.ts.map +1 -1
- package/esm/sdk/deploymentgroups.js +0 -10
- package/esm/sdk/deploymentgroups.js.map +1 -1
- package/esm/sdk/deployments.d.ts +15 -11
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js +20 -13
- package/esm/sdk/deployments.js.map +1 -1
- package/esm/sdk/domains.d.ts +6 -2
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +7 -0
- package/esm/sdk/domains.js.map +1 -1
- package/esm/sdk/managers.d.ts +19 -7
- package/esm/sdk/managers.d.ts.map +1 -1
- package/esm/sdk/managers.js +32 -11
- package/esm/sdk/managers.js.map +1 -1
- package/esm/sdk/projects.d.ts +14 -6
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +23 -9
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/resolve.d.ts +13 -0
- package/esm/sdk/resolve.d.ts.map +1 -0
- package/esm/sdk/resolve.js +18 -0
- package/esm/sdk/resolve.js.map +1 -0
- package/esm/sdk/resources.d.ts +11 -0
- package/esm/sdk/resources.d.ts.map +1 -0
- package/esm/sdk/resources.js +23 -0
- package/esm/sdk/resources.js.map +1 -0
- package/esm/sdk/sdk.d.ts +12 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +15 -3
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/sync.d.ts +8 -4
- package/esm/sdk/sync.d.ts.map +1 -1
- package/esm/sdk/sync.js +9 -2
- package/esm/sdk/sync.js.map +1 -1
- package/esm/sdk/user.d.ts +9 -1
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +14 -0
- package/esm/sdk/user.js.map +1 -1
- package/esm/sdk/workspaces.d.ts +4 -0
- package/esm/sdk/workspaces.d.ts.map +1 -1
- package/esm/sdk/workspaces.js +7 -0
- package/esm/sdk/workspaces.js.map +1 -1
- package/examples/{userUpdateProfile.example.ts → userGetProfile.example.ts} +2 -2
- package/jsr.json +1 -1
- package/package.json +8 -6
- package/src/funcs/apiKeysList.ts +1 -0
- package/src/funcs/authWhoami.ts +1 -1
- package/src/funcs/billingGetPlan.ts +162 -0
- package/src/funcs/billingListAuditLog.ts +166 -0
- package/src/funcs/cloudRegionsGet.ts +163 -0
- package/src/funcs/commandsList.ts +1 -0
- package/src/funcs/deploymentGetInfo.ts +1 -1
- package/src/funcs/deploymentGroupsGetDeploymentGroup.ts +1 -0
- package/src/funcs/deploymentGroupsListDeploymentGroups.ts +1 -0
- package/src/funcs/{containersGetOverview.ts → deploymentPrepareStack.ts} +18 -17
- package/src/funcs/deploymentsAcceptCloudFormationCallback.ts +176 -0
- package/src/funcs/deploymentsCreate.ts +1 -1
- package/src/funcs/deploymentsCreateToken.ts +1 -1
- package/src/funcs/deploymentsDelete.ts +5 -3
- package/src/funcs/deploymentsGet.ts +1 -1
- package/src/funcs/deploymentsGetStats.ts +1 -1
- package/src/funcs/deploymentsImport.ts +2 -2
- package/src/funcs/deploymentsList.ts +1 -1
- package/src/funcs/deploymentsListFilterDeploymentGroups.ts +1 -1
- package/src/funcs/{containersGetAttention.ts → deploymentsListFilterEnvironments.ts} +15 -14
- package/src/funcs/deploymentsRedeploy.ts +1 -1
- package/src/funcs/deploymentsRetry.ts +1 -1
- package/src/funcs/deploymentsUpdateEnvironmentVariables.ts +1 -1
- package/src/funcs/domainsCreate.ts +6 -5
- package/src/funcs/domainsGet.ts +4 -4
- package/src/funcs/domainsRefresh.ts +179 -0
- package/src/funcs/eventsList.ts +1 -0
- package/src/funcs/{managersGoogleCloudConnect.ts → managersCancelSetup.ts} +12 -17
- package/src/funcs/managersCreate.ts +7 -6
- package/src/funcs/managersDelete.ts +2 -2
- package/src/funcs/{managersGenerateDeepstoreToken.ts → managersGenerateManagerToken.ts} +12 -12
- package/src/funcs/managersGetManagementConfig.ts +1 -0
- package/src/funcs/managersList.ts +2 -0
- package/src/funcs/{deploymentGroupsGetDeploymentGroupManager.ts → managersResolveGcpOAuthProvider.ts} +25 -20
- package/src/funcs/managersRetry.ts +179 -0
- package/src/funcs/managersRetrySetup.ts +179 -0
- package/src/funcs/packagesList.ts +1 -0
- package/src/funcs/projectsCreate.ts +2 -2
- package/src/funcs/projectsDelete.ts +1 -1
- package/src/funcs/projectsGetDeploymentPortalDomain.ts +184 -0
- package/src/funcs/{containersListDeploymentMachines.ts → projectsGetGcpOAuthProvider.ts} +13 -12
- package/src/funcs/projectsGetTemplateUrls.ts +1 -1
- package/src/funcs/projectsUpdate.ts +1 -1
- package/src/funcs/{projectsGetBuildConfig.ts → projectsUpdateGcpOAuthProvider.ts} +23 -21
- package/src/funcs/{containersGetMachines.ts → resolveResolve.ts} +21 -19
- package/src/funcs/{containersListDeploymentContainerInstanceEvents.ts → resourcesGetDeploymentDetail.ts} +17 -20
- package/src/funcs/{containersGetDeploymentContainer.ts → resourcesListDeployments.ts} +17 -17
- package/src/funcs/{containersGetDeploymentCluster.ts → resourcesListOverview.ts} +14 -16
- package/src/funcs/{deploymentsListFilterPlatforms.ts → syncList.ts} +18 -17
- package/src/funcs/syncReconcile.ts +6 -7
- package/src/funcs/syncRelease.ts +6 -7
- package/src/funcs/userCompleteProfileSetup.ts +170 -0
- package/src/funcs/userGetProfile.ts +149 -0
- package/src/funcs/userUpdateProfile.ts +5 -4
- package/src/funcs/{containersListDeploymentContainers.ts → workspacesDismissOnboarding.ts} +13 -14
- package/src/lib/config.ts +2 -2
- package/src/lib/sdks.ts +2 -8
- package/src/models/apierror.ts +0 -3
- package/src/models/apikey.ts +6 -0
- package/src/models/apikeydeploymentsetupconfig.ts +44 -0
- package/src/models/apikeydeploymentsetupenvironmentvariable.ts +53 -0
- package/src/models/billingauditlogrow.ts +38 -0
- package/src/models/cloudformationcallbackrequest.ts +3844 -0
- package/src/models/cloudregionsresponse.ts +34 -0
- package/src/models/command.ts +8 -3
- package/src/models/commanddeploymentinfo.ts +5 -0
- package/src/models/commandlistitemresponse.ts +8 -3
- package/src/models/createapikeyresponse.ts +6 -0
- package/src/models/createcommandrequest.ts +6 -0
- package/src/models/createdeploymentgrouptokenrequest.ts +14 -0
- package/src/models/createdeploymenttokenrequest.ts +2 -2
- package/src/models/createdeploymenttokenresponse.ts +2 -2
- package/src/models/createmanagerresponse.ts +8631 -0
- package/src/models/deployment.ts +3519 -1137
- package/src/models/deploymentconnectioninfo.ts +1 -0
- package/src/models/deploymentdetailresponse.ts +3918 -1231
- package/src/models/deploymentinfo.ts +687 -25
- package/src/models/deploymentinfosetupconfig.ts +83 -0
- package/src/models/deploymentlistitemresponse.ts +52 -0
- package/src/models/deploymentportalaccentcolor.ts +33 -0
- package/src/models/deploymentportalappearance.ts +80 -0
- package/src/models/deploymentportalappearancepreset.ts +32 -0
- package/src/models/deploymentportaldensity.ts +29 -0
- package/src/models/deploymentportaldomain.ts +226 -0
- package/src/models/deploymentportaldomainresponse.ts +34 -0
- package/src/models/deploymentportalmanageddnsrecord.ts +36 -0
- package/src/models/deploymentsetupconfig.ts +46 -0
- package/src/models/deploymentsetupmethod.ts +25 -0
- package/src/models/deploymentsetuppolicy.ts +96 -0
- package/src/models/deploymentsetupstacksettingspolicy.ts +5512 -0
- package/src/models/deploymentstats.ts +10 -0
- package/src/models/domainwithusage.ts +154 -0
- package/src/models/event.ts +992 -96
- package/src/models/forwardimportrequest.ts +72 -0
- package/src/models/{generatedeepstoretokenrequest.ts → generatemanagertokenrequest.ts} +9 -9
- package/src/models/generatemanagertokenresponse.ts +68 -0
- package/src/models/gitnamespace.ts +7 -7
- package/src/models/importdeploymentrequest.ts +21 -113
- package/src/models/importedresource.ts +45 -0
- package/src/models/importsource.ts +3346 -0
- package/src/models/importsourcekind.ts +24 -0
- package/src/models/index.ts +45 -5
- package/src/models/manager.ts +94 -187
- package/src/models/managerdeployment.ts +16 -0
- package/src/models/managerheartbeatrequest.ts +31 -286
- package/src/models/managermanagementconfigs.ts +340 -0
- package/src/models/managerretrydeploymentresponse.ts +51 -0
- package/src/models/managerretryresponse.ts +8571 -0
- package/src/models/newdeploymentrequest.ts +2732 -389
- package/src/models/newmanagerrequest.ts +37 -46
- package/src/models/operations/acceptcloudformationcallback.ts +82 -0
- package/src/models/operations/cancelmanagersetup.ts +67 -0
- package/src/models/operations/createmanager.ts +0 -332
- package/src/models/operations/createproject.ts +162 -136
- package/src/models/operations/createprojectfromtemplate.ts +159 -127
- package/src/models/operations/deletedeployment.ts +27 -0
- package/src/models/operations/dismissworkspaceonboarding.ts +41 -0
- package/src/models/operations/generatemanagertoken.ts +53 -0
- package/src/models/operations/getcloudregions.ts +33 -0
- package/src/models/operations/getdeploymentgroup.ts +58 -0
- package/src/models/operations/getdeploymentstats.ts +11 -10
- package/src/models/operations/getmanagermanagementconfig.ts +77 -32
- package/src/models/operations/getprojectdeploymentportaldomain.ts +42 -0
- package/src/models/operations/getprojectgcpoauthprovider.ts +41 -0
- package/src/models/operations/getprojecttemplateurls.ts +2 -2
- package/src/models/operations/getresourcedeploymentdetail.ts +17224 -0
- package/src/models/operations/getworkspaceplan.ts +62 -0
- package/src/models/operations/index.ts +21 -15
- package/src/models/operations/listapikeys.ts +6 -0
- package/src/models/operations/listbillingauditlog.ts +73 -0
- package/src/models/operations/listcommands.ts +6 -0
- package/src/models/operations/listdeploymentfilterenvironments.ts +100 -0
- package/src/models/operations/listdeploymentgroups.ts +107 -3
- package/src/models/operations/listdeployments.ts +12 -11
- package/src/models/operations/listdomains.ts +2 -2
- package/src/models/operations/listevents.ts +6 -0
- package/src/models/operations/listmanagers.ts +12 -0
- package/src/models/operations/listpackages.ts +6 -0
- package/src/models/operations/listresourcedeployments.ts +158 -0
- package/src/models/operations/listresourceoverview.ts +144 -0
- package/src/models/operations/preparedeploymentstack.ts +2845 -0
- package/src/models/operations/refreshdomain.ts +39 -0
- package/src/models/operations/resolve.ts +62 -0
- package/src/models/operations/resolvemanagergcpoauthprovider.ts +56 -0
- package/src/models/operations/retrydeployment.ts +1 -1
- package/src/models/operations/retrymanager.ts +39 -0
- package/src/models/operations/retrymanagersetup.ts +39 -0
- package/src/models/operations/synclist.ts +40 -0
- package/src/models/operations/syncreconcile.ts +3 -3
- package/src/models/operations/syncrelease.ts +3 -3
- package/src/models/operations/updateproject.ts +5 -497
- package/src/models/operations/updateprojectgcpoauthprovider.ts +55 -0
- package/src/models/operations/updateuserprofile.ts +0 -36
- package/src/models/package.ts +188 -34
- package/src/models/persistimporteddeploymentrequest.ts +8221 -0
- package/src/models/pinreleaserequest.ts +2 -2
- package/src/models/planid.ts +17 -0
- package/src/models/prepareddeploymentstack.ts +3123 -0
- package/src/models/privatemanagercloud.ts +24 -0
- package/src/models/privatemanagersetupmethod.ts +26 -0
- package/src/models/project.ts +130 -94
- package/src/models/projectgcpoauthprovider.ts +93 -0
- package/src/models/projectlistitemresponse.ts +139 -107
- package/src/models/release.ts +6 -0
- package/src/models/releaselistitemresponse.ts +6 -0
- package/src/models/resolvemanagergcpoauthproviderrequest.ts +41 -0
- package/src/models/resolvemanagergcpoauthproviderresponse.ts +97 -0
- package/src/models/resolveresponse.ts +322 -0
- package/src/models/setupfingerprintinfo.ts +43 -0
- package/src/models/supportedcloudregions.ts +43 -0
- package/src/models/syncacquirerequest.ts +1 -0
- package/src/models/syncacquireresponse.ts +10222 -5960
- package/src/models/synclistrequest.ts +115 -0
- package/src/models/synclistresponse.ts +7202 -0
- package/src/models/syncreconcilerequest.ts +26977 -5873
- package/src/models/syncreconcileresponse.ts +10792 -6180
- package/src/models/updatedeploymentenvironmentvariablesrequest.ts +2 -2
- package/src/models/updateproject.ts +544 -0
- package/src/models/updateprojectgcpoauthprovider.ts +101 -0
- package/src/models/userprofile.ts +116 -0
- package/src/models/userprofilesetuprequest.ts +85 -0
- package/src/models/workspace.ts +7 -0
- package/src/sdk/auth.ts +1 -1
- package/src/sdk/billing.ts +39 -0
- package/src/sdk/cloudregions.ts +25 -0
- package/src/sdk/deployment.ts +16 -1
- package/src/sdk/deploymentgroups.ts +0 -18
- package/src/sdk/deployments.ts +30 -15
- package/src/sdk/domains.ts +17 -2
- package/src/sdk/managers.ts +67 -22
- package/src/sdk/projects.ts +47 -17
- package/src/sdk/resolve.ts +28 -0
- package/src/sdk/resources.ts +48 -0
- package/src/sdk/sdk.ts +22 -4
- package/src/sdk/sync.ts +19 -4
- package/src/sdk/user.ts +29 -1
- package/src/sdk/workspaces.ts +15 -0
- package/esm/funcs/containersGetAttention.d.ts.map +0 -1
- package/esm/funcs/containersGetAttention.js.map +0 -1
- package/esm/funcs/containersGetDeploymentCluster.d.ts.map +0 -1
- package/esm/funcs/containersGetDeploymentCluster.js.map +0 -1
- package/esm/funcs/containersGetDeploymentContainer.d.ts.map +0 -1
- package/esm/funcs/containersGetDeploymentContainer.js.map +0 -1
- package/esm/funcs/containersGetDeployments.d.ts.map +0 -1
- package/esm/funcs/containersGetDeployments.js.map +0 -1
- package/esm/funcs/containersGetMachines.d.ts +0 -15
- package/esm/funcs/containersGetMachines.d.ts.map +0 -1
- package/esm/funcs/containersGetMachines.js.map +0 -1
- package/esm/funcs/containersGetOverview.d.ts +0 -15
- package/esm/funcs/containersGetOverview.d.ts.map +0 -1
- package/esm/funcs/containersGetOverview.js.map +0 -1
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts +0 -15
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.js.map +0 -1
- package/esm/funcs/containersListDeploymentContainers.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentContainers.js.map +0 -1
- package/esm/funcs/containersListDeploymentEvents.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentEvents.js.map +0 -1
- package/esm/funcs/containersListDeploymentMachines.d.ts.map +0 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts +0 -19
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts.map +0 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.js.map +0 -1
- package/esm/funcs/deploymentsListFilterPlatforms.d.ts +0 -15
- package/esm/funcs/deploymentsListFilterPlatforms.d.ts.map +0 -1
- package/esm/funcs/deploymentsListFilterPlatforms.js.map +0 -1
- package/esm/funcs/managersGoogleCloudConnect.d.ts.map +0 -1
- package/esm/funcs/managersGoogleCloudConnect.js.map +0 -1
- package/esm/funcs/projectsGetBuildConfig.d.ts.map +0 -1
- package/esm/funcs/projectsGetBuildConfig.js.map +0 -1
- package/esm/models/deploymentgroupmanagerresponse.d.ts +0 -17
- package/esm/models/deploymentgroupmanagerresponse.d.ts.map +0 -1
- package/esm/models/deploymentgroupmanagerresponse.js +0 -14
- package/esm/models/deploymentgroupmanagerresponse.js.map +0 -1
- package/esm/models/deploymentpagebackground.d.ts +0 -67
- package/esm/models/deploymentpagebackground.d.ts.map +0 -1
- package/esm/models/deploymentpagebackground.js +0 -48
- package/esm/models/deploymentpagebackground.js.map +0 -1
- package/esm/models/domain.d.ts +0 -36
- package/esm/models/domain.d.ts.map +0 -1
- package/esm/models/domain.js +0 -32
- package/esm/models/domain.js.map +0 -1
- package/esm/models/generatedeepstoretokenrequest.d.ts +0 -15
- package/esm/models/generatedeepstoretokenrequest.d.ts.map +0 -1
- package/esm/models/generatedeepstoretokenrequest.js +0 -12
- package/esm/models/generatedeepstoretokenrequest.js.map +0 -1
- package/esm/models/generatedeepstoretokenresponse.d.ts +0 -37
- package/esm/models/generatedeepstoretokenresponse.d.ts.map +0 -1
- package/esm/models/generatedeepstoretokenresponse.js +0 -23
- package/esm/models/generatedeepstoretokenresponse.js.map +0 -1
- package/esm/models/operations/connectmanagertogooglecloud.d.ts +0 -32
- package/esm/models/operations/connectmanagertogooglecloud.d.ts.map +0 -1
- package/esm/models/operations/connectmanagertogooglecloud.js +0 -16
- package/esm/models/operations/connectmanagertogooglecloud.js.map +0 -1
- package/esm/models/operations/generatedeepstoretoken.d.ts +0 -23
- package/esm/models/operations/generatedeepstoretoken.d.ts.map +0 -1
- package/esm/models/operations/generatedeepstoretoken.js +0 -21
- package/esm/models/operations/generatedeepstoretoken.js.map +0 -1
- package/esm/models/operations/getcontainerattention.d.ts +0 -75
- package/esm/models/operations/getcontainerattention.d.ts.map +0 -1
- package/esm/models/operations/getcontainerattention.js +0 -52
- package/esm/models/operations/getcontainerattention.js.map +0 -1
- package/esm/models/operations/getcontainerdefinitiondeployments.d.ts +0 -64
- package/esm/models/operations/getcontainerdefinitiondeployments.d.ts.map +0 -1
- package/esm/models/operations/getcontainerdefinitiondeployments.js +0 -47
- package/esm/models/operations/getcontainerdefinitiondeployments.js.map +0 -1
- package/esm/models/operations/getcontainermachines.d.ts +0 -94
- package/esm/models/operations/getcontainermachines.d.ts.map +0 -1
- package/esm/models/operations/getcontainermachines.js +0 -90
- package/esm/models/operations/getcontainermachines.js.map +0 -1
- package/esm/models/operations/getcontaineroverview.d.ts +0 -106
- package/esm/models/operations/getcontaineroverview.d.ts.map +0 -1
- package/esm/models/operations/getcontaineroverview.js +0 -68
- package/esm/models/operations/getcontaineroverview.js.map +0 -1
- package/esm/models/operations/getdeploymentcluster.d.ts +0 -62
- package/esm/models/operations/getdeploymentcluster.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentcluster.js +0 -56
- package/esm/models/operations/getdeploymentcluster.js.map +0 -1
- package/esm/models/operations/getdeploymentcontainer.d.ts +0 -171
- package/esm/models/operations/getdeploymentcontainer.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentcontainer.js +0 -163
- package/esm/models/operations/getdeploymentcontainer.js.map +0 -1
- package/esm/models/operations/getdeploymentgroupmanager.d.ts +0 -43
- package/esm/models/operations/getdeploymentgroupmanager.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentgroupmanager.js +0 -27
- package/esm/models/operations/getdeploymentgroupmanager.js.map +0 -1
- package/esm/models/operations/getprojectbuildconfig.d.ts +0 -65
- package/esm/models/operations/getprojectbuildconfig.d.ts.map +0 -1
- package/esm/models/operations/getprojectbuildconfig.js +0 -37
- package/esm/models/operations/getprojectbuildconfig.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainerevents.d.ts +0 -81
- package/esm/models/operations/listdeploymentcontainerevents.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainerevents.js +0 -62
- package/esm/models/operations/listdeploymentcontainerevents.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts +0 -67
- package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainerinstanceevents.js +0 -53
- package/esm/models/operations/listdeploymentcontainerinstanceevents.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainers.d.ts +0 -50
- package/esm/models/operations/listdeploymentcontainers.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainers.js +0 -39
- package/esm/models/operations/listdeploymentcontainers.js.map +0 -1
- package/esm/models/operations/listdeploymentfilterplatforms.d.ts +0 -49
- package/esm/models/operations/listdeploymentfilterplatforms.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentfilterplatforms.js +0 -34
- package/esm/models/operations/listdeploymentfilterplatforms.js.map +0 -1
- package/esm/models/operations/listdeploymentmachines.d.ts +0 -78
- package/esm/models/operations/listdeploymentmachines.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentmachines.js +0 -70
- package/esm/models/operations/listdeploymentmachines.js.map +0 -1
- package/esm/sdk/containers.d.ts +0 -45
- package/esm/sdk/containers.d.ts.map +0 -1
- package/esm/sdk/containers.js +0 -78
- package/esm/sdk/containers.js.map +0 -1
- package/src/funcs/containersGetDeployments.ts +0 -187
- package/src/funcs/containersListDeploymentEvents.ts +0 -186
- package/src/models/deploymentgroupmanagerresponse.ts +0 -38
- package/src/models/deploymentpagebackground.ts +0 -107
- package/src/models/domain.ts +0 -67
- package/src/models/generatedeepstoretokenresponse.ts +0 -68
- package/src/models/operations/connectmanagertogooglecloud.ts +0 -56
- package/src/models/operations/generatedeepstoretoken.ts +0 -55
- package/src/models/operations/getcontainerattention.ts +0 -160
- package/src/models/operations/getcontainerdefinitiondeployments.ts +0 -150
- package/src/models/operations/getcontainermachines.ts +0 -258
- package/src/models/operations/getcontaineroverview.ts +0 -223
- package/src/models/operations/getdeploymentcluster.ts +0 -168
- package/src/models/operations/getdeploymentcontainer.ts +0 -429
- package/src/models/operations/getdeploymentgroupmanager.ts +0 -71
- package/src/models/operations/getprojectbuildconfig.ts +0 -112
- package/src/models/operations/listdeploymentcontainerevents.ts +0 -192
- package/src/models/operations/listdeploymentcontainerinstanceevents.ts +0 -178
- package/src/models/operations/listdeploymentcontainers.ts +0 -110
- package/src/models/operations/listdeploymentfilterplatforms.ts +0 -94
- package/src/models/operations/listdeploymentmachines.ts +0 -196
- package/src/sdk/containers.ts +0 -159
|
@@ -190,13 +190,39 @@ export type NewDeploymentRequestGcp = {
|
|
|
190
190
|
|
|
191
191
|
export type NewDeploymentRequestGcpUnion = NewDeploymentRequestGcp | any;
|
|
192
192
|
|
|
193
|
+
/**
|
|
194
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
195
|
+
*/
|
|
196
|
+
export type NewDeploymentRequestTlsSecretRef = {
|
|
197
|
+
/**
|
|
198
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
199
|
+
*/
|
|
200
|
+
namespace?: string | null | undefined;
|
|
201
|
+
/**
|
|
202
|
+
* Secret name.
|
|
203
|
+
*/
|
|
204
|
+
secretName: string;
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
export type NewDeploymentRequestDomainsKubernetes = {
|
|
208
|
+
/**
|
|
209
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
210
|
+
*/
|
|
211
|
+
tlsSecretRef: NewDeploymentRequestTlsSecretRef;
|
|
212
|
+
};
|
|
213
|
+
|
|
214
|
+
export type NewDeploymentRequestDomainsKubernetesUnion =
|
|
215
|
+
| NewDeploymentRequestDomainsKubernetes
|
|
216
|
+
| any;
|
|
217
|
+
|
|
193
218
|
/**
|
|
194
219
|
* Platform-specific certificate references for custom domains.
|
|
195
220
|
*/
|
|
196
|
-
export type
|
|
221
|
+
export type NewDeploymentRequestDomainsCertificate = {
|
|
197
222
|
aws?: NewDeploymentRequestAws | any | null | undefined;
|
|
198
223
|
azure?: NewDeploymentRequestAzure | any | null | undefined;
|
|
199
224
|
gcp?: NewDeploymentRequestGcp | any | null | undefined;
|
|
225
|
+
kubernetes?: NewDeploymentRequestDomainsKubernetes | any | null | undefined;
|
|
200
226
|
};
|
|
201
227
|
|
|
202
228
|
/**
|
|
@@ -206,7 +232,7 @@ export type NewDeploymentRequestCustomDomains = {
|
|
|
206
232
|
/**
|
|
207
233
|
* Platform-specific certificate references for custom domains.
|
|
208
234
|
*/
|
|
209
|
-
certificate:
|
|
235
|
+
certificate: NewDeploymentRequestDomainsCertificate;
|
|
210
236
|
/**
|
|
211
237
|
* Fully qualified domain name to use.
|
|
212
238
|
*/
|
|
@@ -235,6 +261,16 @@ export type NewDeploymentRequestDomainsUnion =
|
|
|
235
261
|
| NewDeploymentRequestDomains
|
|
236
262
|
| any;
|
|
237
263
|
|
|
264
|
+
/**
|
|
265
|
+
* External bindings for pre-existing infrastructure.
|
|
266
|
+
*
|
|
267
|
+
* @remarks
|
|
268
|
+
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
269
|
+
* Environment, etc.) instead of having Alien provision them.
|
|
270
|
+
* Required for Kubernetes platform, optional for cloud platforms.
|
|
271
|
+
*/
|
|
272
|
+
export type NewDeploymentRequestExternalBindings = {};
|
|
273
|
+
|
|
238
274
|
/**
|
|
239
275
|
* How heartbeat health checks are handled.
|
|
240
276
|
*/
|
|
@@ -249,687 +285,2978 @@ export type NewDeploymentRequestHeartbeats = ClosedEnum<
|
|
|
249
285
|
typeof NewDeploymentRequestHeartbeats
|
|
250
286
|
>;
|
|
251
287
|
|
|
252
|
-
|
|
253
|
-
|
|
288
|
+
/**
|
|
289
|
+
* Optional provider-specific identity for a cloud-backed Kubernetes cluster.
|
|
290
|
+
*/
|
|
291
|
+
export type NewDeploymentRequestCloud = {
|
|
292
|
+
accountId?: string | null | undefined;
|
|
293
|
+
clusterId?: string | null | undefined;
|
|
294
|
+
clusterName?: string | null | undefined;
|
|
295
|
+
projectId?: string | null | undefined;
|
|
296
|
+
region?: string | null | undefined;
|
|
297
|
+
resourceGroup?: string | null | undefined;
|
|
298
|
+
subscriptionId?: string | null | undefined;
|
|
299
|
+
};
|
|
300
|
+
|
|
301
|
+
export type NewDeploymentRequestCloudUnion = NewDeploymentRequestCloud | any;
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* Ownership model for the Kubernetes cluster.
|
|
305
|
+
*/
|
|
306
|
+
export const NewDeploymentRequestOwnership = {
|
|
307
|
+
Managed: "managed",
|
|
308
|
+
Existing: "existing",
|
|
309
|
+
External: "external",
|
|
254
310
|
} as const;
|
|
255
|
-
|
|
256
|
-
|
|
311
|
+
/**
|
|
312
|
+
* Ownership model for the Kubernetes cluster.
|
|
313
|
+
*/
|
|
314
|
+
export type NewDeploymentRequestOwnership = ClosedEnum<
|
|
315
|
+
typeof NewDeploymentRequestOwnership
|
|
257
316
|
>;
|
|
258
317
|
|
|
259
|
-
|
|
318
|
+
/**
|
|
319
|
+
* Kubernetes cluster setup settings.
|
|
320
|
+
*/
|
|
321
|
+
export type NewDeploymentRequestCluster = {
|
|
322
|
+
cloud?: NewDeploymentRequestCloud | any | null | undefined;
|
|
260
323
|
/**
|
|
261
|
-
*
|
|
324
|
+
* Namespace where the Alien chart and application resources run.
|
|
262
325
|
*/
|
|
263
|
-
|
|
326
|
+
namespace?: string | null | undefined;
|
|
264
327
|
/**
|
|
265
|
-
*
|
|
328
|
+
* Ownership model for the Kubernetes cluster.
|
|
266
329
|
*/
|
|
267
|
-
|
|
268
|
-
|
|
330
|
+
ownership: NewDeploymentRequestOwnership;
|
|
331
|
+
};
|
|
332
|
+
|
|
333
|
+
export type NewDeploymentRequestClusterUnion =
|
|
334
|
+
| NewDeploymentRequestCluster
|
|
335
|
+
| any;
|
|
336
|
+
|
|
337
|
+
export type NewDeploymentRequestCertificateNone2 = {
|
|
338
|
+
mode: "none";
|
|
339
|
+
};
|
|
340
|
+
|
|
341
|
+
export type NewDeploymentRequestCertificateManagedTLSSecret2 = {
|
|
342
|
+
mode: "managedTlsSecret";
|
|
269
343
|
/**
|
|
270
|
-
*
|
|
344
|
+
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
271
345
|
*/
|
|
272
|
-
|
|
346
|
+
secretNameTemplate: string;
|
|
273
347
|
};
|
|
274
348
|
|
|
275
|
-
export
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
349
|
+
export type NewDeploymentRequestCertificateAwsAcmArn2 = {
|
|
350
|
+
/**
|
|
351
|
+
* Existing ACM certificate ARN.
|
|
352
|
+
*/
|
|
353
|
+
certificateArn: string;
|
|
354
|
+
mode: "awsAcmArn";
|
|
355
|
+
};
|
|
281
356
|
|
|
282
|
-
export type
|
|
357
|
+
export type NewDeploymentRequestCertificateManagedAcmImport2 = {
|
|
358
|
+
mode: "managedAcmImport";
|
|
283
359
|
/**
|
|
284
|
-
*
|
|
360
|
+
* ACM region. Defaults to the deployment region when omitted.
|
|
285
361
|
*/
|
|
286
|
-
|
|
362
|
+
region?: string | null | undefined;
|
|
287
363
|
/**
|
|
288
|
-
*
|
|
364
|
+
* Tags applied to runtime-imported ACM certificates.
|
|
289
365
|
*/
|
|
290
|
-
|
|
366
|
+
tags?: { [k: string]: string } | undefined;
|
|
367
|
+
};
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
371
|
+
*/
|
|
372
|
+
export type NewDeploymentRequestCertificateTLSSecretRef2 = {
|
|
291
373
|
/**
|
|
292
|
-
*
|
|
374
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
293
375
|
*/
|
|
294
|
-
|
|
295
|
-
|
|
376
|
+
namespace?: string | null | undefined;
|
|
377
|
+
/**
|
|
378
|
+
* Secret name.
|
|
379
|
+
*/
|
|
380
|
+
secretName: string;
|
|
381
|
+
mode: "tlsSecretRef";
|
|
296
382
|
};
|
|
297
383
|
|
|
298
|
-
|
|
299
|
-
|
|
384
|
+
/**
|
|
385
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
386
|
+
*/
|
|
387
|
+
export type NewDeploymentRequestCertificateUnion2 =
|
|
388
|
+
| NewDeploymentRequestCertificateTLSSecretRef2
|
|
389
|
+
| NewDeploymentRequestCertificateManagedAcmImport2
|
|
390
|
+
| NewDeploymentRequestCertificateAwsAcmArn2
|
|
391
|
+
| NewDeploymentRequestCertificateManagedTLSSecret2
|
|
392
|
+
| NewDeploymentRequestCertificateNone2;
|
|
393
|
+
|
|
394
|
+
export const NewDeploymentRequestModeCustom = {
|
|
395
|
+
Custom: "custom",
|
|
300
396
|
} as const;
|
|
301
|
-
export type
|
|
302
|
-
typeof
|
|
397
|
+
export type NewDeploymentRequestModeCustom = ClosedEnum<
|
|
398
|
+
typeof NewDeploymentRequestModeCustom
|
|
303
399
|
>;
|
|
304
400
|
|
|
305
|
-
export
|
|
401
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum4 =
|
|
402
|
+
{
|
|
403
|
+
AzureApplicationGatewayForContainers:
|
|
404
|
+
"azureApplicationGatewayForContainers",
|
|
405
|
+
} as const;
|
|
406
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum4 =
|
|
407
|
+
ClosedEnum<
|
|
408
|
+
typeof NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum4
|
|
409
|
+
>;
|
|
410
|
+
|
|
411
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainers4 =
|
|
412
|
+
{
|
|
413
|
+
/**
|
|
414
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
415
|
+
*/
|
|
416
|
+
albName?: string | null | undefined;
|
|
417
|
+
/**
|
|
418
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
419
|
+
*/
|
|
420
|
+
albNamespace?: string | null | undefined;
|
|
421
|
+
/**
|
|
422
|
+
* Public or internal frontend exposure.
|
|
423
|
+
*/
|
|
424
|
+
frontend: string;
|
|
425
|
+
provider:
|
|
426
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum4;
|
|
427
|
+
};
|
|
428
|
+
|
|
429
|
+
export const NewDeploymentRequestProviderGkeGatewayEnum4 = {
|
|
430
|
+
GkeGateway: "gkeGateway",
|
|
431
|
+
} as const;
|
|
432
|
+
export type NewDeploymentRequestProviderGkeGatewayEnum4 = ClosedEnum<
|
|
433
|
+
typeof NewDeploymentRequestProviderGkeGatewayEnum4
|
|
434
|
+
>;
|
|
435
|
+
|
|
436
|
+
export type NewDeploymentRequestProviderGkeGateway4 = {
|
|
437
|
+
provider: NewDeploymentRequestProviderGkeGatewayEnum4;
|
|
306
438
|
/**
|
|
307
|
-
*
|
|
439
|
+
* Optional static address name for the Gateway frontend.
|
|
308
440
|
*/
|
|
309
|
-
|
|
441
|
+
staticAddressName?: string | null | undefined;
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
export const NewDeploymentRequestProviderAwsAlbEnum4 = {
|
|
445
|
+
AwsAlb: "awsAlb",
|
|
446
|
+
} as const;
|
|
447
|
+
export type NewDeploymentRequestProviderAwsAlbEnum4 = ClosedEnum<
|
|
448
|
+
typeof NewDeploymentRequestProviderAwsAlbEnum4
|
|
449
|
+
>;
|
|
450
|
+
|
|
451
|
+
export type NewDeploymentRequestProviderAwsAlb4 = {
|
|
310
452
|
/**
|
|
311
|
-
*
|
|
453
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
312
454
|
*/
|
|
313
|
-
|
|
455
|
+
ipAddressType?: string | null | undefined;
|
|
456
|
+
provider: NewDeploymentRequestProviderAwsAlbEnum4;
|
|
314
457
|
/**
|
|
315
|
-
*
|
|
458
|
+
* Internet-facing or internal ALB scheme.
|
|
316
459
|
*/
|
|
317
|
-
|
|
318
|
-
type: NewDeploymentRequestTypeByoVpcAws;
|
|
460
|
+
scheme: string;
|
|
319
461
|
/**
|
|
320
|
-
*
|
|
462
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
321
463
|
*/
|
|
322
|
-
|
|
464
|
+
subnetIds?: Array<string> | undefined;
|
|
465
|
+
/**
|
|
466
|
+
* ALB target type, usually `ip`.
|
|
467
|
+
*/
|
|
468
|
+
targetType: string;
|
|
323
469
|
};
|
|
324
470
|
|
|
325
|
-
export
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
>;
|
|
471
|
+
export type NewDeploymentRequestProviderUnion4 =
|
|
472
|
+
| NewDeploymentRequestProviderAwsAlb4
|
|
473
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers4
|
|
474
|
+
| NewDeploymentRequestProviderGkeGateway4
|
|
475
|
+
| any;
|
|
331
476
|
|
|
332
|
-
|
|
477
|
+
/**
|
|
478
|
+
* Shared Gateway API route profile values.
|
|
479
|
+
*/
|
|
480
|
+
export type NewDeploymentRequestRouteGateway2 = {
|
|
333
481
|
/**
|
|
334
|
-
*
|
|
482
|
+
* Annotations applied to route objects.
|
|
335
483
|
*/
|
|
336
|
-
|
|
484
|
+
annotations?: { [k: string]: string } | undefined;
|
|
337
485
|
/**
|
|
338
|
-
*
|
|
339
|
-
*
|
|
340
|
-
* @remarks
|
|
341
|
-
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
486
|
+
* Route controller identifier, for example a cloud Gateway controller.
|
|
342
487
|
*/
|
|
343
|
-
|
|
344
|
-
|
|
488
|
+
controller?: string | null | undefined;
|
|
489
|
+
/**
|
|
490
|
+
* GatewayClass selected for generated Gateways.
|
|
491
|
+
*/
|
|
492
|
+
gatewayClassName: string;
|
|
493
|
+
/**
|
|
494
|
+
* Labels applied to route objects.
|
|
495
|
+
*/
|
|
496
|
+
labels?: { [k: string]: string } | undefined;
|
|
497
|
+
/**
|
|
498
|
+
* Listener port, usually 443.
|
|
499
|
+
*/
|
|
500
|
+
listenerPort: number;
|
|
501
|
+
provider?:
|
|
502
|
+
| NewDeploymentRequestProviderAwsAlb4
|
|
503
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers4
|
|
504
|
+
| NewDeploymentRequestProviderGkeGateway4
|
|
505
|
+
| any
|
|
506
|
+
| null
|
|
507
|
+
| undefined;
|
|
508
|
+
routeApi: "gateway";
|
|
345
509
|
};
|
|
346
510
|
|
|
347
|
-
export const
|
|
348
|
-
|
|
511
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum3 =
|
|
512
|
+
{
|
|
513
|
+
AzureApplicationGatewayForContainers:
|
|
514
|
+
"azureApplicationGatewayForContainers",
|
|
515
|
+
} as const;
|
|
516
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum3 =
|
|
517
|
+
ClosedEnum<
|
|
518
|
+
typeof NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum3
|
|
519
|
+
>;
|
|
520
|
+
|
|
521
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainers3 =
|
|
522
|
+
{
|
|
523
|
+
/**
|
|
524
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
525
|
+
*/
|
|
526
|
+
albName?: string | null | undefined;
|
|
527
|
+
/**
|
|
528
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
529
|
+
*/
|
|
530
|
+
albNamespace?: string | null | undefined;
|
|
531
|
+
/**
|
|
532
|
+
* Public or internal frontend exposure.
|
|
533
|
+
*/
|
|
534
|
+
frontend: string;
|
|
535
|
+
provider:
|
|
536
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum3;
|
|
537
|
+
};
|
|
538
|
+
|
|
539
|
+
export const NewDeploymentRequestProviderGkeGatewayEnum3 = {
|
|
540
|
+
GkeGateway: "gkeGateway",
|
|
349
541
|
} as const;
|
|
350
|
-
export type
|
|
351
|
-
typeof
|
|
542
|
+
export type NewDeploymentRequestProviderGkeGatewayEnum3 = ClosedEnum<
|
|
543
|
+
typeof NewDeploymentRequestProviderGkeGatewayEnum3
|
|
352
544
|
>;
|
|
353
545
|
|
|
354
|
-
export type
|
|
355
|
-
|
|
546
|
+
export type NewDeploymentRequestProviderGkeGateway3 = {
|
|
547
|
+
provider: NewDeploymentRequestProviderGkeGatewayEnum3;
|
|
548
|
+
/**
|
|
549
|
+
* Optional static address name for the Gateway frontend.
|
|
550
|
+
*/
|
|
551
|
+
staticAddressName?: string | null | undefined;
|
|
356
552
|
};
|
|
357
553
|
|
|
358
|
-
export
|
|
359
|
-
|
|
360
|
-
| NewDeploymentRequestNetworkByoVpcGcp
|
|
361
|
-
| NewDeploymentRequestNetworkByoVnetAzure
|
|
362
|
-
| NewDeploymentRequestNetworkUseDefault
|
|
363
|
-
| NewDeploymentRequestNetworkCreate
|
|
364
|
-
| any;
|
|
365
|
-
|
|
366
|
-
/**
|
|
367
|
-
* How telemetry (logs, metrics, traces) is handled.
|
|
368
|
-
*/
|
|
369
|
-
export const NewDeploymentRequestTelemetry = {
|
|
370
|
-
Off: "off",
|
|
371
|
-
Auto: "auto",
|
|
372
|
-
ApprovalRequired: "approval-required",
|
|
554
|
+
export const NewDeploymentRequestProviderAwsAlbEnum3 = {
|
|
555
|
+
AwsAlb: "awsAlb",
|
|
373
556
|
} as const;
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
*/
|
|
377
|
-
export type NewDeploymentRequestTelemetry = ClosedEnum<
|
|
378
|
-
typeof NewDeploymentRequestTelemetry
|
|
557
|
+
export type NewDeploymentRequestProviderAwsAlbEnum3 = ClosedEnum<
|
|
558
|
+
typeof NewDeploymentRequestProviderAwsAlbEnum3
|
|
379
559
|
>;
|
|
380
560
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
561
|
+
export type NewDeploymentRequestProviderAwsAlb3 = {
|
|
562
|
+
/**
|
|
563
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
564
|
+
*/
|
|
565
|
+
ipAddressType?: string | null | undefined;
|
|
566
|
+
provider: NewDeploymentRequestProviderAwsAlbEnum3;
|
|
567
|
+
/**
|
|
568
|
+
* Internet-facing or internal ALB scheme.
|
|
569
|
+
*/
|
|
570
|
+
scheme: string;
|
|
571
|
+
/**
|
|
572
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
573
|
+
*/
|
|
574
|
+
subnetIds?: Array<string> | undefined;
|
|
575
|
+
/**
|
|
576
|
+
* ALB target type, usually `ip`.
|
|
577
|
+
*/
|
|
578
|
+
targetType: string;
|
|
579
|
+
};
|
|
580
|
+
|
|
581
|
+
export type NewDeploymentRequestProviderUnion3 =
|
|
582
|
+
| NewDeploymentRequestProviderAwsAlb3
|
|
583
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers3
|
|
584
|
+
| NewDeploymentRequestProviderGkeGateway3
|
|
585
|
+
| any;
|
|
394
586
|
|
|
395
587
|
/**
|
|
396
|
-
*
|
|
588
|
+
* Shared Ingress route profile values.
|
|
397
589
|
*/
|
|
398
|
-
export type
|
|
590
|
+
export type NewDeploymentRequestRouteIngress2 = {
|
|
399
591
|
/**
|
|
400
|
-
*
|
|
592
|
+
* Annotations applied to route objects.
|
|
401
593
|
*/
|
|
402
|
-
|
|
403
|
-
domains?: NewDeploymentRequestDomains | any | null | undefined;
|
|
594
|
+
annotations?: { [k: string]: string } | undefined;
|
|
404
595
|
/**
|
|
405
|
-
*
|
|
596
|
+
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
406
597
|
*/
|
|
407
|
-
|
|
408
|
-
network?:
|
|
409
|
-
| NewDeploymentRequestNetworkByoVpcAws
|
|
410
|
-
| NewDeploymentRequestNetworkByoVpcGcp
|
|
411
|
-
| NewDeploymentRequestNetworkByoVnetAzure
|
|
412
|
-
| NewDeploymentRequestNetworkUseDefault
|
|
413
|
-
| NewDeploymentRequestNetworkCreate
|
|
414
|
-
| any
|
|
415
|
-
| null
|
|
416
|
-
| undefined;
|
|
598
|
+
controller?: string | null | undefined;
|
|
417
599
|
/**
|
|
418
|
-
*
|
|
600
|
+
* `spec.ingressClassName` for generated Ingresses.
|
|
419
601
|
*/
|
|
420
|
-
|
|
602
|
+
ingressClassName: string;
|
|
421
603
|
/**
|
|
422
|
-
*
|
|
604
|
+
* Labels applied to route objects.
|
|
423
605
|
*/
|
|
424
|
-
|
|
606
|
+
labels?: { [k: string]: string } | undefined;
|
|
607
|
+
provider?:
|
|
608
|
+
| NewDeploymentRequestProviderAwsAlb3
|
|
609
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers3
|
|
610
|
+
| NewDeploymentRequestProviderGkeGateway3
|
|
611
|
+
| any
|
|
612
|
+
| null
|
|
613
|
+
| undefined;
|
|
614
|
+
routeApi: "ingress";
|
|
425
615
|
};
|
|
426
616
|
|
|
427
617
|
/**
|
|
428
|
-
*
|
|
618
|
+
* Kubernetes route API selected for public endpoints.
|
|
429
619
|
*/
|
|
430
|
-
export type
|
|
620
|
+
export type NewDeploymentRequestRouteUnion2 =
|
|
621
|
+
| NewDeploymentRequestRouteIngress2
|
|
622
|
+
| NewDeploymentRequestRouteGateway2;
|
|
623
|
+
|
|
624
|
+
export type NewDeploymentRequestExposureCustom = {
|
|
431
625
|
/**
|
|
432
|
-
*
|
|
626
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
433
627
|
*/
|
|
434
|
-
|
|
628
|
+
certificate:
|
|
629
|
+
| NewDeploymentRequestCertificateTLSSecretRef2
|
|
630
|
+
| NewDeploymentRequestCertificateManagedAcmImport2
|
|
631
|
+
| NewDeploymentRequestCertificateAwsAcmArn2
|
|
632
|
+
| NewDeploymentRequestCertificateManagedTLSSecret2
|
|
633
|
+
| NewDeploymentRequestCertificateNone2;
|
|
435
634
|
/**
|
|
436
|
-
*
|
|
635
|
+
* Hostname routed by the Kubernetes public endpoint.
|
|
437
636
|
*/
|
|
438
|
-
|
|
637
|
+
domain: string;
|
|
638
|
+
mode: NewDeploymentRequestModeCustom;
|
|
439
639
|
/**
|
|
440
|
-
*
|
|
640
|
+
* Kubernetes route API selected for public endpoints.
|
|
441
641
|
*/
|
|
442
|
-
|
|
642
|
+
route: NewDeploymentRequestRouteIngress2 | NewDeploymentRequestRouteGateway2;
|
|
643
|
+
};
|
|
644
|
+
|
|
645
|
+
export type NewDeploymentRequestCertificateNone1 = {
|
|
646
|
+
mode: "none";
|
|
647
|
+
};
|
|
648
|
+
|
|
649
|
+
export type NewDeploymentRequestCertificateManagedTLSSecret1 = {
|
|
650
|
+
mode: "managedTlsSecret";
|
|
443
651
|
/**
|
|
444
|
-
*
|
|
652
|
+
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
445
653
|
*/
|
|
446
|
-
|
|
654
|
+
secretNameTemplate: string;
|
|
655
|
+
};
|
|
656
|
+
|
|
657
|
+
export type NewDeploymentRequestCertificateAwsAcmArn1 = {
|
|
447
658
|
/**
|
|
448
|
-
*
|
|
659
|
+
* Existing ACM certificate ARN.
|
|
449
660
|
*/
|
|
450
|
-
|
|
661
|
+
certificateArn: string;
|
|
662
|
+
mode: "awsAcmArn";
|
|
663
|
+
};
|
|
664
|
+
|
|
665
|
+
export type NewDeploymentRequestCertificateManagedAcmImport1 = {
|
|
666
|
+
mode: "managedAcmImport";
|
|
451
667
|
/**
|
|
452
|
-
*
|
|
668
|
+
* ACM region. Defaults to the deployment region when omitted.
|
|
453
669
|
*/
|
|
454
|
-
|
|
670
|
+
region?: string | null | undefined;
|
|
455
671
|
/**
|
|
456
|
-
*
|
|
672
|
+
* Tags applied to runtime-imported ACM certificates.
|
|
457
673
|
*/
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
| null
|
|
466
|
-
| undefined;
|
|
674
|
+
tags?: { [k: string]: string } | undefined;
|
|
675
|
+
};
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
679
|
+
*/
|
|
680
|
+
export type NewDeploymentRequestCertificateTLSSecretRef1 = {
|
|
467
681
|
/**
|
|
468
|
-
*
|
|
682
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
469
683
|
*/
|
|
470
|
-
|
|
684
|
+
namespace?: string | null | undefined;
|
|
471
685
|
/**
|
|
472
|
-
*
|
|
686
|
+
* Secret name.
|
|
473
687
|
*/
|
|
474
|
-
|
|
688
|
+
secretName: string;
|
|
689
|
+
mode: "tlsSecretRef";
|
|
475
690
|
};
|
|
476
691
|
|
|
477
|
-
/**
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
692
|
+
/**
|
|
693
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
694
|
+
*/
|
|
695
|
+
export type NewDeploymentRequestCertificateUnion1 =
|
|
696
|
+
| NewDeploymentRequestCertificateTLSSecretRef1
|
|
697
|
+
| NewDeploymentRequestCertificateManagedAcmImport1
|
|
698
|
+
| NewDeploymentRequestCertificateAwsAcmArn1
|
|
699
|
+
| NewDeploymentRequestCertificateManagedTLSSecret1
|
|
700
|
+
| NewDeploymentRequestCertificateNone1;
|
|
701
|
+
|
|
702
|
+
export const NewDeploymentRequestModeGenerated = {
|
|
703
|
+
Generated: "generated",
|
|
704
|
+
} as const;
|
|
705
|
+
export type NewDeploymentRequestModeGenerated = ClosedEnum<
|
|
706
|
+
typeof NewDeploymentRequestModeGenerated
|
|
707
|
+
>;
|
|
481
708
|
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
709
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum2 =
|
|
710
|
+
{
|
|
711
|
+
AzureApplicationGatewayForContainers:
|
|
712
|
+
"azureApplicationGatewayForContainers",
|
|
713
|
+
} as const;
|
|
714
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum2 =
|
|
715
|
+
ClosedEnum<
|
|
716
|
+
typeof NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum2
|
|
717
|
+
>;
|
|
718
|
+
|
|
719
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainers2 =
|
|
720
|
+
{
|
|
721
|
+
/**
|
|
722
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
723
|
+
*/
|
|
724
|
+
albName?: string | null | undefined;
|
|
725
|
+
/**
|
|
726
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
727
|
+
*/
|
|
728
|
+
albNamespace?: string | null | undefined;
|
|
729
|
+
/**
|
|
730
|
+
* Public or internal frontend exposure.
|
|
731
|
+
*/
|
|
732
|
+
frontend: string;
|
|
733
|
+
provider:
|
|
734
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum2;
|
|
735
|
+
};
|
|
736
|
+
|
|
737
|
+
export const NewDeploymentRequestProviderGkeGatewayEnum2 = {
|
|
738
|
+
GkeGateway: "gkeGateway",
|
|
739
|
+
} as const;
|
|
740
|
+
export type NewDeploymentRequestProviderGkeGatewayEnum2 = ClosedEnum<
|
|
741
|
+
typeof NewDeploymentRequestProviderGkeGatewayEnum2
|
|
742
|
+
>;
|
|
743
|
+
|
|
744
|
+
export type NewDeploymentRequestProviderGkeGateway2 = {
|
|
745
|
+
provider: NewDeploymentRequestProviderGkeGatewayEnum2;
|
|
746
|
+
/**
|
|
747
|
+
* Optional static address name for the Gateway frontend.
|
|
748
|
+
*/
|
|
749
|
+
staticAddressName?: string | null | undefined;
|
|
750
|
+
};
|
|
751
|
+
|
|
752
|
+
export const NewDeploymentRequestProviderAwsAlbEnum2 = {
|
|
753
|
+
AwsAlb: "awsAlb",
|
|
754
|
+
} as const;
|
|
755
|
+
export type NewDeploymentRequestProviderAwsAlbEnum2 = ClosedEnum<
|
|
756
|
+
typeof NewDeploymentRequestProviderAwsAlbEnum2
|
|
757
|
+
>;
|
|
758
|
+
|
|
759
|
+
export type NewDeploymentRequestProviderAwsAlb2 = {
|
|
760
|
+
/**
|
|
761
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
762
|
+
*/
|
|
763
|
+
ipAddressType?: string | null | undefined;
|
|
764
|
+
provider: NewDeploymentRequestProviderAwsAlbEnum2;
|
|
765
|
+
/**
|
|
766
|
+
* Internet-facing or internal ALB scheme.
|
|
767
|
+
*/
|
|
768
|
+
scheme: string;
|
|
769
|
+
/**
|
|
770
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
771
|
+
*/
|
|
772
|
+
subnetIds?: Array<string> | undefined;
|
|
773
|
+
/**
|
|
774
|
+
* ALB target type, usually `ip`.
|
|
775
|
+
*/
|
|
776
|
+
targetType: string;
|
|
777
|
+
};
|
|
778
|
+
|
|
779
|
+
export type NewDeploymentRequestProviderUnion2 =
|
|
780
|
+
| NewDeploymentRequestProviderAwsAlb2
|
|
781
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers2
|
|
782
|
+
| NewDeploymentRequestProviderGkeGateway2
|
|
783
|
+
| any;
|
|
784
|
+
|
|
785
|
+
/**
|
|
786
|
+
* Shared Gateway API route profile values.
|
|
787
|
+
*/
|
|
788
|
+
export type NewDeploymentRequestRouteGateway1 = {
|
|
789
|
+
/**
|
|
790
|
+
* Annotations applied to route objects.
|
|
791
|
+
*/
|
|
792
|
+
annotations?: { [k: string]: string } | undefined;
|
|
793
|
+
/**
|
|
794
|
+
* Route controller identifier, for example a cloud Gateway controller.
|
|
795
|
+
*/
|
|
796
|
+
controller?: string | null | undefined;
|
|
797
|
+
/**
|
|
798
|
+
* GatewayClass selected for generated Gateways.
|
|
799
|
+
*/
|
|
800
|
+
gatewayClassName: string;
|
|
801
|
+
/**
|
|
802
|
+
* Labels applied to route objects.
|
|
803
|
+
*/
|
|
804
|
+
labels?: { [k: string]: string } | undefined;
|
|
805
|
+
/**
|
|
806
|
+
* Listener port, usually 443.
|
|
807
|
+
*/
|
|
808
|
+
listenerPort: number;
|
|
809
|
+
provider?:
|
|
810
|
+
| NewDeploymentRequestProviderAwsAlb2
|
|
811
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers2
|
|
812
|
+
| NewDeploymentRequestProviderGkeGateway2
|
|
813
|
+
| any
|
|
814
|
+
| null
|
|
815
|
+
| undefined;
|
|
816
|
+
routeApi: "gateway";
|
|
817
|
+
};
|
|
818
|
+
|
|
819
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum1 =
|
|
820
|
+
{
|
|
821
|
+
AzureApplicationGatewayForContainers:
|
|
822
|
+
"azureApplicationGatewayForContainers",
|
|
823
|
+
} as const;
|
|
824
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum1 =
|
|
825
|
+
ClosedEnum<
|
|
826
|
+
typeof NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum1
|
|
827
|
+
>;
|
|
828
|
+
|
|
829
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainers1 =
|
|
830
|
+
{
|
|
831
|
+
/**
|
|
832
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
833
|
+
*/
|
|
834
|
+
albName?: string | null | undefined;
|
|
835
|
+
/**
|
|
836
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
837
|
+
*/
|
|
838
|
+
albNamespace?: string | null | undefined;
|
|
839
|
+
/**
|
|
840
|
+
* Public or internal frontend exposure.
|
|
841
|
+
*/
|
|
842
|
+
frontend: string;
|
|
843
|
+
provider:
|
|
844
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum1;
|
|
845
|
+
};
|
|
846
|
+
|
|
847
|
+
export const NewDeploymentRequestProviderGkeGatewayEnum1 = {
|
|
848
|
+
GkeGateway: "gkeGateway",
|
|
849
|
+
} as const;
|
|
850
|
+
export type NewDeploymentRequestProviderGkeGatewayEnum1 = ClosedEnum<
|
|
851
|
+
typeof NewDeploymentRequestProviderGkeGatewayEnum1
|
|
852
|
+
>;
|
|
853
|
+
|
|
854
|
+
export type NewDeploymentRequestProviderGkeGateway1 = {
|
|
855
|
+
provider: NewDeploymentRequestProviderGkeGatewayEnum1;
|
|
856
|
+
/**
|
|
857
|
+
* Optional static address name for the Gateway frontend.
|
|
858
|
+
*/
|
|
859
|
+
staticAddressName?: string | null | undefined;
|
|
860
|
+
};
|
|
861
|
+
|
|
862
|
+
export const NewDeploymentRequestProviderAwsAlbEnum1 = {
|
|
863
|
+
AwsAlb: "awsAlb",
|
|
864
|
+
} as const;
|
|
865
|
+
export type NewDeploymentRequestProviderAwsAlbEnum1 = ClosedEnum<
|
|
866
|
+
typeof NewDeploymentRequestProviderAwsAlbEnum1
|
|
867
|
+
>;
|
|
868
|
+
|
|
869
|
+
export type NewDeploymentRequestProviderAwsAlb1 = {
|
|
870
|
+
/**
|
|
871
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
872
|
+
*/
|
|
873
|
+
ipAddressType?: string | null | undefined;
|
|
874
|
+
provider: NewDeploymentRequestProviderAwsAlbEnum1;
|
|
875
|
+
/**
|
|
876
|
+
* Internet-facing or internal ALB scheme.
|
|
877
|
+
*/
|
|
878
|
+
scheme: string;
|
|
879
|
+
/**
|
|
880
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
881
|
+
*/
|
|
882
|
+
subnetIds?: Array<string> | undefined;
|
|
883
|
+
/**
|
|
884
|
+
* ALB target type, usually `ip`.
|
|
885
|
+
*/
|
|
886
|
+
targetType: string;
|
|
887
|
+
};
|
|
888
|
+
|
|
889
|
+
export type NewDeploymentRequestProviderUnion1 =
|
|
890
|
+
| NewDeploymentRequestProviderAwsAlb1
|
|
891
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers1
|
|
892
|
+
| NewDeploymentRequestProviderGkeGateway1
|
|
893
|
+
| any;
|
|
894
|
+
|
|
895
|
+
/**
|
|
896
|
+
* Shared Ingress route profile values.
|
|
897
|
+
*/
|
|
898
|
+
export type NewDeploymentRequestRouteIngress1 = {
|
|
899
|
+
/**
|
|
900
|
+
* Annotations applied to route objects.
|
|
901
|
+
*/
|
|
902
|
+
annotations?: { [k: string]: string } | undefined;
|
|
903
|
+
/**
|
|
904
|
+
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
905
|
+
*/
|
|
906
|
+
controller?: string | null | undefined;
|
|
907
|
+
/**
|
|
908
|
+
* `spec.ingressClassName` for generated Ingresses.
|
|
909
|
+
*/
|
|
910
|
+
ingressClassName: string;
|
|
911
|
+
/**
|
|
912
|
+
* Labels applied to route objects.
|
|
913
|
+
*/
|
|
914
|
+
labels?: { [k: string]: string } | undefined;
|
|
915
|
+
provider?:
|
|
916
|
+
| NewDeploymentRequestProviderAwsAlb1
|
|
917
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers1
|
|
918
|
+
| NewDeploymentRequestProviderGkeGateway1
|
|
919
|
+
| any
|
|
920
|
+
| null
|
|
921
|
+
| undefined;
|
|
922
|
+
routeApi: "ingress";
|
|
923
|
+
};
|
|
924
|
+
|
|
925
|
+
/**
|
|
926
|
+
* Kubernetes route API selected for public endpoints.
|
|
927
|
+
*/
|
|
928
|
+
export type NewDeploymentRequestRouteUnion1 =
|
|
929
|
+
| NewDeploymentRequestRouteIngress1
|
|
930
|
+
| NewDeploymentRequestRouteGateway1;
|
|
931
|
+
|
|
932
|
+
export type NewDeploymentRequestExposureGenerated = {
|
|
933
|
+
/**
|
|
934
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
935
|
+
*/
|
|
936
|
+
certificate:
|
|
937
|
+
| NewDeploymentRequestCertificateTLSSecretRef1
|
|
938
|
+
| NewDeploymentRequestCertificateManagedAcmImport1
|
|
939
|
+
| NewDeploymentRequestCertificateAwsAcmArn1
|
|
940
|
+
| NewDeploymentRequestCertificateManagedTLSSecret1
|
|
941
|
+
| NewDeploymentRequestCertificateNone1;
|
|
942
|
+
mode: NewDeploymentRequestModeGenerated;
|
|
943
|
+
/**
|
|
944
|
+
* Kubernetes route API selected for public endpoints.
|
|
945
|
+
*/
|
|
946
|
+
route: NewDeploymentRequestRouteIngress1 | NewDeploymentRequestRouteGateway1;
|
|
947
|
+
};
|
|
948
|
+
|
|
949
|
+
export const NewDeploymentRequestModeDisabled = {
|
|
950
|
+
Disabled: "disabled",
|
|
951
|
+
} as const;
|
|
952
|
+
export type NewDeploymentRequestModeDisabled = ClosedEnum<
|
|
953
|
+
typeof NewDeploymentRequestModeDisabled
|
|
954
|
+
>;
|
|
955
|
+
|
|
956
|
+
export type NewDeploymentRequestExposureDisabled = {
|
|
957
|
+
mode: NewDeploymentRequestModeDisabled;
|
|
958
|
+
};
|
|
959
|
+
|
|
960
|
+
export type NewDeploymentRequestExposureUnion =
|
|
961
|
+
| NewDeploymentRequestExposureCustom
|
|
962
|
+
| NewDeploymentRequestExposureGenerated
|
|
963
|
+
| NewDeploymentRequestExposureDisabled
|
|
964
|
+
| any;
|
|
965
|
+
|
|
966
|
+
/**
|
|
967
|
+
* Kubernetes runtime substrate configuration.
|
|
968
|
+
*
|
|
969
|
+
* @remarks
|
|
970
|
+
*
|
|
971
|
+
* This controls how setup chooses the cluster backing `Platform::Kubernetes`
|
|
972
|
+
* deployments. When omitted, cloud-backed Kubernetes deployments default to a
|
|
973
|
+
* managed cluster and generic/on-prem Kubernetes defaults to an external
|
|
974
|
+
* cluster.
|
|
975
|
+
*/
|
|
976
|
+
export type NewDeploymentRequestKubernetes = {
|
|
977
|
+
cluster?: NewDeploymentRequestCluster | any | null | undefined;
|
|
978
|
+
exposure?:
|
|
979
|
+
| NewDeploymentRequestExposureCustom
|
|
980
|
+
| NewDeploymentRequestExposureGenerated
|
|
981
|
+
| NewDeploymentRequestExposureDisabled
|
|
982
|
+
| any
|
|
983
|
+
| null
|
|
984
|
+
| undefined;
|
|
985
|
+
};
|
|
986
|
+
|
|
987
|
+
export type NewDeploymentRequestKubernetesUnion =
|
|
988
|
+
| NewDeploymentRequestKubernetes
|
|
989
|
+
| any;
|
|
990
|
+
|
|
991
|
+
export const NewDeploymentRequestTypeByoVnetAzure = {
|
|
992
|
+
ByoVnetAzure: "byo-vnet-azure",
|
|
993
|
+
} as const;
|
|
994
|
+
export type NewDeploymentRequestTypeByoVnetAzure = ClosedEnum<
|
|
995
|
+
typeof NewDeploymentRequestTypeByoVnetAzure
|
|
996
|
+
>;
|
|
997
|
+
|
|
998
|
+
export type NewDeploymentRequestNetworkByoVnetAzure = {
|
|
999
|
+
/**
|
|
1000
|
+
* Name of the private subnet within the VNet
|
|
1001
|
+
*/
|
|
1002
|
+
privateSubnetName: string;
|
|
1003
|
+
/**
|
|
1004
|
+
* Name of the public subnet within the VNet
|
|
1005
|
+
*/
|
|
1006
|
+
publicSubnetName: string;
|
|
1007
|
+
type: NewDeploymentRequestTypeByoVnetAzure;
|
|
1008
|
+
/**
|
|
1009
|
+
* The full resource ID of the existing VNet
|
|
1010
|
+
*/
|
|
1011
|
+
vnetResourceId: string;
|
|
1012
|
+
};
|
|
1013
|
+
|
|
1014
|
+
export const NewDeploymentRequestTypeByoVpcGcp = {
|
|
1015
|
+
ByoVpcGcp: "byo-vpc-gcp",
|
|
1016
|
+
} as const;
|
|
1017
|
+
export type NewDeploymentRequestTypeByoVpcGcp = ClosedEnum<
|
|
1018
|
+
typeof NewDeploymentRequestTypeByoVpcGcp
|
|
1019
|
+
>;
|
|
1020
|
+
|
|
1021
|
+
export type NewDeploymentRequestNetworkByoVpcGcp = {
|
|
1022
|
+
/**
|
|
1023
|
+
* The name of the existing VPC network
|
|
1024
|
+
*/
|
|
1025
|
+
networkName: string;
|
|
1026
|
+
/**
|
|
1027
|
+
* The region of the subnet
|
|
1028
|
+
*/
|
|
1029
|
+
region: string;
|
|
1030
|
+
/**
|
|
1031
|
+
* The name of the subnet to use
|
|
1032
|
+
*/
|
|
1033
|
+
subnetName: string;
|
|
1034
|
+
type: NewDeploymentRequestTypeByoVpcGcp;
|
|
1035
|
+
};
|
|
1036
|
+
|
|
1037
|
+
export const NewDeploymentRequestTypeByoVpcAws = {
|
|
1038
|
+
ByoVpcAws: "byo-vpc-aws",
|
|
1039
|
+
} as const;
|
|
1040
|
+
export type NewDeploymentRequestTypeByoVpcAws = ClosedEnum<
|
|
1041
|
+
typeof NewDeploymentRequestTypeByoVpcAws
|
|
1042
|
+
>;
|
|
1043
|
+
|
|
1044
|
+
export type NewDeploymentRequestNetworkByoVpcAws = {
|
|
1045
|
+
/**
|
|
1046
|
+
* IDs of private subnets
|
|
1047
|
+
*/
|
|
1048
|
+
privateSubnetIds: Array<string>;
|
|
1049
|
+
/**
|
|
1050
|
+
* IDs of public subnets (required for public ingress)
|
|
1051
|
+
*/
|
|
1052
|
+
publicSubnetIds: Array<string>;
|
|
1053
|
+
/**
|
|
1054
|
+
* Optional security group IDs to use
|
|
1055
|
+
*/
|
|
1056
|
+
securityGroupIds?: Array<string> | undefined;
|
|
1057
|
+
type: NewDeploymentRequestTypeByoVpcAws;
|
|
1058
|
+
/**
|
|
1059
|
+
* The ID of the existing VPC
|
|
1060
|
+
*/
|
|
1061
|
+
vpcId: string;
|
|
1062
|
+
};
|
|
1063
|
+
|
|
1064
|
+
export const NewDeploymentRequestTypeCreate = {
|
|
1065
|
+
Create: "create",
|
|
1066
|
+
} as const;
|
|
1067
|
+
export type NewDeploymentRequestTypeCreate = ClosedEnum<
|
|
1068
|
+
typeof NewDeploymentRequestTypeCreate
|
|
1069
|
+
>;
|
|
1070
|
+
|
|
1071
|
+
export type NewDeploymentRequestNetworkCreate = {
|
|
1072
|
+
/**
|
|
1073
|
+
* Number of availability zones (default: 2).
|
|
1074
|
+
*/
|
|
1075
|
+
availabilityZones?: number | undefined;
|
|
1076
|
+
/**
|
|
1077
|
+
* VPC/VNet CIDR block. If not specified, auto-generated from stack ID
|
|
1078
|
+
*
|
|
1079
|
+
* @remarks
|
|
1080
|
+
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
1081
|
+
*/
|
|
1082
|
+
cidr?: string | null | undefined;
|
|
1083
|
+
type: NewDeploymentRequestTypeCreate;
|
|
1084
|
+
};
|
|
1085
|
+
|
|
1086
|
+
export const NewDeploymentRequestTypeUseDefault = {
|
|
1087
|
+
UseDefault: "use-default",
|
|
1088
|
+
} as const;
|
|
1089
|
+
export type NewDeploymentRequestTypeUseDefault = ClosedEnum<
|
|
1090
|
+
typeof NewDeploymentRequestTypeUseDefault
|
|
1091
|
+
>;
|
|
1092
|
+
|
|
1093
|
+
export type NewDeploymentRequestNetworkUseDefault = {
|
|
1094
|
+
type: NewDeploymentRequestTypeUseDefault;
|
|
1095
|
+
};
|
|
1096
|
+
|
|
1097
|
+
export type NewDeploymentRequestNetworkUnion =
|
|
1098
|
+
| NewDeploymentRequestNetworkByoVpcAws
|
|
1099
|
+
| NewDeploymentRequestNetworkByoVpcGcp
|
|
1100
|
+
| NewDeploymentRequestNetworkByoVnetAzure
|
|
1101
|
+
| NewDeploymentRequestNetworkUseDefault
|
|
1102
|
+
| NewDeploymentRequestNetworkCreate
|
|
1103
|
+
| any;
|
|
1104
|
+
|
|
1105
|
+
/**
|
|
1106
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
1107
|
+
*/
|
|
1108
|
+
export const NewDeploymentRequestTelemetry = {
|
|
1109
|
+
Off: "off",
|
|
1110
|
+
Auto: "auto",
|
|
1111
|
+
ApprovalRequired: "approval-required",
|
|
1112
|
+
} as const;
|
|
1113
|
+
/**
|
|
1114
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
1115
|
+
*/
|
|
1116
|
+
export type NewDeploymentRequestTelemetry = ClosedEnum<
|
|
1117
|
+
typeof NewDeploymentRequestTelemetry
|
|
1118
|
+
>;
|
|
1119
|
+
|
|
1120
|
+
/**
|
|
1121
|
+
* How updates are delivered to the deployment.
|
|
1122
|
+
*/
|
|
1123
|
+
export const NewDeploymentRequestUpdates = {
|
|
1124
|
+
Auto: "auto",
|
|
1125
|
+
ApprovalRequired: "approval-required",
|
|
1126
|
+
} as const;
|
|
1127
|
+
/**
|
|
1128
|
+
* How updates are delivered to the deployment.
|
|
1129
|
+
*/
|
|
1130
|
+
export type NewDeploymentRequestUpdates = ClosedEnum<
|
|
1131
|
+
typeof NewDeploymentRequestUpdates
|
|
1132
|
+
>;
|
|
1133
|
+
|
|
1134
|
+
/**
|
|
1135
|
+
* Stack settings for deployment customization
|
|
1136
|
+
*/
|
|
1137
|
+
export type NewDeploymentRequestStackSettings = {
|
|
1138
|
+
/**
|
|
1139
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
1140
|
+
*/
|
|
1141
|
+
deploymentModel?: NewDeploymentRequestDeploymentModel | undefined;
|
|
1142
|
+
domains?: NewDeploymentRequestDomains | any | null | undefined;
|
|
1143
|
+
/**
|
|
1144
|
+
* External bindings for pre-existing infrastructure.
|
|
1145
|
+
*
|
|
1146
|
+
* @remarks
|
|
1147
|
+
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
1148
|
+
* Environment, etc.) instead of having Alien provision them.
|
|
1149
|
+
* Required for Kubernetes platform, optional for cloud platforms.
|
|
1150
|
+
*/
|
|
1151
|
+
externalBindings?: NewDeploymentRequestExternalBindings | null | undefined;
|
|
1152
|
+
/**
|
|
1153
|
+
* How heartbeat health checks are handled.
|
|
1154
|
+
*/
|
|
1155
|
+
heartbeats?: NewDeploymentRequestHeartbeats | undefined;
|
|
1156
|
+
kubernetes?: NewDeploymentRequestKubernetes | any | null | undefined;
|
|
1157
|
+
network?:
|
|
1158
|
+
| NewDeploymentRequestNetworkByoVpcAws
|
|
1159
|
+
| NewDeploymentRequestNetworkByoVpcGcp
|
|
1160
|
+
| NewDeploymentRequestNetworkByoVnetAzure
|
|
1161
|
+
| NewDeploymentRequestNetworkUseDefault
|
|
1162
|
+
| NewDeploymentRequestNetworkCreate
|
|
1163
|
+
| any
|
|
1164
|
+
| null
|
|
1165
|
+
| undefined;
|
|
1166
|
+
/**
|
|
1167
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
1168
|
+
*/
|
|
1169
|
+
telemetry?: NewDeploymentRequestTelemetry | undefined;
|
|
1170
|
+
/**
|
|
1171
|
+
* How updates are delivered to the deployment.
|
|
1172
|
+
*/
|
|
1173
|
+
updates?: NewDeploymentRequestUpdates | undefined;
|
|
1174
|
+
};
|
|
1175
|
+
|
|
1176
|
+
/**
|
|
1177
|
+
* Request schema for creating a new deployment
|
|
1178
|
+
*/
|
|
1179
|
+
export type NewDeploymentRequest = {
|
|
1180
|
+
/**
|
|
1181
|
+
* Deployment name.
|
|
1182
|
+
*/
|
|
1183
|
+
name: string;
|
|
1184
|
+
/**
|
|
1185
|
+
* Target platform for the deployment
|
|
1186
|
+
*/
|
|
1187
|
+
platform: NewDeploymentRequestPlatform;
|
|
1188
|
+
/**
|
|
1189
|
+
* Required for workspace/project tokens. Deployment group tokens use their own group automatically.
|
|
1190
|
+
*/
|
|
1191
|
+
deploymentGroupId?: string | undefined;
|
|
1192
|
+
/**
|
|
1193
|
+
* ID of the manager responsible for this deployment
|
|
1194
|
+
*/
|
|
1195
|
+
managerId?: string | null | undefined;
|
|
1196
|
+
/**
|
|
1197
|
+
* ID of the pinned release
|
|
1198
|
+
*/
|
|
1199
|
+
pinnedReleaseId?: string | null | undefined;
|
|
1200
|
+
/**
|
|
1201
|
+
* Configuration of environment variables for the deployment
|
|
1202
|
+
*/
|
|
1203
|
+
environmentVariables?: Array<EnvironmentVariableConfig> | null | undefined;
|
|
1204
|
+
/**
|
|
1205
|
+
* Cloud environment information
|
|
1206
|
+
*/
|
|
1207
|
+
environmentInfo?:
|
|
1208
|
+
| NewDeploymentRequestEnvironmentInfoGcp
|
|
1209
|
+
| NewDeploymentRequestEnvironmentInfoAzure
|
|
1210
|
+
| NewDeploymentRequestEnvironmentInfoLocal
|
|
1211
|
+
| NewDeploymentRequestEnvironmentInfoAws
|
|
1212
|
+
| NewDeploymentRequestEnvironmentInfoTest
|
|
1213
|
+
| any
|
|
1214
|
+
| null
|
|
1215
|
+
| undefined;
|
|
1216
|
+
/**
|
|
1217
|
+
* Project ID or name
|
|
1218
|
+
*/
|
|
1219
|
+
project: string;
|
|
1220
|
+
/**
|
|
1221
|
+
* Stack settings for deployment customization
|
|
1222
|
+
*/
|
|
1223
|
+
stackSettings?: NewDeploymentRequestStackSettings | undefined;
|
|
1224
|
+
/**
|
|
1225
|
+
* Optional physical-name prefix for generated cloud resources. Omit to let the manager generate one.
|
|
1226
|
+
*/
|
|
1227
|
+
resourcePrefix?: string | undefined;
|
|
1228
|
+
};
|
|
1229
|
+
|
|
1230
|
+
/** @internal */
|
|
1231
|
+
export const NewDeploymentRequestPlatform$outboundSchema: z.ZodEnum<
|
|
1232
|
+
typeof NewDeploymentRequestPlatform
|
|
1233
|
+
> = z.enum(NewDeploymentRequestPlatform);
|
|
1234
|
+
|
|
1235
|
+
/** @internal */
|
|
1236
|
+
export const NewDeploymentRequestPlatformTest$outboundSchema: z.ZodEnum<
|
|
1237
|
+
typeof NewDeploymentRequestPlatformTest
|
|
1238
|
+
> = z.enum(NewDeploymentRequestPlatformTest);
|
|
1239
|
+
|
|
1240
|
+
/** @internal */
|
|
1241
|
+
export type NewDeploymentRequestEnvironmentInfoTest$Outbound = {
|
|
1242
|
+
testId: string;
|
|
1243
|
+
platform: string;
|
|
1244
|
+
};
|
|
1245
|
+
|
|
1246
|
+
/** @internal */
|
|
1247
|
+
export const NewDeploymentRequestEnvironmentInfoTest$outboundSchema: z.ZodType<
|
|
1248
|
+
NewDeploymentRequestEnvironmentInfoTest$Outbound,
|
|
1249
|
+
NewDeploymentRequestEnvironmentInfoTest
|
|
1250
|
+
> = z.object({
|
|
1251
|
+
testId: z.string(),
|
|
1252
|
+
platform: NewDeploymentRequestPlatformTest$outboundSchema,
|
|
1253
|
+
});
|
|
1254
|
+
|
|
1255
|
+
export function newDeploymentRequestEnvironmentInfoTestToJSON(
|
|
1256
|
+
newDeploymentRequestEnvironmentInfoTest:
|
|
1257
|
+
NewDeploymentRequestEnvironmentInfoTest,
|
|
1258
|
+
): string {
|
|
1259
|
+
return JSON.stringify(
|
|
1260
|
+
NewDeploymentRequestEnvironmentInfoTest$outboundSchema.parse(
|
|
1261
|
+
newDeploymentRequestEnvironmentInfoTest,
|
|
1262
|
+
),
|
|
1263
|
+
);
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
/** @internal */
|
|
1267
|
+
export const NewDeploymentRequestPlatformLocal$outboundSchema: z.ZodEnum<
|
|
1268
|
+
typeof NewDeploymentRequestPlatformLocal
|
|
1269
|
+
> = z.enum(NewDeploymentRequestPlatformLocal);
|
|
1270
|
+
|
|
1271
|
+
/** @internal */
|
|
1272
|
+
export type NewDeploymentRequestEnvironmentInfoLocal$Outbound = {
|
|
1273
|
+
arch: string;
|
|
1274
|
+
hostname: string;
|
|
1275
|
+
os: string;
|
|
1276
|
+
platform: string;
|
|
1277
|
+
};
|
|
1278
|
+
|
|
1279
|
+
/** @internal */
|
|
1280
|
+
export const NewDeploymentRequestEnvironmentInfoLocal$outboundSchema: z.ZodType<
|
|
1281
|
+
NewDeploymentRequestEnvironmentInfoLocal$Outbound,
|
|
1282
|
+
NewDeploymentRequestEnvironmentInfoLocal
|
|
1283
|
+
> = z.object({
|
|
1284
|
+
arch: z.string(),
|
|
1285
|
+
hostname: z.string(),
|
|
1286
|
+
os: z.string(),
|
|
1287
|
+
platform: NewDeploymentRequestPlatformLocal$outboundSchema,
|
|
1288
|
+
});
|
|
1289
|
+
|
|
1290
|
+
export function newDeploymentRequestEnvironmentInfoLocalToJSON(
|
|
1291
|
+
newDeploymentRequestEnvironmentInfoLocal:
|
|
1292
|
+
NewDeploymentRequestEnvironmentInfoLocal,
|
|
1293
|
+
): string {
|
|
1294
|
+
return JSON.stringify(
|
|
1295
|
+
NewDeploymentRequestEnvironmentInfoLocal$outboundSchema.parse(
|
|
1296
|
+
newDeploymentRequestEnvironmentInfoLocal,
|
|
1297
|
+
),
|
|
1298
|
+
);
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
/** @internal */
|
|
1302
|
+
export const NewDeploymentRequestPlatformAzure$outboundSchema: z.ZodEnum<
|
|
1303
|
+
typeof NewDeploymentRequestPlatformAzure
|
|
1304
|
+
> = z.enum(NewDeploymentRequestPlatformAzure);
|
|
1305
|
+
|
|
1306
|
+
/** @internal */
|
|
1307
|
+
export type NewDeploymentRequestEnvironmentInfoAzure$Outbound = {
|
|
1308
|
+
location: string;
|
|
1309
|
+
subscriptionId: string;
|
|
1310
|
+
tenantId: string;
|
|
1311
|
+
platform: string;
|
|
1312
|
+
};
|
|
1313
|
+
|
|
1314
|
+
/** @internal */
|
|
1315
|
+
export const NewDeploymentRequestEnvironmentInfoAzure$outboundSchema: z.ZodType<
|
|
1316
|
+
NewDeploymentRequestEnvironmentInfoAzure$Outbound,
|
|
1317
|
+
NewDeploymentRequestEnvironmentInfoAzure
|
|
1318
|
+
> = z.object({
|
|
1319
|
+
location: z.string(),
|
|
1320
|
+
subscriptionId: z.string(),
|
|
1321
|
+
tenantId: z.string(),
|
|
1322
|
+
platform: NewDeploymentRequestPlatformAzure$outboundSchema,
|
|
1323
|
+
});
|
|
1324
|
+
|
|
1325
|
+
export function newDeploymentRequestEnvironmentInfoAzureToJSON(
|
|
1326
|
+
newDeploymentRequestEnvironmentInfoAzure:
|
|
1327
|
+
NewDeploymentRequestEnvironmentInfoAzure,
|
|
1328
|
+
): string {
|
|
1329
|
+
return JSON.stringify(
|
|
1330
|
+
NewDeploymentRequestEnvironmentInfoAzure$outboundSchema.parse(
|
|
1331
|
+
newDeploymentRequestEnvironmentInfoAzure,
|
|
1332
|
+
),
|
|
1333
|
+
);
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
/** @internal */
|
|
1337
|
+
export const NewDeploymentRequestPlatformGcp$outboundSchema: z.ZodEnum<
|
|
1338
|
+
typeof NewDeploymentRequestPlatformGcp
|
|
1339
|
+
> = z.enum(NewDeploymentRequestPlatformGcp);
|
|
1340
|
+
|
|
1341
|
+
/** @internal */
|
|
1342
|
+
export type NewDeploymentRequestEnvironmentInfoGcp$Outbound = {
|
|
1343
|
+
projectId: string;
|
|
1344
|
+
projectNumber: string;
|
|
1345
|
+
region: string;
|
|
1346
|
+
platform: string;
|
|
1347
|
+
};
|
|
1348
|
+
|
|
1349
|
+
/** @internal */
|
|
1350
|
+
export const NewDeploymentRequestEnvironmentInfoGcp$outboundSchema: z.ZodType<
|
|
1351
|
+
NewDeploymentRequestEnvironmentInfoGcp$Outbound,
|
|
1352
|
+
NewDeploymentRequestEnvironmentInfoGcp
|
|
1353
|
+
> = z.object({
|
|
1354
|
+
projectId: z.string(),
|
|
1355
|
+
projectNumber: z.string(),
|
|
1356
|
+
region: z.string(),
|
|
1357
|
+
platform: NewDeploymentRequestPlatformGcp$outboundSchema,
|
|
1358
|
+
});
|
|
1359
|
+
|
|
1360
|
+
export function newDeploymentRequestEnvironmentInfoGcpToJSON(
|
|
1361
|
+
newDeploymentRequestEnvironmentInfoGcp:
|
|
1362
|
+
NewDeploymentRequestEnvironmentInfoGcp,
|
|
1363
|
+
): string {
|
|
1364
|
+
return JSON.stringify(
|
|
1365
|
+
NewDeploymentRequestEnvironmentInfoGcp$outboundSchema.parse(
|
|
1366
|
+
newDeploymentRequestEnvironmentInfoGcp,
|
|
1367
|
+
),
|
|
1368
|
+
);
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
/** @internal */
|
|
1372
|
+
export const NewDeploymentRequestPlatformAws$outboundSchema: z.ZodEnum<
|
|
1373
|
+
typeof NewDeploymentRequestPlatformAws
|
|
1374
|
+
> = z.enum(NewDeploymentRequestPlatformAws);
|
|
1375
|
+
|
|
1376
|
+
/** @internal */
|
|
1377
|
+
export type NewDeploymentRequestEnvironmentInfoAws$Outbound = {
|
|
1378
|
+
accountId: string;
|
|
1379
|
+
region: string;
|
|
1380
|
+
platform: string;
|
|
1381
|
+
};
|
|
1382
|
+
|
|
1383
|
+
/** @internal */
|
|
1384
|
+
export const NewDeploymentRequestEnvironmentInfoAws$outboundSchema: z.ZodType<
|
|
1385
|
+
NewDeploymentRequestEnvironmentInfoAws$Outbound,
|
|
1386
|
+
NewDeploymentRequestEnvironmentInfoAws
|
|
1387
|
+
> = z.object({
|
|
1388
|
+
accountId: z.string(),
|
|
1389
|
+
region: z.string(),
|
|
1390
|
+
platform: NewDeploymentRequestPlatformAws$outboundSchema,
|
|
1391
|
+
});
|
|
1392
|
+
|
|
1393
|
+
export function newDeploymentRequestEnvironmentInfoAwsToJSON(
|
|
1394
|
+
newDeploymentRequestEnvironmentInfoAws:
|
|
1395
|
+
NewDeploymentRequestEnvironmentInfoAws,
|
|
1396
|
+
): string {
|
|
1397
|
+
return JSON.stringify(
|
|
1398
|
+
NewDeploymentRequestEnvironmentInfoAws$outboundSchema.parse(
|
|
1399
|
+
newDeploymentRequestEnvironmentInfoAws,
|
|
1400
|
+
),
|
|
1401
|
+
);
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
/** @internal */
|
|
1405
|
+
export type NewDeploymentRequestEnvironmentInfoUnion$Outbound =
|
|
1406
|
+
| NewDeploymentRequestEnvironmentInfoGcp$Outbound
|
|
1407
|
+
| NewDeploymentRequestEnvironmentInfoAzure$Outbound
|
|
1408
|
+
| NewDeploymentRequestEnvironmentInfoLocal$Outbound
|
|
1409
|
+
| NewDeploymentRequestEnvironmentInfoAws$Outbound
|
|
1410
|
+
| NewDeploymentRequestEnvironmentInfoTest$Outbound
|
|
1411
|
+
| any;
|
|
1412
|
+
|
|
1413
|
+
/** @internal */
|
|
1414
|
+
export const NewDeploymentRequestEnvironmentInfoUnion$outboundSchema: z.ZodType<
|
|
1415
|
+
NewDeploymentRequestEnvironmentInfoUnion$Outbound,
|
|
1416
|
+
NewDeploymentRequestEnvironmentInfoUnion
|
|
1417
|
+
> = z.union([
|
|
1418
|
+
z.lazy(() => NewDeploymentRequestEnvironmentInfoGcp$outboundSchema),
|
|
1419
|
+
z.lazy(() => NewDeploymentRequestEnvironmentInfoAzure$outboundSchema),
|
|
1420
|
+
z.lazy(() => NewDeploymentRequestEnvironmentInfoLocal$outboundSchema),
|
|
1421
|
+
z.lazy(() => NewDeploymentRequestEnvironmentInfoAws$outboundSchema),
|
|
1422
|
+
z.lazy(() => NewDeploymentRequestEnvironmentInfoTest$outboundSchema),
|
|
1423
|
+
z.any(),
|
|
1424
|
+
]);
|
|
1425
|
+
|
|
1426
|
+
export function newDeploymentRequestEnvironmentInfoUnionToJSON(
|
|
1427
|
+
newDeploymentRequestEnvironmentInfoUnion:
|
|
1428
|
+
NewDeploymentRequestEnvironmentInfoUnion,
|
|
1429
|
+
): string {
|
|
1430
|
+
return JSON.stringify(
|
|
1431
|
+
NewDeploymentRequestEnvironmentInfoUnion$outboundSchema.parse(
|
|
1432
|
+
newDeploymentRequestEnvironmentInfoUnion,
|
|
1433
|
+
),
|
|
1434
|
+
);
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
/** @internal */
|
|
1438
|
+
export const NewDeploymentRequestDeploymentModel$outboundSchema: z.ZodEnum<
|
|
1439
|
+
typeof NewDeploymentRequestDeploymentModel
|
|
1440
|
+
> = z.enum(NewDeploymentRequestDeploymentModel);
|
|
1441
|
+
|
|
1442
|
+
/** @internal */
|
|
1443
|
+
export type NewDeploymentRequestAws$Outbound = {
|
|
1444
|
+
certificateArn: string;
|
|
1445
|
+
};
|
|
1446
|
+
|
|
1447
|
+
/** @internal */
|
|
1448
|
+
export const NewDeploymentRequestAws$outboundSchema: z.ZodType<
|
|
1449
|
+
NewDeploymentRequestAws$Outbound,
|
|
1450
|
+
NewDeploymentRequestAws
|
|
1451
|
+
> = z.object({
|
|
1452
|
+
certificateArn: z.string(),
|
|
1453
|
+
});
|
|
1454
|
+
|
|
1455
|
+
export function newDeploymentRequestAwsToJSON(
|
|
1456
|
+
newDeploymentRequestAws: NewDeploymentRequestAws,
|
|
1457
|
+
): string {
|
|
1458
|
+
return JSON.stringify(
|
|
1459
|
+
NewDeploymentRequestAws$outboundSchema.parse(newDeploymentRequestAws),
|
|
1460
|
+
);
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
/** @internal */
|
|
1464
|
+
export type NewDeploymentRequestAwsUnion$Outbound =
|
|
1465
|
+
| NewDeploymentRequestAws$Outbound
|
|
1466
|
+
| any;
|
|
1467
|
+
|
|
1468
|
+
/** @internal */
|
|
1469
|
+
export const NewDeploymentRequestAwsUnion$outboundSchema: z.ZodType<
|
|
1470
|
+
NewDeploymentRequestAwsUnion$Outbound,
|
|
1471
|
+
NewDeploymentRequestAwsUnion
|
|
1472
|
+
> = z.union([z.lazy(() => NewDeploymentRequestAws$outboundSchema), z.any()]);
|
|
1473
|
+
|
|
1474
|
+
export function newDeploymentRequestAwsUnionToJSON(
|
|
1475
|
+
newDeploymentRequestAwsUnion: NewDeploymentRequestAwsUnion,
|
|
1476
|
+
): string {
|
|
1477
|
+
return JSON.stringify(
|
|
1478
|
+
NewDeploymentRequestAwsUnion$outboundSchema.parse(
|
|
1479
|
+
newDeploymentRequestAwsUnion,
|
|
1480
|
+
),
|
|
1481
|
+
);
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
/** @internal */
|
|
1485
|
+
export type NewDeploymentRequestAzure$Outbound = {
|
|
1486
|
+
keyVaultCertificateId: string;
|
|
1487
|
+
};
|
|
1488
|
+
|
|
1489
|
+
/** @internal */
|
|
1490
|
+
export const NewDeploymentRequestAzure$outboundSchema: z.ZodType<
|
|
1491
|
+
NewDeploymentRequestAzure$Outbound,
|
|
1492
|
+
NewDeploymentRequestAzure
|
|
1493
|
+
> = z.object({
|
|
1494
|
+
keyVaultCertificateId: z.string(),
|
|
1495
|
+
});
|
|
1496
|
+
|
|
1497
|
+
export function newDeploymentRequestAzureToJSON(
|
|
1498
|
+
newDeploymentRequestAzure: NewDeploymentRequestAzure,
|
|
1499
|
+
): string {
|
|
1500
|
+
return JSON.stringify(
|
|
1501
|
+
NewDeploymentRequestAzure$outboundSchema.parse(newDeploymentRequestAzure),
|
|
1502
|
+
);
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
/** @internal */
|
|
1506
|
+
export type NewDeploymentRequestAzureUnion$Outbound =
|
|
1507
|
+
| NewDeploymentRequestAzure$Outbound
|
|
1508
|
+
| any;
|
|
1509
|
+
|
|
1510
|
+
/** @internal */
|
|
1511
|
+
export const NewDeploymentRequestAzureUnion$outboundSchema: z.ZodType<
|
|
1512
|
+
NewDeploymentRequestAzureUnion$Outbound,
|
|
1513
|
+
NewDeploymentRequestAzureUnion
|
|
1514
|
+
> = z.union([z.lazy(() => NewDeploymentRequestAzure$outboundSchema), z.any()]);
|
|
1515
|
+
|
|
1516
|
+
export function newDeploymentRequestAzureUnionToJSON(
|
|
1517
|
+
newDeploymentRequestAzureUnion: NewDeploymentRequestAzureUnion,
|
|
1518
|
+
): string {
|
|
1519
|
+
return JSON.stringify(
|
|
1520
|
+
NewDeploymentRequestAzureUnion$outboundSchema.parse(
|
|
1521
|
+
newDeploymentRequestAzureUnion,
|
|
1522
|
+
),
|
|
1523
|
+
);
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
/** @internal */
|
|
1527
|
+
export type NewDeploymentRequestGcp$Outbound = {
|
|
1528
|
+
certificateName: string;
|
|
1529
|
+
};
|
|
1530
|
+
|
|
1531
|
+
/** @internal */
|
|
1532
|
+
export const NewDeploymentRequestGcp$outboundSchema: z.ZodType<
|
|
1533
|
+
NewDeploymentRequestGcp$Outbound,
|
|
1534
|
+
NewDeploymentRequestGcp
|
|
1535
|
+
> = z.object({
|
|
1536
|
+
certificateName: z.string(),
|
|
1537
|
+
});
|
|
1538
|
+
|
|
1539
|
+
export function newDeploymentRequestGcpToJSON(
|
|
1540
|
+
newDeploymentRequestGcp: NewDeploymentRequestGcp,
|
|
1541
|
+
): string {
|
|
1542
|
+
return JSON.stringify(
|
|
1543
|
+
NewDeploymentRequestGcp$outboundSchema.parse(newDeploymentRequestGcp),
|
|
1544
|
+
);
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
/** @internal */
|
|
1548
|
+
export type NewDeploymentRequestGcpUnion$Outbound =
|
|
1549
|
+
| NewDeploymentRequestGcp$Outbound
|
|
1550
|
+
| any;
|
|
1551
|
+
|
|
1552
|
+
/** @internal */
|
|
1553
|
+
export const NewDeploymentRequestGcpUnion$outboundSchema: z.ZodType<
|
|
1554
|
+
NewDeploymentRequestGcpUnion$Outbound,
|
|
1555
|
+
NewDeploymentRequestGcpUnion
|
|
1556
|
+
> = z.union([z.lazy(() => NewDeploymentRequestGcp$outboundSchema), z.any()]);
|
|
1557
|
+
|
|
1558
|
+
export function newDeploymentRequestGcpUnionToJSON(
|
|
1559
|
+
newDeploymentRequestGcpUnion: NewDeploymentRequestGcpUnion,
|
|
1560
|
+
): string {
|
|
1561
|
+
return JSON.stringify(
|
|
1562
|
+
NewDeploymentRequestGcpUnion$outboundSchema.parse(
|
|
1563
|
+
newDeploymentRequestGcpUnion,
|
|
1564
|
+
),
|
|
1565
|
+
);
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
/** @internal */
|
|
1569
|
+
export type NewDeploymentRequestTlsSecretRef$Outbound = {
|
|
1570
|
+
namespace?: string | null | undefined;
|
|
1571
|
+
secretName: string;
|
|
1572
|
+
};
|
|
1573
|
+
|
|
1574
|
+
/** @internal */
|
|
1575
|
+
export const NewDeploymentRequestTlsSecretRef$outboundSchema: z.ZodType<
|
|
1576
|
+
NewDeploymentRequestTlsSecretRef$Outbound,
|
|
1577
|
+
NewDeploymentRequestTlsSecretRef
|
|
1578
|
+
> = z.object({
|
|
1579
|
+
namespace: z.nullable(z.string()).optional(),
|
|
1580
|
+
secretName: z.string(),
|
|
1581
|
+
});
|
|
1582
|
+
|
|
1583
|
+
export function newDeploymentRequestTlsSecretRefToJSON(
|
|
1584
|
+
newDeploymentRequestTlsSecretRef: NewDeploymentRequestTlsSecretRef,
|
|
1585
|
+
): string {
|
|
1586
|
+
return JSON.stringify(
|
|
1587
|
+
NewDeploymentRequestTlsSecretRef$outboundSchema.parse(
|
|
1588
|
+
newDeploymentRequestTlsSecretRef,
|
|
1589
|
+
),
|
|
1590
|
+
);
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
/** @internal */
|
|
1594
|
+
export type NewDeploymentRequestDomainsKubernetes$Outbound = {
|
|
1595
|
+
tlsSecretRef: NewDeploymentRequestTlsSecretRef$Outbound;
|
|
1596
|
+
};
|
|
1597
|
+
|
|
1598
|
+
/** @internal */
|
|
1599
|
+
export const NewDeploymentRequestDomainsKubernetes$outboundSchema: z.ZodType<
|
|
1600
|
+
NewDeploymentRequestDomainsKubernetes$Outbound,
|
|
1601
|
+
NewDeploymentRequestDomainsKubernetes
|
|
1602
|
+
> = z.object({
|
|
1603
|
+
tlsSecretRef: z.lazy(() => NewDeploymentRequestTlsSecretRef$outboundSchema),
|
|
1604
|
+
});
|
|
1605
|
+
|
|
1606
|
+
export function newDeploymentRequestDomainsKubernetesToJSON(
|
|
1607
|
+
newDeploymentRequestDomainsKubernetes: NewDeploymentRequestDomainsKubernetes,
|
|
1608
|
+
): string {
|
|
1609
|
+
return JSON.stringify(
|
|
1610
|
+
NewDeploymentRequestDomainsKubernetes$outboundSchema.parse(
|
|
1611
|
+
newDeploymentRequestDomainsKubernetes,
|
|
1612
|
+
),
|
|
1613
|
+
);
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
/** @internal */
|
|
1617
|
+
export type NewDeploymentRequestDomainsKubernetesUnion$Outbound =
|
|
1618
|
+
| NewDeploymentRequestDomainsKubernetes$Outbound
|
|
1619
|
+
| any;
|
|
1620
|
+
|
|
1621
|
+
/** @internal */
|
|
1622
|
+
export const NewDeploymentRequestDomainsKubernetesUnion$outboundSchema:
|
|
1623
|
+
z.ZodType<
|
|
1624
|
+
NewDeploymentRequestDomainsKubernetesUnion$Outbound,
|
|
1625
|
+
NewDeploymentRequestDomainsKubernetesUnion
|
|
1626
|
+
> = z.union([
|
|
1627
|
+
z.lazy(() => NewDeploymentRequestDomainsKubernetes$outboundSchema),
|
|
1628
|
+
z.any(),
|
|
1629
|
+
]);
|
|
1630
|
+
|
|
1631
|
+
export function newDeploymentRequestDomainsKubernetesUnionToJSON(
|
|
1632
|
+
newDeploymentRequestDomainsKubernetesUnion:
|
|
1633
|
+
NewDeploymentRequestDomainsKubernetesUnion,
|
|
1634
|
+
): string {
|
|
1635
|
+
return JSON.stringify(
|
|
1636
|
+
NewDeploymentRequestDomainsKubernetesUnion$outboundSchema.parse(
|
|
1637
|
+
newDeploymentRequestDomainsKubernetesUnion,
|
|
1638
|
+
),
|
|
1639
|
+
);
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
/** @internal */
|
|
1643
|
+
export type NewDeploymentRequestDomainsCertificate$Outbound = {
|
|
1644
|
+
aws?: NewDeploymentRequestAws$Outbound | any | null | undefined;
|
|
1645
|
+
azure?: NewDeploymentRequestAzure$Outbound | any | null | undefined;
|
|
1646
|
+
gcp?: NewDeploymentRequestGcp$Outbound | any | null | undefined;
|
|
1647
|
+
kubernetes?:
|
|
1648
|
+
| NewDeploymentRequestDomainsKubernetes$Outbound
|
|
1649
|
+
| any
|
|
1650
|
+
| null
|
|
1651
|
+
| undefined;
|
|
1652
|
+
};
|
|
1653
|
+
|
|
1654
|
+
/** @internal */
|
|
1655
|
+
export const NewDeploymentRequestDomainsCertificate$outboundSchema: z.ZodType<
|
|
1656
|
+
NewDeploymentRequestDomainsCertificate$Outbound,
|
|
1657
|
+
NewDeploymentRequestDomainsCertificate
|
|
1658
|
+
> = z.object({
|
|
1659
|
+
aws: z.nullable(
|
|
1660
|
+
z.union([z.lazy(() => NewDeploymentRequestAws$outboundSchema), z.any()]),
|
|
1661
|
+
).optional(),
|
|
1662
|
+
azure: z.nullable(
|
|
1663
|
+
z.union([z.lazy(() => NewDeploymentRequestAzure$outboundSchema), z.any()]),
|
|
1664
|
+
).optional(),
|
|
1665
|
+
gcp: z.nullable(
|
|
1666
|
+
z.union([z.lazy(() => NewDeploymentRequestGcp$outboundSchema), z.any()]),
|
|
1667
|
+
).optional(),
|
|
1668
|
+
kubernetes: z.nullable(
|
|
1669
|
+
z.union([
|
|
1670
|
+
z.lazy(() => NewDeploymentRequestDomainsKubernetes$outboundSchema),
|
|
1671
|
+
z.any(),
|
|
1672
|
+
]),
|
|
1673
|
+
).optional(),
|
|
1674
|
+
});
|
|
1675
|
+
|
|
1676
|
+
export function newDeploymentRequestDomainsCertificateToJSON(
|
|
1677
|
+
newDeploymentRequestDomainsCertificate:
|
|
1678
|
+
NewDeploymentRequestDomainsCertificate,
|
|
1679
|
+
): string {
|
|
1680
|
+
return JSON.stringify(
|
|
1681
|
+
NewDeploymentRequestDomainsCertificate$outboundSchema.parse(
|
|
1682
|
+
newDeploymentRequestDomainsCertificate,
|
|
1683
|
+
),
|
|
1684
|
+
);
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
/** @internal */
|
|
1688
|
+
export type NewDeploymentRequestCustomDomains$Outbound = {
|
|
1689
|
+
certificate: NewDeploymentRequestDomainsCertificate$Outbound;
|
|
1690
|
+
domain: string;
|
|
1691
|
+
};
|
|
1692
|
+
|
|
1693
|
+
/** @internal */
|
|
1694
|
+
export const NewDeploymentRequestCustomDomains$outboundSchema: z.ZodType<
|
|
1695
|
+
NewDeploymentRequestCustomDomains$Outbound,
|
|
1696
|
+
NewDeploymentRequestCustomDomains
|
|
1697
|
+
> = z.object({
|
|
1698
|
+
certificate: z.lazy(() =>
|
|
1699
|
+
NewDeploymentRequestDomainsCertificate$outboundSchema
|
|
1700
|
+
),
|
|
1701
|
+
domain: z.string(),
|
|
1702
|
+
});
|
|
1703
|
+
|
|
1704
|
+
export function newDeploymentRequestCustomDomainsToJSON(
|
|
1705
|
+
newDeploymentRequestCustomDomains: NewDeploymentRequestCustomDomains,
|
|
1706
|
+
): string {
|
|
1707
|
+
return JSON.stringify(
|
|
1708
|
+
NewDeploymentRequestCustomDomains$outboundSchema.parse(
|
|
1709
|
+
newDeploymentRequestCustomDomains,
|
|
1710
|
+
),
|
|
1711
|
+
);
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
/** @internal */
|
|
1715
|
+
export type NewDeploymentRequestDomains$Outbound = {
|
|
1716
|
+
customDomains?:
|
|
1717
|
+
| { [k: string]: NewDeploymentRequestCustomDomains$Outbound }
|
|
1718
|
+
| null
|
|
1719
|
+
| undefined;
|
|
1720
|
+
};
|
|
1721
|
+
|
|
1722
|
+
/** @internal */
|
|
1723
|
+
export const NewDeploymentRequestDomains$outboundSchema: z.ZodType<
|
|
1724
|
+
NewDeploymentRequestDomains$Outbound,
|
|
1725
|
+
NewDeploymentRequestDomains
|
|
1726
|
+
> = z.object({
|
|
1727
|
+
customDomains: z.nullable(
|
|
1728
|
+
z.record(
|
|
1729
|
+
z.string(),
|
|
1730
|
+
z.lazy(() => NewDeploymentRequestCustomDomains$outboundSchema),
|
|
1731
|
+
),
|
|
1732
|
+
).optional(),
|
|
1733
|
+
});
|
|
1734
|
+
|
|
1735
|
+
export function newDeploymentRequestDomainsToJSON(
|
|
1736
|
+
newDeploymentRequestDomains: NewDeploymentRequestDomains,
|
|
1737
|
+
): string {
|
|
1738
|
+
return JSON.stringify(
|
|
1739
|
+
NewDeploymentRequestDomains$outboundSchema.parse(
|
|
1740
|
+
newDeploymentRequestDomains,
|
|
1741
|
+
),
|
|
1742
|
+
);
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
/** @internal */
|
|
1746
|
+
export type NewDeploymentRequestDomainsUnion$Outbound =
|
|
1747
|
+
| NewDeploymentRequestDomains$Outbound
|
|
1748
|
+
| any;
|
|
1749
|
+
|
|
1750
|
+
/** @internal */
|
|
1751
|
+
export const NewDeploymentRequestDomainsUnion$outboundSchema: z.ZodType<
|
|
1752
|
+
NewDeploymentRequestDomainsUnion$Outbound,
|
|
1753
|
+
NewDeploymentRequestDomainsUnion
|
|
1754
|
+
> = z.union([
|
|
1755
|
+
z.lazy(() => NewDeploymentRequestDomains$outboundSchema),
|
|
1756
|
+
z.any(),
|
|
1757
|
+
]);
|
|
1758
|
+
|
|
1759
|
+
export function newDeploymentRequestDomainsUnionToJSON(
|
|
1760
|
+
newDeploymentRequestDomainsUnion: NewDeploymentRequestDomainsUnion,
|
|
1761
|
+
): string {
|
|
1762
|
+
return JSON.stringify(
|
|
1763
|
+
NewDeploymentRequestDomainsUnion$outboundSchema.parse(
|
|
1764
|
+
newDeploymentRequestDomainsUnion,
|
|
1765
|
+
),
|
|
1766
|
+
);
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
/** @internal */
|
|
1770
|
+
export type NewDeploymentRequestExternalBindings$Outbound = {};
|
|
1771
|
+
|
|
1772
|
+
/** @internal */
|
|
1773
|
+
export const NewDeploymentRequestExternalBindings$outboundSchema: z.ZodType<
|
|
1774
|
+
NewDeploymentRequestExternalBindings$Outbound,
|
|
1775
|
+
NewDeploymentRequestExternalBindings
|
|
1776
|
+
> = z.object({});
|
|
1777
|
+
|
|
1778
|
+
export function newDeploymentRequestExternalBindingsToJSON(
|
|
1779
|
+
newDeploymentRequestExternalBindings: NewDeploymentRequestExternalBindings,
|
|
1780
|
+
): string {
|
|
1781
|
+
return JSON.stringify(
|
|
1782
|
+
NewDeploymentRequestExternalBindings$outboundSchema.parse(
|
|
1783
|
+
newDeploymentRequestExternalBindings,
|
|
1784
|
+
),
|
|
1785
|
+
);
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
/** @internal */
|
|
1789
|
+
export const NewDeploymentRequestHeartbeats$outboundSchema: z.ZodEnum<
|
|
1790
|
+
typeof NewDeploymentRequestHeartbeats
|
|
1791
|
+
> = z.enum(NewDeploymentRequestHeartbeats);
|
|
1792
|
+
|
|
1793
|
+
/** @internal */
|
|
1794
|
+
export type NewDeploymentRequestCloud$Outbound = {
|
|
1795
|
+
accountId?: string | null | undefined;
|
|
1796
|
+
clusterId?: string | null | undefined;
|
|
1797
|
+
clusterName?: string | null | undefined;
|
|
1798
|
+
projectId?: string | null | undefined;
|
|
1799
|
+
region?: string | null | undefined;
|
|
1800
|
+
resourceGroup?: string | null | undefined;
|
|
1801
|
+
subscriptionId?: string | null | undefined;
|
|
1802
|
+
};
|
|
1803
|
+
|
|
1804
|
+
/** @internal */
|
|
1805
|
+
export const NewDeploymentRequestCloud$outboundSchema: z.ZodType<
|
|
1806
|
+
NewDeploymentRequestCloud$Outbound,
|
|
1807
|
+
NewDeploymentRequestCloud
|
|
1808
|
+
> = z.object({
|
|
1809
|
+
accountId: z.nullable(z.string()).optional(),
|
|
1810
|
+
clusterId: z.nullable(z.string()).optional(),
|
|
1811
|
+
clusterName: z.nullable(z.string()).optional(),
|
|
1812
|
+
projectId: z.nullable(z.string()).optional(),
|
|
1813
|
+
region: z.nullable(z.string()).optional(),
|
|
1814
|
+
resourceGroup: z.nullable(z.string()).optional(),
|
|
1815
|
+
subscriptionId: z.nullable(z.string()).optional(),
|
|
1816
|
+
});
|
|
1817
|
+
|
|
1818
|
+
export function newDeploymentRequestCloudToJSON(
|
|
1819
|
+
newDeploymentRequestCloud: NewDeploymentRequestCloud,
|
|
1820
|
+
): string {
|
|
1821
|
+
return JSON.stringify(
|
|
1822
|
+
NewDeploymentRequestCloud$outboundSchema.parse(newDeploymentRequestCloud),
|
|
1823
|
+
);
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
/** @internal */
|
|
1827
|
+
export type NewDeploymentRequestCloudUnion$Outbound =
|
|
1828
|
+
| NewDeploymentRequestCloud$Outbound
|
|
1829
|
+
| any;
|
|
1830
|
+
|
|
1831
|
+
/** @internal */
|
|
1832
|
+
export const NewDeploymentRequestCloudUnion$outboundSchema: z.ZodType<
|
|
1833
|
+
NewDeploymentRequestCloudUnion$Outbound,
|
|
1834
|
+
NewDeploymentRequestCloudUnion
|
|
1835
|
+
> = z.union([z.lazy(() => NewDeploymentRequestCloud$outboundSchema), z.any()]);
|
|
1836
|
+
|
|
1837
|
+
export function newDeploymentRequestCloudUnionToJSON(
|
|
1838
|
+
newDeploymentRequestCloudUnion: NewDeploymentRequestCloudUnion,
|
|
1839
|
+
): string {
|
|
1840
|
+
return JSON.stringify(
|
|
1841
|
+
NewDeploymentRequestCloudUnion$outboundSchema.parse(
|
|
1842
|
+
newDeploymentRequestCloudUnion,
|
|
1843
|
+
),
|
|
1844
|
+
);
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
/** @internal */
|
|
1848
|
+
export const NewDeploymentRequestOwnership$outboundSchema: z.ZodEnum<
|
|
1849
|
+
typeof NewDeploymentRequestOwnership
|
|
1850
|
+
> = z.enum(NewDeploymentRequestOwnership);
|
|
1851
|
+
|
|
1852
|
+
/** @internal */
|
|
1853
|
+
export type NewDeploymentRequestCluster$Outbound = {
|
|
1854
|
+
cloud?: NewDeploymentRequestCloud$Outbound | any | null | undefined;
|
|
1855
|
+
namespace?: string | null | undefined;
|
|
1856
|
+
ownership: string;
|
|
1857
|
+
};
|
|
1858
|
+
|
|
1859
|
+
/** @internal */
|
|
1860
|
+
export const NewDeploymentRequestCluster$outboundSchema: z.ZodType<
|
|
1861
|
+
NewDeploymentRequestCluster$Outbound,
|
|
1862
|
+
NewDeploymentRequestCluster
|
|
1863
|
+
> = z.object({
|
|
1864
|
+
cloud: z.nullable(
|
|
1865
|
+
z.union([z.lazy(() => NewDeploymentRequestCloud$outboundSchema), z.any()]),
|
|
1866
|
+
).optional(),
|
|
1867
|
+
namespace: z.nullable(z.string()).optional(),
|
|
1868
|
+
ownership: NewDeploymentRequestOwnership$outboundSchema,
|
|
1869
|
+
});
|
|
1870
|
+
|
|
1871
|
+
export function newDeploymentRequestClusterToJSON(
|
|
1872
|
+
newDeploymentRequestCluster: NewDeploymentRequestCluster,
|
|
1873
|
+
): string {
|
|
1874
|
+
return JSON.stringify(
|
|
1875
|
+
NewDeploymentRequestCluster$outboundSchema.parse(
|
|
1876
|
+
newDeploymentRequestCluster,
|
|
1877
|
+
),
|
|
1878
|
+
);
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
/** @internal */
|
|
1882
|
+
export type NewDeploymentRequestClusterUnion$Outbound =
|
|
1883
|
+
| NewDeploymentRequestCluster$Outbound
|
|
1884
|
+
| any;
|
|
1885
|
+
|
|
1886
|
+
/** @internal */
|
|
1887
|
+
export const NewDeploymentRequestClusterUnion$outboundSchema: z.ZodType<
|
|
1888
|
+
NewDeploymentRequestClusterUnion$Outbound,
|
|
1889
|
+
NewDeploymentRequestClusterUnion
|
|
1890
|
+
> = z.union([
|
|
1891
|
+
z.lazy(() => NewDeploymentRequestCluster$outboundSchema),
|
|
1892
|
+
z.any(),
|
|
1893
|
+
]);
|
|
1894
|
+
|
|
1895
|
+
export function newDeploymentRequestClusterUnionToJSON(
|
|
1896
|
+
newDeploymentRequestClusterUnion: NewDeploymentRequestClusterUnion,
|
|
1897
|
+
): string {
|
|
1898
|
+
return JSON.stringify(
|
|
1899
|
+
NewDeploymentRequestClusterUnion$outboundSchema.parse(
|
|
1900
|
+
newDeploymentRequestClusterUnion,
|
|
1901
|
+
),
|
|
1902
|
+
);
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
/** @internal */
|
|
1906
|
+
export type NewDeploymentRequestCertificateNone2$Outbound = {
|
|
1907
|
+
mode: "none";
|
|
1908
|
+
};
|
|
1909
|
+
|
|
1910
|
+
/** @internal */
|
|
1911
|
+
export const NewDeploymentRequestCertificateNone2$outboundSchema: z.ZodType<
|
|
1912
|
+
NewDeploymentRequestCertificateNone2$Outbound,
|
|
1913
|
+
NewDeploymentRequestCertificateNone2
|
|
1914
|
+
> = z.object({
|
|
1915
|
+
mode: z.literal("none"),
|
|
1916
|
+
});
|
|
1917
|
+
|
|
1918
|
+
export function newDeploymentRequestCertificateNone2ToJSON(
|
|
1919
|
+
newDeploymentRequestCertificateNone2: NewDeploymentRequestCertificateNone2,
|
|
1920
|
+
): string {
|
|
1921
|
+
return JSON.stringify(
|
|
1922
|
+
NewDeploymentRequestCertificateNone2$outboundSchema.parse(
|
|
1923
|
+
newDeploymentRequestCertificateNone2,
|
|
1924
|
+
),
|
|
1925
|
+
);
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
/** @internal */
|
|
1929
|
+
export type NewDeploymentRequestCertificateManagedTLSSecret2$Outbound = {
|
|
1930
|
+
mode: "managedTlsSecret";
|
|
1931
|
+
secretNameTemplate: string;
|
|
1932
|
+
};
|
|
1933
|
+
|
|
1934
|
+
/** @internal */
|
|
1935
|
+
export const NewDeploymentRequestCertificateManagedTLSSecret2$outboundSchema:
|
|
1936
|
+
z.ZodType<
|
|
1937
|
+
NewDeploymentRequestCertificateManagedTLSSecret2$Outbound,
|
|
1938
|
+
NewDeploymentRequestCertificateManagedTLSSecret2
|
|
1939
|
+
> = z.object({
|
|
1940
|
+
mode: z.literal("managedTlsSecret"),
|
|
1941
|
+
secretNameTemplate: z.string(),
|
|
1942
|
+
});
|
|
1943
|
+
|
|
1944
|
+
export function newDeploymentRequestCertificateManagedTLSSecret2ToJSON(
|
|
1945
|
+
newDeploymentRequestCertificateManagedTLSSecret2:
|
|
1946
|
+
NewDeploymentRequestCertificateManagedTLSSecret2,
|
|
1947
|
+
): string {
|
|
1948
|
+
return JSON.stringify(
|
|
1949
|
+
NewDeploymentRequestCertificateManagedTLSSecret2$outboundSchema.parse(
|
|
1950
|
+
newDeploymentRequestCertificateManagedTLSSecret2,
|
|
1951
|
+
),
|
|
1952
|
+
);
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
/** @internal */
|
|
1956
|
+
export type NewDeploymentRequestCertificateAwsAcmArn2$Outbound = {
|
|
1957
|
+
certificateArn: string;
|
|
1958
|
+
mode: "awsAcmArn";
|
|
1959
|
+
};
|
|
1960
|
+
|
|
1961
|
+
/** @internal */
|
|
1962
|
+
export const NewDeploymentRequestCertificateAwsAcmArn2$outboundSchema:
|
|
1963
|
+
z.ZodType<
|
|
1964
|
+
NewDeploymentRequestCertificateAwsAcmArn2$Outbound,
|
|
1965
|
+
NewDeploymentRequestCertificateAwsAcmArn2
|
|
1966
|
+
> = z.object({
|
|
1967
|
+
certificateArn: z.string(),
|
|
1968
|
+
mode: z.literal("awsAcmArn"),
|
|
1969
|
+
});
|
|
1970
|
+
|
|
1971
|
+
export function newDeploymentRequestCertificateAwsAcmArn2ToJSON(
|
|
1972
|
+
newDeploymentRequestCertificateAwsAcmArn2:
|
|
1973
|
+
NewDeploymentRequestCertificateAwsAcmArn2,
|
|
1974
|
+
): string {
|
|
1975
|
+
return JSON.stringify(
|
|
1976
|
+
NewDeploymentRequestCertificateAwsAcmArn2$outboundSchema.parse(
|
|
1977
|
+
newDeploymentRequestCertificateAwsAcmArn2,
|
|
1978
|
+
),
|
|
1979
|
+
);
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
/** @internal */
|
|
1983
|
+
export type NewDeploymentRequestCertificateManagedAcmImport2$Outbound = {
|
|
1984
|
+
mode: "managedAcmImport";
|
|
1985
|
+
region?: string | null | undefined;
|
|
1986
|
+
tags?: { [k: string]: string } | undefined;
|
|
1987
|
+
};
|
|
1988
|
+
|
|
1989
|
+
/** @internal */
|
|
1990
|
+
export const NewDeploymentRequestCertificateManagedAcmImport2$outboundSchema:
|
|
1991
|
+
z.ZodType<
|
|
1992
|
+
NewDeploymentRequestCertificateManagedAcmImport2$Outbound,
|
|
1993
|
+
NewDeploymentRequestCertificateManagedAcmImport2
|
|
1994
|
+
> = z.object({
|
|
1995
|
+
mode: z.literal("managedAcmImport"),
|
|
1996
|
+
region: z.nullable(z.string()).optional(),
|
|
1997
|
+
tags: z.record(z.string(), z.string()).optional(),
|
|
1998
|
+
});
|
|
1999
|
+
|
|
2000
|
+
export function newDeploymentRequestCertificateManagedAcmImport2ToJSON(
|
|
2001
|
+
newDeploymentRequestCertificateManagedAcmImport2:
|
|
2002
|
+
NewDeploymentRequestCertificateManagedAcmImport2,
|
|
2003
|
+
): string {
|
|
2004
|
+
return JSON.stringify(
|
|
2005
|
+
NewDeploymentRequestCertificateManagedAcmImport2$outboundSchema.parse(
|
|
2006
|
+
newDeploymentRequestCertificateManagedAcmImport2,
|
|
2007
|
+
),
|
|
2008
|
+
);
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
/** @internal */
|
|
2012
|
+
export type NewDeploymentRequestCertificateTLSSecretRef2$Outbound = {
|
|
2013
|
+
namespace?: string | null | undefined;
|
|
2014
|
+
secretName: string;
|
|
2015
|
+
mode: "tlsSecretRef";
|
|
2016
|
+
};
|
|
2017
|
+
|
|
2018
|
+
/** @internal */
|
|
2019
|
+
export const NewDeploymentRequestCertificateTLSSecretRef2$outboundSchema:
|
|
2020
|
+
z.ZodType<
|
|
2021
|
+
NewDeploymentRequestCertificateTLSSecretRef2$Outbound,
|
|
2022
|
+
NewDeploymentRequestCertificateTLSSecretRef2
|
|
2023
|
+
> = z.object({
|
|
2024
|
+
namespace: z.nullable(z.string()).optional(),
|
|
2025
|
+
secretName: z.string(),
|
|
2026
|
+
mode: z.literal("tlsSecretRef"),
|
|
2027
|
+
});
|
|
2028
|
+
|
|
2029
|
+
export function newDeploymentRequestCertificateTLSSecretRef2ToJSON(
|
|
2030
|
+
newDeploymentRequestCertificateTLSSecretRef2:
|
|
2031
|
+
NewDeploymentRequestCertificateTLSSecretRef2,
|
|
2032
|
+
): string {
|
|
2033
|
+
return JSON.stringify(
|
|
2034
|
+
NewDeploymentRequestCertificateTLSSecretRef2$outboundSchema.parse(
|
|
2035
|
+
newDeploymentRequestCertificateTLSSecretRef2,
|
|
2036
|
+
),
|
|
2037
|
+
);
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
/** @internal */
|
|
2041
|
+
export type NewDeploymentRequestCertificateUnion2$Outbound =
|
|
2042
|
+
| NewDeploymentRequestCertificateTLSSecretRef2$Outbound
|
|
2043
|
+
| NewDeploymentRequestCertificateManagedAcmImport2$Outbound
|
|
2044
|
+
| NewDeploymentRequestCertificateAwsAcmArn2$Outbound
|
|
2045
|
+
| NewDeploymentRequestCertificateManagedTLSSecret2$Outbound
|
|
2046
|
+
| NewDeploymentRequestCertificateNone2$Outbound;
|
|
2047
|
+
|
|
2048
|
+
/** @internal */
|
|
2049
|
+
export const NewDeploymentRequestCertificateUnion2$outboundSchema: z.ZodType<
|
|
2050
|
+
NewDeploymentRequestCertificateUnion2$Outbound,
|
|
2051
|
+
NewDeploymentRequestCertificateUnion2
|
|
2052
|
+
> = z.union([
|
|
2053
|
+
z.lazy(() => NewDeploymentRequestCertificateTLSSecretRef2$outboundSchema),
|
|
2054
|
+
z.lazy(() => NewDeploymentRequestCertificateManagedAcmImport2$outboundSchema),
|
|
2055
|
+
z.lazy(() => NewDeploymentRequestCertificateAwsAcmArn2$outboundSchema),
|
|
2056
|
+
z.lazy(() => NewDeploymentRequestCertificateManagedTLSSecret2$outboundSchema),
|
|
2057
|
+
z.lazy(() => NewDeploymentRequestCertificateNone2$outboundSchema),
|
|
2058
|
+
]);
|
|
2059
|
+
|
|
2060
|
+
export function newDeploymentRequestCertificateUnion2ToJSON(
|
|
2061
|
+
newDeploymentRequestCertificateUnion2: NewDeploymentRequestCertificateUnion2,
|
|
2062
|
+
): string {
|
|
2063
|
+
return JSON.stringify(
|
|
2064
|
+
NewDeploymentRequestCertificateUnion2$outboundSchema.parse(
|
|
2065
|
+
newDeploymentRequestCertificateUnion2,
|
|
2066
|
+
),
|
|
2067
|
+
);
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
/** @internal */
|
|
2071
|
+
export const NewDeploymentRequestModeCustom$outboundSchema: z.ZodEnum<
|
|
2072
|
+
typeof NewDeploymentRequestModeCustom
|
|
2073
|
+
> = z.enum(NewDeploymentRequestModeCustom);
|
|
2074
|
+
|
|
2075
|
+
/** @internal */
|
|
2076
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum4$outboundSchema:
|
|
2077
|
+
z.ZodEnum<
|
|
2078
|
+
typeof NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum4
|
|
2079
|
+
> = z.enum(
|
|
2080
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum4,
|
|
2081
|
+
);
|
|
2082
|
+
|
|
2083
|
+
/** @internal */
|
|
2084
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainers4$Outbound =
|
|
2085
|
+
{
|
|
2086
|
+
albName?: string | null | undefined;
|
|
2087
|
+
albNamespace?: string | null | undefined;
|
|
2088
|
+
frontend: string;
|
|
2089
|
+
provider: string;
|
|
2090
|
+
};
|
|
2091
|
+
|
|
2092
|
+
/** @internal */
|
|
2093
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainers4$outboundSchema:
|
|
2094
|
+
z.ZodType<
|
|
2095
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers4$Outbound,
|
|
2096
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers4
|
|
2097
|
+
> = z.object({
|
|
2098
|
+
albName: z.nullable(z.string()).optional(),
|
|
2099
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
2100
|
+
frontend: z.string(),
|
|
2101
|
+
provider:
|
|
2102
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum4$outboundSchema,
|
|
2103
|
+
});
|
|
2104
|
+
|
|
2105
|
+
export function newDeploymentRequestProviderAzureApplicationGatewayForContainers4ToJSON(
|
|
2106
|
+
newDeploymentRequestProviderAzureApplicationGatewayForContainers4:
|
|
2107
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers4,
|
|
2108
|
+
): string {
|
|
2109
|
+
return JSON.stringify(
|
|
2110
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers4$outboundSchema
|
|
2111
|
+
.parse(newDeploymentRequestProviderAzureApplicationGatewayForContainers4),
|
|
2112
|
+
);
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
/** @internal */
|
|
2116
|
+
export const NewDeploymentRequestProviderGkeGatewayEnum4$outboundSchema:
|
|
2117
|
+
z.ZodEnum<typeof NewDeploymentRequestProviderGkeGatewayEnum4> = z.enum(
|
|
2118
|
+
NewDeploymentRequestProviderGkeGatewayEnum4,
|
|
2119
|
+
);
|
|
2120
|
+
|
|
2121
|
+
/** @internal */
|
|
2122
|
+
export type NewDeploymentRequestProviderGkeGateway4$Outbound = {
|
|
2123
|
+
provider: string;
|
|
2124
|
+
staticAddressName?: string | null | undefined;
|
|
2125
|
+
};
|
|
2126
|
+
|
|
2127
|
+
/** @internal */
|
|
2128
|
+
export const NewDeploymentRequestProviderGkeGateway4$outboundSchema: z.ZodType<
|
|
2129
|
+
NewDeploymentRequestProviderGkeGateway4$Outbound,
|
|
2130
|
+
NewDeploymentRequestProviderGkeGateway4
|
|
2131
|
+
> = z.object({
|
|
2132
|
+
provider: NewDeploymentRequestProviderGkeGatewayEnum4$outboundSchema,
|
|
2133
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
2134
|
+
});
|
|
2135
|
+
|
|
2136
|
+
export function newDeploymentRequestProviderGkeGateway4ToJSON(
|
|
2137
|
+
newDeploymentRequestProviderGkeGateway4:
|
|
2138
|
+
NewDeploymentRequestProviderGkeGateway4,
|
|
2139
|
+
): string {
|
|
2140
|
+
return JSON.stringify(
|
|
2141
|
+
NewDeploymentRequestProviderGkeGateway4$outboundSchema.parse(
|
|
2142
|
+
newDeploymentRequestProviderGkeGateway4,
|
|
2143
|
+
),
|
|
2144
|
+
);
|
|
2145
|
+
}
|
|
486
2146
|
|
|
487
2147
|
/** @internal */
|
|
488
|
-
export
|
|
489
|
-
|
|
490
|
-
|
|
2148
|
+
export const NewDeploymentRequestProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<
|
|
2149
|
+
typeof NewDeploymentRequestProviderAwsAlbEnum4
|
|
2150
|
+
> = z.enum(NewDeploymentRequestProviderAwsAlbEnum4);
|
|
2151
|
+
|
|
2152
|
+
/** @internal */
|
|
2153
|
+
export type NewDeploymentRequestProviderAwsAlb4$Outbound = {
|
|
2154
|
+
ipAddressType?: string | null | undefined;
|
|
2155
|
+
provider: string;
|
|
2156
|
+
scheme: string;
|
|
2157
|
+
subnetIds?: Array<string> | undefined;
|
|
2158
|
+
targetType: string;
|
|
491
2159
|
};
|
|
492
2160
|
|
|
493
2161
|
/** @internal */
|
|
494
|
-
export const
|
|
495
|
-
|
|
496
|
-
|
|
2162
|
+
export const NewDeploymentRequestProviderAwsAlb4$outboundSchema: z.ZodType<
|
|
2163
|
+
NewDeploymentRequestProviderAwsAlb4$Outbound,
|
|
2164
|
+
NewDeploymentRequestProviderAwsAlb4
|
|
497
2165
|
> = z.object({
|
|
498
|
-
|
|
499
|
-
|
|
2166
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
2167
|
+
provider: NewDeploymentRequestProviderAwsAlbEnum4$outboundSchema,
|
|
2168
|
+
scheme: z.string(),
|
|
2169
|
+
subnetIds: z.array(z.string()).optional(),
|
|
2170
|
+
targetType: z.string(),
|
|
500
2171
|
});
|
|
501
2172
|
|
|
502
|
-
export function
|
|
503
|
-
|
|
504
|
-
NewDeploymentRequestEnvironmentInfoTest,
|
|
2173
|
+
export function newDeploymentRequestProviderAwsAlb4ToJSON(
|
|
2174
|
+
newDeploymentRequestProviderAwsAlb4: NewDeploymentRequestProviderAwsAlb4,
|
|
505
2175
|
): string {
|
|
506
2176
|
return JSON.stringify(
|
|
507
|
-
|
|
508
|
-
|
|
2177
|
+
NewDeploymentRequestProviderAwsAlb4$outboundSchema.parse(
|
|
2178
|
+
newDeploymentRequestProviderAwsAlb4,
|
|
509
2179
|
),
|
|
510
2180
|
);
|
|
511
2181
|
}
|
|
512
2182
|
|
|
513
2183
|
/** @internal */
|
|
514
|
-
export
|
|
515
|
-
|
|
516
|
-
|
|
2184
|
+
export type NewDeploymentRequestProviderUnion4$Outbound =
|
|
2185
|
+
| NewDeploymentRequestProviderAwsAlb4$Outbound
|
|
2186
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers4$Outbound
|
|
2187
|
+
| NewDeploymentRequestProviderGkeGateway4$Outbound
|
|
2188
|
+
| any;
|
|
517
2189
|
|
|
518
2190
|
/** @internal */
|
|
519
|
-
export
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
2191
|
+
export const NewDeploymentRequestProviderUnion4$outboundSchema: z.ZodType<
|
|
2192
|
+
NewDeploymentRequestProviderUnion4$Outbound,
|
|
2193
|
+
NewDeploymentRequestProviderUnion4
|
|
2194
|
+
> = z.union([
|
|
2195
|
+
z.lazy(() => NewDeploymentRequestProviderAwsAlb4$outboundSchema),
|
|
2196
|
+
z.lazy(() =>
|
|
2197
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers4$outboundSchema
|
|
2198
|
+
),
|
|
2199
|
+
z.lazy(() => NewDeploymentRequestProviderGkeGateway4$outboundSchema),
|
|
2200
|
+
z.any(),
|
|
2201
|
+
]);
|
|
2202
|
+
|
|
2203
|
+
export function newDeploymentRequestProviderUnion4ToJSON(
|
|
2204
|
+
newDeploymentRequestProviderUnion4: NewDeploymentRequestProviderUnion4,
|
|
2205
|
+
): string {
|
|
2206
|
+
return JSON.stringify(
|
|
2207
|
+
NewDeploymentRequestProviderUnion4$outboundSchema.parse(
|
|
2208
|
+
newDeploymentRequestProviderUnion4,
|
|
2209
|
+
),
|
|
2210
|
+
);
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
/** @internal */
|
|
2214
|
+
export type NewDeploymentRequestRouteGateway2$Outbound = {
|
|
2215
|
+
annotations?: { [k: string]: string } | undefined;
|
|
2216
|
+
controller?: string | null | undefined;
|
|
2217
|
+
gatewayClassName: string;
|
|
2218
|
+
labels?: { [k: string]: string } | undefined;
|
|
2219
|
+
listenerPort: number;
|
|
2220
|
+
provider?:
|
|
2221
|
+
| NewDeploymentRequestProviderAwsAlb4$Outbound
|
|
2222
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers4$Outbound
|
|
2223
|
+
| NewDeploymentRequestProviderGkeGateway4$Outbound
|
|
2224
|
+
| any
|
|
2225
|
+
| null
|
|
2226
|
+
| undefined;
|
|
2227
|
+
routeApi: "gateway";
|
|
524
2228
|
};
|
|
525
2229
|
|
|
526
2230
|
/** @internal */
|
|
527
|
-
export const
|
|
528
|
-
|
|
529
|
-
|
|
2231
|
+
export const NewDeploymentRequestRouteGateway2$outboundSchema: z.ZodType<
|
|
2232
|
+
NewDeploymentRequestRouteGateway2$Outbound,
|
|
2233
|
+
NewDeploymentRequestRouteGateway2
|
|
530
2234
|
> = z.object({
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
2235
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
2236
|
+
controller: z.nullable(z.string()).optional(),
|
|
2237
|
+
gatewayClassName: z.string(),
|
|
2238
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
2239
|
+
listenerPort: z.int(),
|
|
2240
|
+
provider: z.nullable(
|
|
2241
|
+
z.union([
|
|
2242
|
+
z.lazy(() => NewDeploymentRequestProviderAwsAlb4$outboundSchema),
|
|
2243
|
+
z.lazy(() =>
|
|
2244
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers4$outboundSchema
|
|
2245
|
+
),
|
|
2246
|
+
z.lazy(() => NewDeploymentRequestProviderGkeGateway4$outboundSchema),
|
|
2247
|
+
z.any(),
|
|
2248
|
+
]),
|
|
2249
|
+
).optional(),
|
|
2250
|
+
routeApi: z.literal("gateway"),
|
|
535
2251
|
});
|
|
536
2252
|
|
|
537
|
-
export function
|
|
538
|
-
|
|
539
|
-
NewDeploymentRequestEnvironmentInfoLocal,
|
|
2253
|
+
export function newDeploymentRequestRouteGateway2ToJSON(
|
|
2254
|
+
newDeploymentRequestRouteGateway2: NewDeploymentRequestRouteGateway2,
|
|
540
2255
|
): string {
|
|
541
2256
|
return JSON.stringify(
|
|
542
|
-
|
|
543
|
-
|
|
2257
|
+
NewDeploymentRequestRouteGateway2$outboundSchema.parse(
|
|
2258
|
+
newDeploymentRequestRouteGateway2,
|
|
544
2259
|
),
|
|
545
2260
|
);
|
|
546
2261
|
}
|
|
547
2262
|
|
|
548
2263
|
/** @internal */
|
|
549
|
-
export const
|
|
550
|
-
|
|
551
|
-
|
|
2264
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum3$outboundSchema:
|
|
2265
|
+
z.ZodEnum<
|
|
2266
|
+
typeof NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum3
|
|
2267
|
+
> = z.enum(
|
|
2268
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum3,
|
|
2269
|
+
);
|
|
552
2270
|
|
|
553
2271
|
/** @internal */
|
|
554
|
-
export type
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
2272
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainers3$Outbound =
|
|
2273
|
+
{
|
|
2274
|
+
albName?: string | null | undefined;
|
|
2275
|
+
albNamespace?: string | null | undefined;
|
|
2276
|
+
frontend: string;
|
|
2277
|
+
provider: string;
|
|
2278
|
+
};
|
|
2279
|
+
|
|
2280
|
+
/** @internal */
|
|
2281
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainers3$outboundSchema:
|
|
2282
|
+
z.ZodType<
|
|
2283
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers3$Outbound,
|
|
2284
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers3
|
|
2285
|
+
> = z.object({
|
|
2286
|
+
albName: z.nullable(z.string()).optional(),
|
|
2287
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
2288
|
+
frontend: z.string(),
|
|
2289
|
+
provider:
|
|
2290
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum3$outboundSchema,
|
|
2291
|
+
});
|
|
2292
|
+
|
|
2293
|
+
export function newDeploymentRequestProviderAzureApplicationGatewayForContainers3ToJSON(
|
|
2294
|
+
newDeploymentRequestProviderAzureApplicationGatewayForContainers3:
|
|
2295
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers3,
|
|
2296
|
+
): string {
|
|
2297
|
+
return JSON.stringify(
|
|
2298
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers3$outboundSchema
|
|
2299
|
+
.parse(newDeploymentRequestProviderAzureApplicationGatewayForContainers3),
|
|
2300
|
+
);
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
/** @internal */
|
|
2304
|
+
export const NewDeploymentRequestProviderGkeGatewayEnum3$outboundSchema:
|
|
2305
|
+
z.ZodEnum<typeof NewDeploymentRequestProviderGkeGatewayEnum3> = z.enum(
|
|
2306
|
+
NewDeploymentRequestProviderGkeGatewayEnum3,
|
|
2307
|
+
);
|
|
2308
|
+
|
|
2309
|
+
/** @internal */
|
|
2310
|
+
export type NewDeploymentRequestProviderGkeGateway3$Outbound = {
|
|
2311
|
+
provider: string;
|
|
2312
|
+
staticAddressName?: string | null | undefined;
|
|
559
2313
|
};
|
|
560
2314
|
|
|
561
2315
|
/** @internal */
|
|
562
|
-
export const
|
|
563
|
-
|
|
564
|
-
|
|
2316
|
+
export const NewDeploymentRequestProviderGkeGateway3$outboundSchema: z.ZodType<
|
|
2317
|
+
NewDeploymentRequestProviderGkeGateway3$Outbound,
|
|
2318
|
+
NewDeploymentRequestProviderGkeGateway3
|
|
565
2319
|
> = z.object({
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
2320
|
+
provider: NewDeploymentRequestProviderGkeGatewayEnum3$outboundSchema,
|
|
2321
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
2322
|
+
});
|
|
2323
|
+
|
|
2324
|
+
export function newDeploymentRequestProviderGkeGateway3ToJSON(
|
|
2325
|
+
newDeploymentRequestProviderGkeGateway3:
|
|
2326
|
+
NewDeploymentRequestProviderGkeGateway3,
|
|
2327
|
+
): string {
|
|
2328
|
+
return JSON.stringify(
|
|
2329
|
+
NewDeploymentRequestProviderGkeGateway3$outboundSchema.parse(
|
|
2330
|
+
newDeploymentRequestProviderGkeGateway3,
|
|
2331
|
+
),
|
|
2332
|
+
);
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
/** @internal */
|
|
2336
|
+
export const NewDeploymentRequestProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<
|
|
2337
|
+
typeof NewDeploymentRequestProviderAwsAlbEnum3
|
|
2338
|
+
> = z.enum(NewDeploymentRequestProviderAwsAlbEnum3);
|
|
2339
|
+
|
|
2340
|
+
/** @internal */
|
|
2341
|
+
export type NewDeploymentRequestProviderAwsAlb3$Outbound = {
|
|
2342
|
+
ipAddressType?: string | null | undefined;
|
|
2343
|
+
provider: string;
|
|
2344
|
+
scheme: string;
|
|
2345
|
+
subnetIds?: Array<string> | undefined;
|
|
2346
|
+
targetType: string;
|
|
2347
|
+
};
|
|
2348
|
+
|
|
2349
|
+
/** @internal */
|
|
2350
|
+
export const NewDeploymentRequestProviderAwsAlb3$outboundSchema: z.ZodType<
|
|
2351
|
+
NewDeploymentRequestProviderAwsAlb3$Outbound,
|
|
2352
|
+
NewDeploymentRequestProviderAwsAlb3
|
|
2353
|
+
> = z.object({
|
|
2354
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
2355
|
+
provider: NewDeploymentRequestProviderAwsAlbEnum3$outboundSchema,
|
|
2356
|
+
scheme: z.string(),
|
|
2357
|
+
subnetIds: z.array(z.string()).optional(),
|
|
2358
|
+
targetType: z.string(),
|
|
2359
|
+
});
|
|
2360
|
+
|
|
2361
|
+
export function newDeploymentRequestProviderAwsAlb3ToJSON(
|
|
2362
|
+
newDeploymentRequestProviderAwsAlb3: NewDeploymentRequestProviderAwsAlb3,
|
|
2363
|
+
): string {
|
|
2364
|
+
return JSON.stringify(
|
|
2365
|
+
NewDeploymentRequestProviderAwsAlb3$outboundSchema.parse(
|
|
2366
|
+
newDeploymentRequestProviderAwsAlb3,
|
|
2367
|
+
),
|
|
2368
|
+
);
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
/** @internal */
|
|
2372
|
+
export type NewDeploymentRequestProviderUnion3$Outbound =
|
|
2373
|
+
| NewDeploymentRequestProviderAwsAlb3$Outbound
|
|
2374
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers3$Outbound
|
|
2375
|
+
| NewDeploymentRequestProviderGkeGateway3$Outbound
|
|
2376
|
+
| any;
|
|
2377
|
+
|
|
2378
|
+
/** @internal */
|
|
2379
|
+
export const NewDeploymentRequestProviderUnion3$outboundSchema: z.ZodType<
|
|
2380
|
+
NewDeploymentRequestProviderUnion3$Outbound,
|
|
2381
|
+
NewDeploymentRequestProviderUnion3
|
|
2382
|
+
> = z.union([
|
|
2383
|
+
z.lazy(() => NewDeploymentRequestProviderAwsAlb3$outboundSchema),
|
|
2384
|
+
z.lazy(() =>
|
|
2385
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers3$outboundSchema
|
|
2386
|
+
),
|
|
2387
|
+
z.lazy(() => NewDeploymentRequestProviderGkeGateway3$outboundSchema),
|
|
2388
|
+
z.any(),
|
|
2389
|
+
]);
|
|
2390
|
+
|
|
2391
|
+
export function newDeploymentRequestProviderUnion3ToJSON(
|
|
2392
|
+
newDeploymentRequestProviderUnion3: NewDeploymentRequestProviderUnion3,
|
|
2393
|
+
): string {
|
|
2394
|
+
return JSON.stringify(
|
|
2395
|
+
NewDeploymentRequestProviderUnion3$outboundSchema.parse(
|
|
2396
|
+
newDeploymentRequestProviderUnion3,
|
|
2397
|
+
),
|
|
2398
|
+
);
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
/** @internal */
|
|
2402
|
+
export type NewDeploymentRequestRouteIngress2$Outbound = {
|
|
2403
|
+
annotations?: { [k: string]: string } | undefined;
|
|
2404
|
+
controller?: string | null | undefined;
|
|
2405
|
+
ingressClassName: string;
|
|
2406
|
+
labels?: { [k: string]: string } | undefined;
|
|
2407
|
+
provider?:
|
|
2408
|
+
| NewDeploymentRequestProviderAwsAlb3$Outbound
|
|
2409
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers3$Outbound
|
|
2410
|
+
| NewDeploymentRequestProviderGkeGateway3$Outbound
|
|
2411
|
+
| any
|
|
2412
|
+
| null
|
|
2413
|
+
| undefined;
|
|
2414
|
+
routeApi: "ingress";
|
|
2415
|
+
};
|
|
2416
|
+
|
|
2417
|
+
/** @internal */
|
|
2418
|
+
export const NewDeploymentRequestRouteIngress2$outboundSchema: z.ZodType<
|
|
2419
|
+
NewDeploymentRequestRouteIngress2$Outbound,
|
|
2420
|
+
NewDeploymentRequestRouteIngress2
|
|
2421
|
+
> = z.object({
|
|
2422
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
2423
|
+
controller: z.nullable(z.string()).optional(),
|
|
2424
|
+
ingressClassName: z.string(),
|
|
2425
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
2426
|
+
provider: z.nullable(
|
|
2427
|
+
z.union([
|
|
2428
|
+
z.lazy(() => NewDeploymentRequestProviderAwsAlb3$outboundSchema),
|
|
2429
|
+
z.lazy(() =>
|
|
2430
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers3$outboundSchema
|
|
2431
|
+
),
|
|
2432
|
+
z.lazy(() => NewDeploymentRequestProviderGkeGateway3$outboundSchema),
|
|
2433
|
+
z.any(),
|
|
2434
|
+
]),
|
|
2435
|
+
).optional(),
|
|
2436
|
+
routeApi: z.literal("ingress"),
|
|
2437
|
+
});
|
|
2438
|
+
|
|
2439
|
+
export function newDeploymentRequestRouteIngress2ToJSON(
|
|
2440
|
+
newDeploymentRequestRouteIngress2: NewDeploymentRequestRouteIngress2,
|
|
2441
|
+
): string {
|
|
2442
|
+
return JSON.stringify(
|
|
2443
|
+
NewDeploymentRequestRouteIngress2$outboundSchema.parse(
|
|
2444
|
+
newDeploymentRequestRouteIngress2,
|
|
2445
|
+
),
|
|
2446
|
+
);
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
/** @internal */
|
|
2450
|
+
export type NewDeploymentRequestRouteUnion2$Outbound =
|
|
2451
|
+
| NewDeploymentRequestRouteIngress2$Outbound
|
|
2452
|
+
| NewDeploymentRequestRouteGateway2$Outbound;
|
|
2453
|
+
|
|
2454
|
+
/** @internal */
|
|
2455
|
+
export const NewDeploymentRequestRouteUnion2$outboundSchema: z.ZodType<
|
|
2456
|
+
NewDeploymentRequestRouteUnion2$Outbound,
|
|
2457
|
+
NewDeploymentRequestRouteUnion2
|
|
2458
|
+
> = z.union([
|
|
2459
|
+
z.lazy(() => NewDeploymentRequestRouteIngress2$outboundSchema),
|
|
2460
|
+
z.lazy(() => NewDeploymentRequestRouteGateway2$outboundSchema),
|
|
2461
|
+
]);
|
|
2462
|
+
|
|
2463
|
+
export function newDeploymentRequestRouteUnion2ToJSON(
|
|
2464
|
+
newDeploymentRequestRouteUnion2: NewDeploymentRequestRouteUnion2,
|
|
2465
|
+
): string {
|
|
2466
|
+
return JSON.stringify(
|
|
2467
|
+
NewDeploymentRequestRouteUnion2$outboundSchema.parse(
|
|
2468
|
+
newDeploymentRequestRouteUnion2,
|
|
2469
|
+
),
|
|
2470
|
+
);
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
/** @internal */
|
|
2474
|
+
export type NewDeploymentRequestExposureCustom$Outbound = {
|
|
2475
|
+
certificate:
|
|
2476
|
+
| NewDeploymentRequestCertificateTLSSecretRef2$Outbound
|
|
2477
|
+
| NewDeploymentRequestCertificateManagedAcmImport2$Outbound
|
|
2478
|
+
| NewDeploymentRequestCertificateAwsAcmArn2$Outbound
|
|
2479
|
+
| NewDeploymentRequestCertificateManagedTLSSecret2$Outbound
|
|
2480
|
+
| NewDeploymentRequestCertificateNone2$Outbound;
|
|
2481
|
+
domain: string;
|
|
2482
|
+
mode: string;
|
|
2483
|
+
route:
|
|
2484
|
+
| NewDeploymentRequestRouteIngress2$Outbound
|
|
2485
|
+
| NewDeploymentRequestRouteGateway2$Outbound;
|
|
2486
|
+
};
|
|
2487
|
+
|
|
2488
|
+
/** @internal */
|
|
2489
|
+
export const NewDeploymentRequestExposureCustom$outboundSchema: z.ZodType<
|
|
2490
|
+
NewDeploymentRequestExposureCustom$Outbound,
|
|
2491
|
+
NewDeploymentRequestExposureCustom
|
|
2492
|
+
> = z.object({
|
|
2493
|
+
certificate: z.union([
|
|
2494
|
+
z.lazy(() => NewDeploymentRequestCertificateTLSSecretRef2$outboundSchema),
|
|
2495
|
+
z.lazy(() =>
|
|
2496
|
+
NewDeploymentRequestCertificateManagedAcmImport2$outboundSchema
|
|
2497
|
+
),
|
|
2498
|
+
z.lazy(() => NewDeploymentRequestCertificateAwsAcmArn2$outboundSchema),
|
|
2499
|
+
z.lazy(() =>
|
|
2500
|
+
NewDeploymentRequestCertificateManagedTLSSecret2$outboundSchema
|
|
2501
|
+
),
|
|
2502
|
+
z.lazy(() => NewDeploymentRequestCertificateNone2$outboundSchema),
|
|
2503
|
+
]),
|
|
2504
|
+
domain: z.string(),
|
|
2505
|
+
mode: NewDeploymentRequestModeCustom$outboundSchema,
|
|
2506
|
+
route: z.union([
|
|
2507
|
+
z.lazy(() => NewDeploymentRequestRouteIngress2$outboundSchema),
|
|
2508
|
+
z.lazy(() => NewDeploymentRequestRouteGateway2$outboundSchema),
|
|
2509
|
+
]),
|
|
2510
|
+
});
|
|
2511
|
+
|
|
2512
|
+
export function newDeploymentRequestExposureCustomToJSON(
|
|
2513
|
+
newDeploymentRequestExposureCustom: NewDeploymentRequestExposureCustom,
|
|
2514
|
+
): string {
|
|
2515
|
+
return JSON.stringify(
|
|
2516
|
+
NewDeploymentRequestExposureCustom$outboundSchema.parse(
|
|
2517
|
+
newDeploymentRequestExposureCustom,
|
|
2518
|
+
),
|
|
2519
|
+
);
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
/** @internal */
|
|
2523
|
+
export type NewDeploymentRequestCertificateNone1$Outbound = {
|
|
2524
|
+
mode: "none";
|
|
2525
|
+
};
|
|
2526
|
+
|
|
2527
|
+
/** @internal */
|
|
2528
|
+
export const NewDeploymentRequestCertificateNone1$outboundSchema: z.ZodType<
|
|
2529
|
+
NewDeploymentRequestCertificateNone1$Outbound,
|
|
2530
|
+
NewDeploymentRequestCertificateNone1
|
|
2531
|
+
> = z.object({
|
|
2532
|
+
mode: z.literal("none"),
|
|
570
2533
|
});
|
|
571
2534
|
|
|
572
|
-
export function
|
|
573
|
-
|
|
574
|
-
|
|
2535
|
+
export function newDeploymentRequestCertificateNone1ToJSON(
|
|
2536
|
+
newDeploymentRequestCertificateNone1: NewDeploymentRequestCertificateNone1,
|
|
2537
|
+
): string {
|
|
2538
|
+
return JSON.stringify(
|
|
2539
|
+
NewDeploymentRequestCertificateNone1$outboundSchema.parse(
|
|
2540
|
+
newDeploymentRequestCertificateNone1,
|
|
2541
|
+
),
|
|
2542
|
+
);
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
/** @internal */
|
|
2546
|
+
export type NewDeploymentRequestCertificateManagedTLSSecret1$Outbound = {
|
|
2547
|
+
mode: "managedTlsSecret";
|
|
2548
|
+
secretNameTemplate: string;
|
|
2549
|
+
};
|
|
2550
|
+
|
|
2551
|
+
/** @internal */
|
|
2552
|
+
export const NewDeploymentRequestCertificateManagedTLSSecret1$outboundSchema:
|
|
2553
|
+
z.ZodType<
|
|
2554
|
+
NewDeploymentRequestCertificateManagedTLSSecret1$Outbound,
|
|
2555
|
+
NewDeploymentRequestCertificateManagedTLSSecret1
|
|
2556
|
+
> = z.object({
|
|
2557
|
+
mode: z.literal("managedTlsSecret"),
|
|
2558
|
+
secretNameTemplate: z.string(),
|
|
2559
|
+
});
|
|
2560
|
+
|
|
2561
|
+
export function newDeploymentRequestCertificateManagedTLSSecret1ToJSON(
|
|
2562
|
+
newDeploymentRequestCertificateManagedTLSSecret1:
|
|
2563
|
+
NewDeploymentRequestCertificateManagedTLSSecret1,
|
|
2564
|
+
): string {
|
|
2565
|
+
return JSON.stringify(
|
|
2566
|
+
NewDeploymentRequestCertificateManagedTLSSecret1$outboundSchema.parse(
|
|
2567
|
+
newDeploymentRequestCertificateManagedTLSSecret1,
|
|
2568
|
+
),
|
|
2569
|
+
);
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
/** @internal */
|
|
2573
|
+
export type NewDeploymentRequestCertificateAwsAcmArn1$Outbound = {
|
|
2574
|
+
certificateArn: string;
|
|
2575
|
+
mode: "awsAcmArn";
|
|
2576
|
+
};
|
|
2577
|
+
|
|
2578
|
+
/** @internal */
|
|
2579
|
+
export const NewDeploymentRequestCertificateAwsAcmArn1$outboundSchema:
|
|
2580
|
+
z.ZodType<
|
|
2581
|
+
NewDeploymentRequestCertificateAwsAcmArn1$Outbound,
|
|
2582
|
+
NewDeploymentRequestCertificateAwsAcmArn1
|
|
2583
|
+
> = z.object({
|
|
2584
|
+
certificateArn: z.string(),
|
|
2585
|
+
mode: z.literal("awsAcmArn"),
|
|
2586
|
+
});
|
|
2587
|
+
|
|
2588
|
+
export function newDeploymentRequestCertificateAwsAcmArn1ToJSON(
|
|
2589
|
+
newDeploymentRequestCertificateAwsAcmArn1:
|
|
2590
|
+
NewDeploymentRequestCertificateAwsAcmArn1,
|
|
2591
|
+
): string {
|
|
2592
|
+
return JSON.stringify(
|
|
2593
|
+
NewDeploymentRequestCertificateAwsAcmArn1$outboundSchema.parse(
|
|
2594
|
+
newDeploymentRequestCertificateAwsAcmArn1,
|
|
2595
|
+
),
|
|
2596
|
+
);
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
/** @internal */
|
|
2600
|
+
export type NewDeploymentRequestCertificateManagedAcmImport1$Outbound = {
|
|
2601
|
+
mode: "managedAcmImport";
|
|
2602
|
+
region?: string | null | undefined;
|
|
2603
|
+
tags?: { [k: string]: string } | undefined;
|
|
2604
|
+
};
|
|
2605
|
+
|
|
2606
|
+
/** @internal */
|
|
2607
|
+
export const NewDeploymentRequestCertificateManagedAcmImport1$outboundSchema:
|
|
2608
|
+
z.ZodType<
|
|
2609
|
+
NewDeploymentRequestCertificateManagedAcmImport1$Outbound,
|
|
2610
|
+
NewDeploymentRequestCertificateManagedAcmImport1
|
|
2611
|
+
> = z.object({
|
|
2612
|
+
mode: z.literal("managedAcmImport"),
|
|
2613
|
+
region: z.nullable(z.string()).optional(),
|
|
2614
|
+
tags: z.record(z.string(), z.string()).optional(),
|
|
2615
|
+
});
|
|
2616
|
+
|
|
2617
|
+
export function newDeploymentRequestCertificateManagedAcmImport1ToJSON(
|
|
2618
|
+
newDeploymentRequestCertificateManagedAcmImport1:
|
|
2619
|
+
NewDeploymentRequestCertificateManagedAcmImport1,
|
|
2620
|
+
): string {
|
|
2621
|
+
return JSON.stringify(
|
|
2622
|
+
NewDeploymentRequestCertificateManagedAcmImport1$outboundSchema.parse(
|
|
2623
|
+
newDeploymentRequestCertificateManagedAcmImport1,
|
|
2624
|
+
),
|
|
2625
|
+
);
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
/** @internal */
|
|
2629
|
+
export type NewDeploymentRequestCertificateTLSSecretRef1$Outbound = {
|
|
2630
|
+
namespace?: string | null | undefined;
|
|
2631
|
+
secretName: string;
|
|
2632
|
+
mode: "tlsSecretRef";
|
|
2633
|
+
};
|
|
2634
|
+
|
|
2635
|
+
/** @internal */
|
|
2636
|
+
export const NewDeploymentRequestCertificateTLSSecretRef1$outboundSchema:
|
|
2637
|
+
z.ZodType<
|
|
2638
|
+
NewDeploymentRequestCertificateTLSSecretRef1$Outbound,
|
|
2639
|
+
NewDeploymentRequestCertificateTLSSecretRef1
|
|
2640
|
+
> = z.object({
|
|
2641
|
+
namespace: z.nullable(z.string()).optional(),
|
|
2642
|
+
secretName: z.string(),
|
|
2643
|
+
mode: z.literal("tlsSecretRef"),
|
|
2644
|
+
});
|
|
2645
|
+
|
|
2646
|
+
export function newDeploymentRequestCertificateTLSSecretRef1ToJSON(
|
|
2647
|
+
newDeploymentRequestCertificateTLSSecretRef1:
|
|
2648
|
+
NewDeploymentRequestCertificateTLSSecretRef1,
|
|
2649
|
+
): string {
|
|
2650
|
+
return JSON.stringify(
|
|
2651
|
+
NewDeploymentRequestCertificateTLSSecretRef1$outboundSchema.parse(
|
|
2652
|
+
newDeploymentRequestCertificateTLSSecretRef1,
|
|
2653
|
+
),
|
|
2654
|
+
);
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
/** @internal */
|
|
2658
|
+
export type NewDeploymentRequestCertificateUnion1$Outbound =
|
|
2659
|
+
| NewDeploymentRequestCertificateTLSSecretRef1$Outbound
|
|
2660
|
+
| NewDeploymentRequestCertificateManagedAcmImport1$Outbound
|
|
2661
|
+
| NewDeploymentRequestCertificateAwsAcmArn1$Outbound
|
|
2662
|
+
| NewDeploymentRequestCertificateManagedTLSSecret1$Outbound
|
|
2663
|
+
| NewDeploymentRequestCertificateNone1$Outbound;
|
|
2664
|
+
|
|
2665
|
+
/** @internal */
|
|
2666
|
+
export const NewDeploymentRequestCertificateUnion1$outboundSchema: z.ZodType<
|
|
2667
|
+
NewDeploymentRequestCertificateUnion1$Outbound,
|
|
2668
|
+
NewDeploymentRequestCertificateUnion1
|
|
2669
|
+
> = z.union([
|
|
2670
|
+
z.lazy(() => NewDeploymentRequestCertificateTLSSecretRef1$outboundSchema),
|
|
2671
|
+
z.lazy(() => NewDeploymentRequestCertificateManagedAcmImport1$outboundSchema),
|
|
2672
|
+
z.lazy(() => NewDeploymentRequestCertificateAwsAcmArn1$outboundSchema),
|
|
2673
|
+
z.lazy(() => NewDeploymentRequestCertificateManagedTLSSecret1$outboundSchema),
|
|
2674
|
+
z.lazy(() => NewDeploymentRequestCertificateNone1$outboundSchema),
|
|
2675
|
+
]);
|
|
2676
|
+
|
|
2677
|
+
export function newDeploymentRequestCertificateUnion1ToJSON(
|
|
2678
|
+
newDeploymentRequestCertificateUnion1: NewDeploymentRequestCertificateUnion1,
|
|
2679
|
+
): string {
|
|
2680
|
+
return JSON.stringify(
|
|
2681
|
+
NewDeploymentRequestCertificateUnion1$outboundSchema.parse(
|
|
2682
|
+
newDeploymentRequestCertificateUnion1,
|
|
2683
|
+
),
|
|
2684
|
+
);
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
/** @internal */
|
|
2688
|
+
export const NewDeploymentRequestModeGenerated$outboundSchema: z.ZodEnum<
|
|
2689
|
+
typeof NewDeploymentRequestModeGenerated
|
|
2690
|
+
> = z.enum(NewDeploymentRequestModeGenerated);
|
|
2691
|
+
|
|
2692
|
+
/** @internal */
|
|
2693
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum2$outboundSchema:
|
|
2694
|
+
z.ZodEnum<
|
|
2695
|
+
typeof NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum2
|
|
2696
|
+
> = z.enum(
|
|
2697
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum2,
|
|
2698
|
+
);
|
|
2699
|
+
|
|
2700
|
+
/** @internal */
|
|
2701
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainers2$Outbound =
|
|
2702
|
+
{
|
|
2703
|
+
albName?: string | null | undefined;
|
|
2704
|
+
albNamespace?: string | null | undefined;
|
|
2705
|
+
frontend: string;
|
|
2706
|
+
provider: string;
|
|
2707
|
+
};
|
|
2708
|
+
|
|
2709
|
+
/** @internal */
|
|
2710
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainers2$outboundSchema:
|
|
2711
|
+
z.ZodType<
|
|
2712
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers2$Outbound,
|
|
2713
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers2
|
|
2714
|
+
> = z.object({
|
|
2715
|
+
albName: z.nullable(z.string()).optional(),
|
|
2716
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
2717
|
+
frontend: z.string(),
|
|
2718
|
+
provider:
|
|
2719
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum2$outboundSchema,
|
|
2720
|
+
});
|
|
2721
|
+
|
|
2722
|
+
export function newDeploymentRequestProviderAzureApplicationGatewayForContainers2ToJSON(
|
|
2723
|
+
newDeploymentRequestProviderAzureApplicationGatewayForContainers2:
|
|
2724
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers2,
|
|
575
2725
|
): string {
|
|
576
2726
|
return JSON.stringify(
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
),
|
|
2727
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers2$outboundSchema
|
|
2728
|
+
.parse(newDeploymentRequestProviderAzureApplicationGatewayForContainers2),
|
|
580
2729
|
);
|
|
581
2730
|
}
|
|
582
2731
|
|
|
583
2732
|
/** @internal */
|
|
584
|
-
export const
|
|
585
|
-
typeof
|
|
586
|
-
|
|
2733
|
+
export const NewDeploymentRequestProviderGkeGatewayEnum2$outboundSchema:
|
|
2734
|
+
z.ZodEnum<typeof NewDeploymentRequestProviderGkeGatewayEnum2> = z.enum(
|
|
2735
|
+
NewDeploymentRequestProviderGkeGatewayEnum2,
|
|
2736
|
+
);
|
|
587
2737
|
|
|
588
2738
|
/** @internal */
|
|
589
|
-
export type
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
region: string;
|
|
593
|
-
platform: string;
|
|
2739
|
+
export type NewDeploymentRequestProviderGkeGateway2$Outbound = {
|
|
2740
|
+
provider: string;
|
|
2741
|
+
staticAddressName?: string | null | undefined;
|
|
594
2742
|
};
|
|
595
2743
|
|
|
596
2744
|
/** @internal */
|
|
597
|
-
export const
|
|
598
|
-
|
|
599
|
-
|
|
2745
|
+
export const NewDeploymentRequestProviderGkeGateway2$outboundSchema: z.ZodType<
|
|
2746
|
+
NewDeploymentRequestProviderGkeGateway2$Outbound,
|
|
2747
|
+
NewDeploymentRequestProviderGkeGateway2
|
|
600
2748
|
> = z.object({
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
region: z.string(),
|
|
604
|
-
platform: NewDeploymentRequestPlatformGcp$outboundSchema,
|
|
2749
|
+
provider: NewDeploymentRequestProviderGkeGatewayEnum2$outboundSchema,
|
|
2750
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
605
2751
|
});
|
|
606
2752
|
|
|
607
|
-
export function
|
|
608
|
-
|
|
609
|
-
|
|
2753
|
+
export function newDeploymentRequestProviderGkeGateway2ToJSON(
|
|
2754
|
+
newDeploymentRequestProviderGkeGateway2:
|
|
2755
|
+
NewDeploymentRequestProviderGkeGateway2,
|
|
610
2756
|
): string {
|
|
611
2757
|
return JSON.stringify(
|
|
612
|
-
|
|
613
|
-
|
|
2758
|
+
NewDeploymentRequestProviderGkeGateway2$outboundSchema.parse(
|
|
2759
|
+
newDeploymentRequestProviderGkeGateway2,
|
|
614
2760
|
),
|
|
615
2761
|
);
|
|
616
2762
|
}
|
|
617
2763
|
|
|
618
2764
|
/** @internal */
|
|
619
|
-
export const
|
|
620
|
-
typeof
|
|
621
|
-
> = z.enum(
|
|
2765
|
+
export const NewDeploymentRequestProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<
|
|
2766
|
+
typeof NewDeploymentRequestProviderAwsAlbEnum2
|
|
2767
|
+
> = z.enum(NewDeploymentRequestProviderAwsAlbEnum2);
|
|
622
2768
|
|
|
623
2769
|
/** @internal */
|
|
624
|
-
export type
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
2770
|
+
export type NewDeploymentRequestProviderAwsAlb2$Outbound = {
|
|
2771
|
+
ipAddressType?: string | null | undefined;
|
|
2772
|
+
provider: string;
|
|
2773
|
+
scheme: string;
|
|
2774
|
+
subnetIds?: Array<string> | undefined;
|
|
2775
|
+
targetType: string;
|
|
628
2776
|
};
|
|
629
2777
|
|
|
630
2778
|
/** @internal */
|
|
631
|
-
export const
|
|
632
|
-
|
|
633
|
-
|
|
2779
|
+
export const NewDeploymentRequestProviderAwsAlb2$outboundSchema: z.ZodType<
|
|
2780
|
+
NewDeploymentRequestProviderAwsAlb2$Outbound,
|
|
2781
|
+
NewDeploymentRequestProviderAwsAlb2
|
|
634
2782
|
> = z.object({
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
2783
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
2784
|
+
provider: NewDeploymentRequestProviderAwsAlbEnum2$outboundSchema,
|
|
2785
|
+
scheme: z.string(),
|
|
2786
|
+
subnetIds: z.array(z.string()).optional(),
|
|
2787
|
+
targetType: z.string(),
|
|
638
2788
|
});
|
|
639
2789
|
|
|
640
|
-
export function
|
|
641
|
-
|
|
642
|
-
NewDeploymentRequestEnvironmentInfoAws,
|
|
2790
|
+
export function newDeploymentRequestProviderAwsAlb2ToJSON(
|
|
2791
|
+
newDeploymentRequestProviderAwsAlb2: NewDeploymentRequestProviderAwsAlb2,
|
|
643
2792
|
): string {
|
|
644
2793
|
return JSON.stringify(
|
|
645
|
-
|
|
646
|
-
|
|
2794
|
+
NewDeploymentRequestProviderAwsAlb2$outboundSchema.parse(
|
|
2795
|
+
newDeploymentRequestProviderAwsAlb2,
|
|
647
2796
|
),
|
|
648
2797
|
);
|
|
649
2798
|
}
|
|
650
2799
|
|
|
651
2800
|
/** @internal */
|
|
652
|
-
export type
|
|
653
|
-
|
|
|
654
|
-
|
|
|
655
|
-
|
|
|
656
|
-
| NewDeploymentRequestEnvironmentInfoAws$Outbound
|
|
657
|
-
| NewDeploymentRequestEnvironmentInfoTest$Outbound
|
|
2801
|
+
export type NewDeploymentRequestProviderUnion2$Outbound =
|
|
2802
|
+
| NewDeploymentRequestProviderAwsAlb2$Outbound
|
|
2803
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers2$Outbound
|
|
2804
|
+
| NewDeploymentRequestProviderGkeGateway2$Outbound
|
|
658
2805
|
| any;
|
|
659
2806
|
|
|
660
2807
|
/** @internal */
|
|
661
|
-
export const
|
|
662
|
-
|
|
663
|
-
|
|
2808
|
+
export const NewDeploymentRequestProviderUnion2$outboundSchema: z.ZodType<
|
|
2809
|
+
NewDeploymentRequestProviderUnion2$Outbound,
|
|
2810
|
+
NewDeploymentRequestProviderUnion2
|
|
664
2811
|
> = z.union([
|
|
665
|
-
z.lazy(() =>
|
|
666
|
-
z.lazy(() =>
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
z.lazy(() =>
|
|
2812
|
+
z.lazy(() => NewDeploymentRequestProviderAwsAlb2$outboundSchema),
|
|
2813
|
+
z.lazy(() =>
|
|
2814
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers2$outboundSchema
|
|
2815
|
+
),
|
|
2816
|
+
z.lazy(() => NewDeploymentRequestProviderGkeGateway2$outboundSchema),
|
|
670
2817
|
z.any(),
|
|
671
2818
|
]);
|
|
672
2819
|
|
|
673
|
-
export function
|
|
674
|
-
|
|
675
|
-
NewDeploymentRequestEnvironmentInfoUnion,
|
|
2820
|
+
export function newDeploymentRequestProviderUnion2ToJSON(
|
|
2821
|
+
newDeploymentRequestProviderUnion2: NewDeploymentRequestProviderUnion2,
|
|
676
2822
|
): string {
|
|
677
2823
|
return JSON.stringify(
|
|
678
|
-
|
|
679
|
-
|
|
2824
|
+
NewDeploymentRequestProviderUnion2$outboundSchema.parse(
|
|
2825
|
+
newDeploymentRequestProviderUnion2,
|
|
680
2826
|
),
|
|
681
2827
|
);
|
|
682
2828
|
}
|
|
683
2829
|
|
|
684
2830
|
/** @internal */
|
|
685
|
-
export
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
2831
|
+
export type NewDeploymentRequestRouteGateway1$Outbound = {
|
|
2832
|
+
annotations?: { [k: string]: string } | undefined;
|
|
2833
|
+
controller?: string | null | undefined;
|
|
2834
|
+
gatewayClassName: string;
|
|
2835
|
+
labels?: { [k: string]: string } | undefined;
|
|
2836
|
+
listenerPort: number;
|
|
2837
|
+
provider?:
|
|
2838
|
+
| NewDeploymentRequestProviderAwsAlb2$Outbound
|
|
2839
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers2$Outbound
|
|
2840
|
+
| NewDeploymentRequestProviderGkeGateway2$Outbound
|
|
2841
|
+
| any
|
|
2842
|
+
| null
|
|
2843
|
+
| undefined;
|
|
2844
|
+
routeApi: "gateway";
|
|
692
2845
|
};
|
|
693
2846
|
|
|
694
2847
|
/** @internal */
|
|
695
|
-
export const
|
|
696
|
-
|
|
697
|
-
|
|
2848
|
+
export const NewDeploymentRequestRouteGateway1$outboundSchema: z.ZodType<
|
|
2849
|
+
NewDeploymentRequestRouteGateway1$Outbound,
|
|
2850
|
+
NewDeploymentRequestRouteGateway1
|
|
698
2851
|
> = z.object({
|
|
699
|
-
|
|
2852
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
2853
|
+
controller: z.nullable(z.string()).optional(),
|
|
2854
|
+
gatewayClassName: z.string(),
|
|
2855
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
2856
|
+
listenerPort: z.int(),
|
|
2857
|
+
provider: z.nullable(
|
|
2858
|
+
z.union([
|
|
2859
|
+
z.lazy(() => NewDeploymentRequestProviderAwsAlb2$outboundSchema),
|
|
2860
|
+
z.lazy(() =>
|
|
2861
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers2$outboundSchema
|
|
2862
|
+
),
|
|
2863
|
+
z.lazy(() => NewDeploymentRequestProviderGkeGateway2$outboundSchema),
|
|
2864
|
+
z.any(),
|
|
2865
|
+
]),
|
|
2866
|
+
).optional(),
|
|
2867
|
+
routeApi: z.literal("gateway"),
|
|
700
2868
|
});
|
|
701
2869
|
|
|
702
|
-
export function
|
|
703
|
-
|
|
2870
|
+
export function newDeploymentRequestRouteGateway1ToJSON(
|
|
2871
|
+
newDeploymentRequestRouteGateway1: NewDeploymentRequestRouteGateway1,
|
|
704
2872
|
): string {
|
|
705
2873
|
return JSON.stringify(
|
|
706
|
-
|
|
2874
|
+
NewDeploymentRequestRouteGateway1$outboundSchema.parse(
|
|
2875
|
+
newDeploymentRequestRouteGateway1,
|
|
2876
|
+
),
|
|
707
2877
|
);
|
|
708
2878
|
}
|
|
709
2879
|
|
|
710
2880
|
/** @internal */
|
|
711
|
-
export
|
|
712
|
-
|
|
713
|
-
|
|
2881
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum1$outboundSchema:
|
|
2882
|
+
z.ZodEnum<
|
|
2883
|
+
typeof NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum1
|
|
2884
|
+
> = z.enum(
|
|
2885
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum1,
|
|
2886
|
+
);
|
|
714
2887
|
|
|
715
2888
|
/** @internal */
|
|
716
|
-
export
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
2889
|
+
export type NewDeploymentRequestProviderAzureApplicationGatewayForContainers1$Outbound =
|
|
2890
|
+
{
|
|
2891
|
+
albName?: string | null | undefined;
|
|
2892
|
+
albNamespace?: string | null | undefined;
|
|
2893
|
+
frontend: string;
|
|
2894
|
+
provider: string;
|
|
2895
|
+
};
|
|
720
2896
|
|
|
721
|
-
|
|
722
|
-
|
|
2897
|
+
/** @internal */
|
|
2898
|
+
export const NewDeploymentRequestProviderAzureApplicationGatewayForContainers1$outboundSchema:
|
|
2899
|
+
z.ZodType<
|
|
2900
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers1$Outbound,
|
|
2901
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers1
|
|
2902
|
+
> = z.object({
|
|
2903
|
+
albName: z.nullable(z.string()).optional(),
|
|
2904
|
+
albNamespace: z.nullable(z.string()).optional(),
|
|
2905
|
+
frontend: z.string(),
|
|
2906
|
+
provider:
|
|
2907
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainersEnum1$outboundSchema,
|
|
2908
|
+
});
|
|
2909
|
+
|
|
2910
|
+
export function newDeploymentRequestProviderAzureApplicationGatewayForContainers1ToJSON(
|
|
2911
|
+
newDeploymentRequestProviderAzureApplicationGatewayForContainers1:
|
|
2912
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers1,
|
|
723
2913
|
): string {
|
|
724
2914
|
return JSON.stringify(
|
|
725
|
-
|
|
726
|
-
|
|
2915
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers1$outboundSchema
|
|
2916
|
+
.parse(newDeploymentRequestProviderAzureApplicationGatewayForContainers1),
|
|
2917
|
+
);
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2920
|
+
/** @internal */
|
|
2921
|
+
export const NewDeploymentRequestProviderGkeGatewayEnum1$outboundSchema:
|
|
2922
|
+
z.ZodEnum<typeof NewDeploymentRequestProviderGkeGatewayEnum1> = z.enum(
|
|
2923
|
+
NewDeploymentRequestProviderGkeGatewayEnum1,
|
|
2924
|
+
);
|
|
2925
|
+
|
|
2926
|
+
/** @internal */
|
|
2927
|
+
export type NewDeploymentRequestProviderGkeGateway1$Outbound = {
|
|
2928
|
+
provider: string;
|
|
2929
|
+
staticAddressName?: string | null | undefined;
|
|
2930
|
+
};
|
|
2931
|
+
|
|
2932
|
+
/** @internal */
|
|
2933
|
+
export const NewDeploymentRequestProviderGkeGateway1$outboundSchema: z.ZodType<
|
|
2934
|
+
NewDeploymentRequestProviderGkeGateway1$Outbound,
|
|
2935
|
+
NewDeploymentRequestProviderGkeGateway1
|
|
2936
|
+
> = z.object({
|
|
2937
|
+
provider: NewDeploymentRequestProviderGkeGatewayEnum1$outboundSchema,
|
|
2938
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
2939
|
+
});
|
|
2940
|
+
|
|
2941
|
+
export function newDeploymentRequestProviderGkeGateway1ToJSON(
|
|
2942
|
+
newDeploymentRequestProviderGkeGateway1:
|
|
2943
|
+
NewDeploymentRequestProviderGkeGateway1,
|
|
2944
|
+
): string {
|
|
2945
|
+
return JSON.stringify(
|
|
2946
|
+
NewDeploymentRequestProviderGkeGateway1$outboundSchema.parse(
|
|
2947
|
+
newDeploymentRequestProviderGkeGateway1,
|
|
727
2948
|
),
|
|
728
2949
|
);
|
|
729
2950
|
}
|
|
730
2951
|
|
|
731
2952
|
/** @internal */
|
|
732
|
-
export
|
|
733
|
-
|
|
2953
|
+
export const NewDeploymentRequestProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<
|
|
2954
|
+
typeof NewDeploymentRequestProviderAwsAlbEnum1
|
|
2955
|
+
> = z.enum(NewDeploymentRequestProviderAwsAlbEnum1);
|
|
2956
|
+
|
|
2957
|
+
/** @internal */
|
|
2958
|
+
export type NewDeploymentRequestProviderAwsAlb1$Outbound = {
|
|
2959
|
+
ipAddressType?: string | null | undefined;
|
|
2960
|
+
provider: string;
|
|
2961
|
+
scheme: string;
|
|
2962
|
+
subnetIds?: Array<string> | undefined;
|
|
2963
|
+
targetType: string;
|
|
734
2964
|
};
|
|
735
2965
|
|
|
736
2966
|
/** @internal */
|
|
737
|
-
export const
|
|
738
|
-
|
|
739
|
-
|
|
2967
|
+
export const NewDeploymentRequestProviderAwsAlb1$outboundSchema: z.ZodType<
|
|
2968
|
+
NewDeploymentRequestProviderAwsAlb1$Outbound,
|
|
2969
|
+
NewDeploymentRequestProviderAwsAlb1
|
|
740
2970
|
> = z.object({
|
|
741
|
-
|
|
2971
|
+
ipAddressType: z.nullable(z.string()).optional(),
|
|
2972
|
+
provider: NewDeploymentRequestProviderAwsAlbEnum1$outboundSchema,
|
|
2973
|
+
scheme: z.string(),
|
|
2974
|
+
subnetIds: z.array(z.string()).optional(),
|
|
2975
|
+
targetType: z.string(),
|
|
742
2976
|
});
|
|
743
2977
|
|
|
744
|
-
export function
|
|
745
|
-
|
|
2978
|
+
export function newDeploymentRequestProviderAwsAlb1ToJSON(
|
|
2979
|
+
newDeploymentRequestProviderAwsAlb1: NewDeploymentRequestProviderAwsAlb1,
|
|
746
2980
|
): string {
|
|
747
2981
|
return JSON.stringify(
|
|
748
|
-
|
|
2982
|
+
NewDeploymentRequestProviderAwsAlb1$outboundSchema.parse(
|
|
2983
|
+
newDeploymentRequestProviderAwsAlb1,
|
|
2984
|
+
),
|
|
749
2985
|
);
|
|
750
2986
|
}
|
|
751
2987
|
|
|
752
2988
|
/** @internal */
|
|
753
|
-
export type
|
|
754
|
-
|
|
|
2989
|
+
export type NewDeploymentRequestProviderUnion1$Outbound =
|
|
2990
|
+
| NewDeploymentRequestProviderAwsAlb1$Outbound
|
|
2991
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers1$Outbound
|
|
2992
|
+
| NewDeploymentRequestProviderGkeGateway1$Outbound
|
|
755
2993
|
| any;
|
|
756
2994
|
|
|
757
2995
|
/** @internal */
|
|
758
|
-
export const
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
> = z.union([
|
|
2996
|
+
export const NewDeploymentRequestProviderUnion1$outboundSchema: z.ZodType<
|
|
2997
|
+
NewDeploymentRequestProviderUnion1$Outbound,
|
|
2998
|
+
NewDeploymentRequestProviderUnion1
|
|
2999
|
+
> = z.union([
|
|
3000
|
+
z.lazy(() => NewDeploymentRequestProviderAwsAlb1$outboundSchema),
|
|
3001
|
+
z.lazy(() =>
|
|
3002
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers1$outboundSchema
|
|
3003
|
+
),
|
|
3004
|
+
z.lazy(() => NewDeploymentRequestProviderGkeGateway1$outboundSchema),
|
|
3005
|
+
z.any(),
|
|
3006
|
+
]);
|
|
762
3007
|
|
|
763
|
-
export function
|
|
764
|
-
|
|
3008
|
+
export function newDeploymentRequestProviderUnion1ToJSON(
|
|
3009
|
+
newDeploymentRequestProviderUnion1: NewDeploymentRequestProviderUnion1,
|
|
765
3010
|
): string {
|
|
766
3011
|
return JSON.stringify(
|
|
767
|
-
|
|
768
|
-
|
|
3012
|
+
NewDeploymentRequestProviderUnion1$outboundSchema.parse(
|
|
3013
|
+
newDeploymentRequestProviderUnion1,
|
|
769
3014
|
),
|
|
770
3015
|
);
|
|
771
3016
|
}
|
|
772
3017
|
|
|
773
3018
|
/** @internal */
|
|
774
|
-
export type
|
|
775
|
-
|
|
3019
|
+
export type NewDeploymentRequestRouteIngress1$Outbound = {
|
|
3020
|
+
annotations?: { [k: string]: string } | undefined;
|
|
3021
|
+
controller?: string | null | undefined;
|
|
3022
|
+
ingressClassName: string;
|
|
3023
|
+
labels?: { [k: string]: string } | undefined;
|
|
3024
|
+
provider?:
|
|
3025
|
+
| NewDeploymentRequestProviderAwsAlb1$Outbound
|
|
3026
|
+
| NewDeploymentRequestProviderAzureApplicationGatewayForContainers1$Outbound
|
|
3027
|
+
| NewDeploymentRequestProviderGkeGateway1$Outbound
|
|
3028
|
+
| any
|
|
3029
|
+
| null
|
|
3030
|
+
| undefined;
|
|
3031
|
+
routeApi: "ingress";
|
|
776
3032
|
};
|
|
777
3033
|
|
|
778
3034
|
/** @internal */
|
|
779
|
-
export const
|
|
780
|
-
|
|
781
|
-
|
|
3035
|
+
export const NewDeploymentRequestRouteIngress1$outboundSchema: z.ZodType<
|
|
3036
|
+
NewDeploymentRequestRouteIngress1$Outbound,
|
|
3037
|
+
NewDeploymentRequestRouteIngress1
|
|
782
3038
|
> = z.object({
|
|
783
|
-
|
|
3039
|
+
annotations: z.record(z.string(), z.string()).optional(),
|
|
3040
|
+
controller: z.nullable(z.string()).optional(),
|
|
3041
|
+
ingressClassName: z.string(),
|
|
3042
|
+
labels: z.record(z.string(), z.string()).optional(),
|
|
3043
|
+
provider: z.nullable(
|
|
3044
|
+
z.union([
|
|
3045
|
+
z.lazy(() => NewDeploymentRequestProviderAwsAlb1$outboundSchema),
|
|
3046
|
+
z.lazy(() =>
|
|
3047
|
+
NewDeploymentRequestProviderAzureApplicationGatewayForContainers1$outboundSchema
|
|
3048
|
+
),
|
|
3049
|
+
z.lazy(() => NewDeploymentRequestProviderGkeGateway1$outboundSchema),
|
|
3050
|
+
z.any(),
|
|
3051
|
+
]),
|
|
3052
|
+
).optional(),
|
|
3053
|
+
routeApi: z.literal("ingress"),
|
|
784
3054
|
});
|
|
785
3055
|
|
|
786
|
-
export function
|
|
787
|
-
|
|
3056
|
+
export function newDeploymentRequestRouteIngress1ToJSON(
|
|
3057
|
+
newDeploymentRequestRouteIngress1: NewDeploymentRequestRouteIngress1,
|
|
788
3058
|
): string {
|
|
789
3059
|
return JSON.stringify(
|
|
790
|
-
|
|
3060
|
+
NewDeploymentRequestRouteIngress1$outboundSchema.parse(
|
|
3061
|
+
newDeploymentRequestRouteIngress1,
|
|
3062
|
+
),
|
|
791
3063
|
);
|
|
792
3064
|
}
|
|
793
3065
|
|
|
794
3066
|
/** @internal */
|
|
795
|
-
export type
|
|
796
|
-
|
|
|
797
|
-
|
|
|
3067
|
+
export type NewDeploymentRequestRouteUnion1$Outbound =
|
|
3068
|
+
| NewDeploymentRequestRouteIngress1$Outbound
|
|
3069
|
+
| NewDeploymentRequestRouteGateway1$Outbound;
|
|
798
3070
|
|
|
799
3071
|
/** @internal */
|
|
800
|
-
export const
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
> = z.union([
|
|
3072
|
+
export const NewDeploymentRequestRouteUnion1$outboundSchema: z.ZodType<
|
|
3073
|
+
NewDeploymentRequestRouteUnion1$Outbound,
|
|
3074
|
+
NewDeploymentRequestRouteUnion1
|
|
3075
|
+
> = z.union([
|
|
3076
|
+
z.lazy(() => NewDeploymentRequestRouteIngress1$outboundSchema),
|
|
3077
|
+
z.lazy(() => NewDeploymentRequestRouteGateway1$outboundSchema),
|
|
3078
|
+
]);
|
|
804
3079
|
|
|
805
|
-
export function
|
|
806
|
-
|
|
3080
|
+
export function newDeploymentRequestRouteUnion1ToJSON(
|
|
3081
|
+
newDeploymentRequestRouteUnion1: NewDeploymentRequestRouteUnion1,
|
|
807
3082
|
): string {
|
|
808
3083
|
return JSON.stringify(
|
|
809
|
-
|
|
810
|
-
|
|
3084
|
+
NewDeploymentRequestRouteUnion1$outboundSchema.parse(
|
|
3085
|
+
newDeploymentRequestRouteUnion1,
|
|
811
3086
|
),
|
|
812
3087
|
);
|
|
813
3088
|
}
|
|
814
3089
|
|
|
815
3090
|
/** @internal */
|
|
816
|
-
export type
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
3091
|
+
export type NewDeploymentRequestExposureGenerated$Outbound = {
|
|
3092
|
+
certificate:
|
|
3093
|
+
| NewDeploymentRequestCertificateTLSSecretRef1$Outbound
|
|
3094
|
+
| NewDeploymentRequestCertificateManagedAcmImport1$Outbound
|
|
3095
|
+
| NewDeploymentRequestCertificateAwsAcmArn1$Outbound
|
|
3096
|
+
| NewDeploymentRequestCertificateManagedTLSSecret1$Outbound
|
|
3097
|
+
| NewDeploymentRequestCertificateNone1$Outbound;
|
|
3098
|
+
mode: string;
|
|
3099
|
+
route:
|
|
3100
|
+
| NewDeploymentRequestRouteIngress1$Outbound
|
|
3101
|
+
| NewDeploymentRequestRouteGateway1$Outbound;
|
|
820
3102
|
};
|
|
821
3103
|
|
|
822
3104
|
/** @internal */
|
|
823
|
-
export const
|
|
824
|
-
|
|
825
|
-
|
|
3105
|
+
export const NewDeploymentRequestExposureGenerated$outboundSchema: z.ZodType<
|
|
3106
|
+
NewDeploymentRequestExposureGenerated$Outbound,
|
|
3107
|
+
NewDeploymentRequestExposureGenerated
|
|
826
3108
|
> = z.object({
|
|
827
|
-
|
|
828
|
-
z.
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
3109
|
+
certificate: z.union([
|
|
3110
|
+
z.lazy(() => NewDeploymentRequestCertificateTLSSecretRef1$outboundSchema),
|
|
3111
|
+
z.lazy(() =>
|
|
3112
|
+
NewDeploymentRequestCertificateManagedAcmImport1$outboundSchema
|
|
3113
|
+
),
|
|
3114
|
+
z.lazy(() => NewDeploymentRequestCertificateAwsAcmArn1$outboundSchema),
|
|
3115
|
+
z.lazy(() =>
|
|
3116
|
+
NewDeploymentRequestCertificateManagedTLSSecret1$outboundSchema
|
|
3117
|
+
),
|
|
3118
|
+
z.lazy(() => NewDeploymentRequestCertificateNone1$outboundSchema),
|
|
3119
|
+
]),
|
|
3120
|
+
mode: NewDeploymentRequestModeGenerated$outboundSchema,
|
|
3121
|
+
route: z.union([
|
|
3122
|
+
z.lazy(() => NewDeploymentRequestRouteIngress1$outboundSchema),
|
|
3123
|
+
z.lazy(() => NewDeploymentRequestRouteGateway1$outboundSchema),
|
|
3124
|
+
]),
|
|
836
3125
|
});
|
|
837
3126
|
|
|
838
|
-
export function
|
|
839
|
-
|
|
3127
|
+
export function newDeploymentRequestExposureGeneratedToJSON(
|
|
3128
|
+
newDeploymentRequestExposureGenerated: NewDeploymentRequestExposureGenerated,
|
|
840
3129
|
): string {
|
|
841
3130
|
return JSON.stringify(
|
|
842
|
-
|
|
843
|
-
|
|
3131
|
+
NewDeploymentRequestExposureGenerated$outboundSchema.parse(
|
|
3132
|
+
newDeploymentRequestExposureGenerated,
|
|
844
3133
|
),
|
|
845
3134
|
);
|
|
846
3135
|
}
|
|
847
3136
|
|
|
848
3137
|
/** @internal */
|
|
849
|
-
export
|
|
850
|
-
|
|
851
|
-
|
|
3138
|
+
export const NewDeploymentRequestModeDisabled$outboundSchema: z.ZodEnum<
|
|
3139
|
+
typeof NewDeploymentRequestModeDisabled
|
|
3140
|
+
> = z.enum(NewDeploymentRequestModeDisabled);
|
|
3141
|
+
|
|
3142
|
+
/** @internal */
|
|
3143
|
+
export type NewDeploymentRequestExposureDisabled$Outbound = {
|
|
3144
|
+
mode: string;
|
|
852
3145
|
};
|
|
853
3146
|
|
|
854
3147
|
/** @internal */
|
|
855
|
-
export const
|
|
856
|
-
|
|
857
|
-
|
|
3148
|
+
export const NewDeploymentRequestExposureDisabled$outboundSchema: z.ZodType<
|
|
3149
|
+
NewDeploymentRequestExposureDisabled$Outbound,
|
|
3150
|
+
NewDeploymentRequestExposureDisabled
|
|
858
3151
|
> = z.object({
|
|
859
|
-
|
|
860
|
-
domain: z.string(),
|
|
3152
|
+
mode: NewDeploymentRequestModeDisabled$outboundSchema,
|
|
861
3153
|
});
|
|
862
3154
|
|
|
863
|
-
export function
|
|
864
|
-
|
|
3155
|
+
export function newDeploymentRequestExposureDisabledToJSON(
|
|
3156
|
+
newDeploymentRequestExposureDisabled: NewDeploymentRequestExposureDisabled,
|
|
865
3157
|
): string {
|
|
866
3158
|
return JSON.stringify(
|
|
867
|
-
|
|
868
|
-
|
|
3159
|
+
NewDeploymentRequestExposureDisabled$outboundSchema.parse(
|
|
3160
|
+
newDeploymentRequestExposureDisabled,
|
|
869
3161
|
),
|
|
870
3162
|
);
|
|
871
3163
|
}
|
|
872
3164
|
|
|
873
3165
|
/** @internal */
|
|
874
|
-
export type
|
|
875
|
-
|
|
876
|
-
|
|
3166
|
+
export type NewDeploymentRequestExposureUnion$Outbound =
|
|
3167
|
+
| NewDeploymentRequestExposureCustom$Outbound
|
|
3168
|
+
| NewDeploymentRequestExposureGenerated$Outbound
|
|
3169
|
+
| NewDeploymentRequestExposureDisabled$Outbound
|
|
3170
|
+
| any;
|
|
3171
|
+
|
|
3172
|
+
/** @internal */
|
|
3173
|
+
export const NewDeploymentRequestExposureUnion$outboundSchema: z.ZodType<
|
|
3174
|
+
NewDeploymentRequestExposureUnion$Outbound,
|
|
3175
|
+
NewDeploymentRequestExposureUnion
|
|
3176
|
+
> = z.union([
|
|
3177
|
+
z.lazy(() => NewDeploymentRequestExposureCustom$outboundSchema),
|
|
3178
|
+
z.lazy(() => NewDeploymentRequestExposureGenerated$outboundSchema),
|
|
3179
|
+
z.lazy(() => NewDeploymentRequestExposureDisabled$outboundSchema),
|
|
3180
|
+
z.any(),
|
|
3181
|
+
]);
|
|
3182
|
+
|
|
3183
|
+
export function newDeploymentRequestExposureUnionToJSON(
|
|
3184
|
+
newDeploymentRequestExposureUnion: NewDeploymentRequestExposureUnion,
|
|
3185
|
+
): string {
|
|
3186
|
+
return JSON.stringify(
|
|
3187
|
+
NewDeploymentRequestExposureUnion$outboundSchema.parse(
|
|
3188
|
+
newDeploymentRequestExposureUnion,
|
|
3189
|
+
),
|
|
3190
|
+
);
|
|
3191
|
+
}
|
|
3192
|
+
|
|
3193
|
+
/** @internal */
|
|
3194
|
+
export type NewDeploymentRequestKubernetes$Outbound = {
|
|
3195
|
+
cluster?: NewDeploymentRequestCluster$Outbound | any | null | undefined;
|
|
3196
|
+
exposure?:
|
|
3197
|
+
| NewDeploymentRequestExposureCustom$Outbound
|
|
3198
|
+
| NewDeploymentRequestExposureGenerated$Outbound
|
|
3199
|
+
| NewDeploymentRequestExposureDisabled$Outbound
|
|
3200
|
+
| any
|
|
877
3201
|
| null
|
|
878
3202
|
| undefined;
|
|
879
3203
|
};
|
|
880
3204
|
|
|
881
3205
|
/** @internal */
|
|
882
|
-
export const
|
|
883
|
-
|
|
884
|
-
|
|
3206
|
+
export const NewDeploymentRequestKubernetes$outboundSchema: z.ZodType<
|
|
3207
|
+
NewDeploymentRequestKubernetes$Outbound,
|
|
3208
|
+
NewDeploymentRequestKubernetes
|
|
885
3209
|
> = z.object({
|
|
886
|
-
|
|
887
|
-
z.
|
|
888
|
-
z.
|
|
889
|
-
z.
|
|
890
|
-
),
|
|
3210
|
+
cluster: z.nullable(
|
|
3211
|
+
z.union([
|
|
3212
|
+
z.lazy(() => NewDeploymentRequestCluster$outboundSchema),
|
|
3213
|
+
z.any(),
|
|
3214
|
+
]),
|
|
3215
|
+
).optional(),
|
|
3216
|
+
exposure: z.nullable(
|
|
3217
|
+
z.union([
|
|
3218
|
+
z.lazy(() => NewDeploymentRequestExposureCustom$outboundSchema),
|
|
3219
|
+
z.lazy(() => NewDeploymentRequestExposureGenerated$outboundSchema),
|
|
3220
|
+
z.lazy(() => NewDeploymentRequestExposureDisabled$outboundSchema),
|
|
3221
|
+
z.any(),
|
|
3222
|
+
]),
|
|
891
3223
|
).optional(),
|
|
892
3224
|
});
|
|
893
3225
|
|
|
894
|
-
export function
|
|
895
|
-
|
|
3226
|
+
export function newDeploymentRequestKubernetesToJSON(
|
|
3227
|
+
newDeploymentRequestKubernetes: NewDeploymentRequestKubernetes,
|
|
896
3228
|
): string {
|
|
897
3229
|
return JSON.stringify(
|
|
898
|
-
|
|
899
|
-
|
|
3230
|
+
NewDeploymentRequestKubernetes$outboundSchema.parse(
|
|
3231
|
+
newDeploymentRequestKubernetes,
|
|
900
3232
|
),
|
|
901
3233
|
);
|
|
902
3234
|
}
|
|
903
3235
|
|
|
904
3236
|
/** @internal */
|
|
905
|
-
export type
|
|
906
|
-
|
|
|
3237
|
+
export type NewDeploymentRequestKubernetesUnion$Outbound =
|
|
3238
|
+
| NewDeploymentRequestKubernetes$Outbound
|
|
907
3239
|
| any;
|
|
908
3240
|
|
|
909
3241
|
/** @internal */
|
|
910
|
-
export const
|
|
911
|
-
|
|
912
|
-
|
|
3242
|
+
export const NewDeploymentRequestKubernetesUnion$outboundSchema: z.ZodType<
|
|
3243
|
+
NewDeploymentRequestKubernetesUnion$Outbound,
|
|
3244
|
+
NewDeploymentRequestKubernetesUnion
|
|
913
3245
|
> = z.union([
|
|
914
|
-
z.lazy(() =>
|
|
3246
|
+
z.lazy(() => NewDeploymentRequestKubernetes$outboundSchema),
|
|
915
3247
|
z.any(),
|
|
916
3248
|
]);
|
|
917
3249
|
|
|
918
|
-
export function
|
|
919
|
-
|
|
3250
|
+
export function newDeploymentRequestKubernetesUnionToJSON(
|
|
3251
|
+
newDeploymentRequestKubernetesUnion: NewDeploymentRequestKubernetesUnion,
|
|
920
3252
|
): string {
|
|
921
3253
|
return JSON.stringify(
|
|
922
|
-
|
|
923
|
-
|
|
3254
|
+
NewDeploymentRequestKubernetesUnion$outboundSchema.parse(
|
|
3255
|
+
newDeploymentRequestKubernetesUnion,
|
|
924
3256
|
),
|
|
925
3257
|
);
|
|
926
3258
|
}
|
|
927
3259
|
|
|
928
|
-
/** @internal */
|
|
929
|
-
export const NewDeploymentRequestHeartbeats$outboundSchema: z.ZodEnum<
|
|
930
|
-
typeof NewDeploymentRequestHeartbeats
|
|
931
|
-
> = z.enum(NewDeploymentRequestHeartbeats);
|
|
932
|
-
|
|
933
3260
|
/** @internal */
|
|
934
3261
|
export const NewDeploymentRequestTypeByoVnetAzure$outboundSchema: z.ZodEnum<
|
|
935
3262
|
typeof NewDeploymentRequestTypeByoVnetAzure
|
|
@@ -1163,7 +3490,12 @@ export const NewDeploymentRequestUpdates$outboundSchema: z.ZodEnum<
|
|
|
1163
3490
|
export type NewDeploymentRequestStackSettings$Outbound = {
|
|
1164
3491
|
deploymentModel?: string | undefined;
|
|
1165
3492
|
domains?: NewDeploymentRequestDomains$Outbound | any | null | undefined;
|
|
3493
|
+
externalBindings?:
|
|
3494
|
+
| NewDeploymentRequestExternalBindings$Outbound
|
|
3495
|
+
| null
|
|
3496
|
+
| undefined;
|
|
1166
3497
|
heartbeats?: string | undefined;
|
|
3498
|
+
kubernetes?: NewDeploymentRequestKubernetes$Outbound | any | null | undefined;
|
|
1167
3499
|
network?:
|
|
1168
3500
|
| NewDeploymentRequestNetworkByoVpcAws$Outbound
|
|
1169
3501
|
| NewDeploymentRequestNetworkByoVpcGcp$Outbound
|
|
@@ -1190,7 +3522,16 @@ export const NewDeploymentRequestStackSettings$outboundSchema: z.ZodType<
|
|
|
1190
3522
|
z.any(),
|
|
1191
3523
|
]),
|
|
1192
3524
|
).optional(),
|
|
3525
|
+
externalBindings: z.nullable(
|
|
3526
|
+
z.lazy(() => NewDeploymentRequestExternalBindings$outboundSchema),
|
|
3527
|
+
).optional(),
|
|
1193
3528
|
heartbeats: NewDeploymentRequestHeartbeats$outboundSchema.optional(),
|
|
3529
|
+
kubernetes: z.nullable(
|
|
3530
|
+
z.union([
|
|
3531
|
+
z.lazy(() => NewDeploymentRequestKubernetes$outboundSchema),
|
|
3532
|
+
z.any(),
|
|
3533
|
+
]),
|
|
3534
|
+
).optional(),
|
|
1194
3535
|
network: z.nullable(
|
|
1195
3536
|
z.union([
|
|
1196
3537
|
z.lazy(() => NewDeploymentRequestNetworkByoVpcAws$outboundSchema),
|
|
@@ -1237,6 +3578,7 @@ export type NewDeploymentRequest$Outbound = {
|
|
|
1237
3578
|
| undefined;
|
|
1238
3579
|
project: string;
|
|
1239
3580
|
stackSettings?: NewDeploymentRequestStackSettings$Outbound | undefined;
|
|
3581
|
+
resourcePrefix?: string | undefined;
|
|
1240
3582
|
};
|
|
1241
3583
|
|
|
1242
3584
|
/** @internal */
|
|
@@ -1265,6 +3607,7 @@ export const NewDeploymentRequest$outboundSchema: z.ZodType<
|
|
|
1265
3607
|
project: z.string(),
|
|
1266
3608
|
stackSettings: z.lazy(() => NewDeploymentRequestStackSettings$outboundSchema)
|
|
1267
3609
|
.optional(),
|
|
3610
|
+
resourcePrefix: z.string().optional(),
|
|
1268
3611
|
});
|
|
1269
3612
|
|
|
1270
3613
|
export function newDeploymentRequestToJSON(
|