client

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package client provides primitives to interact with the openapi HTTP API.

Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.4.1 DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventType

type EventType string

EventType defines model for eventType.

const (
	EventTypeAutoscalingConfigChanged        EventType = "autoscaling_config_changed"
	EventTypeAutoscalingEnded                EventType = "autoscaling_ended"
	EventTypeAutoscalingStarted              EventType = "autoscaling_started"
	EventTypeBranchDeleted                   EventType = "branch_deleted"
	EventTypeBuildEnded                      EventType = "build_ended"
	EventTypeBuildStarted                    EventType = "build_started"
	EventTypeCommitIgnored                   EventType = "commit_ignored"
	EventTypeCronJobRunEnded                 EventType = "cron_job_run_ended"
	EventTypeCronJobRunStarted               EventType = "cron_job_run_started"
	EventTypeDeployEnded                     EventType = "deploy_ended"
	EventTypeDeployStarted                   EventType = "deploy_started"
	EventTypeDiskCreated                     EventType = "disk_created"
	EventTypeDiskDeleted                     EventType = "disk_deleted"
	EventTypeDiskUpdated                     EventType = "disk_updated"
	EventTypeImagePullFailed                 EventType = "image_pull_failed"
	EventTypeInstanceCountChanged            EventType = "instance_count_changed"
	EventTypeJobRunEnded                     EventType = "job_run_ended"
	EventTypeKeyValueAvailable               EventType = "key_value_available"
	EventTypeKeyValueConfigRestart           EventType = "key_value_config_restart"
	EventTypeKeyValueUnhealthy               EventType = "key_value_unhealthy"
	EventTypeMaintenanceEnded                EventType = "maintenance_ended"
	EventTypeMaintenanceModeEnabled          EventType = "maintenance_mode_enabled"
	EventTypeMaintenanceModeUriUpdated       EventType = "maintenance_mode_uri_updated"
	EventTypeMaintenanceStarted              EventType = "maintenance_started"
	EventTypePipelineMinutesExhausted        EventType = "pipeline_minutes_exhausted"
	EventTypePlanChanged                     EventType = "plan_changed"
	EventTypePostgresAvailable               EventType = "postgres_available"
	EventTypePostgresBackupCompleted         EventType = "postgres_backup_completed"
	EventTypePostgresBackupFailed            EventType = "postgres_backup_failed"
	EventTypePostgresBackupStarted           EventType = "postgres_backup_started"
	EventTypePostgresClusterLeaderChanged    EventType = "postgres_cluster_leader_changed"
	EventTypePostgresCreated                 EventType = "postgres_created"
	EventTypePostgresDiskSizeChanged         EventType = "postgres_disk_size_changed"
	EventTypePostgresHaStatusChanged         EventType = "postgres_ha_status_changed"
	EventTypePostgresPitrCheckpointCompleted EventType = "postgres_pitr_checkpoint_completed"
	EventTypePostgresPitrCheckpointFailed    EventType = "postgres_pitr_checkpoint_failed"
	EventTypePostgresPitrCheckpointStarted   EventType = "postgres_pitr_checkpoint_started"
	EventTypePostgresReadReplicasChanged     EventType = "postgres_read_replicas_changed"
	EventTypePostgresRestarted               EventType = "postgres_restarted"
	EventTypePostgresRestoreFailed           EventType = "postgres_restore_failed"
	EventTypePostgresRestoreSucceeded        EventType = "postgres_restore_succeeded"
	EventTypePostgresUnavailable             EventType = "postgres_unavailable"
	EventTypePostgresUpgradeFailed           EventType = "postgres_upgrade_failed"
	EventTypePostgresUpgradeStarted          EventType = "postgres_upgrade_started"
	EventTypePostgresUpgradeSucceeded        EventType = "postgres_upgrade_succeeded"
	EventTypePreDeployEnded                  EventType = "pre_deploy_ended"
	EventTypePreDeployStarted                EventType = "pre_deploy_started"
	EventTypeServerAvailable                 EventType = "server_available"
	EventTypeServerFailed                    EventType = "server_failed"
	EventTypeServerHardwareFailure           EventType = "server_hardware_failure"
	EventTypeServerRestarted                 EventType = "server_restarted"
	EventTypeServerUnhealthy                 EventType = "server_unhealthy"
	EventTypeServiceResumed                  EventType = "service_resumed"
	EventTypeServiceSuspended                EventType = "service_suspended"
	EventTypeZeroDowntimeRedeployEnded       EventType = "zero_downtime_redeploy_ended"
	EventTypeZeroDowntimeRedeployStarted     EventType = "zero_downtime_redeploy_started"
)

