package
1.33.2
Repository: https://github.com/astronomer/astro-cli.git
Documentation: pkg.go.dev

# Functions

CreateOrUpdate creates a new worker queue or updates an existing worker queue for a deployment.
Delete deletes the specified worker queue from the deployment user gets prompted if no deployment was specified user gets prompted if no name for the queue to delete was specified An errQueueDoesNotExist is returned if queue to delete does not exist An errCannotDeleteDefaultQueue is returned if a user chooses the default queue.
IsCeleryWorkerQueueInputValid checks if the requestedWorkerQueue adheres to the floor and ceiling set in the defaultOptions.
IsHostedCeleryWorkerQueueInputValid checks if the requestedWorkerQueue adheres to the floor and ceiling set in the defaultOptions and machineOptions.
IsKubernetesWorkerQueueInputValid checks if the requestedQueue has all the necessary properties required to create a worker queue for the KubernetesExecutor.
QueueExists takes a []existingQueues and a queueToCreateOrUpdate as arguments It returns true if queueToCreateOrUpdate exists in []existingQueues It returns false if queueToCreateOrUpdate does not exist in []existingQueues.
SetWorkerQueueValues sets default values for MinWorkerCount, MaxWorkerCount and WorkerConcurrency if none were requested.
SetWorkerQueueValues sets default values for MinWorkerCount, MaxWorkerCount and WorkerConcurrency if none were requested.

# Variables

No description provided by the author