├── .gitignore ├── .openapi-generator-ignore ├── .openapi-generator ├── FILES └── VERSION ├── .travis.yml ├── README.md ├── api └── openapi.yaml ├── api_account_info.go ├── api_application_actions.go ├── api_application_configuration.go ├── api_application_custom_domain.go ├── api_application_deployment_history.go ├── api_application_deployment_restriction.go ├── api_application_environment_variable.go ├── api_application_logs.go ├── api_application_main_calls.go ├── api_application_secret.go ├── api_applications.go ├── api_backups.go ├── api_billing.go ├── api_cloud_provider.go ├── api_cloud_provider_credentials.go ├── api_clusters.go ├── api_container_actions.go ├── api_container_configuration.go ├── api_container_custom_domain.go ├── api_container_deployment_history.go ├── api_container_environment_variable.go ├── api_container_logs.go ├── api_container_main_calls.go ├── api_container_registries.go ├── api_container_secret.go ├── api_containers.go ├── api_database_actions.go ├── api_database_application.go ├── api_database_deployment_history.go ├── api_database_main_calls.go ├── api_databases.go ├── api_default.go ├── api_deployment_queue_actions.go ├── api_deployment_stage_main_calls.go ├── api_environment.go ├── api_environment_actions.go ├── api_environment_deployment_history.go ├── api_environment_deployment_rule.go ├── api_environment_export.go ├── api_environment_logs.go ├── api_environment_main_calls.go ├── api_environment_secret.go ├── api_environment_variable.go ├── api_environments.go ├── api_git_repositories.go ├── api_github_app.go ├── api_helm_actions.go ├── api_helm_configuration.go ├── api_helm_custom_domain.go ├── api_helm_deployment_history.go ├── api_helm_deployment_restriction.go ├── api_helm_main_calls.go ├── api_helm_repositories.go ├── api_helms.go ├── api_job_actions.go ├── api_job_configuration.go ├── api_job_deployment_history.go ├── api_job_deployment_restriction.go ├── api_job_environment_variable.go ├── api_job_main_calls.go ├── api_job_secret.go ├── api_jobs.go ├── api_lifecycle_template_main_calls.go ├── api_members.go ├── api_organization_account_git_repositories.go ├── api_organization_annotations_group.go ├── api_organization_api_token.go ├── api_organization_cluster_lock.go ├── api_organization_custom_role.go ├── api_organization_event.go ├── api_organization_labels_group.go ├── api_organization_main_calls.go ├── api_organization_webhook.go ├── api_project_deployment_rule.go ├── api_project_environment_variable.go ├── api_project_main_calls.go ├── api_project_secret.go ├── api_projects.go ├── api_referral_rewards.go ├── api_service_status.go ├── api_terraform_actions.go ├── api_terraform_configuration.go ├── api_terraform_deployment_history.go ├── api_terraform_deployment_restriction.go ├── api_terraform_main_calls.go ├── api_terraforms.go ├── api_user_sign_up.go ├── api_variable_main_calls.go ├── client.go ├── configuration.go ├── docs ├── APIVariableScopeEnum.md ├── APIVariableTypeEnum.md ├── AccountInfo.md ├── AccountInfoAPI.md ├── AccountInfoEditRequest.md ├── AksInfrastructureOutputs.md ├── Annotation.md ├── AnnotationsGroupAssociatedItemType.md ├── Application.md ├── ApplicationActionsAPI.md ├── ApplicationAdvancedSettings.md ├── ApplicationConfigurationAPI.md ├── ApplicationCustomDomainAPI.md ├── ApplicationDeploymentHistoryAPI.md ├── ApplicationDeploymentRestriction.md ├── ApplicationDeploymentRestrictionAPI.md ├── ApplicationDeploymentRestrictionRequest.md ├── ApplicationDeploymentRestrictionResponseList.md ├── ApplicationEditRequest.md ├── ApplicationEnvironmentVariableAPI.md ├── ApplicationGitRepository.md ├── ApplicationGitRepositoryRequest.md ├── ApplicationLogsAPI.md ├── ApplicationMainCallsAPI.md ├── ApplicationNetwork.md ├── ApplicationNetworkRequest.md ├── ApplicationRequest.md ├── ApplicationResponseList.md ├── ApplicationSecretAPI.md ├── ApplicationsAPI.md ├── AvailableContainerRegistryResponse.md ├── AvailableContainerRegistryResponseList.md ├── AvailableHelmRepositoryResponse.md ├── AvailableHelmRepositoryResponseList.md ├── AwsCredentialsRequest.md ├── AwsRoleClusterCredentials.md ├── AwsRoleCredentialsRequest.md ├── AwsStaticClusterCredentials.md ├── AwsStaticCredentialsRequest.md ├── AzureCredentialsRequest.md ├── AzureStaticClusterCredentials.md ├── Backup.md ├── BackupPaginatedResponseList.md ├── BackupRequest.md ├── BackupResponseList.md ├── BackupsAPI.md ├── Base.md ├── BaseJobResponse.md ├── BaseJobResponseAllOfSource.md ├── BaseJobResponseAllOfSourceOneOf.md ├── BaseJobResponseAllOfSourceOneOf1.md ├── BillingAPI.md ├── BillingExternalId.md ├── BillingInfo.md ├── BillingInfoRequest.md ├── BillingStatus.md ├── Budget.md ├── BuildModeEnum.md ├── CancelEnvironmentDeploymentRequest.md ├── CheckedCustomDomainResponse.md ├── CheckedCustomDomainStatus.md ├── CheckedCustomDomainsResponse.md ├── CleanFailedJob200Response.md ├── CleanFailedJobs200Response.md ├── CleanFailedJobsRequest.md ├── CloneEnvironmentRequest.md ├── CloneServiceRequest.md ├── CloudProvider.md ├── CloudProviderAPI.md ├── CloudProviderCredentialsAPI.md ├── CloudProviderEnum.md ├── CloudProviderResponseList.md ├── CloudVendorEnum.md ├── Cluster.md ├── ClusterAdvancedSettings.md ├── ClusterCloudProviderInfo.md ├── ClusterCloudProviderInfoCredentials.md ├── ClusterCloudProviderInfoRequest.md ├── ClusterCredentials.md ├── ClusterCredentialsResponseList.md ├── ClusterDeleteMode.md ├── ClusterDeploymentStatusEnum.md ├── ClusterFeatureAwsExistingVpc.md ├── ClusterFeatureAwsExistingVpcResponse.md ├── ClusterFeatureBooleanResponse.md ├── ClusterFeatureGcpExistingVpc.md ├── ClusterFeatureGcpExistingVpcResponse.md ├── ClusterFeatureKarpenterParameters.md ├── ClusterFeatureKarpenterParametersResponse.md ├── ClusterFeatureResponse.md ├── ClusterFeatureResponseAcceptedValuesInner.md ├── ClusterFeatureResponseList.md ├── ClusterFeatureResponseTypeEnum.md ├── ClusterFeatureResponseValueObject.md ├── ClusterFeatureStringResponse.md ├── ClusterInstanceAttributes.md ├── ClusterInstanceGpuInfo.md ├── ClusterInstanceTypeResponseList.md ├── ClusterInstanceTypeResponseListResultsInner.md ├── ClusterKarpenterPrivateSubnetIdsPutRequest.md ├── ClusterLock.md ├── ClusterLockList.md ├── ClusterLockRequest.md ├── ClusterLogs.md ├── ClusterLogsDetails.md ├── ClusterLogsError.md ├── ClusterLogsErrorEventDetails.md ├── ClusterLogsErrorEventDetailsTransmitter.md ├── ClusterLogsErrorUnderlyingError.md ├── ClusterLogsMessage.md ├── ClusterLogsResponseList.md ├── ClusterMetricsResponse.md ├── ClusterReadinessStatus.md ├── ClusterRegion.md ├── ClusterRegionResponseList.md ├── ClusterRequest.md ├── ClusterRequestFeaturesInner.md ├── ClusterRequestFeaturesInnerValue.md ├── ClusterResponseList.md ├── ClusterRoutingTable.md ├── ClusterRoutingTableRequest.md ├── ClusterRoutingTableResultsInner.md ├── ClusterStateEnum.md ├── ClusterStatus.md ├── ClusterStatusResponseList.md ├── ClustersAPI.md ├── Commit.md ├── CommitResponseList.md ├── CompanySizeEnum.md ├── ContainerActionsAPI.md ├── ContainerAdvancedSettings.md ├── ContainerConfigurationAPI.md ├── ContainerCustomDomainAPI.md ├── ContainerDeployRequest.md ├── ContainerDeploymentHistoryAPI.md ├── ContainerEnvironmentVariableAPI.md ├── ContainerImageCheckRequest.md ├── ContainerLogsAPI.md ├── ContainerMainCallsAPI.md ├── ContainerNetwork.md ├── ContainerNetworkRequest.md ├── ContainerRegistriesAPI.md ├── ContainerRegistryAssociatedServiceType.md ├── ContainerRegistryAssociatedServicesResponse.md ├── ContainerRegistryAssociatedServicesResponseList.md ├── ContainerRegistryKindEnum.md ├── ContainerRegistryProviderDetailsResponse.md ├── ContainerRegistryRequest.md ├── ContainerRegistryRequestConfig.md ├── ContainerRegistryResponse.md ├── ContainerRegistryResponseAllOfCluster.md ├── ContainerRegistryResponseAllOfConfig.md ├── ContainerRegistryResponseList.md ├── ContainerRequest.md ├── ContainerResponse.md ├── ContainerResponseList.md ├── ContainerSecretAPI.md ├── ContainerSource.md ├── ContainerVersionResponse.md ├── ContainerVersionResponseList.md ├── ContainersAPI.md ├── Cost.md ├── CostRange.md ├── CpuArchitectureEnum.md ├── CreateEnvironmentModeEnum.md ├── CreateEnvironmentRequest.md ├── Credentials.md ├── CredentialsRequest.md ├── CreditCard.md ├── CreditCardRequest.md ├── CreditCardResponseList.md ├── CronJobResponse.md ├── CronJobResponseAllOfSchedule.md ├── CronJobResponseAllOfScheduleCronjob.md ├── CurrentCost.md ├── CustomDomain.md ├── CustomDomainRequest.md ├── CustomDomainResponseList.md ├── CustomDomainStatusEnum.md ├── Database.md ├── DatabaseAccessibilityEnum.md ├── DatabaseActionsAPI.md ├── DatabaseApplicationAPI.md ├── DatabaseConfiguration.md ├── DatabaseConfigurationResponseList.md ├── DatabaseDeploymentHistoryAPI.md ├── DatabaseEditRequest.md ├── DatabaseMainCallsAPI.md ├── DatabaseModeEnum.md ├── DatabaseRequest.md ├── DatabaseResponseList.md ├── DatabaseTypeEnum.md ├── DatabaseVersionMode.md ├── DatabasesAPI.md ├── DefaultAPI.md ├── DeleteMemberRequest.md ├── DeployAllRequest.md ├── DeployAllRequestApplicationsInner.md ├── DeployAllRequestContainersInner.md ├── DeployAllRequestHelmsInner.md ├── DeployAllRequestJobsInner.md ├── DeployRequest.md ├── DeploymentHistory.md ├── DeploymentHistoryActionStatus.md ├── DeploymentHistoryApplication.md ├── DeploymentHistoryAuditingData.md ├── DeploymentHistoryContainer.md ├── DeploymentHistoryDatabase.md ├── DeploymentHistoryEnvironment.md ├── DeploymentHistoryEnvironmentPaginatedResponseList.md ├── DeploymentHistoryEnvironmentPaginatedResponseListV2.md ├── DeploymentHistoryEnvironmentV2.md ├── DeploymentHistoryEnvironmentV2Identifier.md ├── DeploymentHistoryHelmResponse.md ├── DeploymentHistoryHelmResponseAllOfRepository.md ├── DeploymentHistoryJobResponse.md ├── DeploymentHistoryJobResponseAllOfSchedule.md ├── DeploymentHistoryPaginatedResponseList.md ├── DeploymentHistoryService.md ├── DeploymentHistoryServiceDetails.md ├── DeploymentHistoryServiceDetailsOneOf.md ├── DeploymentHistoryServiceDetailsOneOf1.md ├── DeploymentHistoryServiceDetailsOneOf2.md ├── DeploymentHistoryServiceDetailsOneOf2Schedule.md ├── DeploymentHistoryServiceDetailsOneOf3.md ├── DeploymentHistoryServiceDetailsOneOf3Repository.md ├── DeploymentHistoryServiceIdentifier.md ├── DeploymentHistoryServicePaginatedResponseListV2.md ├── DeploymentHistoryStage.md ├── DeploymentHistoryStatusEnum.md ├── DeploymentHistoryTriggerAction.md ├── DeploymentQueueActionsAPI.md ├── DeploymentRestrictionModeEnum.md ├── DeploymentRestrictionTypeEnum.md ├── DeploymentStageMainCallsAPI.md ├── DeploymentStageRequest.md ├── DeploymentStageResponse.md ├── DeploymentStageResponseList.md ├── DeploymentStageServiceResponse.md ├── DeploymentStageWithServicesStatuses.md ├── DockerfileCheckRequest.md ├── DockerfileCheckResponse.md ├── EksInfrastructureOutputs.md ├── EnvDeploymentStatus.md ├── Environment.md ├── EnvironmentAPI.md ├── EnvironmentActionsAPI.md ├── EnvironmentAllOfCloudProvider.md ├── EnvironmentDeploymentHistoryAPI.md ├── EnvironmentDeploymentRule.md ├── EnvironmentDeploymentRuleAPI.md ├── EnvironmentDeploymentRuleEditRequest.md ├── EnvironmentDeploymentStatusEnum.md ├── EnvironmentEditRequest.md ├── EnvironmentExportAPI.md ├── EnvironmentLog.md ├── EnvironmentLogResponseList.md ├── EnvironmentLogScope.md ├── EnvironmentLogTypeEnum.md ├── EnvironmentLogs.md ├── EnvironmentLogsAPI.md ├── EnvironmentLogsDetails.md ├── EnvironmentLogsDetailsStage.md ├── EnvironmentLogsDetailsTransmitter.md ├── EnvironmentLogsError.md ├── EnvironmentLogsErrorUnderlyingError.md ├── EnvironmentLogsMessage.md ├── EnvironmentMainCallsAPI.md ├── EnvironmentModeEnum.md ├── EnvironmentResponseList.md ├── EnvironmentSecretAPI.md ├── EnvironmentServiceIdsAllRequest.md ├── EnvironmentStats.md ├── EnvironmentStatsResponseList.md ├── EnvironmentStatus.md ├── EnvironmentStatusEventOriginEnum.md ├── EnvironmentStatusList.md ├── EnvironmentStatuses.md ├── EnvironmentStatusesWithStages.md ├── EnvironmentStatusesWithStagesPreCheckStage.md ├── EnvironmentTotalNumber.md ├── EnvironmentVariable.md ├── EnvironmentVariableAPI.md ├── EnvironmentVariableAlias.md ├── EnvironmentVariableEditRequest.md ├── EnvironmentVariableOverride.md ├── EnvironmentVariableRequest.md ├── EnvironmentVariableResponseList.md ├── EnvironmentsAPI.md ├── GcpCredentialsRequest.md ├── GenericClusterCredentials.md ├── GenericObjectCurrentCost.md ├── GetClusterKubernetesEvents200Response.md ├── GetClusterKubernetesEvents200ResponseResultsInner.md ├── GetClusterTokenByClusterId200Response.md ├── GetClusterTokenByClusterId200ResponseStatus.md ├── GitAuthProvider.md ├── GitAuthProviderResponseList.md ├── GitFileCheckRequest.md ├── GitProviderEnum.md ├── GitRepositoriesAPI.md ├── GitRepository.md ├── GitRepositoryBranch.md ├── GitRepositoryBranchResponseList.md ├── GitRepositoryResponseList.md ├── GitTokenAssociatedServiceResponse.md ├── GitTokenAssociatedServiceType.md ├── GitTokenAssociatedServicesResponseList.md ├── GitTokenRequest.md ├── GitTokenResponse.md ├── GitTokenResponseList.md ├── GithubAppAPI.md ├── GkeInfrastructureOutputs.md ├── Healthcheck.md ├── HelmActionsAPI.md ├── HelmAdvancedSettings.md ├── HelmCheckRequest.md ├── HelmConfigurationAPI.md ├── HelmCustomDomainAPI.md ├── HelmDefaultValuesRequest.md ├── HelmDefaultValuesRequestAllOfSource.md ├── HelmDeployRequest.md ├── HelmDeploymentHistoryAPI.md ├── HelmDeploymentRestrictionAPI.md ├── HelmDeploymentRestrictionRequest.md ├── HelmDeploymentRestrictionResponse.md ├── HelmDeploymentRestrictionResponseList.md ├── HelmForceEvent.md ├── HelmGitRepositoryRequest.md ├── HelmMainCallsAPI.md ├── HelmPortProtocolEnum.md ├── HelmPortRequest.md ├── HelmPortRequestPortsInner.md ├── HelmPortRequestPortsInnerAllOfOneOf.md ├── HelmPortRequestPortsInnerAllOfOneOf1.md ├── HelmPortResponseBase.md ├── HelmPortResponseWithServiceName.md ├── HelmPortResponseWithServiceSelectors.md ├── HelmRepositoriesAPI.md ├── HelmRepositoryAssociatedServiceType.md ├── HelmRepositoryAssociatedServicesResponse.md ├── HelmRepositoryAssociatedServicesResponseList.md ├── HelmRepositoryKindEnum.md ├── HelmRepositoryRequest.md ├── HelmRepositoryRequestConfig.md ├── HelmRepositoryResponse.md ├── HelmRepositoryResponseAllOfConfig.md ├── HelmRepositoryResponseList.md ├── HelmRequest.md ├── HelmRequestAllOfSource.md ├── HelmRequestAllOfSourceOneOf.md ├── HelmRequestAllOfSourceOneOf1.md ├── HelmRequestAllOfSourceOneOf1HelmRepository.md ├── HelmRequestAllOfValuesOverride.md ├── HelmRequestAllOfValuesOverrideFile.md ├── HelmRequestAllOfValuesOverrideFileGit.md ├── HelmRequestAllOfValuesOverrideFileRaw.md ├── HelmRequestAllOfValuesOverrideFileRawValues.md ├── HelmResponse.md ├── HelmResponseAllOfPorts.md ├── HelmResponseAllOfSource.md ├── HelmResponseAllOfSourceOneOf.md ├── HelmResponseAllOfSourceOneOf1.md ├── HelmResponseAllOfValuesOverride.md ├── HelmResponseAllOfValuesOverrideFile.md ├── HelmResponseAllOfValuesOverrideFileGit.md ├── HelmResponseAllOfValuesOverrideFileRaw.md ├── HelmResponseAllOfValuesOverrideFileRawValues.md ├── HelmResponseList.md ├── HelmSourceGitResponse.md ├── HelmSourceRepositoryResponse.md ├── HelmSourceRepositoryResponseRepository.md ├── HelmVersionResponse.md ├── HelmVersionResponseList.md ├── HelmsAPI.md ├── InfrastructureOutputs.md ├── IngressDeploymentStatusResponse.md ├── InviteMember.md ├── InviteMemberRequest.md ├── InviteMemberResponseList.md ├── InviteMemberRoleEnum.md ├── InviteStatusEnum.md ├── Invoice.md ├── InvoiceResponseList.md ├── InvoiceStatusEnum.md ├── JobActionsAPI.md ├── JobAdvancedSettings.md ├── JobConfigurationAPI.md ├── JobCronSchedule.md ├── JobDeployRequest.md ├── JobDeploymentHistoryAPI.md ├── JobDeploymentRestrictionAPI.md ├── JobDeploymentRestrictionRequest.md ├── JobDeploymentRestrictionResponse.md ├── JobDeploymentRestrictionResponseList.md ├── JobEnvironmentVariableAPI.md ├── JobForceEvent.md ├── JobLifecycleTypeEnum.md ├── JobLifecyleSchedule.md ├── JobMainCallsAPI.md ├── JobRequest.md ├── JobRequestAllOfSchedule.md ├── JobRequestAllOfScheduleCronjob.md ├── JobRequestAllOfScheduleOnStart.md ├── JobRequestAllOfSource.md ├── JobRequestAllOfSourceDocker.md ├── JobRequestAllOfSourceImage.md ├── JobResponse.md ├── JobResponseList.md ├── JobScheduleEvent.md ├── JobSecretAPI.md ├── JobSourceDockerResponse.md ├── JobTypeEnum.md ├── JobsAPI.md ├── KapsuleInfrastructureOutputs.md ├── KarpenterDefaultNodePoolOverride.md ├── KarpenterNodePool.md ├── KarpenterNodePoolConsolidation.md ├── KarpenterNodePoolLimits.md ├── KarpenterNodePoolRequirement.md ├── KarpenterNodePoolRequirementKey.md ├── KarpenterNodePoolRequirementOperator.md ├── KarpenterStableNodePoolOverride.md ├── Key.md ├── KubernetesEnum.md ├── KubernetesMetadata.md ├── KubernetesSelector.md ├── KubernetesService.md ├── KubernetesServicePort.md ├── KubernetesServiceResponseList.md ├── KubernetesServiceSpec.md ├── Label.md ├── LabelsGroupAssociatedItemType.md ├── LifecycleJobResponse.md ├── LifecycleJobResponseAllOfSchedule.md ├── LifecycleTemplateListResponse.md ├── LifecycleTemplateListResponseResultsInner.md ├── LifecycleTemplateMainCallsAPI.md ├── LifecycleTemplateResponse.md ├── LifecycleTemplateResponseEventsInner.md ├── LifecycleTemplateResponseResources.md ├── LifecycleTemplateResponseVariablesInner.md ├── LifecycleTemplateResponseVariablesInnerFile.md ├── Link.md ├── LinkResponseList.md ├── LinkedServiceTypeEnum.md ├── ListContainerDeploymentHistory200Response.md ├── ListDatabaseDeploymentHistory200Response.md ├── ListDeploymentRequestByEnvironmentId200Response.md ├── ListDeploymentRequestByServiceId200Response.md ├── ListHelmDeploymentHistory200Response.md ├── ListJobDeploymentHistory200Response.md ├── ListOrganizationAnnotationsGroup200Response.md ├── ListOrganizationLabelsGroup200Response.md ├── ListServicesByEnvironmentId200Response.md ├── ListServicesByEnvironmentId200ResponseResultsInner.md ├── ListServicesByOrganizationId200Response.md ├── Log.md ├── LogResponseList.md ├── ManagedDatabaseInstanceTypeResponse.md ├── ManagedDatabaseInstanceTypeResponseList.md ├── ManagedDatabaseTypeResponse.md ├── ManagedDatabaseTypeResponseList.md ├── Member.md ├── MemberResponseList.md ├── MemberRoleUpdateRequest.md ├── MembersAPI.md ├── MetricsConfigurationManagedByQovery.md ├── MetricsParameters.md ├── MetricsParametersConfiguration.md ├── OnPremiseCredentialsRequest.md ├── Organization.md ├── OrganizationAccountGitRepositoriesAPI.md ├── OrganizationAllOfOrganizationPlan.md ├── OrganizationAnnotationsGroupAPI.md ├── OrganizationAnnotationsGroupAssociatedItemsResponseList.md ├── OrganizationAnnotationsGroupAssociatedItemsResponseListResultsInner.md ├── OrganizationAnnotationsGroupCreateRequest.md ├── OrganizationAnnotationsGroupEnrichedResponse.md ├── OrganizationAnnotationsGroupResponse.md ├── OrganizationAnnotationsGroupScopeEnum.md ├── OrganizationApiToken.md ├── OrganizationApiTokenAPI.md ├── OrganizationApiTokenCreate.md ├── OrganizationApiTokenCreateRequest.md ├── OrganizationApiTokenResponseList.md ├── OrganizationApiTokenScope.md ├── OrganizationAvailableRole.md ├── OrganizationAvailableRoleList.md ├── OrganizationBillingUsageReportRequest.md ├── OrganizationBillingUsageReportResponse.md ├── OrganizationChangePlanRequest.md ├── OrganizationClusterLockAPI.md ├── OrganizationContainerAutoDeployRequest.md ├── OrganizationContainerPreviewRequest.md ├── OrganizationCreditCodeRequest.md ├── OrganizationCurrentCost.md ├── OrganizationCustomRole.md ├── OrganizationCustomRoleAPI.md ├── OrganizationCustomRoleClusterPermission.md ├── OrganizationCustomRoleClusterPermissionsInner.md ├── OrganizationCustomRoleCreateRequest.md ├── OrganizationCustomRoleList.md ├── OrganizationCustomRoleProjectPermission.md ├── OrganizationCustomRoleProjectPermissionsInner.md ├── OrganizationCustomRoleUpdateRequest.md ├── OrganizationCustomRoleUpdateRequestClusterPermissionsInner.md ├── OrganizationCustomRoleUpdateRequestProjectPermissionsInner.md ├── OrganizationCustomRoleUpdateRequestProjectPermissionsInnerPermissionsInner.md ├── OrganizationEditRequest.md ├── OrganizationEventAPI.md ├── OrganizationEventOrigin.md ├── OrganizationEventResponse.md ├── OrganizationEventResponseList.md ├── OrganizationEventResponseListLinks.md ├── OrganizationEventSubTargetType.md ├── OrganizationEventTargetResponseList.md ├── OrganizationEventTargetType.md ├── OrganizationEventType.md ├── OrganizationGithubAppConnectRequest.md ├── OrganizationJobAutoDeployRequest.md ├── OrganizationLabelsGroupAPI.md ├── OrganizationLabelsGroupAssociatedItemsResponseList.md ├── OrganizationLabelsGroupAssociatedItemsResponseListResultsInner.md ├── OrganizationLabelsGroupCreateRequest.md ├── OrganizationLabelsGroupEnrichedResponse.md ├── OrganizationLabelsGroupResponse.md ├── OrganizationMainCallsAPI.md ├── OrganizationRequest.md ├── OrganizationResponseList.md ├── OrganizationWebhookAPI.md ├── OrganizationWebhookCreateRequest.md ├── OrganizationWebhookCreateResponse.md ├── OrganizationWebhookEventEnum.md ├── OrganizationWebhookKindEnum.md ├── OrganizationWebhookResponse.md ├── OrganizationWebhookResponseList.md ├── PaginationData.md ├── PlanEnum.md ├── PortProtocolEnum.md ├── Probe.md ├── ProbeType.md ├── ProbeTypeExec.md ├── ProbeTypeGrpc.md ├── ProbeTypeHttp.md ├── ProbeTypeTcp.md ├── Project.md ├── ProjectCurrentCost.md ├── ProjectCurrentCostResponseList.md ├── ProjectDeploymentRule.md ├── ProjectDeploymentRuleAPI.md ├── ProjectDeploymentRuleRequest.md ├── ProjectDeploymentRuleResponseList.md ├── ProjectDeploymentRulesPriorityOrderRequest.md ├── ProjectEnvironmentVariableAPI.md ├── ProjectMainCallsAPI.md ├── ProjectRequest.md ├── ProjectResponseList.md ├── ProjectSecretAPI.md ├── ProjectStats.md ├── ProjectStatsResponseList.md ├── ProjectsAPI.md ├── QueuedDeploymentRequestForService.md ├── QueuedDeploymentRequestForServiceAuditingData.md ├── QueuedDeploymentRequestForServiceIdentifier.md ├── QueuedDeploymentRequestWithStages.md ├── QueuedDeploymentRequestWithStagesAuditingData.md ├── QueuedDeploymentRequestWithStagesIdentifier.md ├── QueuedDeploymentRequestWithStagesStagesInner.md ├── QueuedDeploymentRequestWithStagesStagesInnerServicesInner.md ├── QueuedDeploymentRequestWithStagesStagesInnerServicesInnerDetails.md ├── QueuedDeploymentRequestWithStagesStagesInnerServicesInnerDetailsOneOf.md ├── QueuedDeploymentRequestWithStagesStagesInnerServicesInnerIdentifier.md ├── RebootServicesRequest.md ├── ReferenceObject.md ├── ReferenceObjectStatus.md ├── ReferenceObjectStatusResponseList.md ├── Referral.md ├── ReferralRewardsAPI.md ├── RegistryMirroringModeEnum.md ├── RewardClaim.md ├── ScalewayClusterCredentials.md ├── ScalewayCredentialsRequest.md ├── Secret.md ├── SecretAlias.md ├── SecretEditRequest.md ├── SecretOverride.md ├── SecretRequest.md ├── SecretResponseList.md ├── Service.md ├── ServiceActionEnum.md ├── ServiceActionStatusEnum.md ├── ServiceAnnotationRequest.md ├── ServiceDeploymentStatusEnum.md ├── ServiceLabelRequest.md ├── ServiceLightResponse.md ├── ServicePort.md ├── ServicePortRequest.md ├── ServicePortRequestPortsInner.md ├── ServiceStatusAPI.md ├── ServiceStepMetric.md ├── ServiceStepMetricNameEnum.md ├── ServiceStepMetrics.md ├── ServiceStorage.md ├── ServiceStorageRequest.md ├── ServiceStorageRequestStorageInner.md ├── ServiceStorageStorageInner.md ├── ServiceTotalNumber.md ├── ServiceTypeEnum.md ├── ServiceTypeForVariableEnum.md ├── SignUp.md ├── SignUpRequest.md ├── Stage.md ├── StageStatusEnum.md ├── StageStepMetric.md ├── StageStepMetricNameEnum.md ├── StageStepMetrics.md ├── StateEnum.md ├── Status.md ├── StatusDetails.md ├── StatusKindEnum.md ├── StepMetricStatusEnum.md ├── StorageTypeEnum.md ├── TerraformActionsAPI.md ├── TerraformAdvancedSettings.md ├── TerraformConfigurationAPI.md ├── TerraformDeployRequest.md ├── TerraformDeploymentHistoryAPI.md ├── TerraformDeploymentRestrictionAPI.md ├── TerraformDeploymentRestrictionRequest.md ├── TerraformDeploymentRestrictionResponse.md ├── TerraformDeploymentRestrictionResponseList.md ├── TerraformFilesSourceRequest.md ├── TerraformGitRepositoryRequest.md ├── TerraformJobResourcesResponse.md ├── TerraformMainCallsAPI.md ├── TerraformProviderVersion.md ├── TerraformRequest.md ├── TerraformRequestJobResources.md ├── TerraformRequestTerraformFilesSource.md ├── TerraformRequestTerraformFilesSourceOneOf.md ├── TerraformResponse.md ├── TerraformResponseList.md ├── TerraformVariablesSourceRequest.md ├── TerraformVariablesSourceResponse.md ├── TerraformsAPI.md ├── TransferOwnershipRequest.md ├── TypeOfUseEnum.md ├── User.md ├── UserResponseList.md ├── UserSignUpAPI.md ├── Value.md ├── VariableAlias.md ├── VariableAliasRequest.md ├── VariableEditRequest.md ├── VariableImport.md ├── VariableImportRequest.md ├── VariableImportRequestVarsInner.md ├── VariableImportSuccessfulImportedVariablesInner.md ├── VariableMainCallsAPI.md ├── VariableOverride.md ├── VariableOverrideRequest.md ├── VariableRequest.md ├── VariableResponse.md ├── VariableResponseList.md ├── Version.md ├── VersionResponseList.md └── WeekdayEnum.md ├── git_push.sh ├── go.mod ├── go.sum ├── model_account_info.go ├── model_account_info_edit_request.go ├── model_aks_infrastructure_outputs.go ├── model_annotation.go ├── model_annotations_group_associated_item_type.go ├── model_api_variable_scope_enum.go ├── model_api_variable_type_enum.go ├── model_application.go ├── model_application_advanced_settings.go ├── model_application_deployment_restriction.go ├── model_application_deployment_restriction_request.go ├── model_application_deployment_restriction_response_list.go ├── model_application_edit_request.go ├── model_application_git_repository.go ├── model_application_git_repository_request.go ├── model_application_network.go ├── model_application_network_request.go ├── model_application_request.go ├── model_application_response_list.go ├── model_available_container_registry_response.go ├── model_available_container_registry_response_list.go ├── model_available_helm_repository_response.go ├── model_available_helm_repository_response_list.go ├── model_aws_credentials_request.go ├── model_aws_role_cluster_credentials.go ├── model_aws_role_credentials_request.go ├── model_aws_static_cluster_credentials.go ├── model_aws_static_credentials_request.go ├── model_azure_credentials_request.go ├── model_azure_static_cluster_credentials.go ├── model_backup.go ├── model_backup_paginated_response_list.go ├── model_backup_request.go ├── model_backup_response_list.go ├── model_base.go ├── model_base_job_response.go ├── model_base_job_response_all_of_source.go ├── model_base_job_response_all_of_source_one_of.go ├── model_base_job_response_all_of_source_one_of_1.go ├── model_billing_external_id.go ├── model_billing_info.go ├── model_billing_info_request.go ├── model_billing_status.go ├── model_budget.go ├── model_build_mode_enum.go ├── model_cancel_environment_deployment_request.go ├── model_checked_custom_domain_response.go ├── model_checked_custom_domain_status.go ├── model_checked_custom_domains_response.go ├── model_clean_failed_job_200_response.go ├── model_clean_failed_jobs_200_response.go ├── model_clean_failed_jobs_request.go ├── model_clone_environment_request.go ├── model_clone_service_request.go ├── model_cloud_provider.go ├── model_cloud_provider_enum.go ├── model_cloud_provider_response_list.go ├── model_cloud_vendor_enum.go ├── model_cluster.go ├── model_cluster_advanced_settings.go ├── model_cluster_cloud_provider_info.go ├── model_cluster_cloud_provider_info_credentials.go ├── model_cluster_cloud_provider_info_request.go ├── model_cluster_credentials.go ├── model_cluster_credentials_response_list.go ├── model_cluster_delete_mode.go ├── model_cluster_deployment_status_enum.go ├── model_cluster_feature_aws_existing_vpc.go ├── model_cluster_feature_aws_existing_vpc_response.go ├── model_cluster_feature_boolean_response.go ├── model_cluster_feature_gcp_existing_vpc.go ├── model_cluster_feature_gcp_existing_vpc_response.go ├── model_cluster_feature_karpenter_parameters.go ├── model_cluster_feature_karpenter_parameters_response.go ├── model_cluster_feature_response.go ├── model_cluster_feature_response_accepted_values_inner.go ├── model_cluster_feature_response_list.go ├── model_cluster_feature_response_type_enum.go ├── model_cluster_feature_response_value_object.go ├── model_cluster_feature_string_response.go ├── model_cluster_instance_attributes.go ├── model_cluster_instance_gpu_info.go ├── model_cluster_instance_type_response_list.go ├── model_cluster_instance_type_response_list_results_inner.go ├── model_cluster_karpenter_private_subnet_ids_put_request.go ├── model_cluster_lock.go ├── model_cluster_lock_list.go ├── model_cluster_lock_request.go ├── model_cluster_logs.go ├── model_cluster_logs_details.go ├── model_cluster_logs_error.go ├── model_cluster_logs_error_event_details.go ├── model_cluster_logs_error_event_details_transmitter.go ├── model_cluster_logs_error_underlying_error.go ├── model_cluster_logs_message.go ├── model_cluster_logs_response_list.go ├── model_cluster_metrics_response.go ├── model_cluster_readiness_status.go ├── model_cluster_region.go ├── model_cluster_region_response_list.go ├── model_cluster_request.go ├── model_cluster_request_features_inner.go ├── model_cluster_request_features_inner_value.go ├── model_cluster_response_list.go ├── model_cluster_routing_table.go ├── model_cluster_routing_table_request.go ├── model_cluster_routing_table_results_inner.go ├── model_cluster_state_enum.go ├── model_cluster_status.go ├── model_cluster_status_response_list.go ├── model_commit.go ├── model_commit_response_list.go ├── model_company_size_enum.go ├── model_container_advanced_settings.go ├── model_container_deploy_request.go ├── model_container_image_check_request.go ├── model_container_network.go ├── model_container_network_request.go ├── model_container_registry_associated_service_type.go ├── model_container_registry_associated_services_response.go ├── model_container_registry_associated_services_response_list.go ├── model_container_registry_kind_enum.go ├── model_container_registry_provider_details_response.go ├── model_container_registry_request.go ├── model_container_registry_request_config.go ├── model_container_registry_response.go ├── model_container_registry_response_all_of_cluster.go ├── model_container_registry_response_all_of_config.go ├── model_container_registry_response_list.go ├── model_container_request.go ├── model_container_response.go ├── model_container_response_list.go ├── model_container_source.go ├── model_container_version_response.go ├── model_container_version_response_list.go ├── model_cost.go ├── model_cost_range.go ├── model_cpu_architecture_enum.go ├── model_create_environment_mode_enum.go ├── model_create_environment_request.go ├── model_credentials.go ├── model_credentials_request.go ├── model_credit_card.go ├── model_credit_card_request.go ├── model_credit_card_response_list.go ├── model_cron_job_response.go ├── model_cron_job_response_all_of_schedule.go ├── model_cron_job_response_all_of_schedule_cronjob.go ├── model_current_cost.go ├── model_custom_domain.go ├── model_custom_domain_request.go ├── model_custom_domain_response_list.go ├── model_custom_domain_status_enum.go ├── model_database.go ├── model_database_accessibility_enum.go ├── model_database_configuration.go ├── model_database_configuration_response_list.go ├── model_database_edit_request.go ├── model_database_mode_enum.go ├── model_database_request.go ├── model_database_response_list.go ├── model_database_type_enum.go ├── model_database_version_mode.go ├── model_delete_member_request.go ├── model_deploy_all_request.go ├── model_deploy_all_request_applications_inner.go ├── model_deploy_all_request_containers_inner.go ├── model_deploy_all_request_helms_inner.go ├── model_deploy_all_request_jobs_inner.go ├── model_deploy_request.go ├── model_deployment_history.go ├── model_deployment_history_action_status.go ├── model_deployment_history_application.go ├── model_deployment_history_auditing_data.go ├── model_deployment_history_container.go ├── model_deployment_history_database.go ├── model_deployment_history_environment.go ├── model_deployment_history_environment_paginated_response_list.go ├── model_deployment_history_environment_paginated_response_list_v2.go ├── model_deployment_history_environment_v2.go ├── model_deployment_history_environment_v2_identifier.go ├── model_deployment_history_helm_response.go ├── model_deployment_history_helm_response_all_of_repository.go ├── model_deployment_history_job_response.go ├── model_deployment_history_job_response_all_of_schedule.go ├── model_deployment_history_paginated_response_list.go ├── model_deployment_history_service.go ├── model_deployment_history_service_details.go ├── model_deployment_history_service_details_one_of.go ├── model_deployment_history_service_details_one_of_1.go ├── model_deployment_history_service_details_one_of_2.go ├── model_deployment_history_service_details_one_of_2_schedule.go ├── model_deployment_history_service_details_one_of_3.go ├── model_deployment_history_service_details_one_of_3_repository.go ├── model_deployment_history_service_identifier.go ├── model_deployment_history_service_paginated_response_list_v2.go ├── model_deployment_history_stage.go ├── model_deployment_history_status_enum.go ├── model_deployment_history_trigger_action.go ├── model_deployment_restriction_mode_enum.go ├── model_deployment_restriction_type_enum.go ├── model_deployment_stage_request.go ├── model_deployment_stage_response.go ├── model_deployment_stage_response_list.go ├── model_deployment_stage_service_response.go ├── model_deployment_stage_with_services_statuses.go ├── model_dockerfile_check_request.go ├── model_dockerfile_check_response.go ├── model_eks_infrastructure_outputs.go ├── model_env_deployment_status.go ├── model_environment.go ├── model_environment_all_of_cloud_provider.go ├── model_environment_deployment_rule.go ├── model_environment_deployment_rule_edit_request.go ├── model_environment_deployment_status_enum.go ├── model_environment_edit_request.go ├── model_environment_log.go ├── model_environment_log_response_list.go ├── model_environment_log_scope.go ├── model_environment_log_type_enum.go ├── model_environment_logs.go ├── model_environment_logs_details.go ├── model_environment_logs_details_stage.go ├── model_environment_logs_details_transmitter.go ├── model_environment_logs_error.go ├── model_environment_logs_error_underlying_error.go ├── model_environment_logs_message.go ├── model_environment_mode_enum.go ├── model_environment_response_list.go ├── model_environment_service_ids_all_request.go ├── model_environment_stats.go ├── model_environment_stats_response_list.go ├── model_environment_status.go ├── model_environment_status_event_origin_enum.go ├── model_environment_status_list.go ├── model_environment_statuses.go ├── model_environment_statuses_with_stages.go ├── model_environment_statuses_with_stages_pre_check_stage.go ├── model_environment_total_number.go ├── model_environment_variable.go ├── model_environment_variable_alias.go ├── model_environment_variable_edit_request.go ├── model_environment_variable_override.go ├── model_environment_variable_request.go ├── model_environment_variable_response_list.go ├── model_gcp_credentials_request.go ├── model_generic_cluster_credentials.go ├── model_generic_object_current_cost.go ├── model_get_cluster_kubernetes_events_200_response.go ├── model_get_cluster_kubernetes_events_200_response_results_inner.go ├── model_get_cluster_token_by_cluster_id_200_response.go ├── model_get_cluster_token_by_cluster_id_200_response_status.go ├── model_git_auth_provider.go ├── model_git_auth_provider_response_list.go ├── model_git_file_check_request.go ├── model_git_provider_enum.go ├── model_git_repository.go ├── model_git_repository_branch.go ├── model_git_repository_branch_response_list.go ├── model_git_repository_response_list.go ├── model_git_token_associated_service_response.go ├── model_git_token_associated_service_type.go ├── model_git_token_associated_services_response_list.go ├── model_git_token_request.go ├── model_git_token_response.go ├── model_git_token_response_list.go ├── model_gke_infrastructure_outputs.go ├── model_healthcheck.go ├── model_helm_advanced_settings.go ├── model_helm_check_request.go ├── model_helm_default_values_request.go ├── model_helm_default_values_request_all_of_source.go ├── model_helm_deploy_request.go ├── model_helm_deployment_restriction_request.go ├── model_helm_deployment_restriction_response.go ├── model_helm_deployment_restriction_response_list.go ├── model_helm_force_event.go ├── model_helm_git_repository_request.go ├── model_helm_port_protocol_enum.go ├── model_helm_port_request.go ├── model_helm_port_request_ports_inner.go ├── model_helm_port_request_ports_inner_all_of_one_of.go ├── model_helm_port_request_ports_inner_all_of_one_of_1.go ├── model_helm_port_response_base.go ├── model_helm_port_response_with_service_name.go ├── model_helm_port_response_with_service_selectors.go ├── model_helm_repository_associated_service_type.go ├── model_helm_repository_associated_services_response.go ├── model_helm_repository_associated_services_response_list.go ├── model_helm_repository_kind_enum.go ├── model_helm_repository_request.go ├── model_helm_repository_request_config.go ├── model_helm_repository_response.go ├── model_helm_repository_response_all_of_config.go ├── model_helm_repository_response_list.go ├── model_helm_request.go ├── model_helm_request_all_of_source.go ├── model_helm_request_all_of_source_one_of.go ├── model_helm_request_all_of_source_one_of_1.go ├── model_helm_request_all_of_source_one_of_1_helm_repository.go ├── model_helm_request_all_of_values_override.go ├── model_helm_request_all_of_values_override_file.go ├── model_helm_request_all_of_values_override_file_git.go ├── model_helm_request_all_of_values_override_file_raw.go ├── model_helm_request_all_of_values_override_file_raw_values.go ├── model_helm_response.go ├── model_helm_response_all_of_ports.go ├── model_helm_response_all_of_source.go ├── model_helm_response_all_of_source_one_of.go ├── model_helm_response_all_of_source_one_of_1.go ├── model_helm_response_all_of_values_override.go ├── model_helm_response_all_of_values_override_file.go ├── model_helm_response_all_of_values_override_file_git.go ├── model_helm_response_all_of_values_override_file_raw.go ├── model_helm_response_all_of_values_override_file_raw_values.go ├── model_helm_response_list.go ├── model_helm_source_git_response.go ├── model_helm_source_repository_response.go ├── model_helm_source_repository_response_repository.go ├── model_helm_version_response.go ├── model_helm_version_response_list.go ├── model_infrastructure_outputs.go ├── model_ingress_deployment_status_response.go ├── model_invite_member.go ├── model_invite_member_request.go ├── model_invite_member_response_list.go ├── model_invite_member_role_enum.go ├── model_invite_status_enum.go ├── model_invoice.go ├── model_invoice_response_list.go ├── model_invoice_status_enum.go ├── model_job_advanced_settings.go ├── model_job_cron_schedule.go ├── model_job_deploy_request.go ├── model_job_deployment_restriction_request.go ├── model_job_deployment_restriction_response.go ├── model_job_deployment_restriction_response_list.go ├── model_job_force_event.go ├── model_job_lifecycle_type_enum.go ├── model_job_lifecyle_schedule.go ├── model_job_request.go ├── model_job_request_all_of_schedule.go ├── model_job_request_all_of_schedule_cronjob.go ├── model_job_request_all_of_schedule_on_start.go ├── model_job_request_all_of_source.go ├── model_job_request_all_of_source_docker.go ├── model_job_request_all_of_source_image.go ├── model_job_response.go ├── model_job_response_list.go ├── model_job_schedule_event.go ├── model_job_source_docker_response.go ├── model_job_type_enum.go ├── model_kapsule_infrastructure_outputs.go ├── model_karpenter_default_node_pool_override.go ├── model_karpenter_node_pool.go ├── model_karpenter_node_pool_consolidation.go ├── model_karpenter_node_pool_limits.go ├── model_karpenter_node_pool_requirement.go ├── model_karpenter_node_pool_requirement_key.go ├── model_karpenter_node_pool_requirement_operator.go ├── model_karpenter_stable_node_pool_override.go ├── model_key.go ├── model_kubernetes_enum.go ├── model_kubernetes_metadata.go ├── model_kubernetes_selector.go ├── model_kubernetes_service.go ├── model_kubernetes_service_port.go ├── model_kubernetes_service_response_list.go ├── model_kubernetes_service_spec.go ├── model_label.go ├── model_labels_group_associated_item_type.go ├── model_lifecycle_job_response.go ├── model_lifecycle_job_response_all_of_schedule.go ├── model_lifecycle_template_list_response.go ├── model_lifecycle_template_list_response_results_inner.go ├── model_lifecycle_template_response.go ├── model_lifecycle_template_response_events_inner.go ├── model_lifecycle_template_response_resources.go ├── model_lifecycle_template_response_variables_inner.go ├── model_lifecycle_template_response_variables_inner_file.go ├── model_link.go ├── model_link_response_list.go ├── model_linked_service_type_enum.go ├── model_list_container_deployment_history_200_response.go ├── model_list_database_deployment_history_200_response.go ├── model_list_deployment_request_by_environment_id_200_response.go ├── model_list_deployment_request_by_service_id_200_response.go ├── model_list_helm_deployment_history_200_response.go ├── model_list_job_deployment_history_200_response.go ├── model_list_organization_annotations_group_200_response.go ├── model_list_organization_labels_group_200_response.go ├── model_list_services_by_environment_id_200_response.go ├── model_list_services_by_environment_id_200_response_results_inner.go ├── model_list_services_by_organization_id_200_response.go ├── model_log.go ├── model_log_response_list.go ├── model_managed_database_instance_type_response.go ├── model_managed_database_instance_type_response_list.go ├── model_managed_database_type_response.go ├── model_managed_database_type_response_list.go ├── model_member.go ├── model_member_response_list.go ├── model_member_role_update_request.go ├── model_metrics_configuration_managed_by_qovery.go ├── model_metrics_parameters.go ├── model_metrics_parameters_configuration.go ├── model_on_premise_credentials_request.go ├── model_organization.go ├── model_organization_all_of_organization_plan.go ├── model_organization_annotations_group_associated_items_response_list.go ├── model_organization_annotations_group_associated_items_response_list_results_inner.go ├── model_organization_annotations_group_create_request.go ├── model_organization_annotations_group_enriched_response.go ├── model_organization_annotations_group_response.go ├── model_organization_annotations_group_scope_enum.go ├── model_organization_api_token.go ├── model_organization_api_token_create.go ├── model_organization_api_token_create_request.go ├── model_organization_api_token_response_list.go ├── model_organization_api_token_scope.go ├── model_organization_available_role.go ├── model_organization_available_role_list.go ├── model_organization_billing_usage_report_request.go ├── model_organization_billing_usage_report_response.go ├── model_organization_change_plan_request.go ├── model_organization_container_auto_deploy_request.go ├── model_organization_container_preview_request.go ├── model_organization_credit_code_request.go ├── model_organization_current_cost.go ├── model_organization_custom_role.go ├── model_organization_custom_role_cluster_permission.go ├── model_organization_custom_role_cluster_permissions_inner.go ├── model_organization_custom_role_create_request.go ├── model_organization_custom_role_list.go ├── model_organization_custom_role_project_permission.go ├── model_organization_custom_role_project_permissions_inner.go ├── model_organization_custom_role_update_request.go ├── model_organization_custom_role_update_request_cluster_permissions_inner.go ├── model_organization_custom_role_update_request_project_permissions_inner.go ├── model_organization_custom_role_update_request_project_permissions_inner_permissions_inner.go ├── model_organization_edit_request.go ├── model_organization_event_origin.go ├── model_organization_event_response.go ├── model_organization_event_response_list.go ├── model_organization_event_response_list_links.go ├── model_organization_event_sub_target_type.go ├── model_organization_event_target_response_list.go ├── model_organization_event_target_type.go ├── model_organization_event_type.go ├── model_organization_github_app_connect_request.go ├── model_organization_job_auto_deploy_request.go ├── model_organization_labels_group_associated_items_response_list.go ├── model_organization_labels_group_associated_items_response_list_results_inner.go ├── model_organization_labels_group_create_request.go ├── model_organization_labels_group_enriched_response.go ├── model_organization_labels_group_response.go ├── model_organization_request.go ├── model_organization_response_list.go ├── model_organization_webhook_create_request.go ├── model_organization_webhook_create_response.go ├── model_organization_webhook_event_enum.go ├── model_organization_webhook_kind_enum.go ├── model_organization_webhook_response.go ├── model_organization_webhook_response_list.go ├── model_pagination_data.go ├── model_plan_enum.go ├── model_port_protocol_enum.go ├── model_probe.go ├── model_probe_type.go ├── model_probe_type_exec.go ├── model_probe_type_grpc.go ├── model_probe_type_http.go ├── model_probe_type_tcp.go ├── model_project.go ├── model_project_current_cost.go ├── model_project_current_cost_response_list.go ├── model_project_deployment_rule.go ├── model_project_deployment_rule_request.go ├── model_project_deployment_rule_response_list.go ├── model_project_deployment_rules_priority_order_request.go ├── model_project_request.go ├── model_project_response_list.go ├── model_project_stats.go ├── model_project_stats_response_list.go ├── model_queued_deployment_request_for_service.go ├── model_queued_deployment_request_for_service_auditing_data.go ├── model_queued_deployment_request_for_service_identifier.go ├── model_queued_deployment_request_with_stages.go ├── model_queued_deployment_request_with_stages_auditing_data.go ├── model_queued_deployment_request_with_stages_identifier.go ├── model_queued_deployment_request_with_stages_stages_inner.go ├── model_queued_deployment_request_with_stages_stages_inner_services_inner.go ├── model_queued_deployment_request_with_stages_stages_inner_services_inner_details.go ├── model_queued_deployment_request_with_stages_stages_inner_services_inner_details_one_of.go ├── model_queued_deployment_request_with_stages_stages_inner_services_inner_identifier.go ├── model_reboot_services_request.go ├── model_reference_object.go ├── model_reference_object_status.go ├── model_reference_object_status_response_list.go ├── model_referral.go ├── model_registry_mirroring_mode_enum.go ├── model_reward_claim.go ├── model_scaleway_cluster_credentials.go ├── model_scaleway_credentials_request.go ├── model_secret.go ├── model_secret_alias.go ├── model_secret_edit_request.go ├── model_secret_override.go ├── model_secret_request.go ├── model_secret_response_list.go ├── model_service.go ├── model_service_action_enum.go ├── model_service_action_status_enum.go ├── model_service_annotation_request.go ├── model_service_deployment_status_enum.go ├── model_service_label_request.go ├── model_service_light_response.go ├── model_service_port.go ├── model_service_port_request.go ├── model_service_port_request_ports_inner.go ├── model_service_step_metric.go ├── model_service_step_metric_name_enum.go ├── model_service_step_metrics.go ├── model_service_storage.go ├── model_service_storage_request.go ├── model_service_storage_request_storage_inner.go ├── model_service_storage_storage_inner.go ├── model_service_total_number.go ├── model_service_type_enum.go ├── model_service_type_for_variable_enum.go ├── model_sign_up.go ├── model_sign_up_request.go ├── model_stage.go ├── model_stage_status_enum.go ├── model_stage_step_metric.go ├── model_stage_step_metric_name_enum.go ├── model_stage_step_metrics.go ├── model_state_enum.go ├── model_status.go ├── model_status_details.go ├── model_status_kind_enum.go ├── model_step_metric_status_enum.go ├── model_storage_type_enum.go ├── model_terraform_advanced_settings.go ├── model_terraform_deploy_request.go ├── model_terraform_deployment_restriction_request.go ├── model_terraform_deployment_restriction_response.go ├── model_terraform_deployment_restriction_response_list.go ├── model_terraform_files_source_request.go ├── model_terraform_git_repository_request.go ├── model_terraform_job_resources_response.go ├── model_terraform_provider_version.go ├── model_terraform_request.go ├── model_terraform_request_job_resources.go ├── model_terraform_request_terraform_files_source.go ├── model_terraform_request_terraform_files_source_one_of.go ├── model_terraform_response.go ├── model_terraform_response_list.go ├── model_terraform_variables_source_request.go ├── model_terraform_variables_source_response.go ├── model_transfer_ownership_request.go ├── model_type_of_use_enum.go ├── model_user.go ├── model_user_response_list.go ├── model_value.go ├── model_variable_alias.go ├── model_variable_alias_request.go ├── model_variable_edit_request.go ├── model_variable_import.go ├── model_variable_import_request.go ├── model_variable_import_request_vars_inner.go ├── model_variable_import_successful_imported_variables_inner.go ├── model_variable_override.go ├── model_variable_override_request.go ├── model_variable_request.go ├── model_variable_response.go ├── model_variable_response_list.go ├── model_version.go ├── model_version_response_list.go ├── model_weekday_enum.go ├── response.go ├── test ├── api_account_info_test.go ├── api_application_actions_test.go ├── api_application_configuration_test.go ├── api_application_custom_domain_test.go ├── api_application_deployment_history_test.go ├── api_application_deployment_restriction_test.go ├── api_application_environment_variable_test.go ├── api_application_logs_test.go ├── api_application_main_calls_test.go ├── api_application_secret_test.go ├── api_applications_test.go ├── api_backups_test.go ├── api_billing_test.go ├── api_cloud_provider_credentials_test.go ├── api_cloud_provider_test.go ├── api_clusters_test.go ├── api_container_actions_test.go ├── api_container_configuration_test.go ├── api_container_custom_domain_test.go ├── api_container_deployment_history_test.go ├── api_container_environment_variable_test.go ├── api_container_logs_test.go ├── api_container_main_calls_test.go ├── api_container_registries_test.go ├── api_container_secret_test.go ├── api_containers_test.go ├── api_database_actions_test.go ├── api_database_application_test.go ├── api_database_deployment_history_test.go ├── api_database_main_calls_test.go ├── api_databases_test.go ├── api_default_test.go ├── api_deployment_queue_actions_test.go ├── api_deployment_stage_main_calls_test.go ├── api_environment_actions_test.go ├── api_environment_deployment_history_test.go ├── api_environment_deployment_rule_test.go ├── api_environment_export_test.go ├── api_environment_logs_test.go ├── api_environment_main_calls_test.go ├── api_environment_secret_test.go ├── api_environment_test.go ├── api_environment_variable_test.go ├── api_environments_test.go ├── api_git_repositories_test.go ├── api_github_app_test.go ├── api_helm_actions_test.go ├── api_helm_configuration_test.go ├── api_helm_custom_domain_test.go ├── api_helm_deployment_history_test.go ├── api_helm_deployment_restriction_test.go ├── api_helm_main_calls_test.go ├── api_helm_repositories_test.go ├── api_helms_test.go ├── api_job_actions_test.go ├── api_job_configuration_test.go ├── api_job_deployment_history_test.go ├── api_job_deployment_restriction_test.go ├── api_job_environment_variable_test.go ├── api_job_main_calls_test.go ├── api_job_secret_test.go ├── api_jobs_test.go ├── api_lifecycle_template_main_calls_test.go ├── api_members_test.go ├── api_organization_account_git_repositories_test.go ├── api_organization_annotations_group_test.go ├── api_organization_api_token_test.go ├── api_organization_cluster_lock_test.go ├── api_organization_custom_role_test.go ├── api_organization_event_test.go ├── api_organization_labels_group_test.go ├── api_organization_main_calls_test.go ├── api_organization_webhook_test.go ├── api_project_deployment_rule_test.go ├── api_project_environment_variable_test.go ├── api_project_main_calls_test.go ├── api_project_secret_test.go ├── api_projects_test.go ├── api_referral_rewards_test.go ├── api_service_status_test.go ├── api_terraform_actions_test.go ├── api_terraform_configuration_test.go ├── api_terraform_deployment_history_test.go ├── api_terraform_deployment_restriction_test.go ├── api_terraform_main_calls_test.go ├── api_terraforms_test.go ├── api_user_sign_up_test.go └── api_variable_main_calls_test.go └── utils.go /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 | *.o 3 | *.a 4 | *.so 5 | 6 | # Folders 7 | _obj 8 | _test 9 | 10 | # Architecture specific extensions/prefixes 11 | *.[568vq] 12 | [568vq].out 13 | 14 | *.cgo1.go 15 | *.cgo2.c 16 | _cgo_defun.c 17 | _cgo_gotypes.go 18 | _cgo_export.* 19 | 20 | _testmain.go 21 | 22 | *.exe 23 | *.test 24 | *.prof 25 | -------------------------------------------------------------------------------- /.openapi-generator-ignore: -------------------------------------------------------------------------------- 1 | # OpenAPI Generator Ignore 2 | # Generated by openapi-generator https://github.com/openapitools/openapi-generator 3 | 4 | # Use this file to prevent files from being overwritten by the generator. 5 | # The patterns follow closely to .gitignore or .dockerignore. 6 | 7 | # As an example, the C# client generator defines ApiClient.cs. 8 | # You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line: 9 | #ApiClient.cs 10 | 11 | # You can match any string of characters against a directory, file or extension with a single asterisk (*): 12 | #foo/*/qux 13 | # The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux 14 | 15 | # You can recursively match patterns against a directory, file or extension with a double asterisk (**): 16 | #foo/**/qux 17 | # This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux 18 | 19 | # You can also negate patterns with an exclamation (!). 20 | # For example, you can ignore all files in a docs folder with the file extension .md: 21 | #docs/*.md 22 | # Then explicitly reverse the ignore rule for a single file: 23 | #!docs/README.md 24 | -------------------------------------------------------------------------------- /.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 7.6.0 2 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: go 2 | 3 | install: 4 | - go get -d -v . 5 | 6 | script: 7 | - go build -v ./ 8 | 9 | -------------------------------------------------------------------------------- /docs/APIVariableScopeEnum.md: -------------------------------------------------------------------------------- 1 | # APIVariableScopeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `APPLICATION` (value: `"APPLICATION"`) 7 | 8 | * `BUILT_IN` (value: `"BUILT_IN"`) 9 | 10 | * `ENVIRONMENT` (value: `"ENVIRONMENT"`) 11 | 12 | * `PROJECT` (value: `"PROJECT"`) 13 | 14 | * `CONTAINER` (value: `"CONTAINER"`) 15 | 16 | * `JOB` (value: `"JOB"`) 17 | 18 | * `HELM` (value: `"HELM"`) 19 | 20 | * `TERRAFORM` (value: `"TERRAFORM"`) 21 | 22 | 23 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 24 | 25 | 26 | -------------------------------------------------------------------------------- /docs/APIVariableTypeEnum.md: -------------------------------------------------------------------------------- 1 | # APIVariableTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `VALUE` (value: `"VALUE"`) 7 | 8 | * `ALIAS` (value: `"ALIAS"`) 9 | 10 | * `OVERRIDE` (value: `"OVERRIDE"`) 11 | 12 | * `BUILT_IN` (value: `"BUILT_IN"`) 13 | 14 | * `FILE` (value: `"FILE"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/AnnotationsGroupAssociatedItemType.md: -------------------------------------------------------------------------------- 1 | # AnnotationsGroupAssociatedItemType 2 | 3 | ## Enum 4 | 5 | 6 | * `APPLICATION` (value: `"APPLICATION"`) 7 | 8 | * `DATABASE` (value: `"DATABASE"`) 9 | 10 | * `CONTAINER` (value: `"CONTAINER"`) 11 | 12 | * `LIFECYCLE` (value: `"LIFECYCLE"`) 13 | 14 | * `ENVIRONMENT` (value: `"ENVIRONMENT"`) 15 | 16 | * `CLUSTER` (value: `"CLUSTER"`) 17 | 18 | * `CRON` (value: `"CRON"`) 19 | 20 | 21 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/ApplicationResponseList.md: -------------------------------------------------------------------------------- 1 | # ApplicationResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Application**](Application.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewApplicationResponseList 12 | 13 | `func NewApplicationResponseList() *ApplicationResponseList` 14 | 15 | NewApplicationResponseList instantiates a new ApplicationResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewApplicationResponseListWithDefaults 21 | 22 | `func NewApplicationResponseListWithDefaults() *ApplicationResponseList` 23 | 24 | NewApplicationResponseListWithDefaults instantiates a new ApplicationResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *ApplicationResponseList) GetResults() []Application` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *ApplicationResponseList) GetResultsOk() (*[]Application, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *ApplicationResponseList) SetResults(v []Application)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *ApplicationResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/BackupResponseList.md: -------------------------------------------------------------------------------- 1 | # BackupResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Backup**](Backup.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewBackupResponseList 12 | 13 | `func NewBackupResponseList() *BackupResponseList` 14 | 15 | NewBackupResponseList instantiates a new BackupResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewBackupResponseListWithDefaults 21 | 22 | `func NewBackupResponseListWithDefaults() *BackupResponseList` 23 | 24 | NewBackupResponseListWithDefaults instantiates a new BackupResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *BackupResponseList) GetResults() []Backup` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *BackupResponseList) GetResultsOk() (*[]Backup, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *BackupResponseList) SetResults(v []Backup)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *BackupResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/BaseJobResponseAllOfSourceOneOf.md: -------------------------------------------------------------------------------- 1 | # BaseJobResponseAllOfSourceOneOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Image** | [**ContainerSource**](ContainerSource.md) | | 8 | 9 | ## Methods 10 | 11 | ### NewBaseJobResponseAllOfSourceOneOf 12 | 13 | `func NewBaseJobResponseAllOfSourceOneOf(image ContainerSource, ) *BaseJobResponseAllOfSourceOneOf` 14 | 15 | NewBaseJobResponseAllOfSourceOneOf instantiates a new BaseJobResponseAllOfSourceOneOf object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewBaseJobResponseAllOfSourceOneOfWithDefaults 21 | 22 | `func NewBaseJobResponseAllOfSourceOneOfWithDefaults() *BaseJobResponseAllOfSourceOneOf` 23 | 24 | NewBaseJobResponseAllOfSourceOneOfWithDefaults instantiates a new BaseJobResponseAllOfSourceOneOf object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetImage 29 | 30 | `func (o *BaseJobResponseAllOfSourceOneOf) GetImage() ContainerSource` 31 | 32 | GetImage returns the Image field if non-nil, zero value otherwise. 33 | 34 | ### GetImageOk 35 | 36 | `func (o *BaseJobResponseAllOfSourceOneOf) GetImageOk() (*ContainerSource, bool)` 37 | 38 | GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetImage 42 | 43 | `func (o *BaseJobResponseAllOfSourceOneOf) SetImage(v ContainerSource)` 44 | 45 | SetImage sets Image field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/BaseJobResponseAllOfSourceOneOf1.md: -------------------------------------------------------------------------------- 1 | # BaseJobResponseAllOfSourceOneOf1 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Docker** | [**JobSourceDockerResponse**](JobSourceDockerResponse.md) | | 8 | 9 | ## Methods 10 | 11 | ### NewBaseJobResponseAllOfSourceOneOf1 12 | 13 | `func NewBaseJobResponseAllOfSourceOneOf1(docker JobSourceDockerResponse, ) *BaseJobResponseAllOfSourceOneOf1` 14 | 15 | NewBaseJobResponseAllOfSourceOneOf1 instantiates a new BaseJobResponseAllOfSourceOneOf1 object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewBaseJobResponseAllOfSourceOneOf1WithDefaults 21 | 22 | `func NewBaseJobResponseAllOfSourceOneOf1WithDefaults() *BaseJobResponseAllOfSourceOneOf1` 23 | 24 | NewBaseJobResponseAllOfSourceOneOf1WithDefaults instantiates a new BaseJobResponseAllOfSourceOneOf1 object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetDocker 29 | 30 | `func (o *BaseJobResponseAllOfSourceOneOf1) GetDocker() JobSourceDockerResponse` 31 | 32 | GetDocker returns the Docker field if non-nil, zero value otherwise. 33 | 34 | ### GetDockerOk 35 | 36 | `func (o *BaseJobResponseAllOfSourceOneOf1) GetDockerOk() (*JobSourceDockerResponse, bool)` 37 | 38 | GetDockerOk returns a tuple with the Docker field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetDocker 42 | 43 | `func (o *BaseJobResponseAllOfSourceOneOf1) SetDocker(v JobSourceDockerResponse)` 44 | 45 | SetDocker sets Docker field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/BillingExternalId.md: -------------------------------------------------------------------------------- 1 | # BillingExternalId 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Id** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewBillingExternalId 12 | 13 | `func NewBillingExternalId() *BillingExternalId` 14 | 15 | NewBillingExternalId instantiates a new BillingExternalId object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewBillingExternalIdWithDefaults 21 | 22 | `func NewBillingExternalIdWithDefaults() *BillingExternalId` 23 | 24 | NewBillingExternalIdWithDefaults instantiates a new BillingExternalId object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetId 29 | 30 | `func (o *BillingExternalId) GetId() string` 31 | 32 | GetId returns the Id field if non-nil, zero value otherwise. 33 | 34 | ### GetIdOk 35 | 36 | `func (o *BillingExternalId) GetIdOk() (*string, bool)` 37 | 38 | GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetId 42 | 43 | `func (o *BillingExternalId) SetId(v string)` 44 | 45 | SetId sets Id field to given value. 46 | 47 | ### HasId 48 | 49 | `func (o *BillingExternalId) HasId() bool` 50 | 51 | HasId returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/BuildModeEnum.md: -------------------------------------------------------------------------------- 1 | # BuildModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `DOCKER` (value: `"DOCKER"`) 7 | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/CheckedCustomDomainStatus.md: -------------------------------------------------------------------------------- 1 | # CheckedCustomDomainStatus 2 | 3 | ## Enum 4 | 5 | 6 | * `RESOLVES_TO_IP` (value: `"RESOLVES_TO_IP"`) 7 | 8 | * `MATCHES_LOAD_BALANCER_HOST` (value: `"MATCHES_LOAD_BALANCER_HOST"`) 9 | 10 | * `DOMAIN_NOT_CONFIGURED` (value: `"DOMAIN_NOT_CONFIGURED"`) 11 | 12 | * `DOMAIN_LINKED_TO_WRONG_HOST` (value: `"DOMAIN_LINKED_TO_WRONG_HOST"`) 13 | 14 | * `GENERIC_FAILURE` (value: `"GENERIC_FAILURE"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/CheckedCustomDomainsResponse.md: -------------------------------------------------------------------------------- 1 | # CheckedCustomDomainsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | [**[]CheckedCustomDomainResponse**](CheckedCustomDomainResponse.md) | | 8 | 9 | ## Methods 10 | 11 | ### NewCheckedCustomDomainsResponse 12 | 13 | `func NewCheckedCustomDomainsResponse(results []CheckedCustomDomainResponse, ) *CheckedCustomDomainsResponse` 14 | 15 | NewCheckedCustomDomainsResponse instantiates a new CheckedCustomDomainsResponse object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewCheckedCustomDomainsResponseWithDefaults 21 | 22 | `func NewCheckedCustomDomainsResponseWithDefaults() *CheckedCustomDomainsResponse` 23 | 24 | NewCheckedCustomDomainsResponseWithDefaults instantiates a new CheckedCustomDomainsResponse object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *CheckedCustomDomainsResponse) GetResults() []CheckedCustomDomainResponse` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *CheckedCustomDomainsResponse) GetResultsOk() (*[]CheckedCustomDomainResponse, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *CheckedCustomDomainsResponse) SetResults(v []CheckedCustomDomainResponse)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/CleanFailedJobsRequest.md: -------------------------------------------------------------------------------- 1 | # CleanFailedJobsRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **JobIds** | Pointer to **[]string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewCleanFailedJobsRequest 12 | 13 | `func NewCleanFailedJobsRequest() *CleanFailedJobsRequest` 14 | 15 | NewCleanFailedJobsRequest instantiates a new CleanFailedJobsRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewCleanFailedJobsRequestWithDefaults 21 | 22 | `func NewCleanFailedJobsRequestWithDefaults() *CleanFailedJobsRequest` 23 | 24 | NewCleanFailedJobsRequestWithDefaults instantiates a new CleanFailedJobsRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetJobIds 29 | 30 | `func (o *CleanFailedJobsRequest) GetJobIds() []string` 31 | 32 | GetJobIds returns the JobIds field if non-nil, zero value otherwise. 33 | 34 | ### GetJobIdsOk 35 | 36 | `func (o *CleanFailedJobsRequest) GetJobIdsOk() (*[]string, bool)` 37 | 38 | GetJobIdsOk returns a tuple with the JobIds field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetJobIds 42 | 43 | `func (o *CleanFailedJobsRequest) SetJobIds(v []string)` 44 | 45 | SetJobIds sets JobIds field to given value. 46 | 47 | ### HasJobIds 48 | 49 | `func (o *CleanFailedJobsRequest) HasJobIds() bool` 50 | 51 | HasJobIds returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/CloudProviderEnum.md: -------------------------------------------------------------------------------- 1 | # CloudProviderEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `AWS` (value: `"AWS"`) 7 | 8 | * `SCW` (value: `"SCW"`) 9 | 10 | * `GCP` (value: `"GCP"`) 11 | 12 | * `ON_PREMISE` (value: `"ON_PREMISE"`) 13 | 14 | * `AZURE` (value: `"AZURE"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/CloudVendorEnum.md: -------------------------------------------------------------------------------- 1 | # CloudVendorEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `AWS` (value: `"AWS"`) 7 | 8 | * `SCW` (value: `"SCW"`) 9 | 10 | * `GCP` (value: `"GCP"`) 11 | 12 | * `DO` (value: `"DO"`) 13 | 14 | * `AZURE` (value: `"AZURE"`) 15 | 16 | * `OVH` (value: `"OVH"`) 17 | 18 | * `CIVO` (value: `"CIVO"`) 19 | 20 | * `HETZNER` (value: `"HETZNER"`) 21 | 22 | * `ORACLE` (value: `"ORACLE"`) 23 | 24 | * `IBM` (value: `"IBM"`) 25 | 26 | * `ON_PREMISE` (value: `"ON_PREMISE"`) 27 | 28 | 29 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 30 | 31 | 32 | -------------------------------------------------------------------------------- /docs/ClusterDeleteMode.md: -------------------------------------------------------------------------------- 1 | # ClusterDeleteMode 2 | 3 | ## Enum 4 | 5 | 6 | * `DEFAULT` (value: `"DEFAULT"`) 7 | 8 | * `DELETE_CLUSTER_AND_QOVERY_CONFIG` (value: `"DELETE_CLUSTER_AND_QOVERY_CONFIG"`) 9 | 10 | * `DELETE_QOVERY_CONFIG` (value: `"DELETE_QOVERY_CONFIG"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ClusterDeploymentStatusEnum.md: -------------------------------------------------------------------------------- 1 | # ClusterDeploymentStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `NEVER_DEPLOYED` (value: `"NEVER_DEPLOYED"`) 7 | 8 | * `OUT_OF_DATE` (value: `"OUT_OF_DATE"`) 9 | 10 | * `UP_TO_DATE` (value: `"UP_TO_DATE"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ClusterFeatureResponseAcceptedValuesInner.md: -------------------------------------------------------------------------------- 1 | # ClusterFeatureResponseAcceptedValuesInner 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | ## Methods 9 | 10 | ### NewClusterFeatureResponseAcceptedValuesInner 11 | 12 | `func NewClusterFeatureResponseAcceptedValuesInner() *ClusterFeatureResponseAcceptedValuesInner` 13 | 14 | NewClusterFeatureResponseAcceptedValuesInner instantiates a new ClusterFeatureResponseAcceptedValuesInner object 15 | This constructor will assign default values to properties that have it defined, 16 | and makes sure properties required by API are set, but the set of arguments 17 | will change when the set of required properties is changed 18 | 19 | ### NewClusterFeatureResponseAcceptedValuesInnerWithDefaults 20 | 21 | `func NewClusterFeatureResponseAcceptedValuesInnerWithDefaults() *ClusterFeatureResponseAcceptedValuesInner` 22 | 23 | NewClusterFeatureResponseAcceptedValuesInnerWithDefaults instantiates a new ClusterFeatureResponseAcceptedValuesInner object 24 | This constructor will only assign default values to properties that have it defined, 25 | but it doesn't guarantee that properties required by API are set 26 | 27 | 28 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/ClusterFeatureResponseTypeEnum.md: -------------------------------------------------------------------------------- 1 | # ClusterFeatureResponseTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `STRING` (value: `"STRING"`) 7 | 8 | * `BOOLEAN` (value: `"BOOLEAN"`) 9 | 10 | * `AWS_USER_PROVIDED_NETWORK` (value: `"AWS_USER_PROVIDED_NETWORK"`) 11 | 12 | * `GCP_USER_PROVIDED_NETWORK` (value: `"GCP_USER_PROVIDED_NETWORK"`) 13 | 14 | * `KARPENTER` (value: `"KARPENTER"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/ClusterLockList.md: -------------------------------------------------------------------------------- 1 | # ClusterLockList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]ClusterLock**](ClusterLock.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewClusterLockList 12 | 13 | `func NewClusterLockList() *ClusterLockList` 14 | 15 | NewClusterLockList instantiates a new ClusterLockList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewClusterLockListWithDefaults 21 | 22 | `func NewClusterLockListWithDefaults() *ClusterLockList` 23 | 24 | NewClusterLockListWithDefaults instantiates a new ClusterLockList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *ClusterLockList) GetResults() []ClusterLock` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *ClusterLockList) GetResultsOk() (*[]ClusterLock, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *ClusterLockList) SetResults(v []ClusterLock)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *ClusterLockList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ClusterLogsMessage.md: -------------------------------------------------------------------------------- 1 | # ClusterLogsMessage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **SafeMessage** | Pointer to **string** | log global message | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewClusterLogsMessage 12 | 13 | `func NewClusterLogsMessage() *ClusterLogsMessage` 14 | 15 | NewClusterLogsMessage instantiates a new ClusterLogsMessage object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewClusterLogsMessageWithDefaults 21 | 22 | `func NewClusterLogsMessageWithDefaults() *ClusterLogsMessage` 23 | 24 | NewClusterLogsMessageWithDefaults instantiates a new ClusterLogsMessage object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetSafeMessage 29 | 30 | `func (o *ClusterLogsMessage) GetSafeMessage() string` 31 | 32 | GetSafeMessage returns the SafeMessage field if non-nil, zero value otherwise. 33 | 34 | ### GetSafeMessageOk 35 | 36 | `func (o *ClusterLogsMessage) GetSafeMessageOk() (*string, bool)` 37 | 38 | GetSafeMessageOk returns a tuple with the SafeMessage field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetSafeMessage 42 | 43 | `func (o *ClusterLogsMessage) SetSafeMessage(v string)` 44 | 45 | SetSafeMessage sets SafeMessage field to given value. 46 | 47 | ### HasSafeMessage 48 | 49 | `func (o *ClusterLogsMessage) HasSafeMessage() bool` 50 | 51 | HasSafeMessage returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ClusterLogsResponseList.md: -------------------------------------------------------------------------------- 1 | # ClusterLogsResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]ClusterLogs**](ClusterLogs.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewClusterLogsResponseList 12 | 13 | `func NewClusterLogsResponseList() *ClusterLogsResponseList` 14 | 15 | NewClusterLogsResponseList instantiates a new ClusterLogsResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewClusterLogsResponseListWithDefaults 21 | 22 | `func NewClusterLogsResponseListWithDefaults() *ClusterLogsResponseList` 23 | 24 | NewClusterLogsResponseListWithDefaults instantiates a new ClusterLogsResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *ClusterLogsResponseList) GetResults() []ClusterLogs` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *ClusterLogsResponseList) GetResultsOk() (*[]ClusterLogs, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *ClusterLogsResponseList) SetResults(v []ClusterLogs)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *ClusterLogsResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ClusterMetricsResponse.md: -------------------------------------------------------------------------------- 1 | # ClusterMetricsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Metrics** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewClusterMetricsResponse 12 | 13 | `func NewClusterMetricsResponse() *ClusterMetricsResponse` 14 | 15 | NewClusterMetricsResponse instantiates a new ClusterMetricsResponse object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewClusterMetricsResponseWithDefaults 21 | 22 | `func NewClusterMetricsResponseWithDefaults() *ClusterMetricsResponse` 23 | 24 | NewClusterMetricsResponseWithDefaults instantiates a new ClusterMetricsResponse object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetMetrics 29 | 30 | `func (o *ClusterMetricsResponse) GetMetrics() string` 31 | 32 | GetMetrics returns the Metrics field if non-nil, zero value otherwise. 33 | 34 | ### GetMetricsOk 35 | 36 | `func (o *ClusterMetricsResponse) GetMetricsOk() (*string, bool)` 37 | 38 | GetMetricsOk returns a tuple with the Metrics field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetMetrics 42 | 43 | `func (o *ClusterMetricsResponse) SetMetrics(v string)` 44 | 45 | SetMetrics sets Metrics field to given value. 46 | 47 | ### HasMetrics 48 | 49 | `func (o *ClusterMetricsResponse) HasMetrics() bool` 50 | 51 | HasMetrics returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ClusterReadinessStatus.md: -------------------------------------------------------------------------------- 1 | # ClusterReadinessStatus 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **IsReady** | Pointer to **bool** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewClusterReadinessStatus 12 | 13 | `func NewClusterReadinessStatus() *ClusterReadinessStatus` 14 | 15 | NewClusterReadinessStatus instantiates a new ClusterReadinessStatus object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewClusterReadinessStatusWithDefaults 21 | 22 | `func NewClusterReadinessStatusWithDefaults() *ClusterReadinessStatus` 23 | 24 | NewClusterReadinessStatusWithDefaults instantiates a new ClusterReadinessStatus object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetIsReady 29 | 30 | `func (o *ClusterReadinessStatus) GetIsReady() bool` 31 | 32 | GetIsReady returns the IsReady field if non-nil, zero value otherwise. 33 | 34 | ### GetIsReadyOk 35 | 36 | `func (o *ClusterReadinessStatus) GetIsReadyOk() (*bool, bool)` 37 | 38 | GetIsReadyOk returns a tuple with the IsReady field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetIsReady 42 | 43 | `func (o *ClusterReadinessStatus) SetIsReady(v bool)` 44 | 45 | SetIsReady sets IsReady field to given value. 46 | 47 | ### HasIsReady 48 | 49 | `func (o *ClusterReadinessStatus) HasIsReady() bool` 50 | 51 | HasIsReady returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ClusterResponseList.md: -------------------------------------------------------------------------------- 1 | # ClusterResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Cluster**](Cluster.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewClusterResponseList 12 | 13 | `func NewClusterResponseList() *ClusterResponseList` 14 | 15 | NewClusterResponseList instantiates a new ClusterResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewClusterResponseListWithDefaults 21 | 22 | `func NewClusterResponseListWithDefaults() *ClusterResponseList` 23 | 24 | NewClusterResponseListWithDefaults instantiates a new ClusterResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *ClusterResponseList) GetResults() []Cluster` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *ClusterResponseList) GetResultsOk() (*[]Cluster, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *ClusterResponseList) SetResults(v []Cluster)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *ClusterResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ClusterRoutingTableRequest.md: -------------------------------------------------------------------------------- 1 | # ClusterRoutingTableRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Routes** | [**[]ClusterRoutingTableResultsInner**](ClusterRoutingTableResultsInner.md) | | 8 | 9 | ## Methods 10 | 11 | ### NewClusterRoutingTableRequest 12 | 13 | `func NewClusterRoutingTableRequest(routes []ClusterRoutingTableResultsInner, ) *ClusterRoutingTableRequest` 14 | 15 | NewClusterRoutingTableRequest instantiates a new ClusterRoutingTableRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewClusterRoutingTableRequestWithDefaults 21 | 22 | `func NewClusterRoutingTableRequestWithDefaults() *ClusterRoutingTableRequest` 23 | 24 | NewClusterRoutingTableRequestWithDefaults instantiates a new ClusterRoutingTableRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetRoutes 29 | 30 | `func (o *ClusterRoutingTableRequest) GetRoutes() []ClusterRoutingTableResultsInner` 31 | 32 | GetRoutes returns the Routes field if non-nil, zero value otherwise. 33 | 34 | ### GetRoutesOk 35 | 36 | `func (o *ClusterRoutingTableRequest) GetRoutesOk() (*[]ClusterRoutingTableResultsInner, bool)` 37 | 38 | GetRoutesOk returns a tuple with the Routes field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetRoutes 42 | 43 | `func (o *ClusterRoutingTableRequest) SetRoutes(v []ClusterRoutingTableResultsInner)` 44 | 45 | SetRoutes sets Routes field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/ClusterStateEnum.md: -------------------------------------------------------------------------------- 1 | # ClusterStateEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `BUILDING` (value: `"BUILDING"`) 7 | 8 | * `BUILD_ERROR` (value: `"BUILD_ERROR"`) 9 | 10 | * `CANCELED` (value: `"CANCELED"`) 11 | 12 | * `CANCELING` (value: `"CANCELING"`) 13 | 14 | * `DELETED` (value: `"DELETED"`) 15 | 16 | * `DELETE_ERROR` (value: `"DELETE_ERROR"`) 17 | 18 | * `DELETE_QUEUED` (value: `"DELETE_QUEUED"`) 19 | 20 | * `DELETING` (value: `"DELETING"`) 21 | 22 | * `DEPLOYED` (value: `"DEPLOYED"`) 23 | 24 | * `DEPLOYING` (value: `"DEPLOYING"`) 25 | 26 | * `DEPLOYMENT_ERROR` (value: `"DEPLOYMENT_ERROR"`) 27 | 28 | * `DEPLOYMENT_QUEUED` (value: `"DEPLOYMENT_QUEUED"`) 29 | 30 | * `DRY_RUN` (value: `"DRY_RUN"`) 31 | 32 | * `QUEUED` (value: `"QUEUED"`) 33 | 34 | * `READY` (value: `"READY"`) 35 | 36 | * `STOPPED` (value: `"STOPPED"`) 37 | 38 | * `STOPPING` (value: `"STOPPING"`) 39 | 40 | * `STOP_ERROR` (value: `"STOP_ERROR"`) 41 | 42 | * `STOP_QUEUED` (value: `"STOP_QUEUED"`) 43 | 44 | * `RESTART_QUEUED` (value: `"RESTART_QUEUED"`) 45 | 46 | * `RESTARTING` (value: `"RESTARTING"`) 47 | 48 | * `RESTARTED` (value: `"RESTARTED"`) 49 | 50 | * `RESTART_ERROR` (value: `"RESTART_ERROR"`) 51 | 52 | * `INVALID_CREDENTIALS` (value: `"INVALID_CREDENTIALS"`) 53 | 54 | 55 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 56 | 57 | 58 | -------------------------------------------------------------------------------- /docs/CommitResponseList.md: -------------------------------------------------------------------------------- 1 | # CommitResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Commit**](Commit.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewCommitResponseList 12 | 13 | `func NewCommitResponseList() *CommitResponseList` 14 | 15 | NewCommitResponseList instantiates a new CommitResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewCommitResponseListWithDefaults 21 | 22 | `func NewCommitResponseListWithDefaults() *CommitResponseList` 23 | 24 | NewCommitResponseListWithDefaults instantiates a new CommitResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *CommitResponseList) GetResults() []Commit` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *CommitResponseList) GetResultsOk() (*[]Commit, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *CommitResponseList) SetResults(v []Commit)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *CommitResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/CompanySizeEnum.md: -------------------------------------------------------------------------------- 1 | # CompanySizeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `_1_10` (value: `"1-10"`) 7 | 8 | * `_11_50` (value: `"11-50"`) 9 | 10 | * `_51_200` (value: `"51-200"`) 11 | 12 | * `_201_500` (value: `"201-500"`) 13 | 14 | * `_500` (value: `"500+"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/ContainerDeployRequest.md: -------------------------------------------------------------------------------- 1 | # ContainerDeployRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ImageTag** | **string** | Image tag to deploy | 8 | 9 | ## Methods 10 | 11 | ### NewContainerDeployRequest 12 | 13 | `func NewContainerDeployRequest(imageTag string, ) *ContainerDeployRequest` 14 | 15 | NewContainerDeployRequest instantiates a new ContainerDeployRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewContainerDeployRequestWithDefaults 21 | 22 | `func NewContainerDeployRequestWithDefaults() *ContainerDeployRequest` 23 | 24 | NewContainerDeployRequestWithDefaults instantiates a new ContainerDeployRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetImageTag 29 | 30 | `func (o *ContainerDeployRequest) GetImageTag() string` 31 | 32 | GetImageTag returns the ImageTag field if non-nil, zero value otherwise. 33 | 34 | ### GetImageTagOk 35 | 36 | `func (o *ContainerDeployRequest) GetImageTagOk() (*string, bool)` 37 | 38 | GetImageTagOk returns a tuple with the ImageTag field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetImageTag 42 | 43 | `func (o *ContainerDeployRequest) SetImageTag(v string)` 44 | 45 | SetImageTag sets ImageTag field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/ContainerRegistryAssociatedServiceType.md: -------------------------------------------------------------------------------- 1 | # ContainerRegistryAssociatedServiceType 2 | 3 | ## Enum 4 | 5 | 6 | * `CONTAINER` (value: `"CONTAINER"`) 7 | 8 | * `LIFECYCLE` (value: `"LIFECYCLE"`) 9 | 10 | * `CRON` (value: `"CRON"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ContainerRegistryKindEnum.md: -------------------------------------------------------------------------------- 1 | # ContainerRegistryKindEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `ECR` (value: `"ECR"`) 7 | 8 | * `SCALEWAY_CR` (value: `"SCALEWAY_CR"`) 9 | 10 | * `DOCKER_HUB` (value: `"DOCKER_HUB"`) 11 | 12 | * `GITHUB_CR` (value: `"GITHUB_CR"`) 13 | 14 | * `GITLAB_CR` (value: `"GITLAB_CR"`) 15 | 16 | * `PUBLIC_ECR` (value: `"PUBLIC_ECR"`) 17 | 18 | * `DOCR` (value: `"DOCR"`) 19 | 20 | * `GENERIC_CR` (value: `"GENERIC_CR"`) 21 | 22 | * `GCP_ARTIFACT_REGISTRY` (value: `"GCP_ARTIFACT_REGISTRY"`) 23 | 24 | * `AZURE_CR` (value: `"AZURE_CR"`) 25 | 26 | 27 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 28 | 29 | 30 | -------------------------------------------------------------------------------- /docs/ContainerResponseList.md: -------------------------------------------------------------------------------- 1 | # ContainerResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]ContainerResponse**](ContainerResponse.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewContainerResponseList 12 | 13 | `func NewContainerResponseList() *ContainerResponseList` 14 | 15 | NewContainerResponseList instantiates a new ContainerResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewContainerResponseListWithDefaults 21 | 22 | `func NewContainerResponseListWithDefaults() *ContainerResponseList` 23 | 24 | NewContainerResponseListWithDefaults instantiates a new ContainerResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *ContainerResponseList) GetResults() []ContainerResponse` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *ContainerResponseList) GetResultsOk() (*[]ContainerResponse, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *ContainerResponseList) SetResults(v []ContainerResponse)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *ContainerResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/CpuArchitectureEnum.md: -------------------------------------------------------------------------------- 1 | # CpuArchitectureEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `AMD64` (value: `"AMD64"`) 7 | 8 | * `ARM64` (value: `"ARM64"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/CreateEnvironmentModeEnum.md: -------------------------------------------------------------------------------- 1 | # CreateEnvironmentModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `DEVELOPMENT` (value: `"DEVELOPMENT"`) 7 | 8 | * `PRODUCTION` (value: `"PRODUCTION"`) 9 | 10 | * `STAGING` (value: `"STAGING"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/CreditCardResponseList.md: -------------------------------------------------------------------------------- 1 | # CreditCardResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]CreditCard**](CreditCard.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewCreditCardResponseList 12 | 13 | `func NewCreditCardResponseList() *CreditCardResponseList` 14 | 15 | NewCreditCardResponseList instantiates a new CreditCardResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewCreditCardResponseListWithDefaults 21 | 22 | `func NewCreditCardResponseListWithDefaults() *CreditCardResponseList` 23 | 24 | NewCreditCardResponseListWithDefaults instantiates a new CreditCardResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *CreditCardResponseList) GetResults() []CreditCard` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *CreditCardResponseList) GetResultsOk() (*[]CreditCard, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *CreditCardResponseList) SetResults(v []CreditCard)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *CreditCardResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/CustomDomainResponseList.md: -------------------------------------------------------------------------------- 1 | # CustomDomainResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]CustomDomain**](CustomDomain.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewCustomDomainResponseList 12 | 13 | `func NewCustomDomainResponseList() *CustomDomainResponseList` 14 | 15 | NewCustomDomainResponseList instantiates a new CustomDomainResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewCustomDomainResponseListWithDefaults 21 | 22 | `func NewCustomDomainResponseListWithDefaults() *CustomDomainResponseList` 23 | 24 | NewCustomDomainResponseListWithDefaults instantiates a new CustomDomainResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *CustomDomainResponseList) GetResults() []CustomDomain` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *CustomDomainResponseList) GetResultsOk() (*[]CustomDomain, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *CustomDomainResponseList) SetResults(v []CustomDomain)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *CustomDomainResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/CustomDomainStatusEnum.md: -------------------------------------------------------------------------------- 1 | # CustomDomainStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `VALIDATION_PENDING` (value: `"VALIDATION_PENDING"`) 7 | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/DatabaseAccessibilityEnum.md: -------------------------------------------------------------------------------- 1 | # DatabaseAccessibilityEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `PRIVATE` (value: `"PRIVATE"`) 7 | 8 | * `PUBLIC` (value: `"PUBLIC"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/DatabaseModeEnum.md: -------------------------------------------------------------------------------- 1 | # DatabaseModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `CONTAINER` (value: `"CONTAINER"`) 7 | 8 | * `MANAGED` (value: `"MANAGED"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/DatabaseResponseList.md: -------------------------------------------------------------------------------- 1 | # DatabaseResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Database**](Database.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewDatabaseResponseList 12 | 13 | `func NewDatabaseResponseList() *DatabaseResponseList` 14 | 15 | NewDatabaseResponseList instantiates a new DatabaseResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewDatabaseResponseListWithDefaults 21 | 22 | `func NewDatabaseResponseListWithDefaults() *DatabaseResponseList` 23 | 24 | NewDatabaseResponseListWithDefaults instantiates a new DatabaseResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *DatabaseResponseList) GetResults() []Database` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *DatabaseResponseList) GetResultsOk() (*[]Database, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *DatabaseResponseList) SetResults(v []Database)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *DatabaseResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/DatabaseTypeEnum.md: -------------------------------------------------------------------------------- 1 | # DatabaseTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `MONGODB` (value: `"MONGODB"`) 7 | 8 | * `MYSQL` (value: `"MYSQL"`) 9 | 10 | * `POSTGRESQL` (value: `"POSTGRESQL"`) 11 | 12 | * `REDIS` (value: `"REDIS"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/DeleteMemberRequest.md: -------------------------------------------------------------------------------- 1 | # DeleteMemberRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **UserId** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewDeleteMemberRequest 12 | 13 | `func NewDeleteMemberRequest(userId string, ) *DeleteMemberRequest` 14 | 15 | NewDeleteMemberRequest instantiates a new DeleteMemberRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewDeleteMemberRequestWithDefaults 21 | 22 | `func NewDeleteMemberRequestWithDefaults() *DeleteMemberRequest` 23 | 24 | NewDeleteMemberRequestWithDefaults instantiates a new DeleteMemberRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetUserId 29 | 30 | `func (o *DeleteMemberRequest) GetUserId() string` 31 | 32 | GetUserId returns the UserId field if non-nil, zero value otherwise. 33 | 34 | ### GetUserIdOk 35 | 36 | `func (o *DeleteMemberRequest) GetUserIdOk() (*string, bool)` 37 | 38 | GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetUserId 42 | 43 | `func (o *DeleteMemberRequest) SetUserId(v string)` 44 | 45 | SetUserId sets UserId field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/DeployRequest.md: -------------------------------------------------------------------------------- 1 | # DeployRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **GitCommitId** | **string** | Commit ID to deploy | 8 | 9 | ## Methods 10 | 11 | ### NewDeployRequest 12 | 13 | `func NewDeployRequest(gitCommitId string, ) *DeployRequest` 14 | 15 | NewDeployRequest instantiates a new DeployRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewDeployRequestWithDefaults 21 | 22 | `func NewDeployRequestWithDefaults() *DeployRequest` 23 | 24 | NewDeployRequestWithDefaults instantiates a new DeployRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetGitCommitId 29 | 30 | `func (o *DeployRequest) GetGitCommitId() string` 31 | 32 | GetGitCommitId returns the GitCommitId field if non-nil, zero value otherwise. 33 | 34 | ### GetGitCommitIdOk 35 | 36 | `func (o *DeployRequest) GetGitCommitIdOk() (*string, bool)` 37 | 38 | GetGitCommitIdOk returns a tuple with the GitCommitId field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetGitCommitId 42 | 43 | `func (o *DeployRequest) SetGitCommitId(v string)` 44 | 45 | SetGitCommitId sets GitCommitId field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/DeploymentHistoryActionStatus.md: -------------------------------------------------------------------------------- 1 | # DeploymentHistoryActionStatus 2 | 3 | ## Enum 4 | 5 | 6 | * `QUEUED` (value: `"QUEUED"`) 7 | 8 | * `ONGOING` (value: `"ONGOING"`) 9 | 10 | * `SUCCESS` (value: `"SUCCESS"`) 11 | 12 | * `ERROR` (value: `"ERROR"`) 13 | 14 | * `CANCELED` (value: `"CANCELED"`) 15 | 16 | * `CANCELING` (value: `"CANCELING"`) 17 | 18 | * `NEVER` (value: `"NEVER"`) 19 | 20 | 21 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/DeploymentHistoryStatusEnum.md: -------------------------------------------------------------------------------- 1 | # DeploymentHistoryStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `FAILED` (value: `"FAILED"`) 7 | 8 | * `SUCCESS` (value: `"SUCCESS"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/DeploymentHistoryTriggerAction.md: -------------------------------------------------------------------------------- 1 | # DeploymentHistoryTriggerAction 2 | 3 | ## Enum 4 | 5 | 6 | * `DEPLOY` (value: `"DEPLOY"`) 7 | 8 | * `DELETE` (value: `"DELETE"`) 9 | 10 | * `RESTART` (value: `"RESTART"`) 11 | 12 | * `STOP` (value: `"STOP"`) 13 | 14 | * `UNKNOWN` (value: `"UNKNOWN"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/DeploymentRestrictionModeEnum.md: -------------------------------------------------------------------------------- 1 | # DeploymentRestrictionModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `EXCLUDE` (value: `"EXCLUDE"`) 7 | 8 | * `MATCH` (value: `"MATCH"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/DeploymentRestrictionTypeEnum.md: -------------------------------------------------------------------------------- 1 | # DeploymentRestrictionTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `PATH` (value: `"PATH"`) 7 | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/EnvironmentDeploymentStatusEnum.md: -------------------------------------------------------------------------------- 1 | # EnvironmentDeploymentStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `NEVER_DEPLOYED` (value: `"NEVER_DEPLOYED"`) 7 | 8 | * `UP_TO_DATE` (value: `"UP_TO_DATE"`) 9 | 10 | * `OUT_OF_DATE` (value: `"OUT_OF_DATE"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/EnvironmentLogTypeEnum.md: -------------------------------------------------------------------------------- 1 | # EnvironmentLogTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `APPLICATION` (value: `"APPLICATION"`) 7 | 8 | * `DATABASE` (value: `"DATABASE"`) 9 | 10 | * `ENVIRONMENT` (value: `"ENVIRONMENT"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/EnvironmentModeEnum.md: -------------------------------------------------------------------------------- 1 | # EnvironmentModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `DEVELOPMENT` (value: `"DEVELOPMENT"`) 7 | 8 | * `PREVIEW` (value: `"PREVIEW"`) 9 | 10 | * `PRODUCTION` (value: `"PRODUCTION"`) 11 | 12 | * `STAGING` (value: `"STAGING"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/EnvironmentResponseList.md: -------------------------------------------------------------------------------- 1 | # EnvironmentResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Environment**](Environment.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewEnvironmentResponseList 12 | 13 | `func NewEnvironmentResponseList() *EnvironmentResponseList` 14 | 15 | NewEnvironmentResponseList instantiates a new EnvironmentResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewEnvironmentResponseListWithDefaults 21 | 22 | `func NewEnvironmentResponseListWithDefaults() *EnvironmentResponseList` 23 | 24 | NewEnvironmentResponseListWithDefaults instantiates a new EnvironmentResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *EnvironmentResponseList) GetResults() []Environment` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *EnvironmentResponseList) GetResultsOk() (*[]Environment, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *EnvironmentResponseList) SetResults(v []Environment)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *EnvironmentResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/EnvironmentStatusEventOriginEnum.md: -------------------------------------------------------------------------------- 1 | # EnvironmentStatusEventOriginEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `API` (value: `"API"`) 7 | 8 | * `CLI` (value: `"CLI"`) 9 | 10 | * `CONSOLE` (value: `"CONSOLE"`) 11 | 12 | * `GIT` (value: `"GIT"`) 13 | 14 | * `QOVERY_INTERNAL` (value: `"QOVERY_INTERNAL"`) 15 | 16 | * `TERRAFORM_PROVIDER` (value: `"TERRAFORM_PROVIDER"`) 17 | 18 | 19 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/EnvironmentStatusList.md: -------------------------------------------------------------------------------- 1 | # EnvironmentStatusList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]EnvironmentStatus**](EnvironmentStatus.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewEnvironmentStatusList 12 | 13 | `func NewEnvironmentStatusList() *EnvironmentStatusList` 14 | 15 | NewEnvironmentStatusList instantiates a new EnvironmentStatusList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewEnvironmentStatusListWithDefaults 21 | 22 | `func NewEnvironmentStatusListWithDefaults() *EnvironmentStatusList` 23 | 24 | NewEnvironmentStatusListWithDefaults instantiates a new EnvironmentStatusList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *EnvironmentStatusList) GetResults() []EnvironmentStatus` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *EnvironmentStatusList) GetResultsOk() (*[]EnvironmentStatus, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *EnvironmentStatusList) SetResults(v []EnvironmentStatus)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *EnvironmentStatusList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/GitProviderEnum.md: -------------------------------------------------------------------------------- 1 | # GitProviderEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `BITBUCKET` (value: `"BITBUCKET"`) 7 | 8 | * `GITHUB` (value: `"GITHUB"`) 9 | 10 | * `GITLAB` (value: `"GITLAB"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/GitRepositoryBranch.md: -------------------------------------------------------------------------------- 1 | # GitRepositoryBranch 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewGitRepositoryBranch 12 | 13 | `func NewGitRepositoryBranch(name string, ) *GitRepositoryBranch` 14 | 15 | NewGitRepositoryBranch instantiates a new GitRepositoryBranch object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewGitRepositoryBranchWithDefaults 21 | 22 | `func NewGitRepositoryBranchWithDefaults() *GitRepositoryBranch` 23 | 24 | NewGitRepositoryBranchWithDefaults instantiates a new GitRepositoryBranch object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *GitRepositoryBranch) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *GitRepositoryBranch) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *GitRepositoryBranch) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/GitTokenAssociatedServiceType.md: -------------------------------------------------------------------------------- 1 | # GitTokenAssociatedServiceType 2 | 3 | ## Enum 4 | 5 | 6 | * `APPLICATION` (value: `"APPLICATION"`) 7 | 8 | * `CRON` (value: `"CRON"`) 9 | 10 | * `LIFECYCLE` (value: `"LIFECYCLE"`) 11 | 12 | * `HELM` (value: `"HELM"`) 13 | 14 | * `TERRAFORM` (value: `"TERRAFORM"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/GitTokenResponseList.md: -------------------------------------------------------------------------------- 1 | # GitTokenResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]GitTokenResponse**](GitTokenResponse.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewGitTokenResponseList 12 | 13 | `func NewGitTokenResponseList() *GitTokenResponseList` 14 | 15 | NewGitTokenResponseList instantiates a new GitTokenResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewGitTokenResponseListWithDefaults 21 | 22 | `func NewGitTokenResponseListWithDefaults() *GitTokenResponseList` 23 | 24 | NewGitTokenResponseListWithDefaults instantiates a new GitTokenResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *GitTokenResponseList) GetResults() []GitTokenResponse` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *GitTokenResponseList) GetResultsOk() (*[]GitTokenResponse, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *GitTokenResponseList) SetResults(v []GitTokenResponse)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *GitTokenResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/HelmCheckRequest.md: -------------------------------------------------------------------------------- 1 | # HelmCheckRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **GitRepository** | [**HelmGitRepositoryRequest**](HelmGitRepositoryRequest.md) | | 8 | 9 | ## Methods 10 | 11 | ### NewHelmCheckRequest 12 | 13 | `func NewHelmCheckRequest(gitRepository HelmGitRepositoryRequest, ) *HelmCheckRequest` 14 | 15 | NewHelmCheckRequest instantiates a new HelmCheckRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewHelmCheckRequestWithDefaults 21 | 22 | `func NewHelmCheckRequestWithDefaults() *HelmCheckRequest` 23 | 24 | NewHelmCheckRequestWithDefaults instantiates a new HelmCheckRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetGitRepository 29 | 30 | `func (o *HelmCheckRequest) GetGitRepository() HelmGitRepositoryRequest` 31 | 32 | GetGitRepository returns the GitRepository field if non-nil, zero value otherwise. 33 | 34 | ### GetGitRepositoryOk 35 | 36 | `func (o *HelmCheckRequest) GetGitRepositoryOk() (*HelmGitRepositoryRequest, bool)` 37 | 38 | GetGitRepositoryOk returns a tuple with the GitRepository field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetGitRepository 42 | 43 | `func (o *HelmCheckRequest) SetGitRepository(v HelmGitRepositoryRequest)` 44 | 45 | SetGitRepository sets GitRepository field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/HelmDefaultValuesRequest.md: -------------------------------------------------------------------------------- 1 | # HelmDefaultValuesRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Source** | [**HelmDefaultValuesRequestAllOfSource**](HelmDefaultValuesRequestAllOfSource.md) | | 8 | 9 | ## Methods 10 | 11 | ### NewHelmDefaultValuesRequest 12 | 13 | `func NewHelmDefaultValuesRequest(source HelmDefaultValuesRequestAllOfSource, ) *HelmDefaultValuesRequest` 14 | 15 | NewHelmDefaultValuesRequest instantiates a new HelmDefaultValuesRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewHelmDefaultValuesRequestWithDefaults 21 | 22 | `func NewHelmDefaultValuesRequestWithDefaults() *HelmDefaultValuesRequest` 23 | 24 | NewHelmDefaultValuesRequestWithDefaults instantiates a new HelmDefaultValuesRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetSource 29 | 30 | `func (o *HelmDefaultValuesRequest) GetSource() HelmDefaultValuesRequestAllOfSource` 31 | 32 | GetSource returns the Source field if non-nil, zero value otherwise. 33 | 34 | ### GetSourceOk 35 | 36 | `func (o *HelmDefaultValuesRequest) GetSourceOk() (*HelmDefaultValuesRequestAllOfSource, bool)` 37 | 38 | GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetSource 42 | 43 | `func (o *HelmDefaultValuesRequest) SetSource(v HelmDefaultValuesRequestAllOfSource)` 44 | 45 | SetSource sets Source field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/HelmForceEvent.md: -------------------------------------------------------------------------------- 1 | # HelmForceEvent 2 | 3 | ## Enum 4 | 5 | 6 | * `DIFF` (value: `"DIFF"`) 7 | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/HelmPortProtocolEnum.md: -------------------------------------------------------------------------------- 1 | # HelmPortProtocolEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `HTTP` (value: `"HTTP"`) 7 | 8 | * `GRPC` (value: `"GRPC"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/HelmPortRequest.md: -------------------------------------------------------------------------------- 1 | # HelmPortRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Ports** | Pointer to [**[]HelmPortRequestPortsInner**](HelmPortRequestPortsInner.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewHelmPortRequest 12 | 13 | `func NewHelmPortRequest() *HelmPortRequest` 14 | 15 | NewHelmPortRequest instantiates a new HelmPortRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewHelmPortRequestWithDefaults 21 | 22 | `func NewHelmPortRequestWithDefaults() *HelmPortRequest` 23 | 24 | NewHelmPortRequestWithDefaults instantiates a new HelmPortRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetPorts 29 | 30 | `func (o *HelmPortRequest) GetPorts() []HelmPortRequestPortsInner` 31 | 32 | GetPorts returns the Ports field if non-nil, zero value otherwise. 33 | 34 | ### GetPortsOk 35 | 36 | `func (o *HelmPortRequest) GetPortsOk() (*[]HelmPortRequestPortsInner, bool)` 37 | 38 | GetPortsOk returns a tuple with the Ports field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetPorts 42 | 43 | `func (o *HelmPortRequest) SetPorts(v []HelmPortRequestPortsInner)` 44 | 45 | SetPorts sets Ports field to given value. 46 | 47 | ### HasPorts 48 | 49 | `func (o *HelmPortRequest) HasPorts() bool` 50 | 51 | HasPorts returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/HelmRepositoryAssociatedServiceType.md: -------------------------------------------------------------------------------- 1 | # HelmRepositoryAssociatedServiceType 2 | 3 | ## Enum 4 | 5 | 6 | * `HELM` (value: `"HELM"`) 7 | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/HelmRepositoryKindEnum.md: -------------------------------------------------------------------------------- 1 | # HelmRepositoryKindEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `HTTPS` (value: `"HTTPS"`) 7 | 8 | * `OCI_ECR` (value: `"OCI_ECR"`) 9 | 10 | * `OCI_SCALEWAY_CR` (value: `"OCI_SCALEWAY_CR"`) 11 | 12 | * `OCI_DOCKER_HUB` (value: `"OCI_DOCKER_HUB"`) 13 | 14 | * `OCI_PUBLIC_ECR` (value: `"OCI_PUBLIC_ECR"`) 15 | 16 | * `OCI_GENERIC_CR` (value: `"OCI_GENERIC_CR"`) 17 | 18 | * `OCI_GITHUB_CR` (value: `"OCI_GITHUB_CR"`) 19 | 20 | * `OCI_GITLAB_CR` (value: `"OCI_GITLAB_CR"`) 21 | 22 | 23 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 24 | 25 | 26 | -------------------------------------------------------------------------------- /docs/HelmResponseAllOfSourceOneOf.md: -------------------------------------------------------------------------------- 1 | # HelmResponseAllOfSourceOneOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Git** | [**HelmSourceGitResponse**](HelmSourceGitResponse.md) | | 8 | 9 | ## Methods 10 | 11 | ### NewHelmResponseAllOfSourceOneOf 12 | 13 | `func NewHelmResponseAllOfSourceOneOf(git HelmSourceGitResponse, ) *HelmResponseAllOfSourceOneOf` 14 | 15 | NewHelmResponseAllOfSourceOneOf instantiates a new HelmResponseAllOfSourceOneOf object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewHelmResponseAllOfSourceOneOfWithDefaults 21 | 22 | `func NewHelmResponseAllOfSourceOneOfWithDefaults() *HelmResponseAllOfSourceOneOf` 23 | 24 | NewHelmResponseAllOfSourceOneOfWithDefaults instantiates a new HelmResponseAllOfSourceOneOf object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetGit 29 | 30 | `func (o *HelmResponseAllOfSourceOneOf) GetGit() HelmSourceGitResponse` 31 | 32 | GetGit returns the Git field if non-nil, zero value otherwise. 33 | 34 | ### GetGitOk 35 | 36 | `func (o *HelmResponseAllOfSourceOneOf) GetGitOk() (*HelmSourceGitResponse, bool)` 37 | 38 | GetGitOk returns a tuple with the Git field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetGit 42 | 43 | `func (o *HelmResponseAllOfSourceOneOf) SetGit(v HelmSourceGitResponse)` 44 | 45 | SetGit sets Git field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/HelmResponseList.md: -------------------------------------------------------------------------------- 1 | # HelmResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]HelmResponse**](HelmResponse.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewHelmResponseList 12 | 13 | `func NewHelmResponseList() *HelmResponseList` 14 | 15 | NewHelmResponseList instantiates a new HelmResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewHelmResponseListWithDefaults 21 | 22 | `func NewHelmResponseListWithDefaults() *HelmResponseList` 23 | 24 | NewHelmResponseListWithDefaults instantiates a new HelmResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *HelmResponseList) GetResults() []HelmResponse` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *HelmResponseList) GetResultsOk() (*[]HelmResponse, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *HelmResponseList) SetResults(v []HelmResponse)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *HelmResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/HelmSourceGitResponse.md: -------------------------------------------------------------------------------- 1 | # HelmSourceGitResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **GitRepository** | [**ApplicationGitRepository**](ApplicationGitRepository.md) | | 8 | 9 | ## Methods 10 | 11 | ### NewHelmSourceGitResponse 12 | 13 | `func NewHelmSourceGitResponse(gitRepository ApplicationGitRepository, ) *HelmSourceGitResponse` 14 | 15 | NewHelmSourceGitResponse instantiates a new HelmSourceGitResponse object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewHelmSourceGitResponseWithDefaults 21 | 22 | `func NewHelmSourceGitResponseWithDefaults() *HelmSourceGitResponse` 23 | 24 | NewHelmSourceGitResponseWithDefaults instantiates a new HelmSourceGitResponse object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetGitRepository 29 | 30 | `func (o *HelmSourceGitResponse) GetGitRepository() ApplicationGitRepository` 31 | 32 | GetGitRepository returns the GitRepository field if non-nil, zero value otherwise. 33 | 34 | ### GetGitRepositoryOk 35 | 36 | `func (o *HelmSourceGitResponse) GetGitRepositoryOk() (*ApplicationGitRepository, bool)` 37 | 38 | GetGitRepositoryOk returns a tuple with the GitRepository field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetGitRepository 42 | 43 | `func (o *HelmSourceGitResponse) SetGitRepository(v ApplicationGitRepository)` 44 | 45 | SetGitRepository sets GitRepository field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/InviteMemberResponseList.md: -------------------------------------------------------------------------------- 1 | # InviteMemberResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]InviteMember**](InviteMember.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewInviteMemberResponseList 12 | 13 | `func NewInviteMemberResponseList() *InviteMemberResponseList` 14 | 15 | NewInviteMemberResponseList instantiates a new InviteMemberResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewInviteMemberResponseListWithDefaults 21 | 22 | `func NewInviteMemberResponseListWithDefaults() *InviteMemberResponseList` 23 | 24 | NewInviteMemberResponseListWithDefaults instantiates a new InviteMemberResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *InviteMemberResponseList) GetResults() []InviteMember` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *InviteMemberResponseList) GetResultsOk() (*[]InviteMember, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *InviteMemberResponseList) SetResults(v []InviteMember)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *InviteMemberResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/InviteMemberRoleEnum.md: -------------------------------------------------------------------------------- 1 | # InviteMemberRoleEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `ADMIN` (value: `"ADMIN"`) 7 | 8 | * `DEVELOPER` (value: `"DEVELOPER"`) 9 | 10 | * `OWNER` (value: `"OWNER"`) 11 | 12 | * `VIEWER` (value: `"VIEWER"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/InviteStatusEnum.md: -------------------------------------------------------------------------------- 1 | # InviteStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `EXPIRED` (value: `"EXPIRED"`) 7 | 8 | * `PENDING` (value: `"PENDING"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/InvoiceResponseList.md: -------------------------------------------------------------------------------- 1 | # InvoiceResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Invoice**](Invoice.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewInvoiceResponseList 12 | 13 | `func NewInvoiceResponseList() *InvoiceResponseList` 14 | 15 | NewInvoiceResponseList instantiates a new InvoiceResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewInvoiceResponseListWithDefaults 21 | 22 | `func NewInvoiceResponseListWithDefaults() *InvoiceResponseList` 23 | 24 | NewInvoiceResponseListWithDefaults instantiates a new InvoiceResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *InvoiceResponseList) GetResults() []Invoice` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *InvoiceResponseList) GetResultsOk() (*[]Invoice, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *InvoiceResponseList) SetResults(v []Invoice)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *InvoiceResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/InvoiceStatusEnum.md: -------------------------------------------------------------------------------- 1 | # InvoiceStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `NOT_PAID` (value: `"NOT_PAID"`) 7 | 8 | * `PAID` (value: `"PAID"`) 9 | 10 | * `PAYMENT_DUE` (value: `"PAYMENT_DUE"`) 11 | 12 | * `PENDING` (value: `"PENDING"`) 13 | 14 | * `POSTED` (value: `"POSTED"`) 15 | 16 | * `UNKNOWN` (value: `"UNKNOWN"`) 17 | 18 | * `VOIDED` (value: `"VOIDED"`) 19 | 20 | 21 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/JobForceEvent.md: -------------------------------------------------------------------------------- 1 | # JobForceEvent 2 | 3 | ## Enum 4 | 5 | 6 | * `START` (value: `"START"`) 7 | 8 | * `STOP` (value: `"STOP"`) 9 | 10 | * `DELETE` (value: `"DELETE"`) 11 | 12 | * `CRON` (value: `"CRON"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/JobLifecycleTypeEnum.md: -------------------------------------------------------------------------------- 1 | # JobLifecycleTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `GENERIC` (value: `"GENERIC"`) 7 | 8 | * `TERRAFORM` (value: `"TERRAFORM"`) 9 | 10 | * `CLOUDFORMATION` (value: `"CLOUDFORMATION"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/JobResponseList.md: -------------------------------------------------------------------------------- 1 | # JobResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]JobResponse**](JobResponse.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewJobResponseList 12 | 13 | `func NewJobResponseList() *JobResponseList` 14 | 15 | NewJobResponseList instantiates a new JobResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewJobResponseListWithDefaults 21 | 22 | `func NewJobResponseListWithDefaults() *JobResponseList` 23 | 24 | NewJobResponseListWithDefaults instantiates a new JobResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *JobResponseList) GetResults() []JobResponse` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *JobResponseList) GetResultsOk() (*[]JobResponse, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *JobResponseList) SetResults(v []JobResponse)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *JobResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/JobScheduleEvent.md: -------------------------------------------------------------------------------- 1 | # JobScheduleEvent 2 | 3 | ## Enum 4 | 5 | 6 | * `ON_START` (value: `"ON_START"`) 7 | 8 | * `ON_STOP` (value: `"ON_STOP"`) 9 | 10 | * `ON_DELETE` (value: `"ON_DELETE"`) 11 | 12 | * `CRON` (value: `"CRON"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/JobTypeEnum.md: -------------------------------------------------------------------------------- 1 | # JobTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `LIFECYCLE` (value: `"LIFECYCLE"`) 7 | 8 | * `CRON` (value: `"CRON"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/KarpenterNodePoolRequirementKey.md: -------------------------------------------------------------------------------- 1 | # KarpenterNodePoolRequirementKey 2 | 3 | ## Enum 4 | 5 | 6 | * `INSTANCE_FAMILY` (value: `"InstanceFamily"`) 7 | 8 | * `INSTANCE_SIZE` (value: `"InstanceSize"`) 9 | 10 | * `ARCH` (value: `"Arch"`) 11 | 12 | * `SKU_FAMILY` (value: `"SkuFamily"`) 13 | 14 | * `SKU_VERSION` (value: `"SkuVersion"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/KarpenterNodePoolRequirementOperator.md: -------------------------------------------------------------------------------- 1 | # KarpenterNodePoolRequirementOperator 2 | 3 | ## Enum 4 | 5 | 6 | * `IN` (value: `"In"`) 7 | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/KubernetesEnum.md: -------------------------------------------------------------------------------- 1 | # KubernetesEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `MANAGED` (value: `"MANAGED"`) 7 | 8 | * `SELF_MANAGED` (value: `"SELF_MANAGED"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/KubernetesMetadata.md: -------------------------------------------------------------------------------- 1 | # KubernetesMetadata 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewKubernetesMetadata 12 | 13 | `func NewKubernetesMetadata() *KubernetesMetadata` 14 | 15 | NewKubernetesMetadata instantiates a new KubernetesMetadata object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewKubernetesMetadataWithDefaults 21 | 22 | `func NewKubernetesMetadataWithDefaults() *KubernetesMetadata` 23 | 24 | NewKubernetesMetadataWithDefaults instantiates a new KubernetesMetadata object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *KubernetesMetadata) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *KubernetesMetadata) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *KubernetesMetadata) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | ### HasName 48 | 49 | `func (o *KubernetesMetadata) HasName() bool` 50 | 51 | HasName returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/LabelsGroupAssociatedItemType.md: -------------------------------------------------------------------------------- 1 | # LabelsGroupAssociatedItemType 2 | 3 | ## Enum 4 | 5 | 6 | * `APPLICATION` (value: `"APPLICATION"`) 7 | 8 | * `DATABASE` (value: `"DATABASE"`) 9 | 10 | * `CONTAINER` (value: `"CONTAINER"`) 11 | 12 | * `LIFECYCLE` (value: `"LIFECYCLE"`) 13 | 14 | * `ENVIRONMENT` (value: `"ENVIRONMENT"`) 15 | 16 | * `CLUSTER` (value: `"CLUSTER"`) 17 | 18 | * `CRON` (value: `"CRON"`) 19 | 20 | 21 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/LinkResponseList.md: -------------------------------------------------------------------------------- 1 | # LinkResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Link**](Link.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewLinkResponseList 12 | 13 | `func NewLinkResponseList() *LinkResponseList` 14 | 15 | NewLinkResponseList instantiates a new LinkResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewLinkResponseListWithDefaults 21 | 22 | `func NewLinkResponseListWithDefaults() *LinkResponseList` 23 | 24 | NewLinkResponseListWithDefaults instantiates a new LinkResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *LinkResponseList) GetResults() []Link` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *LinkResponseList) GetResultsOk() (*[]Link, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *LinkResponseList) SetResults(v []Link)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *LinkResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/LinkedServiceTypeEnum.md: -------------------------------------------------------------------------------- 1 | # LinkedServiceTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `APPLICATION` (value: `"APPLICATION"`) 7 | 8 | * `CONTAINER` (value: `"CONTAINER"`) 9 | 10 | * `DATABASE` (value: `"DATABASE"`) 11 | 12 | * `JOB` (value: `"JOB"`) 13 | 14 | * `HELM` (value: `"HELM"`) 15 | 16 | * `TERRAFORM` (value: `"TERRAFORM"`) 17 | 18 | 19 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/LogResponseList.md: -------------------------------------------------------------------------------- 1 | # LogResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Log**](Log.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewLogResponseList 12 | 13 | `func NewLogResponseList() *LogResponseList` 14 | 15 | NewLogResponseList instantiates a new LogResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewLogResponseListWithDefaults 21 | 22 | `func NewLogResponseListWithDefaults() *LogResponseList` 23 | 24 | NewLogResponseListWithDefaults instantiates a new LogResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *LogResponseList) GetResults() []Log` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *LogResponseList) GetResultsOk() (*[]Log, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *LogResponseList) SetResults(v []Log)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *LogResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ManagedDatabaseInstanceTypeResponse.md: -------------------------------------------------------------------------------- 1 | # ManagedDatabaseInstanceTypeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewManagedDatabaseInstanceTypeResponse 12 | 13 | `func NewManagedDatabaseInstanceTypeResponse(name string, ) *ManagedDatabaseInstanceTypeResponse` 14 | 15 | NewManagedDatabaseInstanceTypeResponse instantiates a new ManagedDatabaseInstanceTypeResponse object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewManagedDatabaseInstanceTypeResponseWithDefaults 21 | 22 | `func NewManagedDatabaseInstanceTypeResponseWithDefaults() *ManagedDatabaseInstanceTypeResponse` 23 | 24 | NewManagedDatabaseInstanceTypeResponseWithDefaults instantiates a new ManagedDatabaseInstanceTypeResponse object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *ManagedDatabaseInstanceTypeResponse) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *ManagedDatabaseInstanceTypeResponse) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *ManagedDatabaseInstanceTypeResponse) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/ManagedDatabaseTypeResponse.md: -------------------------------------------------------------------------------- 1 | # ManagedDatabaseTypeResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewManagedDatabaseTypeResponse 12 | 13 | `func NewManagedDatabaseTypeResponse(name string, ) *ManagedDatabaseTypeResponse` 14 | 15 | NewManagedDatabaseTypeResponse instantiates a new ManagedDatabaseTypeResponse object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewManagedDatabaseTypeResponseWithDefaults 21 | 22 | `func NewManagedDatabaseTypeResponseWithDefaults() *ManagedDatabaseTypeResponse` 23 | 24 | NewManagedDatabaseTypeResponseWithDefaults instantiates a new ManagedDatabaseTypeResponse object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *ManagedDatabaseTypeResponse) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *ManagedDatabaseTypeResponse) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *ManagedDatabaseTypeResponse) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/MemberResponseList.md: -------------------------------------------------------------------------------- 1 | # MemberResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Member**](Member.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewMemberResponseList 12 | 13 | `func NewMemberResponseList() *MemberResponseList` 14 | 15 | NewMemberResponseList instantiates a new MemberResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewMemberResponseListWithDefaults 21 | 22 | `func NewMemberResponseListWithDefaults() *MemberResponseList` 23 | 24 | NewMemberResponseListWithDefaults instantiates a new MemberResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *MemberResponseList) GetResults() []Member` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *MemberResponseList) GetResultsOk() (*[]Member, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *MemberResponseList) SetResults(v []Member)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *MemberResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/MetricsParametersConfiguration.md: -------------------------------------------------------------------------------- 1 | # MetricsParametersConfiguration 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Kind** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewMetricsParametersConfiguration 12 | 13 | `func NewMetricsParametersConfiguration() *MetricsParametersConfiguration` 14 | 15 | NewMetricsParametersConfiguration instantiates a new MetricsParametersConfiguration object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewMetricsParametersConfigurationWithDefaults 21 | 22 | `func NewMetricsParametersConfigurationWithDefaults() *MetricsParametersConfiguration` 23 | 24 | NewMetricsParametersConfigurationWithDefaults instantiates a new MetricsParametersConfiguration object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetKind 29 | 30 | `func (o *MetricsParametersConfiguration) GetKind() string` 31 | 32 | GetKind returns the Kind field if non-nil, zero value otherwise. 33 | 34 | ### GetKindOk 35 | 36 | `func (o *MetricsParametersConfiguration) GetKindOk() (*string, bool)` 37 | 38 | GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetKind 42 | 43 | `func (o *MetricsParametersConfiguration) SetKind(v string)` 44 | 45 | SetKind sets Kind field to given value. 46 | 47 | ### HasKind 48 | 49 | `func (o *MetricsParametersConfiguration) HasKind() bool` 50 | 51 | HasKind returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/OnPremiseCredentialsRequest.md: -------------------------------------------------------------------------------- 1 | # OnPremiseCredentialsRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewOnPremiseCredentialsRequest 12 | 13 | `func NewOnPremiseCredentialsRequest(name string, ) *OnPremiseCredentialsRequest` 14 | 15 | NewOnPremiseCredentialsRequest instantiates a new OnPremiseCredentialsRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewOnPremiseCredentialsRequestWithDefaults 21 | 22 | `func NewOnPremiseCredentialsRequestWithDefaults() *OnPremiseCredentialsRequest` 23 | 24 | NewOnPremiseCredentialsRequestWithDefaults instantiates a new OnPremiseCredentialsRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *OnPremiseCredentialsRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *OnPremiseCredentialsRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *OnPremiseCredentialsRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/OrganizationAnnotationsGroupScopeEnum.md: -------------------------------------------------------------------------------- 1 | # OrganizationAnnotationsGroupScopeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `DEPLOYMENTS` (value: `"DEPLOYMENTS"`) 7 | 8 | * `STATEFUL_SETS` (value: `"STATEFUL_SETS"`) 9 | 10 | * `SERVICES` (value: `"SERVICES"`) 11 | 12 | * `INGRESS` (value: `"INGRESS"`) 13 | 14 | * `HPA` (value: `"HPA"`) 15 | 16 | * `PODS` (value: `"PODS"`) 17 | 18 | * `SECRETS` (value: `"SECRETS"`) 19 | 20 | * `JOBS` (value: `"JOBS"`) 21 | 22 | * `CRON_JOBS` (value: `"CRON_JOBS"`) 23 | 24 | 25 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 26 | 27 | 28 | -------------------------------------------------------------------------------- /docs/OrganizationApiTokenScope.md: -------------------------------------------------------------------------------- 1 | # OrganizationApiTokenScope 2 | 3 | ## Enum 4 | 5 | 6 | * `ADMIN` (value: `"ADMIN"`) 7 | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/OrganizationChangePlanRequest.md: -------------------------------------------------------------------------------- 1 | # OrganizationChangePlanRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Plan** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewOrganizationChangePlanRequest 12 | 13 | `func NewOrganizationChangePlanRequest() *OrganizationChangePlanRequest` 14 | 15 | NewOrganizationChangePlanRequest instantiates a new OrganizationChangePlanRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewOrganizationChangePlanRequestWithDefaults 21 | 22 | `func NewOrganizationChangePlanRequestWithDefaults() *OrganizationChangePlanRequest` 23 | 24 | NewOrganizationChangePlanRequestWithDefaults instantiates a new OrganizationChangePlanRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetPlan 29 | 30 | `func (o *OrganizationChangePlanRequest) GetPlan() string` 31 | 32 | GetPlan returns the Plan field if non-nil, zero value otherwise. 33 | 34 | ### GetPlanOk 35 | 36 | `func (o *OrganizationChangePlanRequest) GetPlanOk() (*string, bool)` 37 | 38 | GetPlanOk returns a tuple with the Plan field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetPlan 42 | 43 | `func (o *OrganizationChangePlanRequest) SetPlan(v string)` 44 | 45 | SetPlan sets Plan field to given value. 46 | 47 | ### HasPlan 48 | 49 | `func (o *OrganizationChangePlanRequest) HasPlan() bool` 50 | 51 | HasPlan returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/OrganizationCreditCodeRequest.md: -------------------------------------------------------------------------------- 1 | # OrganizationCreditCodeRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Code** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewOrganizationCreditCodeRequest 12 | 13 | `func NewOrganizationCreditCodeRequest() *OrganizationCreditCodeRequest` 14 | 15 | NewOrganizationCreditCodeRequest instantiates a new OrganizationCreditCodeRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewOrganizationCreditCodeRequestWithDefaults 21 | 22 | `func NewOrganizationCreditCodeRequestWithDefaults() *OrganizationCreditCodeRequest` 23 | 24 | NewOrganizationCreditCodeRequestWithDefaults instantiates a new OrganizationCreditCodeRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetCode 29 | 30 | `func (o *OrganizationCreditCodeRequest) GetCode() string` 31 | 32 | GetCode returns the Code field if non-nil, zero value otherwise. 33 | 34 | ### GetCodeOk 35 | 36 | `func (o *OrganizationCreditCodeRequest) GetCodeOk() (*string, bool)` 37 | 38 | GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetCode 42 | 43 | `func (o *OrganizationCreditCodeRequest) SetCode(v string)` 44 | 45 | SetCode sets Code field to given value. 46 | 47 | ### HasCode 48 | 49 | `func (o *OrganizationCreditCodeRequest) HasCode() bool` 50 | 51 | HasCode returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/OrganizationCustomRoleClusterPermission.md: -------------------------------------------------------------------------------- 1 | # OrganizationCustomRoleClusterPermission 2 | 3 | ## Enum 4 | 5 | 6 | * `VIEWER` (value: `"VIEWER"`) 7 | 8 | * `ENV_CREATOR` (value: `"ENV_CREATOR"`) 9 | 10 | * `ADMIN` (value: `"ADMIN"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/OrganizationCustomRoleProjectPermission.md: -------------------------------------------------------------------------------- 1 | # OrganizationCustomRoleProjectPermission 2 | 3 | ## Enum 4 | 5 | 6 | * `NO_ACCESS` (value: `"NO_ACCESS"`) 7 | 8 | * `VIEWER` (value: `"VIEWER"`) 9 | 10 | * `DEPLOYER` (value: `"DEPLOYER"`) 11 | 12 | * `MANAGER` (value: `"MANAGER"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/OrganizationEventOrigin.md: -------------------------------------------------------------------------------- 1 | # OrganizationEventOrigin 2 | 3 | ## Enum 4 | 5 | 6 | * `API` (value: `"API"`) 7 | 8 | * `CLI` (value: `"CLI"`) 9 | 10 | * `CONSOLE` (value: `"CONSOLE"`) 11 | 12 | * `GIT` (value: `"GIT"`) 13 | 14 | * `QOVERY_INTERNAL` (value: `"QOVERY_INTERNAL"`) 15 | 16 | * `TERRAFORM_PROVIDER` (value: `"TERRAFORM_PROVIDER"`) 17 | 18 | 19 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/OrganizationEventSubTargetType.md: -------------------------------------------------------------------------------- 1 | # OrganizationEventSubTargetType 2 | 3 | ## Enum 4 | 5 | 6 | * `ADVANCED_SETTINGS` (value: `"ADVANCED_SETTINGS"`) 7 | 8 | * `API_TOKEN` (value: `"API_TOKEN"`) 9 | 10 | * `BILLING_INFO` (value: `"BILLING_INFO"`) 11 | 12 | * `CLOUD_PROVIDER_CREDENTIALS` (value: `"CLOUD_PROVIDER_CREDENTIALS"`) 13 | 14 | * `CLUSTER_CREDENTIALS` (value: `"CLUSTER_CREDENTIALS"`) 15 | 16 | * `CLUSTER_ROUTING_TABLE` (value: `"CLUSTER_ROUTING_TABLE"`) 17 | 18 | * `CONFIG` (value: `"CONFIG"`) 19 | 20 | * `CREDIT_CARD` (value: `"CREDIT_CARD"`) 21 | 22 | * `CREDIT_CODE` (value: `"CREDIT_CODE"`) 23 | 24 | * `CUSTOM_DOMAIN` (value: `"CUSTOM_DOMAIN"`) 25 | 26 | * `CUSTOM_ROLE` (value: `"CUSTOM_ROLE"`) 27 | 28 | * `DEPLOYMENT_RULE` (value: `"DEPLOYMENT_RULE"`) 29 | 30 | * `DEPLOYMENT_STAGE` (value: `"DEPLOYMENT_STAGE"`) 31 | 32 | * `GITHUB_APP` (value: `"GITHUB_APP"`) 33 | 34 | * `GIT_REPOSITORY` (value: `"GIT_REPOSITORY"`) 35 | 36 | * `GIT_TOKEN` (value: `"GIT_TOKEN"`) 37 | 38 | * `INVITATION` (value: `"INVITATION"`) 39 | 40 | * `MEMBER_ROLE` (value: `"MEMBER_ROLE"`) 41 | 42 | * `PLAN` (value: `"PLAN"`) 43 | 44 | * `SECRET` (value: `"SECRET"`) 45 | 46 | * `TERRAFORM` (value: `"TERRAFORM"`) 47 | 48 | * `TRANSFER_OWNERSHIP` (value: `"TRANSFER_OWNERSHIP"`) 49 | 50 | * `VARIABLE` (value: `"VARIABLE"`) 51 | 52 | 53 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 54 | 55 | 56 | -------------------------------------------------------------------------------- /docs/OrganizationEventTargetType.md: -------------------------------------------------------------------------------- 1 | # OrganizationEventTargetType 2 | 3 | ## Enum 4 | 5 | 6 | * `APPLICATION` (value: `"APPLICATION"`) 7 | 8 | * `CLUSTER` (value: `"CLUSTER"`) 9 | 10 | * `CONTAINER` (value: `"CONTAINER"`) 11 | 12 | * `CONTAINER_REGISTRY` (value: `"CONTAINER_REGISTRY"`) 13 | 14 | * `DATABASE` (value: `"DATABASE"`) 15 | 16 | * `ENVIRONMENT` (value: `"ENVIRONMENT"`) 17 | 18 | * `JOB` (value: `"JOB"`) 19 | 20 | * `HELM` (value: `"HELM"`) 21 | 22 | * `MEMBERS_AND_ROLES` (value: `"MEMBERS_AND_ROLES"`) 23 | 24 | * `ORGANIZATION` (value: `"ORGANIZATION"`) 25 | 26 | * `PROJECT` (value: `"PROJECT"`) 27 | 28 | * `WEBHOOK` (value: `"WEBHOOK"`) 29 | 30 | * `TERRAFORM` (value: `"TERRAFORM"`) 31 | 32 | 33 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/OrganizationEventType.md: -------------------------------------------------------------------------------- 1 | # OrganizationEventType 2 | 3 | ## Enum 4 | 5 | 6 | * `CREATE` (value: `"CREATE"`) 7 | 8 | * `UPDATE` (value: `"UPDATE"`) 9 | 10 | * `DELETE` (value: `"DELETE"`) 11 | 12 | * `ACCEPT` (value: `"ACCEPT"`) 13 | 14 | * `EXPORT` (value: `"EXPORT"`) 15 | 16 | * `TRIGGER_DEPLOY` (value: `"TRIGGER_DEPLOY"`) 17 | 18 | * `TRIGGER_REDEPLOY` (value: `"TRIGGER_REDEPLOY"`) 19 | 20 | * `TRIGGER_STOP` (value: `"TRIGGER_STOP"`) 21 | 22 | * `TRIGGER_CANCEL` (value: `"TRIGGER_CANCEL"`) 23 | 24 | * `TRIGGER_RESTART` (value: `"TRIGGER_RESTART"`) 25 | 26 | * `TRIGGER_DELETE` (value: `"TRIGGER_DELETE"`) 27 | 28 | * `SHELL` (value: `"SHELL"`) 29 | 30 | * `PORT_FORWARD` (value: `"PORT_FORWARD"`) 31 | 32 | * `CLONE` (value: `"CLONE"`) 33 | 34 | * `DEPLOYED` (value: `"DEPLOYED"`) 35 | 36 | * `STOPPED` (value: `"STOPPED"`) 37 | 38 | * `DELETED` (value: `"DELETED"`) 39 | 40 | * `RESTARTED` (value: `"RESTARTED"`) 41 | 42 | * `DEPLOY_FAILED` (value: `"DEPLOY_FAILED"`) 43 | 44 | * `STOP_FAILED` (value: `"STOP_FAILED"`) 45 | 46 | * `DELETE_FAILED` (value: `"DELETE_FAILED"`) 47 | 48 | * `RESTART_FAILED` (value: `"RESTART_FAILED"`) 49 | 50 | * `MAINTENANCE` (value: `"MAINTENANCE"`) 51 | 52 | 53 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 54 | 55 | 56 | -------------------------------------------------------------------------------- /docs/OrganizationResponseList.md: -------------------------------------------------------------------------------- 1 | # OrganizationResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Organization**](Organization.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewOrganizationResponseList 12 | 13 | `func NewOrganizationResponseList() *OrganizationResponseList` 14 | 15 | NewOrganizationResponseList instantiates a new OrganizationResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewOrganizationResponseListWithDefaults 21 | 22 | `func NewOrganizationResponseListWithDefaults() *OrganizationResponseList` 23 | 24 | NewOrganizationResponseListWithDefaults instantiates a new OrganizationResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *OrganizationResponseList) GetResults() []Organization` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *OrganizationResponseList) GetResultsOk() (*[]Organization, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *OrganizationResponseList) SetResults(v []Organization)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *OrganizationResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/OrganizationWebhookEventEnum.md: -------------------------------------------------------------------------------- 1 | # OrganizationWebhookEventEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `STARTED` (value: `"DEPLOYMENT_STARTED"`) 7 | 8 | * `CANCELLED` (value: `"DEPLOYMENT_CANCELLED"`) 9 | 10 | * `FAILURE` (value: `"DEPLOYMENT_FAILURE"`) 11 | 12 | * `SUCCESSFUL` (value: `"DEPLOYMENT_SUCCESSFUL"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/OrganizationWebhookKindEnum.md: -------------------------------------------------------------------------------- 1 | # OrganizationWebhookKindEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `STANDARD` (value: `"STANDARD"`) 7 | 8 | * `SLACK` (value: `"SLACK"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/PlanEnum.md: -------------------------------------------------------------------------------- 1 | # PlanEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `FREE` (value: `"FREE"`) 7 | 8 | * `TEAM` (value: `"TEAM"`) 9 | 10 | * `TEAM_YEARLY` (value: `"TEAM_YEARLY"`) 11 | 12 | * `ENTERPRISE` (value: `"ENTERPRISE"`) 13 | 14 | * `ENTERPRISE_YEARLY` (value: `"ENTERPRISE_YEARLY"`) 15 | 16 | * `PROFESSIONAL` (value: `"PROFESSIONAL"`) 17 | 18 | * `BUSINESS` (value: `"BUSINESS"`) 19 | 20 | 21 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/PortProtocolEnum.md: -------------------------------------------------------------------------------- 1 | # PortProtocolEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `HTTP` (value: `"HTTP"`) 7 | 8 | * `GRPC` (value: `"GRPC"`) 9 | 10 | * `TCP` (value: `"TCP"`) 11 | 12 | * `UDP` (value: `"UDP"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/ProbeTypeExec.md: -------------------------------------------------------------------------------- 1 | # ProbeTypeExec 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Command** | Pointer to **[]string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewProbeTypeExec 12 | 13 | `func NewProbeTypeExec() *ProbeTypeExec` 14 | 15 | NewProbeTypeExec instantiates a new ProbeTypeExec object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewProbeTypeExecWithDefaults 21 | 22 | `func NewProbeTypeExecWithDefaults() *ProbeTypeExec` 23 | 24 | NewProbeTypeExecWithDefaults instantiates a new ProbeTypeExec object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetCommand 29 | 30 | `func (o *ProbeTypeExec) GetCommand() []string` 31 | 32 | GetCommand returns the Command field if non-nil, zero value otherwise. 33 | 34 | ### GetCommandOk 35 | 36 | `func (o *ProbeTypeExec) GetCommandOk() (*[]string, bool)` 37 | 38 | GetCommandOk returns a tuple with the Command field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetCommand 42 | 43 | `func (o *ProbeTypeExec) SetCommand(v []string)` 44 | 45 | SetCommand sets Command field to given value. 46 | 47 | ### HasCommand 48 | 49 | `func (o *ProbeTypeExec) HasCommand() bool` 50 | 51 | HasCommand returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ProjectResponseList.md: -------------------------------------------------------------------------------- 1 | # ProjectResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Project**](Project.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewProjectResponseList 12 | 13 | `func NewProjectResponseList() *ProjectResponseList` 14 | 15 | NewProjectResponseList instantiates a new ProjectResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewProjectResponseListWithDefaults 21 | 22 | `func NewProjectResponseListWithDefaults() *ProjectResponseList` 23 | 24 | NewProjectResponseListWithDefaults instantiates a new ProjectResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *ProjectResponseList) GetResults() []Project` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *ProjectResponseList) GetResultsOk() (*[]Project, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *ProjectResponseList) SetResults(v []Project)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *ProjectResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ProjectStatsResponseList.md: -------------------------------------------------------------------------------- 1 | # ProjectStatsResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]ProjectStats**](ProjectStats.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewProjectStatsResponseList 12 | 13 | `func NewProjectStatsResponseList() *ProjectStatsResponseList` 14 | 15 | NewProjectStatsResponseList instantiates a new ProjectStatsResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewProjectStatsResponseListWithDefaults 21 | 22 | `func NewProjectStatsResponseListWithDefaults() *ProjectStatsResponseList` 23 | 24 | NewProjectStatsResponseListWithDefaults instantiates a new ProjectStatsResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *ProjectStatsResponseList) GetResults() []ProjectStats` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *ProjectStatsResponseList) GetResultsOk() (*[]ProjectStats, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *ProjectStatsResponseList) SetResults(v []ProjectStats)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *ProjectStatsResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ReferenceObject.md: -------------------------------------------------------------------------------- 1 | # ReferenceObject 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Id** | **string** | | [readonly] 8 | 9 | ## Methods 10 | 11 | ### NewReferenceObject 12 | 13 | `func NewReferenceObject(id string, ) *ReferenceObject` 14 | 15 | NewReferenceObject instantiates a new ReferenceObject object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewReferenceObjectWithDefaults 21 | 22 | `func NewReferenceObjectWithDefaults() *ReferenceObject` 23 | 24 | NewReferenceObjectWithDefaults instantiates a new ReferenceObject object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetId 29 | 30 | `func (o *ReferenceObject) GetId() string` 31 | 32 | GetId returns the Id field if non-nil, zero value otherwise. 33 | 34 | ### GetIdOk 35 | 36 | `func (o *ReferenceObject) GetIdOk() (*string, bool)` 37 | 38 | GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetId 42 | 43 | `func (o *ReferenceObject) SetId(v string)` 44 | 45 | SetId sets Id field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/RegistryMirroringModeEnum.md: -------------------------------------------------------------------------------- 1 | # RegistryMirroringModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `CLUSTER` (value: `"Cluster"`) 7 | 8 | * `SERVICE` (value: `"Service"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/SecretResponseList.md: -------------------------------------------------------------------------------- 1 | # SecretResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Secret**](Secret.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewSecretResponseList 12 | 13 | `func NewSecretResponseList() *SecretResponseList` 14 | 15 | NewSecretResponseList instantiates a new SecretResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewSecretResponseListWithDefaults 21 | 22 | `func NewSecretResponseListWithDefaults() *SecretResponseList` 23 | 24 | NewSecretResponseListWithDefaults instantiates a new SecretResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *SecretResponseList) GetResults() []Secret` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *SecretResponseList) GetResultsOk() (*[]Secret, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *SecretResponseList) SetResults(v []Secret)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *SecretResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ServiceActionEnum.md: -------------------------------------------------------------------------------- 1 | # ServiceActionEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `DEPLOY` (value: `"DEPLOY"`) 7 | 8 | * `DELETE` (value: `"DELETE"`) 9 | 10 | * `RESTART` (value: `"RESTART"`) 11 | 12 | * `STOP` (value: `"STOP"`) 13 | 14 | * `UNKNOWN` (value: `"UNKNOWN"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/ServiceActionStatusEnum.md: -------------------------------------------------------------------------------- 1 | # ServiceActionStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `QUEUED` (value: `"QUEUED"`) 7 | 8 | * `ONGOING` (value: `"ONGOING"`) 9 | 10 | * `SUCCESS` (value: `"SUCCESS"`) 11 | 12 | * `ERROR` (value: `"ERROR"`) 13 | 14 | * `CANCELED` (value: `"CANCELED"`) 15 | 16 | * `CANCELING` (value: `"CANCELING"`) 17 | 18 | * `NEVER` (value: `"NEVER"`) 19 | 20 | 21 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/ServiceAnnotationRequest.md: -------------------------------------------------------------------------------- 1 | # ServiceAnnotationRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Id** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewServiceAnnotationRequest 12 | 13 | `func NewServiceAnnotationRequest(id string, ) *ServiceAnnotationRequest` 14 | 15 | NewServiceAnnotationRequest instantiates a new ServiceAnnotationRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewServiceAnnotationRequestWithDefaults 21 | 22 | `func NewServiceAnnotationRequestWithDefaults() *ServiceAnnotationRequest` 23 | 24 | NewServiceAnnotationRequestWithDefaults instantiates a new ServiceAnnotationRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetId 29 | 30 | `func (o *ServiceAnnotationRequest) GetId() string` 31 | 32 | GetId returns the Id field if non-nil, zero value otherwise. 33 | 34 | ### GetIdOk 35 | 36 | `func (o *ServiceAnnotationRequest) GetIdOk() (*string, bool)` 37 | 38 | GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetId 42 | 43 | `func (o *ServiceAnnotationRequest) SetId(v string)` 44 | 45 | SetId sets Id field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/ServiceDeploymentStatusEnum.md: -------------------------------------------------------------------------------- 1 | # ServiceDeploymentStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `NEVER_DEPLOYED` (value: `"NEVER_DEPLOYED"`) 7 | 8 | * `OUT_OF_DATE` (value: `"OUT_OF_DATE"`) 9 | 10 | * `UP_TO_DATE` (value: `"UP_TO_DATE"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ServiceLabelRequest.md: -------------------------------------------------------------------------------- 1 | # ServiceLabelRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Id** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewServiceLabelRequest 12 | 13 | `func NewServiceLabelRequest(id string, ) *ServiceLabelRequest` 14 | 15 | NewServiceLabelRequest instantiates a new ServiceLabelRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewServiceLabelRequestWithDefaults 21 | 22 | `func NewServiceLabelRequestWithDefaults() *ServiceLabelRequest` 23 | 24 | NewServiceLabelRequestWithDefaults instantiates a new ServiceLabelRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetId 29 | 30 | `func (o *ServiceLabelRequest) GetId() string` 31 | 32 | GetId returns the Id field if non-nil, zero value otherwise. 33 | 34 | ### GetIdOk 35 | 36 | `func (o *ServiceLabelRequest) GetIdOk() (*string, bool)` 37 | 38 | GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetId 42 | 43 | `func (o *ServiceLabelRequest) SetId(v string)` 44 | 45 | SetId sets Id field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/ServicePortRequest.md: -------------------------------------------------------------------------------- 1 | # ServicePortRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Ports** | Pointer to [**[]ServicePortRequestPortsInner**](ServicePortRequestPortsInner.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewServicePortRequest 12 | 13 | `func NewServicePortRequest() *ServicePortRequest` 14 | 15 | NewServicePortRequest instantiates a new ServicePortRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewServicePortRequestWithDefaults 21 | 22 | `func NewServicePortRequestWithDefaults() *ServicePortRequest` 23 | 24 | NewServicePortRequestWithDefaults instantiates a new ServicePortRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetPorts 29 | 30 | `func (o *ServicePortRequest) GetPorts() []ServicePortRequestPortsInner` 31 | 32 | GetPorts returns the Ports field if non-nil, zero value otherwise. 33 | 34 | ### GetPortsOk 35 | 36 | `func (o *ServicePortRequest) GetPortsOk() (*[]ServicePortRequestPortsInner, bool)` 37 | 38 | GetPortsOk returns a tuple with the Ports field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetPorts 42 | 43 | `func (o *ServicePortRequest) SetPorts(v []ServicePortRequestPortsInner)` 44 | 45 | SetPorts sets Ports field to given value. 46 | 47 | ### HasPorts 48 | 49 | `func (o *ServicePortRequest) HasPorts() bool` 50 | 51 | HasPorts returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ServiceStepMetricNameEnum.md: -------------------------------------------------------------------------------- 1 | # ServiceStepMetricNameEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `REGISTRY_CREATE_REPOSITORY` (value: `"REGISTRY_CREATE_REPOSITORY"`) 7 | 8 | * `GIT_CLONE` (value: `"GIT_CLONE"`) 9 | 10 | * `BUILD_QUEUEING` (value: `"BUILD_QUEUEING"`) 11 | 12 | * `BUILD` (value: `"BUILD"`) 13 | 14 | * `DEPLOYMENT_QUEUEING` (value: `"DEPLOYMENT_QUEUEING"`) 15 | 16 | * `DEPLOYMENT` (value: `"DEPLOYMENT"`) 17 | 18 | * `ROUTER_DEPLOYMENT` (value: `"ROUTER_DEPLOYMENT"`) 19 | 20 | * `MIRROR_IMAGE` (value: `"MIRROR_IMAGE"`) 21 | 22 | 23 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 24 | 25 | 26 | -------------------------------------------------------------------------------- /docs/ServiceStorage.md: -------------------------------------------------------------------------------- 1 | # ServiceStorage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Storage** | Pointer to [**[]ServiceStorageStorageInner**](ServiceStorageStorageInner.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewServiceStorage 12 | 13 | `func NewServiceStorage() *ServiceStorage` 14 | 15 | NewServiceStorage instantiates a new ServiceStorage object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewServiceStorageWithDefaults 21 | 22 | `func NewServiceStorageWithDefaults() *ServiceStorage` 23 | 24 | NewServiceStorageWithDefaults instantiates a new ServiceStorage object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetStorage 29 | 30 | `func (o *ServiceStorage) GetStorage() []ServiceStorageStorageInner` 31 | 32 | GetStorage returns the Storage field if non-nil, zero value otherwise. 33 | 34 | ### GetStorageOk 35 | 36 | `func (o *ServiceStorage) GetStorageOk() (*[]ServiceStorageStorageInner, bool)` 37 | 38 | GetStorageOk returns a tuple with the Storage field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetStorage 42 | 43 | `func (o *ServiceStorage) SetStorage(v []ServiceStorageStorageInner)` 44 | 45 | SetStorage sets Storage field to given value. 46 | 47 | ### HasStorage 48 | 49 | `func (o *ServiceStorage) HasStorage() bool` 50 | 51 | HasStorage returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/ServiceTypeEnum.md: -------------------------------------------------------------------------------- 1 | # ServiceTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `APPLICATION` (value: `"APPLICATION"`) 7 | 8 | * `DATABASE` (value: `"DATABASE"`) 9 | 10 | * `CONTAINER` (value: `"CONTAINER"`) 11 | 12 | * `JOB` (value: `"JOB"`) 13 | 14 | * `HELM` (value: `"HELM"`) 15 | 16 | * `TERRAFORM` (value: `"TERRAFORM"`) 17 | 18 | 19 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/ServiceTypeForVariableEnum.md: -------------------------------------------------------------------------------- 1 | # ServiceTypeForVariableEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `APPLICATION` (value: `"APPLICATION"`) 7 | 8 | * `CONTAINER` (value: `"CONTAINER"`) 9 | 10 | * `JOB` (value: `"JOB"`) 11 | 12 | * `HELM` (value: `"HELM"`) 13 | 14 | * `TERRAFORM` (value: `"TERRAFORM"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/StageStatusEnum.md: -------------------------------------------------------------------------------- 1 | # StageStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `QUEUED` (value: `"QUEUED"`) 7 | 8 | * `ONGOING` (value: `"ONGOING"`) 9 | 10 | * `DONE` (value: `"DONE"`) 11 | 12 | * `ERROR` (value: `"ERROR"`) 13 | 14 | * `SKIPPED` (value: `"SKIPPED"`) 15 | 16 | * `CANCELED` (value: `"CANCELED"`) 17 | 18 | 19 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/StageStepMetricNameEnum.md: -------------------------------------------------------------------------------- 1 | # StageStepMetricNameEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `QUEUEING` (value: `"QUEUEING"`) 7 | 8 | * `PROVISION_BUILDER` (value: `"PROVISION_BUILDER"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/StateEnum.md: -------------------------------------------------------------------------------- 1 | # StateEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `BUILDING` (value: `"BUILDING"`) 7 | 8 | * `BUILD_ERROR` (value: `"BUILD_ERROR"`) 9 | 10 | * `CANCELED` (value: `"CANCELED"`) 11 | 12 | * `CANCELING` (value: `"CANCELING"`) 13 | 14 | * `DELETED` (value: `"DELETED"`) 15 | 16 | * `DELETE_ERROR` (value: `"DELETE_ERROR"`) 17 | 18 | * `DELETE_QUEUED` (value: `"DELETE_QUEUED"`) 19 | 20 | * `DELETING` (value: `"DELETING"`) 21 | 22 | * `DEPLOYED` (value: `"DEPLOYED"`) 23 | 24 | * `DEPLOYING` (value: `"DEPLOYING"`) 25 | 26 | * `DEPLOYMENT_ERROR` (value: `"DEPLOYMENT_ERROR"`) 27 | 28 | * `DEPLOYMENT_QUEUED` (value: `"DEPLOYMENT_QUEUED"`) 29 | 30 | * `QUEUED` (value: `"QUEUED"`) 31 | 32 | * `READY` (value: `"READY"`) 33 | 34 | * `RECAP` (value: `"RECAP"`) 35 | 36 | * `RESTARTED` (value: `"RESTARTED"`) 37 | 38 | * `RESTARTING` (value: `"RESTARTING"`) 39 | 40 | * `RESTART_ERROR` (value: `"RESTART_ERROR"`) 41 | 42 | * `RESTART_QUEUED` (value: `"RESTART_QUEUED"`) 43 | 44 | * `STOPPED` (value: `"STOPPED"`) 45 | 46 | * `STOPPING` (value: `"STOPPING"`) 47 | 48 | * `STOP_ERROR` (value: `"STOP_ERROR"`) 49 | 50 | * `STOP_QUEUED` (value: `"STOP_QUEUED"`) 51 | 52 | * `WAITING_DELETING` (value: `"WAITING_DELETING"`) 53 | 54 | * `WAITING_RESTARTING` (value: `"WAITING_RESTARTING"`) 55 | 56 | * `WAITING_RUNNING` (value: `"WAITING_RUNNING"`) 57 | 58 | * `WAITING_STOPPING` (value: `"WAITING_STOPPING"`) 59 | 60 | 61 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 62 | 63 | 64 | -------------------------------------------------------------------------------- /docs/StatusKindEnum.md: -------------------------------------------------------------------------------- 1 | # StatusKindEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `CANCELED` (value: `"CANCELED"`) 7 | 8 | * `CANCELING` (value: `"CANCELING"`) 9 | 10 | * `DELETED` (value: `"DELETED"`) 11 | 12 | * `DELETE_ERROR` (value: `"DELETE_ERROR"`) 13 | 14 | * `DELETE_IN_PROGRESS` (value: `"DELETE_IN_PROGRESS"`) 15 | 16 | * `DEPLOYED` (value: `"DEPLOYED"`) 17 | 18 | * `DEPLOYMENT_ERROR` (value: `"DEPLOYMENT_ERROR"`) 19 | 20 | * `DEPLOYMENT_IN_PROGRESS` (value: `"DEPLOYMENT_IN_PROGRESS"`) 21 | 22 | * `ERROR` (value: `"ERROR"`) 23 | 24 | * `PAUSED` (value: `"PAUSED"`) 25 | 26 | * `PAUSE_ERROR` (value: `"PAUSE_ERROR"`) 27 | 28 | * `PAUSE_IN_PROGRESS` (value: `"PAUSE_IN_PROGRESS"`) 29 | 30 | * `WAITING` (value: `"WAITING"`) 31 | 32 | 33 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/StepMetricStatusEnum.md: -------------------------------------------------------------------------------- 1 | # StepMetricStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `SUCCESS` (value: `"SUCCESS"`) 7 | 8 | * `ERROR` (value: `"ERROR"`) 9 | 10 | * `CANCEL` (value: `"CANCEL"`) 11 | 12 | * `SKIP` (value: `"SKIP"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/StorageTypeEnum.md: -------------------------------------------------------------------------------- 1 | # StorageTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `FAST_SSD` (value: `"FAST_SSD"`) 7 | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/TerraformFilesSourceRequest.md: -------------------------------------------------------------------------------- 1 | # TerraformFilesSourceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Id** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewTerraformFilesSourceRequest 12 | 13 | `func NewTerraformFilesSourceRequest() *TerraformFilesSourceRequest` 14 | 15 | NewTerraformFilesSourceRequest instantiates a new TerraformFilesSourceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewTerraformFilesSourceRequestWithDefaults 21 | 22 | `func NewTerraformFilesSourceRequestWithDefaults() *TerraformFilesSourceRequest` 23 | 24 | NewTerraformFilesSourceRequestWithDefaults instantiates a new TerraformFilesSourceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetId 29 | 30 | `func (o *TerraformFilesSourceRequest) GetId() string` 31 | 32 | GetId returns the Id field if non-nil, zero value otherwise. 33 | 34 | ### GetIdOk 35 | 36 | `func (o *TerraformFilesSourceRequest) GetIdOk() (*string, bool)` 37 | 38 | GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetId 42 | 43 | `func (o *TerraformFilesSourceRequest) SetId(v string)` 44 | 45 | SetId sets Id field to given value. 46 | 47 | ### HasId 48 | 49 | `func (o *TerraformFilesSourceRequest) HasId() bool` 50 | 51 | HasId returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/TerraformResponseList.md: -------------------------------------------------------------------------------- 1 | # TerraformResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Id** | Pointer to [**[]TerraformResponse**](TerraformResponse.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewTerraformResponseList 12 | 13 | `func NewTerraformResponseList() *TerraformResponseList` 14 | 15 | NewTerraformResponseList instantiates a new TerraformResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewTerraformResponseListWithDefaults 21 | 22 | `func NewTerraformResponseListWithDefaults() *TerraformResponseList` 23 | 24 | NewTerraformResponseListWithDefaults instantiates a new TerraformResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetId 29 | 30 | `func (o *TerraformResponseList) GetId() []TerraformResponse` 31 | 32 | GetId returns the Id field if non-nil, zero value otherwise. 33 | 34 | ### GetIdOk 35 | 36 | `func (o *TerraformResponseList) GetIdOk() (*[]TerraformResponse, bool)` 37 | 38 | GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetId 42 | 43 | `func (o *TerraformResponseList) SetId(v []TerraformResponse)` 44 | 45 | SetId sets Id field to given value. 46 | 47 | ### HasId 48 | 49 | `func (o *TerraformResponseList) HasId() bool` 50 | 51 | HasId returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/TransferOwnershipRequest.md: -------------------------------------------------------------------------------- 1 | # TransferOwnershipRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **UserId** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewTransferOwnershipRequest 12 | 13 | `func NewTransferOwnershipRequest(userId string, ) *TransferOwnershipRequest` 14 | 15 | NewTransferOwnershipRequest instantiates a new TransferOwnershipRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewTransferOwnershipRequestWithDefaults 21 | 22 | `func NewTransferOwnershipRequestWithDefaults() *TransferOwnershipRequest` 23 | 24 | NewTransferOwnershipRequestWithDefaults instantiates a new TransferOwnershipRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetUserId 29 | 30 | `func (o *TransferOwnershipRequest) GetUserId() string` 31 | 32 | GetUserId returns the UserId field if non-nil, zero value otherwise. 33 | 34 | ### GetUserIdOk 35 | 36 | `func (o *TransferOwnershipRequest) GetUserIdOk() (*string, bool)` 37 | 38 | GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetUserId 42 | 43 | `func (o *TransferOwnershipRequest) SetUserId(v string)` 44 | 45 | SetUserId sets UserId field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/TypeOfUseEnum.md: -------------------------------------------------------------------------------- 1 | # TypeOfUseEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `PERSONAL` (value: `"PERSONAL"`) 7 | 8 | * `SCHOOL` (value: `"SCHOOL"`) 9 | 10 | * `WORK` (value: `"WORK"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/UserResponseList.md: -------------------------------------------------------------------------------- 1 | # UserResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]User**](User.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewUserResponseList 12 | 13 | `func NewUserResponseList() *UserResponseList` 14 | 15 | NewUserResponseList instantiates a new UserResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewUserResponseListWithDefaults 21 | 22 | `func NewUserResponseListWithDefaults() *UserResponseList` 23 | 24 | NewUserResponseListWithDefaults instantiates a new UserResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *UserResponseList) GetResults() []User` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *UserResponseList) GetResultsOk() (*[]User, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *UserResponseList) SetResults(v []User)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *UserResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/VariableResponseList.md: -------------------------------------------------------------------------------- 1 | # VariableResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]VariableResponse**](VariableResponse.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewVariableResponseList 12 | 13 | `func NewVariableResponseList() *VariableResponseList` 14 | 15 | NewVariableResponseList instantiates a new VariableResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewVariableResponseListWithDefaults 21 | 22 | `func NewVariableResponseListWithDefaults() *VariableResponseList` 23 | 24 | NewVariableResponseListWithDefaults instantiates a new VariableResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *VariableResponseList) GetResults() []VariableResponse` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *VariableResponseList) GetResultsOk() (*[]VariableResponse, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *VariableResponseList) SetResults(v []VariableResponse)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *VariableResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/Version.md: -------------------------------------------------------------------------------- 1 | # Version 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewVersion 12 | 13 | `func NewVersion(name string, ) *Version` 14 | 15 | NewVersion instantiates a new Version object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewVersionWithDefaults 21 | 22 | `func NewVersionWithDefaults() *Version` 23 | 24 | NewVersionWithDefaults instantiates a new Version object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *Version) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *Version) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *Version) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/VersionResponseList.md: -------------------------------------------------------------------------------- 1 | # VersionResponseList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Results** | Pointer to [**[]Version**](Version.md) | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewVersionResponseList 12 | 13 | `func NewVersionResponseList() *VersionResponseList` 14 | 15 | NewVersionResponseList instantiates a new VersionResponseList object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewVersionResponseListWithDefaults 21 | 22 | `func NewVersionResponseListWithDefaults() *VersionResponseList` 23 | 24 | NewVersionResponseListWithDefaults instantiates a new VersionResponseList object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetResults 29 | 30 | `func (o *VersionResponseList) GetResults() []Version` 31 | 32 | GetResults returns the Results field if non-nil, zero value otherwise. 33 | 34 | ### GetResultsOk 35 | 36 | `func (o *VersionResponseList) GetResultsOk() (*[]Version, bool)` 37 | 38 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetResults 42 | 43 | `func (o *VersionResponseList) SetResults(v []Version)` 44 | 45 | SetResults sets Results field to given value. 46 | 47 | ### HasResults 48 | 49 | `func (o *VersionResponseList) HasResults() bool` 50 | 51 | HasResults returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/WeekdayEnum.md: -------------------------------------------------------------------------------- 1 | # WeekdayEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `MONDAY` (value: `"MONDAY"`) 7 | 8 | * `TUESDAY` (value: `"TUESDAY"`) 9 | 10 | * `WEDNESDAY` (value: `"WEDNESDAY"`) 11 | 12 | * `THURSDAY` (value: `"THURSDAY"`) 13 | 14 | * `FRIDAY` (value: `"FRIDAY"`) 15 | 16 | * `SATURDAY` (value: `"SATURDAY"`) 17 | 18 | * `SUNDAY` (value: `"SUNDAY"`) 19 | 20 | 21 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 | 23 | 24 | -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- 1 | module github.com/qovery/qovery-client-go 2 | 3 | go 1.18 4 | 5 | require github.com/stretchr/testify v1.10.0 6 | 7 | require ( 8 | github.com/davecgh/go-spew v1.1.1 // indirect 9 | github.com/pmezard/go-difflib v1.0.0 // indirect 10 | gopkg.in/yaml.v3 v3.0.1 // indirect 11 | ) 12 | -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- 1 | github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= 2 | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 3 | github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= 4 | github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= 5 | github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= 6 | github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= 7 | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= 8 | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= 9 | gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= 10 | gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 11 | -------------------------------------------------------------------------------- /response.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | - Qovery is the fastest way to deploy your full-stack apps on any Cloud provider. - ℹ️ The API is stable and still in development. 5 | 6 | API version: 1.0.3 7 | Contact: support+api+documentation@qovery.com 8 | */ 9 | 10 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 11 | 12 | package qovery 13 | 14 | import ( 15 | "net/http" 16 | ) 17 | 18 | // APIResponse stores the API response returned by the server. 19 | type APIResponse struct { 20 | *http.Response `json:"-"` 21 | Message string `json:"message,omitempty"` 22 | // Operation is the name of the OpenAPI operation. 23 | Operation string `json:"operation,omitempty"` 24 | // RequestURL is the request URL. This value is always available, even if the 25 | // embedded *http.Response is nil. 26 | RequestURL string `json:"url,omitempty"` 27 | // Method is the HTTP method used for the request. This value is always 28 | // available, even if the embedded *http.Response is nil. 29 | Method string `json:"method,omitempty"` 30 | // Payload holds the contents of the response body (which may be nil or empty). 31 | // This is provided here as the raw response.Body() reader will have already 32 | // been drained. 33 | Payload []byte `json:"-"` 34 | } 35 | 36 | // NewAPIResponse returns a new APIResponse object. 37 | func NewAPIResponse(r *http.Response) *APIResponse { 38 | 39 | response := &APIResponse{Response: r} 40 | return response 41 | } 42 | 43 | // NewAPIResponseWithError returns a new APIResponse object with the provided error message. 44 | func NewAPIResponseWithError(errorMessage string) *APIResponse { 45 | 46 | response := &APIResponse{Message: errorMessage} 47 | return response 48 | } 49 | -------------------------------------------------------------------------------- /test/api_account_info_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing AccountInfoAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_AccountInfoAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test AccountInfoAPIService EditAccountInformation", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | resp, httpRes, err := apiClient.AccountInfoAPI.EditAccountInformation(context.Background()).Execute() 30 | 31 | require.Nil(t, err) 32 | require.NotNil(t, resp) 33 | assert.Equal(t, 200, httpRes.StatusCode) 34 | 35 | }) 36 | 37 | t.Run("Test AccountInfoAPIService GetAccountInformation", func(t *testing.T) { 38 | 39 | t.Skip("skip test") // remove to run test 40 | 41 | resp, httpRes, err := apiClient.AccountInfoAPI.GetAccountInformation(context.Background()).Execute() 42 | 43 | require.Nil(t, err) 44 | require.NotNil(t, resp) 45 | assert.Equal(t, 200, httpRes.StatusCode) 46 | 47 | }) 48 | 49 | } 50 | -------------------------------------------------------------------------------- /test/api_application_deployment_history_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing ApplicationDeploymentHistoryAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_ApplicationDeploymentHistoryAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test ApplicationDeploymentHistoryAPIService ListApplicationDeploymentHistory", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var applicationId string 30 | 31 | resp, httpRes, err := apiClient.ApplicationDeploymentHistoryAPI.ListApplicationDeploymentHistory(context.Background(), applicationId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test ApplicationDeploymentHistoryAPIService ListApplicationDeploymentHistoryV2", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var applicationId string 44 | 45 | resp, httpRes, err := apiClient.ApplicationDeploymentHistoryAPI.ListApplicationDeploymentHistoryV2(context.Background(), applicationId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_application_logs_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing ApplicationLogsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_ApplicationLogsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test ApplicationLogsAPIService ListApplicationLog", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var applicationId string 30 | 31 | resp, httpRes, err := apiClient.ApplicationLogsAPI.ListApplicationLog(context.Background(), applicationId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | } 40 | -------------------------------------------------------------------------------- /test/api_backups_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing BackupsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_BackupsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test BackupsAPIService AddBackupDatabase", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var databaseId string 30 | 31 | resp, httpRes, err := apiClient.BackupsAPI.AddBackupDatabase(context.Background(), databaseId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test BackupsAPIService ListDatabaseBackup", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var databaseId string 44 | 45 | resp, httpRes, err := apiClient.BackupsAPI.ListDatabaseBackup(context.Background(), databaseId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | t.Run("Test BackupsAPIService RemoveDatabaseBackup", func(t *testing.T) { 54 | 55 | t.Skip("skip test") // remove to run test 56 | 57 | var databaseId string 58 | var backupId string 59 | 60 | httpRes, err := apiClient.BackupsAPI.RemoveDatabaseBackup(context.Background(), databaseId, backupId).Execute() 61 | 62 | require.Nil(t, err) 63 | assert.Equal(t, 200, httpRes.StatusCode) 64 | 65 | }) 66 | 67 | } 68 | -------------------------------------------------------------------------------- /test/api_container_deployment_history_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing ContainerDeploymentHistoryAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_ContainerDeploymentHistoryAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test ContainerDeploymentHistoryAPIService ListContainerDeploymentHistory", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var containerId string 30 | 31 | resp, httpRes, err := apiClient.ContainerDeploymentHistoryAPI.ListContainerDeploymentHistory(context.Background(), containerId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test ContainerDeploymentHistoryAPIService ListContainerDeploymentHistoryV2", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var containerId string 44 | 45 | resp, httpRes, err := apiClient.ContainerDeploymentHistoryAPI.ListContainerDeploymentHistoryV2(context.Background(), containerId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_container_logs_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing ContainerLogsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_ContainerLogsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test ContainerLogsAPIService ListContainerLog", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var containerId string 30 | 31 | resp, httpRes, err := apiClient.ContainerLogsAPI.ListContainerLog(context.Background(), containerId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | } 40 | -------------------------------------------------------------------------------- /test/api_database_application_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing DatabaseApplicationAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_DatabaseApplicationAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test DatabaseApplicationAPIService ListDatabaseApplication", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var databaseId string 30 | 31 | resp, httpRes, err := apiClient.DatabaseApplicationAPI.ListDatabaseApplication(context.Background(), databaseId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test DatabaseApplicationAPIService RemoveApplicationFromDatabase", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var databaseId string 44 | var targetApplicationId string 45 | 46 | httpRes, err := apiClient.DatabaseApplicationAPI.RemoveApplicationFromDatabase(context.Background(), databaseId, targetApplicationId).Execute() 47 | 48 | require.Nil(t, err) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_database_deployment_history_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing DatabaseDeploymentHistoryAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_DatabaseDeploymentHistoryAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test DatabaseDeploymentHistoryAPIService ListDatabaseDeploymentHistory", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var databaseId string 30 | 31 | resp, httpRes, err := apiClient.DatabaseDeploymentHistoryAPI.ListDatabaseDeploymentHistory(context.Background(), databaseId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test DatabaseDeploymentHistoryAPIService ListDatabaseDeploymentHistoryV2", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var databaseId string 44 | 45 | resp, httpRes, err := apiClient.DatabaseDeploymentHistoryAPI.ListDatabaseDeploymentHistoryV2(context.Background(), databaseId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_default_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing DefaultAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_DefaultAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test DefaultAPIService GetClusterTokenByClusterId", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var clusterId string 30 | 31 | resp, httpRes, err := apiClient.DefaultAPI.GetClusterTokenByClusterId(context.Background(), clusterId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test DefaultAPIService GetDeploymentStatusByDeploymentRequestId", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | resp, httpRes, err := apiClient.DefaultAPI.GetDeploymentStatusByDeploymentRequestId(context.Background()).Execute() 44 | 45 | require.Nil(t, err) 46 | require.NotNil(t, resp) 47 | assert.Equal(t, 200, httpRes.StatusCode) 48 | 49 | }) 50 | 51 | } 52 | -------------------------------------------------------------------------------- /test/api_deployment_queue_actions_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing DeploymentQueueActionsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_DeploymentQueueActionsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test DeploymentQueueActionsAPIService CancelDeploymentRequest", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var deploymentRequestId string 30 | 31 | httpRes, err := apiClient.DeploymentQueueActionsAPI.CancelDeploymentRequest(context.Background(), deploymentRequestId).Execute() 32 | 33 | require.Nil(t, err) 34 | assert.Equal(t, 200, httpRes.StatusCode) 35 | 36 | }) 37 | 38 | } 39 | -------------------------------------------------------------------------------- /test/api_environment_deployment_history_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing EnvironmentDeploymentHistoryAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_EnvironmentDeploymentHistoryAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test EnvironmentDeploymentHistoryAPIService ListEnvironmentDeploymentHistory", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var environmentId string 30 | 31 | resp, httpRes, err := apiClient.EnvironmentDeploymentHistoryAPI.ListEnvironmentDeploymentHistory(context.Background(), environmentId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test EnvironmentDeploymentHistoryAPIService ListEnvironmentDeploymentHistoryV2", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var environmentId string 44 | 45 | resp, httpRes, err := apiClient.EnvironmentDeploymentHistoryAPI.ListEnvironmentDeploymentHistoryV2(context.Background(), environmentId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_environment_deployment_rule_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing EnvironmentDeploymentRuleAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_EnvironmentDeploymentRuleAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test EnvironmentDeploymentRuleAPIService EditEnvironmentDeploymentRule", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var environmentId string 30 | var deploymentRuleId string 31 | 32 | resp, httpRes, err := apiClient.EnvironmentDeploymentRuleAPI.EditEnvironmentDeploymentRule(context.Background(), environmentId, deploymentRuleId).Execute() 33 | 34 | require.Nil(t, err) 35 | require.NotNil(t, resp) 36 | assert.Equal(t, 200, httpRes.StatusCode) 37 | 38 | }) 39 | 40 | t.Run("Test EnvironmentDeploymentRuleAPIService GetEnvironmentDeploymentRule", func(t *testing.T) { 41 | 42 | t.Skip("skip test") // remove to run test 43 | 44 | var environmentId string 45 | 46 | resp, httpRes, err := apiClient.EnvironmentDeploymentRuleAPI.GetEnvironmentDeploymentRule(context.Background(), environmentId).Execute() 47 | 48 | require.Nil(t, err) 49 | require.NotNil(t, resp) 50 | assert.Equal(t, 200, httpRes.StatusCode) 51 | 52 | }) 53 | 54 | } 55 | -------------------------------------------------------------------------------- /test/api_environment_export_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing EnvironmentExportAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_EnvironmentExportAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test EnvironmentExportAPIService ExportEnvironmentConfigurationIntoTerraform", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var environmentId string 30 | 31 | resp, httpRes, err := apiClient.EnvironmentExportAPI.ExportEnvironmentConfigurationIntoTerraform(context.Background(), environmentId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | } 40 | -------------------------------------------------------------------------------- /test/api_environment_logs_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing EnvironmentLogsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_EnvironmentLogsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test EnvironmentLogsAPIService ListEnvironmentLog", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var environmentId string 30 | 31 | resp, httpRes, err := apiClient.EnvironmentLogsAPI.ListEnvironmentLog(context.Background(), environmentId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test EnvironmentLogsAPIService ListEnvironmentLogs", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var environmentId string 44 | 45 | resp, httpRes, err := apiClient.EnvironmentLogsAPI.ListEnvironmentLogs(context.Background(), environmentId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_github_app_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing GithubAppAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_GithubAppAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test GithubAppAPIService OrganizationGithubAppConnect", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var organizationId string 30 | 31 | httpRes, err := apiClient.GithubAppAPI.OrganizationGithubAppConnect(context.Background(), organizationId).Execute() 32 | 33 | require.Nil(t, err) 34 | assert.Equal(t, 200, httpRes.StatusCode) 35 | 36 | }) 37 | 38 | t.Run("Test GithubAppAPIService OrganizationGithubAppDisconnect", func(t *testing.T) { 39 | 40 | t.Skip("skip test") // remove to run test 41 | 42 | var organizationId string 43 | 44 | httpRes, err := apiClient.GithubAppAPI.OrganizationGithubAppDisconnect(context.Background(), organizationId).Execute() 45 | 46 | require.Nil(t, err) 47 | assert.Equal(t, 200, httpRes.StatusCode) 48 | 49 | }) 50 | 51 | } 52 | -------------------------------------------------------------------------------- /test/api_helm_actions_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing HelmActionsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_HelmActionsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test HelmActionsAPIService DeployHelm", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var helmId string 30 | 31 | resp, httpRes, err := apiClient.HelmActionsAPI.DeployHelm(context.Background(), helmId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test HelmActionsAPIService RedeployHelm", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var helmId string 44 | 45 | resp, httpRes, err := apiClient.HelmActionsAPI.RedeployHelm(context.Background(), helmId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | t.Run("Test HelmActionsAPIService StopHelm", func(t *testing.T) { 54 | 55 | t.Skip("skip test") // remove to run test 56 | 57 | var helmId string 58 | 59 | resp, httpRes, err := apiClient.HelmActionsAPI.StopHelm(context.Background(), helmId).Execute() 60 | 61 | require.Nil(t, err) 62 | require.NotNil(t, resp) 63 | assert.Equal(t, 200, httpRes.StatusCode) 64 | 65 | }) 66 | 67 | } 68 | -------------------------------------------------------------------------------- /test/api_helm_configuration_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing HelmConfigurationAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_HelmConfigurationAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test HelmConfigurationAPIService EditHelmAdvancedSettings", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var helmId string 30 | 31 | resp, httpRes, err := apiClient.HelmConfigurationAPI.EditHelmAdvancedSettings(context.Background(), helmId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test HelmConfigurationAPIService GetHelmAdvancedSettings", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var helmId string 44 | 45 | resp, httpRes, err := apiClient.HelmConfigurationAPI.GetHelmAdvancedSettings(context.Background(), helmId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_helm_deployment_history_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing HelmDeploymentHistoryAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_HelmDeploymentHistoryAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test HelmDeploymentHistoryAPIService ListHelmDeploymentHistory", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var helmId string 30 | 31 | resp, httpRes, err := apiClient.HelmDeploymentHistoryAPI.ListHelmDeploymentHistory(context.Background(), helmId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test HelmDeploymentHistoryAPIService ListHelmDeploymentHistoryV2", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var helmId string 44 | 45 | resp, httpRes, err := apiClient.HelmDeploymentHistoryAPI.ListHelmDeploymentHistoryV2(context.Background(), helmId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_job_configuration_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing JobConfigurationAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_JobConfigurationAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test JobConfigurationAPIService EditJobAdvancedSettings", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var jobId string 30 | 31 | resp, httpRes, err := apiClient.JobConfigurationAPI.EditJobAdvancedSettings(context.Background(), jobId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test JobConfigurationAPIService GetJobAdvancedSettings", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var jobId string 44 | 45 | resp, httpRes, err := apiClient.JobConfigurationAPI.GetJobAdvancedSettings(context.Background(), jobId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_job_deployment_history_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing JobDeploymentHistoryAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_JobDeploymentHistoryAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test JobDeploymentHistoryAPIService ListJobDeploymentHistory", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var jobId string 30 | 31 | resp, httpRes, err := apiClient.JobDeploymentHistoryAPI.ListJobDeploymentHistory(context.Background(), jobId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test JobDeploymentHistoryAPIService ListJobDeploymentHistoryV2", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var jobId string 44 | 45 | resp, httpRes, err := apiClient.JobDeploymentHistoryAPI.ListJobDeploymentHistoryV2(context.Background(), jobId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_lifecycle_template_main_calls_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing LifecycleTemplateMainCallsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_LifecycleTemplateMainCallsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test LifecycleTemplateMainCallsAPIService GetEnvironmentLifecycleTemplate", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var environmentId string 30 | var lifecycleTemplateId string 31 | 32 | resp, httpRes, err := apiClient.LifecycleTemplateMainCallsAPI.GetEnvironmentLifecycleTemplate(context.Background(), environmentId, lifecycleTemplateId).Execute() 33 | 34 | require.Nil(t, err) 35 | require.NotNil(t, resp) 36 | assert.Equal(t, 200, httpRes.StatusCode) 37 | 38 | }) 39 | 40 | t.Run("Test LifecycleTemplateMainCallsAPIService ListEnvironmentLifecycleTemplates", func(t *testing.T) { 41 | 42 | t.Skip("skip test") // remove to run test 43 | 44 | var environmentId string 45 | 46 | resp, httpRes, err := apiClient.LifecycleTemplateMainCallsAPI.ListEnvironmentLifecycleTemplates(context.Background(), environmentId).Execute() 47 | 48 | require.Nil(t, err) 49 | require.NotNil(t, resp) 50 | assert.Equal(t, 200, httpRes.StatusCode) 51 | 52 | }) 53 | 54 | } 55 | -------------------------------------------------------------------------------- /test/api_organization_api_token_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing OrganizationApiTokenAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_OrganizationApiTokenAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test OrganizationApiTokenAPIService CreateOrganizationApiToken", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var organizationId string 30 | 31 | resp, httpRes, err := apiClient.OrganizationApiTokenAPI.CreateOrganizationApiToken(context.Background(), organizationId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test OrganizationApiTokenAPIService DeleteOrganizationApiToken", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var organizationId string 44 | var apiTokenId string 45 | 46 | httpRes, err := apiClient.OrganizationApiTokenAPI.DeleteOrganizationApiToken(context.Background(), organizationId, apiTokenId).Execute() 47 | 48 | require.Nil(t, err) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | t.Run("Test OrganizationApiTokenAPIService ListOrganizationApiTokens", func(t *testing.T) { 54 | 55 | t.Skip("skip test") // remove to run test 56 | 57 | var organizationId string 58 | 59 | resp, httpRes, err := apiClient.OrganizationApiTokenAPI.ListOrganizationApiTokens(context.Background(), organizationId).Execute() 60 | 61 | require.Nil(t, err) 62 | require.NotNil(t, resp) 63 | assert.Equal(t, 200, httpRes.StatusCode) 64 | 65 | }) 66 | 67 | } 68 | -------------------------------------------------------------------------------- /test/api_organization_cluster_lock_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing OrganizationClusterLockAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_OrganizationClusterLockAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test OrganizationClusterLockAPIService ListClusterLock", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var organizationId string 30 | 31 | resp, httpRes, err := apiClient.OrganizationClusterLockAPI.ListClusterLock(context.Background(), organizationId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | } 40 | -------------------------------------------------------------------------------- /test/api_organization_event_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing OrganizationEventAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_OrganizationEventAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test OrganizationEventAPIService GetOrganizationEventTargets", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var organizationId string 30 | 31 | resp, httpRes, err := apiClient.OrganizationEventAPI.GetOrganizationEventTargets(context.Background(), organizationId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test OrganizationEventAPIService GetOrganizationEvents", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var organizationId string 44 | 45 | resp, httpRes, err := apiClient.OrganizationEventAPI.GetOrganizationEvents(context.Background(), organizationId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_project_main_calls_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing ProjectMainCallsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_ProjectMainCallsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test ProjectMainCallsAPIService DeleteProject", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var projectId string 30 | 31 | httpRes, err := apiClient.ProjectMainCallsAPI.DeleteProject(context.Background(), projectId).Execute() 32 | 33 | require.Nil(t, err) 34 | assert.Equal(t, 200, httpRes.StatusCode) 35 | 36 | }) 37 | 38 | t.Run("Test ProjectMainCallsAPIService EditProject", func(t *testing.T) { 39 | 40 | t.Skip("skip test") // remove to run test 41 | 42 | var projectId string 43 | 44 | resp, httpRes, err := apiClient.ProjectMainCallsAPI.EditProject(context.Background(), projectId).Execute() 45 | 46 | require.Nil(t, err) 47 | require.NotNil(t, resp) 48 | assert.Equal(t, 200, httpRes.StatusCode) 49 | 50 | }) 51 | 52 | t.Run("Test ProjectMainCallsAPIService GetProject", func(t *testing.T) { 53 | 54 | t.Skip("skip test") // remove to run test 55 | 56 | var projectId string 57 | 58 | resp, httpRes, err := apiClient.ProjectMainCallsAPI.GetProject(context.Background(), projectId).Execute() 59 | 60 | require.Nil(t, err) 61 | require.NotNil(t, resp) 62 | assert.Equal(t, 200, httpRes.StatusCode) 63 | 64 | }) 65 | 66 | } 67 | -------------------------------------------------------------------------------- /test/api_projects_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing ProjectsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_ProjectsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test ProjectsAPIService CreateProject", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var organizationId string 30 | 31 | resp, httpRes, err := apiClient.ProjectsAPI.CreateProject(context.Background(), organizationId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test ProjectsAPIService GetOrganizationProjectStats", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var organizationId string 44 | 45 | resp, httpRes, err := apiClient.ProjectsAPI.GetOrganizationProjectStats(context.Background(), organizationId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | t.Run("Test ProjectsAPIService ListProject", func(t *testing.T) { 54 | 55 | t.Skip("skip test") // remove to run test 56 | 57 | var organizationId string 58 | 59 | resp, httpRes, err := apiClient.ProjectsAPI.ListProject(context.Background(), organizationId).Execute() 60 | 61 | require.Nil(t, err) 62 | require.NotNil(t, resp) 63 | assert.Equal(t, 200, httpRes.StatusCode) 64 | 65 | }) 66 | 67 | } 68 | -------------------------------------------------------------------------------- /test/api_referral_rewards_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing ReferralRewardsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_ReferralRewardsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test ReferralRewardsAPIService GetAccountReferral", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | resp, httpRes, err := apiClient.ReferralRewardsAPI.GetAccountReferral(context.Background()).Execute() 30 | 31 | require.Nil(t, err) 32 | require.NotNil(t, resp) 33 | assert.Equal(t, 200, httpRes.StatusCode) 34 | 35 | }) 36 | 37 | t.Run("Test ReferralRewardsAPIService PostAccountRewardClaim", func(t *testing.T) { 38 | 39 | t.Skip("skip test") // remove to run test 40 | 41 | httpRes, err := apiClient.ReferralRewardsAPI.PostAccountRewardClaim(context.Background()).Execute() 42 | 43 | require.Nil(t, err) 44 | assert.Equal(t, 200, httpRes.StatusCode) 45 | 46 | }) 47 | 48 | } 49 | -------------------------------------------------------------------------------- /test/api_service_status_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing ServiceStatusAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_ServiceStatusAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test ServiceStatusAPIService GetIngressDeploymentStatus", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var serviceType string 30 | var serviceId string 31 | 32 | resp, httpRes, err := apiClient.ServiceStatusAPI.GetIngressDeploymentStatus(context.Background(), serviceType, serviceId).Execute() 33 | 34 | require.Nil(t, err) 35 | require.NotNil(t, resp) 36 | assert.Equal(t, 200, httpRes.StatusCode) 37 | 38 | }) 39 | 40 | } 41 | -------------------------------------------------------------------------------- /test/api_terraform_actions_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing TerraformActionsAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_TerraformActionsAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test TerraformActionsAPIService DeployTerraform", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var terraformId string 30 | 31 | resp, httpRes, err := apiClient.TerraformActionsAPI.DeployTerraform(context.Background(), terraformId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | } 40 | -------------------------------------------------------------------------------- /test/api_terraform_configuration_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing TerraformConfigurationAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_TerraformConfigurationAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test TerraformConfigurationAPIService EditTerraformAdvancedSettings", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var terraformId string 30 | 31 | resp, httpRes, err := apiClient.TerraformConfigurationAPI.EditTerraformAdvancedSettings(context.Background(), terraformId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | t.Run("Test TerraformConfigurationAPIService GetTerraformAdvancedSettings", func(t *testing.T) { 40 | 41 | t.Skip("skip test") // remove to run test 42 | 43 | var terraformId string 44 | 45 | resp, httpRes, err := apiClient.TerraformConfigurationAPI.GetTerraformAdvancedSettings(context.Background(), terraformId).Execute() 46 | 47 | require.Nil(t, err) 48 | require.NotNil(t, resp) 49 | assert.Equal(t, 200, httpRes.StatusCode) 50 | 51 | }) 52 | 53 | } 54 | -------------------------------------------------------------------------------- /test/api_terraform_deployment_history_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing TerraformDeploymentHistoryAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_TerraformDeploymentHistoryAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test TerraformDeploymentHistoryAPIService ListTerraformDeploymentHistoryV2", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | var terraformId string 30 | 31 | resp, httpRes, err := apiClient.TerraformDeploymentHistoryAPI.ListTerraformDeploymentHistoryV2(context.Background(), terraformId).Execute() 32 | 33 | require.Nil(t, err) 34 | require.NotNil(t, resp) 35 | assert.Equal(t, 200, httpRes.StatusCode) 36 | 37 | }) 38 | 39 | } 40 | -------------------------------------------------------------------------------- /test/api_user_sign_up_test.go: -------------------------------------------------------------------------------- 1 | /* 2 | Qovery API 3 | 4 | Testing UserSignUpAPIService 5 | 6 | */ 7 | 8 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); 9 | 10 | package qovery 11 | 12 | import ( 13 | "context" 14 | openapiclient "github.com/qovery/qovery-client-go" 15 | "github.com/stretchr/testify/assert" 16 | "github.com/stretchr/testify/require" 17 | "testing" 18 | ) 19 | 20 | func Test_qovery_UserSignUpAPIService(t *testing.T) { 21 | 22 | configuration := openapiclient.NewConfiguration() 23 | apiClient := openapiclient.NewAPIClient(configuration) 24 | 25 | t.Run("Test UserSignUpAPIService CreateUserSignUp", func(t *testing.T) { 26 | 27 | t.Skip("skip test") // remove to run test 28 | 29 | httpRes, err := apiClient.UserSignUpAPI.CreateUserSignUp(context.Background()).Execute() 30 | 31 | require.Nil(t, err) 32 | assert.Equal(t, 200, httpRes.StatusCode) 33 | 34 | }) 35 | 36 | t.Run("Test UserSignUpAPIService GetUserSignUp", func(t *testing.T) { 37 | 38 | t.Skip("skip test") // remove to run test 39 | 40 | resp, httpRes, err := apiClient.UserSignUpAPI.GetUserSignUp(context.Background()).Execute() 41 | 42 | require.Nil(t, err) 43 | require.NotNil(t, resp) 44 | assert.Equal(t, 200, httpRes.StatusCode) 45 | 46 | }) 47 | 48 | } 49 | --------------------------------------------------------------------------------