Defines values for EventType.

type ServiceEventType

type ServiceEventType string

ServiceEventType defines model for serviceEventType.

const (
	ServiceEventTypeAutoscalingConfigChanged    ServiceEventType = "autoscaling_config_changed"
	ServiceEventTypeAutoscalingEnded            ServiceEventType = "autoscaling_ended"
	ServiceEventTypeAutoscalingStarted          ServiceEventType = "autoscaling_started"
	ServiceEventTypeBranchDeleted               ServiceEventType = "branch_deleted"
	ServiceEventTypeBuildEnded                  ServiceEventType = "build_ended"
	ServiceEventTypeBuildStarted                ServiceEventType = "build_started"
	ServiceEventTypeCommitIgnored               ServiceEventType = "commit_ignored"
	ServiceEventTypeCronJobRunEnded             ServiceEventType = "cron_job_run_ended"
	ServiceEventTypeCronJobRunStarted           ServiceEventType = "cron_job_run_started"
	ServiceEventTypeDeployEnded                 ServiceEventType = "deploy_ended"
	ServiceEventTypeDeployStarted               ServiceEventType = "deploy_started"
	ServiceEventTypeDiskCreated                 ServiceEventType = "disk_created"
	ServiceEventTypeDiskDeleted                 ServiceEventType = "disk_deleted"
	ServiceEventTypeDiskUpdated                 ServiceEventType = "disk_updated"
	ServiceEventTypeImagePullFailed             ServiceEventType = "image_pull_failed"
	ServiceEventTypeInitialDeployHookEnded      ServiceEventType = "initial_deploy_hook_ended"
	ServiceEventTypeInitialDeployHookStarted    ServiceEventType = "initial_deploy_hook_started"
	ServiceEventTypeInstanceCountChanged        ServiceEventType = "instance_count_changed"
	ServiceEventTypeJobRunEnded                 ServiceEventType = "job_run_ended"
	ServiceEventTypeMaintenanceEnded            ServiceEventType = "maintenance_ended"
	ServiceEventTypeMaintenanceModeEnabled      ServiceEventType = "maintenance_mode_enabled"
	ServiceEventTypeMaintenanceModeUriUpdated   ServiceEventType = "maintenance_mode_uri_updated"
	ServiceEventTypeMaintenanceStarted          ServiceEventType = "maintenance_started"
	ServiceEventTypePipelineMinutesExhausted    ServiceEventType = "pipeline_minutes_exhausted"
	ServiceEventTypePlanChanged                 ServiceEventType = "plan_changed"
	ServiceEventTypePreDeployEnded              ServiceEventType = "pre_deploy_ended"
	ServiceEventTypePreDeployStarted            ServiceEventType = "pre_deploy_started"
	ServiceEventTypeServerAvailable             ServiceEventType = "server_available"
	ServiceEventTypeServerFailed                ServiceEventType = "server_failed"
	ServiceEventTypeServerHardwareFailure       ServiceEventType = "server_hardware_failure"
	ServiceEventTypeServerRestarted             ServiceEventType = "server_restarted"
	ServiceEventTypeServerUnhealthy             ServiceEventType = "server_unhealthy"
	ServiceEventTypeServiceResumed              ServiceEventType = "service_resumed"
	ServiceEventTypeServiceSuspended            ServiceEventType = "service_suspended"
	ServiceEventTypeSuspenderAdded              ServiceEventType = "suspender_added"
	ServiceEventTypeSuspenderRemoved            ServiceEventType = "suspender_removed"
	ServiceEventTypeZeroDowntimeRedeployEnded   ServiceEventType = "zero_downtime_redeploy_ended"
	ServiceEventTypeZeroDowntimeRedeployStarted ServiceEventType = "zero_downtime_redeploy_started"
)

Defines values for ServiceEventType.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL