diff --git a/docs/content/en/api/skaffold.swagger.json b/docs/content/en/api/skaffold.swagger.json index dd706ee4c50..0b6c260f4ba 100644 --- a/docs/content/en/api/skaffold.swagger.json +++ b/docs/content/en/api/skaffold.swagger.json @@ -151,7 +151,7 @@ }, { "name": "event.buildEvent.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -260,13 +260,16 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, { "name": "event.buildEvent.actionableErr.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -375,7 +378,10 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, @@ -399,7 +405,7 @@ }, { "name": "event.deployEvent.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -508,13 +514,16 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, { "name": "event.deployEvent.actionableErr.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -623,7 +632,10 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, @@ -729,7 +741,7 @@ }, { "name": "event.statusCheckEvent.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -838,13 +850,16 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, { "name": "event.statusCheckEvent.actionableErr.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -953,7 +968,10 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, @@ -989,7 +1007,7 @@ }, { "name": "event.resourceStatusCheckEvent.statusCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -1098,13 +1116,16 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, { "name": "event.resourceStatusCheckEvent.actionableErr.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -1213,7 +1234,10 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, @@ -1250,7 +1274,7 @@ }, { "name": "event.fileSyncEvent.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -1359,13 +1383,16 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, { "name": "event.fileSyncEvent.actionableErr.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -1474,7 +1501,10 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, @@ -1541,7 +1571,7 @@ }, { "name": "event.devLoopEvent.err.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -1650,7 +1680,10 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, @@ -1668,7 +1701,7 @@ }, { "name": "event.terminationEvent.err.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -1777,7 +1810,10 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, @@ -1795,7 +1831,7 @@ }, { "name": "event.TestEvent.actionableErr.errCode", - "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available", + "description": " - OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image", "in": "query", "required": false, "type": "string", @@ -1904,7 +1940,10 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK" }, @@ -2717,10 +2756,13 @@ "DEPLOY_SET_LABEL_ERR", "DEPLOY_MANIFEST_WRITE_ERR", "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", - "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE" + "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + "TEST_USER_CONFIG_ERR", + "TEST_CST_USER_ERR", + "TEST_IMG_PULL_ERR" ], "default": "OK", - "description": "Enum for Status codes
\nThese error codes are prepended by Phase Name e.g.\nINIT, BUILD, TEST, DEPLOY, STATUSCHECK, DEVINIT
\nFor Success Error codes, use range 200 to 250.
\nFor Unknown error codes, use range 500 to 600.
\nFor Cancelled Error code, use range 800 to 850.
\n- OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available" + "description": "Enum for Status codes
\nThese error codes are prepended by Phase Name e.g.\nINIT, BUILD, TEST, DEPLOY, STATUSCHECK, DEVINIT
\nFor Success Error codes, use range 200 to 250.
\nFor Unknown error codes, use range 500 to 600.
\nFor Cancelled Error code, use range 800 to 850.
\n- OK: A default status code for events that do not have an associated phase.\nTypically seen with the DevEndEvent event on success.\n - STATUSCHECK_SUCCESS: Status Check Success\n - BUILD_SUCCESS: Build Success\n - DEPLOY_SUCCESS: Deploy Success\n - TEST_SUCCESS: Test Success\n - BUILD_PUSH_ACCESS_DENIED: Build error due to push access denied\n - BUILD_PROJECT_NOT_FOUND: Build error due to GCP project not found.\n - BUILD_DOCKER_DAEMON_NOT_RUNNING: Docker build error due to docker daemon not running\n - BUILD_USER_ERROR: Build error due to user application code, e.g. compilation error, dockerfile error etc\n - BUILD_DOCKER_UNAVAILABLE: Build error due to docker not available\n - BUILD_DOCKER_UNAUTHORIZED: Docker build error due to user not authorized to perform the action\n - BUILD_DOCKER_SYSTEM_ERR: Docker system build error\n - BUILD_DOCKER_NOT_MODIFIED_ERR: Docker build error due to Docker build container is already in the desired state\n - BUILD_DOCKER_NOT_IMPLEMENTED_ERR: Docker build error indicating a feature not supported\n - BUILD_DOCKER_DATA_LOSS_ERR: Docker build error indicates that for given build, data was lost or there is data corruption\n - BUILD_DOCKER_FORBIDDEN_ERR: Docker build error indicates user is forbidden to perform the build or step/action.\n - BUILD_DOCKER_CONFLICT_ERR: Docker build error due to some internal error and docker container state conflicts with the requested action and can't be performed\n - BUILD_DOCKER_ERROR_NOT_FOUND: Docker build error indicates the requested object does not exist\n - BUILD_DOCKER_INVALID_PARAM_ERR: Docker build error indication invalid parameter sent to docker command\n - BUILD_DOCKERFILE_NOT_FOUND: Docker build failed due to dockerfile not found\n - BUILD_DOCKER_CACHE_FROM_PULL_ERR: Docker build failed due `cacheFrom` user config error\n - BUILD_DOCKER_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from docker daemon.\n - BUILD_REGISTRY_GET_DIGEST_ERR: Build error due to digest for built artifact could not be retrieved from registry.\n - BUILD_UNKNOWN_JIB_PLUGIN_TYPE: Build error indicating unknown Jib plugin type. Should be one of [maven, gradle]\n - BUILD_JIB_GRADLE_DEP_ERR: Build error determining dependency for jib gradle project.\n - BUILD_JIB_MAVEN_DEP_ERR: Build error determining dependency for jib gradle project.\n - INIT_DOCKER_NETWORK_LISTING_CONTAINERS: Docker build error when listing containers.\n - INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME: Docker build error indicating an invalid container name (or id).\n - INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST: Docker build error indicating the container referenced does not exists in the docker context used.\n - STATUSCHECK_IMAGE_PULL_ERR: Container image pull error\n - STATUSCHECK_CONTAINER_CREATING: Container creating error\n - STATUSCHECK_RUN_CONTAINER_ERR: Container run error\n - STATUSCHECK_CONTAINER_TERMINATED: Container is already terminated\n - STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING: Deployment waiting for rollout\n - STATUSCHECK_CONTAINER_RESTARTING: Container restarting error\n - STATUSCHECK_UNHEALTHY: Readiness probe failed\n - STATUSCHECK_NODE_MEMORY_PRESSURE: Node memory pressure error\n - STATUSCHECK_NODE_DISK_PRESSURE: Node disk pressure error\n - STATUSCHECK_NODE_NETWORK_UNAVAILABLE: Node network unavailable error\n - STATUSCHECK_NODE_PID_PRESSURE: Node PID pressure error\n - STATUSCHECK_NODE_UNSCHEDULABLE: Node unschedulable error\n - STATUSCHECK_NODE_UNREACHABLE: Node unreachable error\n - STATUSCHECK_NODE_NOT_READY: Node not ready error\n - STATUSCHECK_FAILED_SCHEDULING: Scheduler failure error\n - STATUSCHECK_KUBECTL_CONNECTION_ERR: Kubectl connection error\n - STATUSCHECK_KUBECTL_PID_KILLED: Kubectl process killed error\n - STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR: Kubectl client fetch err\n - STATUSCHECK_POD_INITIALIZING: Pod Initializing\n - UNKNOWN_ERROR: Could not determine error and phase\n - STATUSCHECK_UNKNOWN: Status Check error unknown\n - STATUSCHECK_UNKNOWN_UNSCHEDULABLE: Container is unschedulable due to unknown reasons\n - STATUSCHECK_CONTAINER_WAITING_UNKNOWN: Container is waiting due to unknown reason\n - STATUSCHECK_UNKNOWN_EVENT: Container event reason unknown\n - DEPLOY_UNKNOWN: Deploy failed due to unknown reason\n - SYNC_UNKNOWN: SYNC failed due to known reason\n - BUILD_UNKNOWN: Build failed due to unknown reason\n - DEVINIT_UNKNOWN: Dev Init failed due to unknown reason\n - CLEANUP_UNKNOWN: Cleanup failed due to unknown reason\n - INIT_UNKNOWN: Initialization of the Skaffold session failed due to unknown reason(s)\n - BUILD_DOCKER_UNKNOWN: Build failed due to docker unknown error\n - TEST_UNKNOWN: Test failed due to unknown reason\n - SYNC_INIT_ERROR: File Sync Initialize failure\n - DEVINIT_REGISTER_BUILD_DEPS: Failed to configure watcher for build dependencies in dev loop\n - DEVINIT_REGISTER_TEST_DEPS: Failed to configure watcher for test dependencies in dev loop\n - DEVINIT_REGISTER_DEPLOY_DEPS: Failed to configure watcher for deploy dependencies in dev loop\n - DEVINIT_REGISTER_CONFIG_DEP: Failed to configure watcher for Skaffold configuration file.\n - DEVINIT_UNSUPPORTED_V1_MANIFEST: Failed to configure watcher for build dependencies for a base image with v1 manifest.\n - STATUSCHECK_USER_CANCELLED: User cancelled the skaffold dev run\n - STATUSCHECK_DEADLINE_EXCEEDED: Deadline for status check exceeded\n - BUILD_CANCELLED: Build Cancelled\n - DEPLOY_CANCELLED: Deploy cancelled due to user cancellation or one or more deployers failed.\n - BUILD_DOCKER_CANCELLED: Docker build cancelled.\n - BUILD_DOCKER_DEADLINE: Build error due to docker deadline was reached before the docker action completed\n - INIT_CREATE_TAGGER_ERROR: Skaffold was unable to create the configured tagger\n - INIT_MINIKUBE_PAUSED_ERROR: Skaffold was unable to start as Minikube appears to be paused\n - INIT_MINIKUBE_NOT_RUNNING_ERROR: Skaffold was unable to start as Minikube appears to be stopped\n - INIT_CREATE_BUILDER_ERROR: Skaffold was unable to create a configured image builder\n - INIT_CREATE_DEPLOYER_ERROR: Skaffold was unable to create a configured deployer\n - INIT_CREATE_TEST_DEP_ERROR: Skaffold was unable to create a configured test\n - INIT_CACHE_ERROR: Skaffold encountered an error validating the artifact cache\n - INIT_CREATE_WATCH_TRIGGER_ERROR: Skaffold encountered an error when configuring file watching\n - INIT_CREATE_ARTIFACT_DEP_ERROR: Skaffold encountered an error when evaluating artifact dependencies\n - DEPLOY_CLUSTER_CONNECTION_ERR: Unable to connect to cluster\n - DEPLOY_DEBUG_HELPER_RETRIEVE_ERR: Could not retrieve debug helpers.\n - DEPLOY_CLEANUP_ERR: Deploy clean up error\n - DEPLOY_HELM_APPLY_LABELS: Unable to apply helm labels.\n - DEPLOY_HELM_USER_ERR: Deploy error due to user deploy config for helm deployer\n - DEPLOY_NO_MATCHING_BUILD: Helm error when no build result is found of value specified in helm `artifactOverrides`\n - DEPLOY_HELM_VERSION_ERR: Unable to get helm client version\n - DEPLOY_HELM_MIN_VERSION_ERR: Helm version not supported.\n - DEPLOY_KUBECTL_VERSION_ERR: Unable to retrieve kubectl version\n - DEPLOY_KUBECTL_OFFLINE_MODE_ERR: User specified offline mode for rendering but remote manifests presents.\n - DEPLOY_ERR_WAITING_FOR_DELETION: Error waiting for previous version deletion before next version is active.\n - DEPLOY_READ_MANIFEST_ERR: Error reading manifests\n - DEPLOY_READ_REMOTE_MANIFEST_ERR: Error reading remote manifests\n - DEPLOY_LIST_MANIFEST_ERR: Errors listing manifests\n - DEPLOY_KUBECTL_USER_ERR: Deploy error due to user deploy config for kubectl deployer\n - DEPLOY_KUSTOMIZE_USER_ERR: Deploy error due to user deploy config for kustomize deployer\n - DEPLOY_REPLACE_IMAGE_ERR: Error replacing a built artifact in the manifests\n - DEPLOY_TRANSFORM_MANIFEST_ERR: Error transforming a manifest during skaffold debug\n - DEPLOY_SET_LABEL_ERR: Error setting user specified additional labels.\n - DEPLOY_MANIFEST_WRITE_ERR: Error writing hydrated kubernetes manifests.\n - DEPLOY_PARSE_MANIFEST_IMAGES_ERR: Error getting images from a kubernetes manifest.\n - DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE: Helm config `createNamespace` not available\n - TEST_USER_CONFIG_ERR: Error expanding paths\n - TEST_CST_USER_ERR: Error running container-structure-test\n - TEST_IMG_PULL_ERR: Unable to docker pull image" }, "protoSuggestion": { "type": "object", diff --git a/docs/content/en/docs/references/api/grpc.md b/docs/content/en/docs/references/api/grpc.md index 3fb57d6fd31..a265f983e17 100644 --- a/docs/content/en/docs/references/api/grpc.md +++ b/docs/content/en/docs/references/api/grpc.md @@ -959,6 +959,9 @@ For Cancelled Error code, use range 800 to 850.
| DEPLOY_MANIFEST_WRITE_ERR | 1020 | Error writing hydrated kubernetes manifests. | | DEPLOY_PARSE_MANIFEST_IMAGES_ERR | 1021 | Error getting images from a kubernetes manifest. | | DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE | 1022 | Helm config `createNamespace` not available | +| TEST_USER_CONFIG_ERR | 1101 | Error expanding paths | +| TEST_CST_USER_ERR | 1102 | Error running container-structure-test | +| TEST_IMG_PULL_ERR | 1103 | Unable to docker pull image | diff --git a/pkg/skaffold/test/error.go b/pkg/skaffold/test/error.go new file mode 100644 index 00000000000..a161d7b0635 --- /dev/null +++ b/pkg/skaffold/test/error.go @@ -0,0 +1,42 @@ +/* +Copyright 2021 The Skaffold Authors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package test + +import ( + "fmt" + + sErrors "github.com/GoogleContainerTools/skaffold/pkg/skaffold/errors" + "github.com/GoogleContainerTools/skaffold/proto" +) + +func dockerPullImageErr(fqn string, err error) error { + return sErrors.NewError(err, + proto.ActionableErr{ + Message: fmt.Sprintf("unable to docker pull image %s: %s", fqn, err), + ErrCode: proto.StatusCode_TEST_IMG_PULL_ERR, + }, + ) +} + +func expandingFilePathsErr(err error) error { + return sErrors.NewError(err, + proto.ActionableErr{ + Message: fmt.Sprintf("expanding test file paths: %s", err), + ErrCode: proto.StatusCode_TEST_USER_CONFIG_ERR, + }, + ) +} diff --git a/pkg/skaffold/test/structure/error.go b/pkg/skaffold/test/structure/error.go new file mode 100644 index 00000000000..b22a3119cbc --- /dev/null +++ b/pkg/skaffold/test/structure/error.go @@ -0,0 +1,33 @@ +/* +Copyright 2021 The Skaffold Authors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package structure + +import ( + "fmt" + + sErrors "github.com/GoogleContainerTools/skaffold/pkg/skaffold/errors" + "github.com/GoogleContainerTools/skaffold/proto" +) + +func containerStructureTestErr(err error) error { + return sErrors.NewError(err, + proto.ActionableErr{ + Message: fmt.Sprintf("running container-structure-test: %s", err), + ErrCode: proto.StatusCode_TEST_CST_USER_ERR, + }, + ) +} diff --git a/pkg/skaffold/test/structure/structure.go b/pkg/skaffold/test/structure/structure.go index d91bf85c9a3..ac702c3435e 100644 --- a/pkg/skaffold/test/structure/structure.go +++ b/pkg/skaffold/test/structure/structure.go @@ -18,7 +18,6 @@ package structure import ( "context" - "fmt" "io" "os" "os/exec" @@ -43,7 +42,7 @@ func (tr *Runner) Test(ctx context.Context, out io.Writer, image string) error { cmd.Env = tr.env() if err := util.RunCmd(cmd); err != nil { - return fmt.Errorf("running container-structure-test: %w", err) + return containerStructureTestErr(err) } return nil diff --git a/pkg/skaffold/test/test.go b/pkg/skaffold/test/test.go index 73ffa70f8be..e4fb70f066d 100644 --- a/pkg/skaffold/test/test.go +++ b/pkg/skaffold/test/test.go @@ -67,7 +67,7 @@ func (t FullTester) TestDependencies() ([]string, error) { for _, test := range t.testCases { files, err := util.ExpandPathsGlob(t.workingDir, test.StructureTests) if err != nil { - return nil, fmt.Errorf("expanding test file paths: %w", err) + return nil, expandingFilePathsErr(err) } deps = append(deps, files...) @@ -139,13 +139,13 @@ func (t FullTester) runStructureTests(ctx context.Context, out io.Writer, bRes [ // `container-structure-test` currently can't do it: // https://github.com/GoogleContainerTools/container-structure-test/issues/253. if err := t.localDaemon.Pull(ctx, out, fqn); err != nil { - return fmt.Errorf("unable to docker pull image %q: %w", fqn, err) + return dockerPullImageErr(fqn, err) } } files, err := util.ExpandPathsGlob(t.workingDir, tc.StructureTests) if err != nil { - return fmt.Errorf("expanding test file paths: %w", err) + return expandingFilePathsErr(err) } runner := structure.NewRunner(files, t.localDaemon.ExtraEnv()) diff --git a/pkg/skaffold/test/test_test.go b/pkg/skaffold/test/test_test.go index 88da7a2c1a4..d292855cad0 100644 --- a/pkg/skaffold/test/test_test.go +++ b/pkg/skaffold/test/test_test.go @@ -197,7 +197,7 @@ func TestTestFailureRemoteImage(t *testing.T) { Tag: "image:tag", }}) - t.CheckErrorContains(`unable to docker pull image "image:tag"`, err) + t.CheckErrorContains(`unable to docker pull image image:tag`, err) }) } diff --git a/proto/skaffold.pb.go b/proto/skaffold.pb.go index 3790edd3b2f..50261bd4f12 100644 --- a/proto/skaffold.pb.go +++ b/proto/skaffold.pb.go @@ -434,6 +434,12 @@ const ( StatusCode_DEPLOY_PARSE_MANIFEST_IMAGES_ERR StatusCode = 1021 // Helm config `createNamespace` not available StatusCode_DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE StatusCode = 1022 + // Error expanding paths + StatusCode_TEST_USER_CONFIG_ERR StatusCode = 1101 + // Error running container-structure-test + StatusCode_TEST_CST_USER_ERR StatusCode = 1102 + // Unable to docker pull image + StatusCode_TEST_IMG_PULL_ERR StatusCode = 1103 ) var StatusCode_name = map[int32]string{ @@ -542,6 +548,9 @@ var StatusCode_name = map[int32]string{ 1020: "DEPLOY_MANIFEST_WRITE_ERR", 1021: "DEPLOY_PARSE_MANIFEST_IMAGES_ERR", 1022: "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE", + 1101: "TEST_USER_CONFIG_ERR", + 1102: "TEST_CST_USER_ERR", + 1103: "TEST_IMG_PULL_ERR", } var StatusCode_value = map[string]int32{ @@ -650,6 +659,9 @@ var StatusCode_value = map[string]int32{ "DEPLOY_MANIFEST_WRITE_ERR": 1020, "DEPLOY_PARSE_MANIFEST_IMAGES_ERR": 1021, "DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE": 1022, + "TEST_USER_CONFIG_ERR": 1101, + "TEST_CST_USER_ERR": 1102, + "TEST_IMG_PULL_ERR": 1103, } func (x StatusCode) String() string { @@ -3163,265 +3175,267 @@ func init() { func init() { proto.RegisterFile("skaffold.proto", fileDescriptor_4f2d38e344f9dbf5) } var fileDescriptor_4f2d38e344f9dbf5 = []byte{ - // 4122 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0x69, 0x8c, 0x1c, 0x49, - 0x56, 0x76, 0xdd, 0x55, 0xaf, 0x0f, 0x67, 0x87, 0xdd, 0x76, 0xb9, 0x7c, 0xb5, 0x6b, 0x6d, 0xef, - 0x4c, 0xcf, 0xd0, 0xf6, 0xd8, 0x2b, 0xb4, 0x98, 0x19, 0x50, 0x76, 0x66, 0x54, 0x55, 0xba, 0xb3, - 0x32, 0x8b, 0xc8, 0xac, 0xf6, 0xb4, 0x25, 0x94, 0x2a, 0x77, 0xa7, 0x6b, 0x6a, 0xdd, 0x5d, 0xd5, - 0x53, 0x55, 0xed, 0xd9, 0x5e, 0x10, 0x42, 0x88, 0x7b, 0x00, 0x01, 0xcb, 0x0d, 0x3f, 0x96, 0x4b, - 0xfb, 0x87, 0xeb, 0x2f, 0x42, 0xb0, 0x20, 0x84, 0x60, 0x39, 0x7f, 0x20, 0x10, 0x8b, 0x90, 0x10, - 0xd2, 0xf2, 0x63, 0xb9, 0x05, 0x33, 0xb3, 0xf7, 0x82, 0xe2, 0xca, 0x8c, 0xac, 0xc3, 0xc7, 0x22, - 0xc4, 0x2f, 0x57, 0xc6, 0xfb, 0xde, 0x19, 0x2f, 0xde, 0x7b, 0x11, 0x6e, 0x58, 0x1e, 0x3d, 0xea, - 0x3c, 0x7c, 0x38, 0xd8, 0xdf, 0xdb, 0x38, 0x1c, 0x0e, 0xc6, 0x03, 0x94, 0x63, 0xff, 0x54, 0x2e, - 0x74, 0x07, 0x83, 0xee, 0x7e, 0x78, 0xa3, 0x73, 0xd8, 0xbb, 0xd1, 0xe9, 0xf7, 0x07, 0xe3, 0xce, - 0xb8, 0x37, 0xe8, 0x8f, 0x38, 0xa8, 0x72, 0x59, 0x50, 0xd9, 0xd7, 0x83, 0xa3, 0x87, 0x37, 0xc6, - 0xbd, 0x83, 0x70, 0x34, 0xee, 0x1c, 0x1c, 0x0a, 0xc0, 0xf9, 0x49, 0x40, 0x78, 0x70, 0x38, 0x3e, - 0xe6, 0xc4, 0xea, 0x6d, 0x58, 0xf2, 0xc6, 0x9d, 0x71, 0x48, 0xc2, 0xd1, 0xe1, 0xa0, 0x3f, 0x0a, - 0x51, 0x15, 0x72, 0x23, 0xba, 0x50, 0x4e, 0xad, 0xa5, 0x5e, 0x58, 0xb8, 0xb5, 0xc8, 0x71, 0x1b, - 0x1c, 0xc4, 0x49, 0xd5, 0x0b, 0x50, 0x8c, 0xf0, 0x1a, 0x64, 0x0e, 0x46, 0x5d, 0x86, 0x2e, 0x11, - 0xfa, 0xb3, 0x7a, 0x11, 0x0a, 0x24, 0x7c, 0xf3, 0x28, 0x1c, 0x8d, 0x11, 0x82, 0x6c, 0xbf, 0x73, - 0x10, 0x0a, 0x2a, 0xfb, 0x5d, 0xfd, 0x83, 0x2c, 0xe4, 0x98, 0x34, 0xf4, 0x0a, 0xc0, 0x83, 0xa3, - 0xde, 0xfe, 0x9e, 0xa7, 0xe8, 0x5b, 0x11, 0xfa, 0x36, 0x23, 0x02, 0x51, 0x40, 0xe8, 0x03, 0xb0, - 0xb0, 0x17, 0x1e, 0xee, 0x0f, 0x8e, 0x39, 0x4f, 0x9a, 0xf1, 0x20, 0xc1, 0x63, 0xc6, 0x14, 0xa2, - 0xc2, 0x50, 0x03, 0x96, 0x1f, 0x0e, 0x86, 0x6f, 0x75, 0x86, 0x7b, 0xe1, 0x5e, 0x6b, 0x30, 0x1c, - 0x8f, 0xca, 0xd9, 0xb5, 0xcc, 0x0b, 0x0b, 0xb7, 0xd6, 0x54, 0xe7, 0x36, 0x6a, 0x09, 0x08, 0xee, - 0x8f, 0x87, 0xc7, 0x64, 0x82, 0x0f, 0x19, 0xa0, 0xd1, 0x10, 0x1c, 0x8d, 0x8c, 0x37, 0xc2, 0xdd, - 0x47, 0xdc, 0x88, 0x1c, 0x33, 0xe2, 0xac, 0x22, 0x4b, 0x25, 0x93, 0x29, 0x06, 0x74, 0x07, 0x96, - 0x1e, 0xf6, 0xf6, 0x43, 0xef, 0xb8, 0xbf, 0xcb, 0x25, 0xe4, 0x99, 0x84, 0xd3, 0x42, 0x42, 0x4d, - 0xa5, 0x91, 0x24, 0x14, 0xb5, 0xe0, 0xd4, 0x5e, 0xf8, 0xe0, 0xa8, 0xdb, 0xed, 0xf5, 0xbb, 0xc6, - 0xa0, 0x3f, 0xee, 0xf4, 0xfa, 0xe1, 0x70, 0x54, 0x2e, 0x30, 0x7f, 0x2e, 0x45, 0x81, 0x98, 0x44, - 0xe0, 0xc7, 0x61, 0x7f, 0x4c, 0x66, 0xb1, 0xa2, 0x97, 0xa0, 0x78, 0x10, 0x8e, 0x3b, 0x7b, 0x9d, - 0x71, 0xa7, 0x5c, 0x64, 0x86, 0x9c, 0x14, 0x62, 0x9a, 0x62, 0x99, 0x44, 0x00, 0xb4, 0x01, 0xa5, - 0x71, 0x38, 0x1a, 0x73, 0xb3, 0x4b, 0x0c, 0xad, 0x09, 0xb4, 0x2f, 0xd7, 0x49, 0x0c, 0xa9, 0x78, - 0x70, 0x6a, 0x46, 0x58, 0x69, 0xd2, 0x3c, 0x0a, 0x8f, 0xd9, 0x96, 0xe7, 0x08, 0xfd, 0x89, 0xae, - 0x43, 0xee, 0x71, 0x67, 0xff, 0x48, 0x6e, 0xa9, 0x14, 0x4a, 0x79, 0xb8, 0xed, 0x9c, 0x7c, 0x27, - 0xfd, 0xc1, 0xd4, 0xdd, 0x6c, 0x31, 0xa3, 0x65, 0xab, 0x3f, 0x94, 0x86, 0xa2, 0xb4, 0x10, 0xad, - 0x43, 0x8e, 0x65, 0x89, 0xc8, 0xa2, 0xd3, 0x6a, 0x16, 0x45, 0x6e, 0x70, 0x08, 0xfa, 0x1a, 0xc8, - 0xf3, 0xe4, 0x10, 0xba, 0x56, 0x13, 0xe9, 0x13, 0xa1, 0x05, 0x08, 0xbd, 0x1f, 0xb2, 0xd4, 0x9f, - 0x72, 0x86, 0x81, 0x4f, 0x29, 0xde, 0x46, 0x50, 0x06, 0x40, 0xdf, 0x08, 0xd0, 0xd9, 0xdb, 0xeb, - 0xd1, 0xb3, 0xd9, 0xd9, 0x2f, 0xef, 0xb2, 0x1d, 0xb9, 0x3c, 0x11, 0xca, 0x0d, 0x3d, 0x42, 0xf0, - 0x04, 0x53, 0x58, 0x2a, 0xaf, 0xc1, 0xc9, 0x09, 0xb2, 0x1a, 0xa8, 0x12, 0x0f, 0xd4, 0x69, 0x35, - 0x50, 0x25, 0x25, 0x2c, 0xd5, 0x77, 0xd3, 0xb0, 0x94, 0x70, 0x18, 0xbd, 0x0c, 0x2b, 0xfd, 0xa3, - 0x83, 0x07, 0xe1, 0xd0, 0x7d, 0xa8, 0x0f, 0xc7, 0xbd, 0x87, 0x9d, 0xdd, 0xf1, 0x48, 0x04, 0x7d, - 0x9a, 0x80, 0x5e, 0x83, 0x22, 0x0b, 0x10, 0xcd, 0xa7, 0x34, 0xb3, 0xfe, 0xca, 0xac, 0x30, 0x6e, - 0x58, 0x07, 0x9d, 0x6e, 0xb8, 0xc9, 0x91, 0x24, 0x62, 0x41, 0x57, 0x21, 0x3b, 0x3e, 0x3e, 0x0c, - 0x59, 0x9c, 0x96, 0xa3, 0x0d, 0x64, 0x38, 0xff, 0xf8, 0x30, 0x24, 0x8c, 0x8a, 0xcc, 0x19, 0x41, - 0xba, 0x3a, 0x53, 0xcd, 0x93, 0x22, 0x65, 0xc3, 0xa2, 0x6a, 0x05, 0xba, 0x2e, 0x74, 0xa7, 0x98, - 0x6e, 0xa4, 0xca, 0x0b, 0x87, 0x8a, 0xf6, 0xd3, 0x90, 0xdb, 0x1d, 0x1c, 0xf5, 0xc7, 0x2c, 0x78, - 0x39, 0xc2, 0x3f, 0xfe, 0xb7, 0x71, 0x7f, 0x3b, 0x05, 0x8b, 0x6a, 0x3a, 0xa0, 0x0f, 0x40, 0x81, - 0x7e, 0xd3, 0x38, 0xa6, 0x98, 0x83, 0x95, 0x19, 0x49, 0xb3, 0xc1, 0x21, 0x44, 0x42, 0x2b, 0x18, - 0xf2, 0xfc, 0x27, 0xba, 0x96, 0xf0, 0x66, 0x45, 0x61, 0x7e, 0xba, 0x33, 0xd5, 0x3f, 0x4c, 0xc1, - 0x72, 0x32, 0x93, 0xd1, 0xab, 0x50, 0xe2, 0xb9, 0x1c, 0x5b, 0x74, 0x69, 0x66, 0xce, 0x8b, 0xcf, - 0x70, 0x48, 0x62, 0x06, 0xf4, 0x32, 0x14, 0x76, 0xf7, 0x8f, 0xa8, 0x6e, 0xa6, 0x28, 0x0e, 0xaf, - 0xc1, 0x57, 0x99, 0x45, 0x12, 0x52, 0xb1, 0xa0, 0x28, 0x85, 0xb0, 0x93, 0x13, 0xfb, 0x71, 0x2a, - 0xa1, 0xf2, 0x19, 0x3c, 0xf9, 0xfb, 0x14, 0x40, 0xdc, 0x06, 0xd0, 0x37, 0x40, 0xa9, 0xa3, 0x24, - 0xb1, 0x5a, 0xbf, 0x63, 0xd4, 0x46, 0x94, 0xce, 0x3c, 0x69, 0x62, 0x16, 0xb4, 0x06, 0x0b, 0x9d, - 0xa3, 0xf1, 0xc0, 0x1f, 0xf6, 0xba, 0x5d, 0xe1, 0x4b, 0x91, 0xa8, 0x4b, 0xb4, 0x1f, 0x89, 0x5a, - 0x3d, 0xd8, 0x93, 0x79, 0xbc, 0x92, 0x2c, 0xeb, 0x83, 0xbd, 0x90, 0x28, 0xa0, 0xca, 0xab, 0xb0, - 0x9c, 0xd4, 0xf8, 0x5c, 0x99, 0xb3, 0x0d, 0xa5, 0xa8, 0x6a, 0xa2, 0x33, 0x90, 0xe7, 0x82, 0x05, - 0xaf, 0xf8, 0x9a, 0xb0, 0x2a, 0xfd, 0x0c, 0x56, 0x55, 0x3f, 0x02, 0x0b, 0x4a, 0x2f, 0x9c, 0x2b, - 0xf9, 0xff, 0x22, 0x22, 0xd5, 0x7f, 0x48, 0x81, 0x36, 0xd9, 0x03, 0xe7, 0x5a, 0x60, 0x42, 0x69, - 0x18, 0x8e, 0x06, 0x47, 0xc3, 0xdd, 0x50, 0xd6, 0x9c, 0xeb, 0x73, 0xfa, 0xe8, 0x06, 0x91, 0x40, - 0xb1, 0xb3, 0x11, 0xe3, 0x57, 0xb9, 0x6f, 0x49, 0x79, 0xcf, 0xb5, 0x6f, 0x16, 0x2c, 0x25, 0x9a, - 0xf4, 0x57, 0x1f, 0xe1, 0xea, 0xdf, 0xe6, 0x20, 0xc7, 0x1a, 0x1c, 0xba, 0x09, 0x25, 0xda, 0x66, - 0xd9, 0x87, 0x68, 0x63, 0x9a, 0xd2, 0x3d, 0xd8, 0x7a, 0xe3, 0x04, 0x89, 0x41, 0xe8, 0xb6, 0x98, - 0x9f, 0x38, 0x4b, 0x7a, 0x7a, 0x7e, 0x92, 0x3c, 0x0a, 0x0c, 0x7d, 0xad, 0x9c, 0xa0, 0x38, 0x57, - 0x66, 0xc6, 0x04, 0x25, 0xd9, 0x54, 0x20, 0x35, 0xef, 0x50, 0x36, 0xe3, 0x72, 0x76, 0x76, 0x93, - 0xa6, 0xe6, 0x45, 0x20, 0x84, 0x13, 0xb3, 0x12, 0x67, 0x9c, 0x3b, 0x2b, 0x49, 0xfe, 0x29, 0x16, - 0xf4, 0xcd, 0x50, 0x96, 0x5b, 0x3d, 0x89, 0x17, 0x83, 0x93, 0x6c, 0xb2, 0x64, 0x0e, 0xac, 0x71, - 0x82, 0xcc, 0x15, 0x81, 0x5e, 0x8d, 0x87, 0x31, 0x2e, 0xb3, 0x30, 0x73, 0x18, 0x93, 0x82, 0x92, - 0x60, 0x74, 0x1f, 0xce, 0xee, 0xcd, 0x1e, 0xb6, 0xc4, 0x2c, 0xf5, 0x94, 0x91, 0xac, 0x71, 0x82, - 0xcc, 0x13, 0x80, 0xbe, 0x0e, 0x16, 0xf7, 0xc2, 0xc7, 0xf6, 0x60, 0x70, 0xc8, 0x05, 0x96, 0x12, - 0x03, 0x88, 0xa9, 0x90, 0x1a, 0x27, 0x48, 0x02, 0x4a, 0x43, 0x3f, 0x0e, 0x87, 0x07, 0xbd, 0x3e, - 0xbb, 0x29, 0x70, 0x76, 0x48, 0x84, 0xde, 0x9f, 0x20, 0xd3, 0xd0, 0x4f, 0xb2, 0xd0, 0x3d, 0xa7, - 0xf5, 0x89, 0xf3, 0x2f, 0x4c, 0x4d, 0x7b, 0xd1, 0x9e, 0x47, 0x1f, 0x9b, 0x8b, 0x00, 0x21, 0xfd, - 0x11, 0xd0, 0xba, 0x5e, 0x25, 0xa0, 0x4d, 0xea, 0x99, 0x7b, 0x54, 0xae, 0x43, 0x26, 0x1c, 0x0e, - 0x45, 0x16, 0xcb, 0xe8, 0xeb, 0xbb, 0xac, 0x29, 0x3f, 0xd8, 0x0f, 0xf1, 0x70, 0x48, 0x28, 0xa0, - 0xba, 0x0f, 0x8b, 0xaa, 0xeb, 0xe8, 0x02, 0x94, 0x7a, 0xe3, 0x70, 0xc8, 0x34, 0x88, 0xd9, 0x26, - 0x5e, 0x50, 0xb4, 0xa5, 0x67, 0x69, 0xcb, 0x3c, 0x4d, 0xdb, 0xdb, 0x29, 0x58, 0x4a, 0x2c, 0xa3, - 0x97, 0xa0, 0x10, 0x0e, 0x87, 0xac, 0xd2, 0xa4, 0xe6, 0x55, 0x1a, 0x89, 0x40, 0x65, 0x28, 0x1c, - 0x84, 0xa3, 0x51, 0xa7, 0x2b, 0x8b, 0x88, 0xfc, 0x44, 0xb7, 0x61, 0x61, 0x74, 0xd4, 0xed, 0x86, - 0x23, 0x76, 0x95, 0x2b, 0x67, 0x58, 0xed, 0x8b, 0x44, 0x45, 0x14, 0xa2, 0xa2, 0xaa, 0x0e, 0x94, - 0xa2, 0x52, 0x40, 0xcb, 0x53, 0x48, 0x2b, 0x97, 0x88, 0x23, 0xff, 0x48, 0x4c, 0xf3, 0xe9, 0xa7, - 0x4c, 0xf3, 0xd5, 0xdf, 0x92, 0x1d, 0x96, 0x4b, 0xac, 0x40, 0x51, 0xb6, 0x4b, 0x21, 0x34, 0xfa, - 0x9e, 0x1b, 0x48, 0x2d, 0x0e, 0x64, 0x89, 0x85, 0x4c, 0x0d, 0x50, 0xf6, 0xa9, 0x01, 0xba, 0x03, - 0x4b, 0x1d, 0x35, 0xbc, 0xa2, 0x40, 0xcc, 0xde, 0x91, 0x24, 0xb4, 0x1a, 0x28, 0xd9, 0x39, 0x37, - 0xad, 0xa6, 0x14, 0xa4, 0x9f, 0x5d, 0xc1, 0xc7, 0x52, 0xb2, 0x8f, 0x3e, 0x59, 0x87, 0x16, 0xa7, - 0xee, 0x74, 0x0c, 0x32, 0xcf, 0x1f, 0x83, 0xec, 0xb3, 0x9b, 0xf8, 0x89, 0x64, 0xb7, 0x7d, 0xb2, - 0x9d, 0xf3, 0xb3, 0xf1, 0xff, 0x71, 0x17, 0x3f, 0x93, 0x82, 0xf2, 0xbc, 0xc2, 0x4d, 0x33, 0x52, - 0x16, 0x6e, 0x99, 0x91, 0xf2, 0x7b, 0x6e, 0x46, 0x2a, 0x5e, 0x66, 0x66, 0x7a, 0x99, 0x8d, 0xbd, - 0x4c, 0x4e, 0x0e, 0xb9, 0x67, 0x98, 0x1c, 0xa6, 0x7d, 0xcd, 0x3f, 0xbb, 0xaf, 0x9f, 0x4a, 0x43, - 0x29, 0x6a, 0x96, 0xb4, 0x72, 0xed, 0x0f, 0x76, 0x3b, 0xfb, 0x74, 0x45, 0x56, 0xae, 0x68, 0x01, - 0x5d, 0x02, 0x18, 0x86, 0x07, 0x83, 0x71, 0xc8, 0xc8, 0x7c, 0x30, 0x56, 0x56, 0xa8, 0x9b, 0x87, - 0x83, 0x3d, 0xa7, 0x73, 0x10, 0xb9, 0x29, 0x3e, 0xd1, 0x55, 0x58, 0xda, 0x95, 0x9d, 0x84, 0xd1, - 0xb9, 0xc3, 0xc9, 0x45, 0xaa, 0xbd, 0xdf, 0x39, 0x08, 0x47, 0x87, 0x9d, 0x5d, 0xee, 0x79, 0x89, - 0xc4, 0x0b, 0x34, 0xf0, 0xb4, 0x91, 0x33, 0xf6, 0x3c, 0x0f, 0xbc, 0xfc, 0x46, 0x55, 0x58, 0x94, - 0x9b, 0x40, 0x67, 0x78, 0xd6, 0x30, 0x4b, 0x24, 0xb1, 0xa6, 0x62, 0x98, 0x8c, 0x62, 0x12, 0xc3, - 0xe4, 0x94, 0xa1, 0xd0, 0xd9, 0xdb, 0x1b, 0x86, 0xa3, 0x11, 0x6b, 0x6d, 0x25, 0x22, 0x3f, 0xd1, - 0x2d, 0x80, 0x71, 0x67, 0xd8, 0x0d, 0xc7, 0xcc, 0x77, 0x48, 0x8c, 0x28, 0x56, 0x7f, 0xec, 0x0e, - 0xbd, 0xf1, 0xb0, 0xd7, 0xef, 0x12, 0x05, 0x55, 0xfd, 0xeb, 0x54, 0x3c, 0x94, 0x45, 0xf1, 0xa5, - 0xcd, 0xda, 0x60, 0x37, 0x0b, 0x11, 0xdf, 0x68, 0x81, 0x96, 0xcf, 0xde, 0x41, 0x7c, 0x14, 0xf8, - 0x87, 0x92, 0x54, 0x99, 0x59, 0x47, 0x3c, 0x3b, 0xf3, 0x80, 0xe4, 0x9e, 0xff, 0x80, 0x3c, 0x47, - 0xd2, 0xbc, 0x93, 0x86, 0xb3, 0x73, 0xa6, 0x87, 0x27, 0x9d, 0x74, 0x99, 0x1c, 0xe9, 0xa7, 0x24, - 0x47, 0xe6, 0xa9, 0xc9, 0x91, 0x9d, 0x91, 0x1c, 0x51, 0x9f, 0xc8, 0x4d, 0xf4, 0x89, 0x32, 0x14, - 0x86, 0x47, 0xfd, 0x71, 0x2f, 0xca, 0x1b, 0xf9, 0x49, 0x13, 0xfa, 0xad, 0xc1, 0xf0, 0x51, 0xaf, - 0xdf, 0x35, 0x7b, 0x43, 0x91, 0x34, 0xca, 0x0a, 0x72, 0x00, 0xd8, 0x24, 0xc4, 0x1f, 0xe8, 0x8a, - 0xac, 0x21, 0x6e, 0x3c, 0x79, 0x7a, 0xe2, 0xeb, 0xca, 0x73, 0x9d, 0x22, 0x81, 0xde, 0xea, 0x27, - 0xc8, 0x4f, 0x9b, 0xf1, 0x97, 0xd4, 0x19, 0xff, 0xdb, 0xa0, 0x68, 0x0f, 0xba, 0x9c, 0xef, 0x83, - 0x50, 0x8a, 0x1e, 0x55, 0xc5, 0x68, 0x5e, 0xd9, 0xe0, 0xaf, 0xaa, 0x1b, 0xf2, 0x55, 0x75, 0xc3, - 0x97, 0x08, 0x12, 0x83, 0x51, 0x15, 0x72, 0xa1, 0x32, 0x9d, 0xcb, 0xd7, 0x54, 0xf1, 0xa4, 0x15, - 0x26, 0x1b, 0x79, 0x46, 0x69, 0xe4, 0xd5, 0x3b, 0xb0, 0xd2, 0x1e, 0x85, 0x43, 0xab, 0x3f, 0xa6, - 0x50, 0xf1, 0x9e, 0x7a, 0x0d, 0xf2, 0x3d, 0xb6, 0x20, 0xac, 0x58, 0x8a, 0x0f, 0x05, 0x45, 0x09, - 0x62, 0xf5, 0xeb, 0x61, 0x59, 0xdc, 0x2f, 0x24, 0xe3, 0x8b, 0xc9, 0x57, 0xdd, 0xe8, 0x15, 0x8b, - 0xa3, 0x12, 0x8f, 0xbb, 0xaf, 0xc0, 0xa2, 0xba, 0x8c, 0x2a, 0x50, 0x08, 0x59, 0x32, 0xf2, 0xc7, - 0xb5, 0x62, 0xe3, 0x04, 0x91, 0x0b, 0x9b, 0x39, 0xc8, 0x3c, 0xee, 0xec, 0x57, 0xef, 0x42, 0x9e, - 0x5b, 0x40, 0x7d, 0x89, 0xdf, 0xe1, 0x8a, 0xf2, 0xc5, 0x0d, 0x41, 0x76, 0x74, 0xdc, 0xdf, 0x15, - 0xf7, 0x1f, 0xf6, 0x9b, 0xa6, 0xae, 0x78, 0x85, 0xcb, 0xb0, 0x55, 0xf1, 0x55, 0xdd, 0x05, 0x88, - 0xc7, 0x1f, 0xf4, 0x1a, 0x2c, 0xc7, 0x03, 0x90, 0x32, 0x74, 0xad, 0x4e, 0x4d, 0x4a, 0xec, 0xc0, - 0x4d, 0x80, 0xa9, 0x12, 0x7e, 0x98, 0x64, 0x8f, 0xe0, 0x5f, 0xd5, 0x6f, 0x82, 0x05, 0xa5, 0x8e, - 0x50, 0xfb, 0xa2, 0x87, 0x8a, 0x9c, 0x78, 0x93, 0x38, 0xc3, 0x42, 0xbd, 0xdd, 0xd9, 0x17, 0xb5, - 0x57, 0x7c, 0xf1, 0x23, 0x37, 0xa4, 0xeb, 0x51, 0x85, 0xa0, 0x5f, 0xeb, 0x03, 0x58, 0x50, 0xde, - 0x9b, 0x50, 0x19, 0x4e, 0xb7, 0x9d, 0x2d, 0xc7, 0xbd, 0xe7, 0x04, 0x9b, 0x6d, 0xcb, 0x36, 0x31, - 0x09, 0xfc, 0x9d, 0x16, 0xd6, 0x4e, 0xa0, 0x02, 0x64, 0xee, 0x5a, 0x9b, 0x5a, 0x0a, 0x95, 0x20, - 0xb7, 0xa9, 0xdf, 0xc7, 0xb6, 0x96, 0x46, 0xcb, 0x00, 0x0c, 0xd5, 0xd2, 0x8d, 0x2d, 0x4f, 0xcb, - 0x20, 0x80, 0xbc, 0xd1, 0xf6, 0x7c, 0xb7, 0xa9, 0x65, 0xe9, 0xef, 0x2d, 0xdd, 0xb1, 0xb6, 0x5c, - 0x2d, 0x47, 0x7f, 0x9b, 0xae, 0xb1, 0x85, 0x89, 0x96, 0x5f, 0x37, 0xa1, 0x14, 0x3d, 0xae, 0xa1, - 0x33, 0x80, 0x12, 0xea, 0xa4, 0xb2, 0x05, 0x28, 0x18, 0x76, 0xdb, 0xf3, 0x31, 0xd1, 0x52, 0x54, - 0x73, 0xdd, 0xd8, 0xd4, 0xd2, 0x54, 0xb3, 0xed, 0x1a, 0xba, 0xad, 0x65, 0xd6, 0xb7, 0x00, 0xe2, - 0x87, 0x25, 0xb4, 0x0a, 0x2b, 0x52, 0x8c, 0x8f, 0x3d, 0x5f, 0x4a, 0x29, 0x42, 0xb6, 0xed, 0x58, - 0xbe, 0x96, 0x42, 0x17, 0xa0, 0x6c, 0xb8, 0x8e, 0xaf, 0x5b, 0x0e, 0x26, 0x81, 0xe7, 0x93, 0xb6, - 0xe1, 0xb7, 0x09, 0x66, 0x60, 0x2d, 0xbd, 0xee, 0xd2, 0xd9, 0x3c, 0x7e, 0xdd, 0x41, 0xe7, 0x60, - 0x55, 0x8a, 0x33, 0x71, 0xcb, 0x76, 0x77, 0xe2, 0x28, 0x14, 0x21, 0xdb, 0xc0, 0x76, 0x53, 0x4b, - 0xa1, 0x25, 0x28, 0x6d, 0x31, 0x5f, 0xad, 0xfb, 0x58, 0x4b, 0x53, 0x8b, 0xb7, 0xda, 0x9b, 0xd8, - 0xf0, 0xa9, 0x75, 0x16, 0x2c, 0x28, 0xaf, 0x4c, 0x6a, 0x50, 0x85, 0x57, 0x52, 0xdc, 0x22, 0x14, - 0x9b, 0x96, 0x63, 0x51, 0x4e, 0xe1, 0xe8, 0x16, 0xe6, 0x8e, 0xba, 0x7e, 0x03, 0x13, 0x2d, 0xb3, - 0xfe, 0xc9, 0x0a, 0x40, 0x5c, 0x9a, 0x51, 0x1e, 0xd2, 0xee, 0x96, 0x76, 0x02, 0x95, 0xe1, 0x94, - 0xe7, 0xeb, 0x7e, 0xdb, 0x33, 0x1a, 0xd8, 0xd8, 0x0a, 0xbc, 0xb6, 0x61, 0x60, 0xcf, 0xd3, 0xfe, - 0x28, 0x85, 0x10, 0x2c, 0xf1, 0x50, 0xca, 0xb5, 0x4f, 0xa6, 0xd0, 0x29, 0x58, 0xe6, 0x8e, 0x44, - 0x8b, 0x7f, 0x9c, 0x42, 0x2b, 0xb0, 0xc8, 0x82, 0x25, 0x97, 0xfe, 0x84, 0x85, 0x89, 0xf3, 0xb6, - 0xda, 0x5e, 0x23, 0xd0, 0xd9, 0x7a, 0x60, 0x62, 0xc7, 0xc2, 0xa6, 0x16, 0xa2, 0xf3, 0x70, 0x56, - 0x50, 0x89, 0x7b, 0x17, 0x1b, 0x7e, 0xe0, 0xb8, 0x7e, 0x50, 0x73, 0xdb, 0x8e, 0xa9, 0x3d, 0x44, - 0xef, 0x83, 0xcb, 0x9c, 0xc8, 0x37, 0x3a, 0x30, 0x75, 0xdc, 0x74, 0x1d, 0x06, 0x21, 0x6d, 0xc7, - 0xb1, 0x9c, 0xba, 0xd6, 0x45, 0xa7, 0x41, 0xe3, 0xa0, 0xb6, 0x87, 0x49, 0x80, 0x09, 0x71, 0x89, - 0xf6, 0x46, 0xac, 0x55, 0xb0, 0xb6, 0x1d, 0x7d, 0x5b, 0xb7, 0x6c, 0x7d, 0xd3, 0xc6, 0x5a, 0x0f, - 0x5d, 0x84, 0x73, 0x93, 0xd4, 0xb6, 0xdf, 0x70, 0x89, 0x75, 0x1f, 0x9b, 0xda, 0x87, 0x62, 0xa3, - 0x04, 0xd9, 0xdb, 0xf1, 0x7c, 0xdc, 0xa4, 0xb2, 0xb5, 0x47, 0xe8, 0x0a, 0x5c, 0x4c, 0x10, 0xa9, - 0x35, 0x4d, 0xd7, 0xb4, 0x6a, 0x16, 0x36, 0x19, 0x64, 0x1f, 0x5d, 0x85, 0xb5, 0x29, 0x88, 0xd5, - 0x6c, 0xd9, 0xb8, 0x89, 0x1d, 0x5f, 0xa0, 0x0e, 0xd0, 0x25, 0xa8, 0x4c, 0x78, 0xe7, 0xeb, 0x81, - 0xed, 0x7a, 0x1e, 0xa3, 0xf7, 0xa7, 0xe8, 0x35, 0x97, 0x6c, 0x5a, 0xa6, 0x89, 0x1d, 0x46, 0x1f, - 0x4c, 0x39, 0x61, 0xb8, 0x4e, 0xcd, 0xb6, 0x0c, 0x9f, 0x91, 0x0f, 0xd1, 0x1a, 0x5c, 0x48, 0x90, - 0x59, 0x64, 0x94, 0xf0, 0xbe, 0x89, 0xaa, 0x70, 0x29, 0x81, 0xb0, 0x9c, 0x6d, 0xdd, 0xb6, 0xcc, - 0xa0, 0xa5, 0x13, 0x9d, 0x7b, 0x3b, 0x9c, 0x34, 0xa2, 0x66, 0xd9, 0x58, 0x91, 0x31, 0x9a, 0x72, - 0xd5, 0xd0, 0x8d, 0x06, 0x0e, 0x6a, 0xc4, 0x6d, 0x06, 0xad, 0xb6, 0x6d, 0x33, 0x29, 0x63, 0x74, - 0x19, 0xce, 0x27, 0x50, 0x75, 0xec, 0x07, 0xa6, 0x55, 0xa7, 0x99, 0x42, 0x01, 0x47, 0x71, 0x50, - 0x09, 0xae, 0x5b, 0x9e, 0x4f, 0x76, 0x26, 0x21, 0x8f, 0x63, 0x88, 0x4c, 0xfb, 0xbb, 0xd6, 0x66, - 0xd0, 0xb2, 0xdb, 0x75, 0xcb, 0xe1, 0x99, 0xff, 0x56, 0xbc, 0xe9, 0x94, 0x54, 0x27, 0xba, 0x69, - 0x63, 0x7a, 0xd8, 0x98, 0x80, 0x0f, 0xc7, 0xbb, 0x4a, 0xa9, 0x4d, 0x7d, 0x1b, 0x3b, 0x11, 0xf1, - 0x18, 0xad, 0xc3, 0x75, 0xcb, 0xb1, 0xfc, 0x68, 0xc7, 0xb0, 0x7f, 0xcf, 0x25, 0x5b, 0x81, 0x6d, - 0x79, 0xbe, 0xe5, 0xd4, 0x83, 0xe8, 0xa0, 0x7b, 0xda, 0x47, 0xd0, 0x06, 0xac, 0xcf, 0xc2, 0xca, - 0xf0, 0xc5, 0x45, 0xc1, 0xd1, 0x9b, 0x58, 0xfb, 0x16, 0x74, 0x13, 0x5e, 0x9e, 0x85, 0x8f, 0x71, - 0xa6, 0x8b, 0x3d, 0x16, 0x55, 0xfc, 0xba, 0xe5, 0xf9, 0xda, 0xb7, 0xa2, 0xcb, 0x50, 0x51, 0x4f, - 0xa2, 0xd5, 0xd4, 0xeb, 0x38, 0x8e, 0xe7, 0xaf, 0xa4, 0xd1, 0xfb, 0xe0, 0x92, 0x0a, 0x88, 0x45, - 0x19, 0x04, 0xeb, 0xd4, 0x62, 0xed, 0x57, 0xd3, 0xa8, 0x0a, 0x17, 0x55, 0x10, 0x69, 0x3b, 0x0a, - 0x90, 0x0a, 0xfa, 0xb5, 0x34, 0xba, 0x06, 0x6b, 0xb3, 0x05, 0xf9, 0x98, 0x34, 0x2d, 0x47, 0xf7, - 0xb1, 0xa9, 0xfd, 0x7a, 0x1a, 0xbd, 0x04, 0xd7, 0x55, 0x18, 0x3f, 0xf8, 0x34, 0x9b, 0x03, 0xe2, - 0xda, 0xb6, 0xdb, 0xf6, 0x83, 0x16, 0x76, 0x4c, 0xaa, 0xf7, 0x37, 0x9e, 0x20, 0x93, 0x60, 0xcf, - 0xd7, 0x09, 0x33, 0xef, 0xd3, 0x69, 0x54, 0x81, 0x55, 0x15, 0xd6, 0x76, 0x1a, 0x58, 0xb7, 0xfd, - 0xc6, 0x8e, 0xf6, 0x8f, 0x53, 0x22, 0x1c, 0xd7, 0xc4, 0x41, 0x13, 0x37, 0x5d, 0xb2, 0x13, 0xb4, - 0x08, 0xf6, 0xbc, 0x36, 0xc1, 0xda, 0x0f, 0x67, 0x26, 0xc3, 0xc0, 0x60, 0xa6, 0xe5, 0x6d, 0xc5, - 0xa0, 0x1f, 0xc9, 0xa0, 0x17, 0xe1, 0xea, 0x14, 0x48, 0xee, 0x81, 0x5a, 0x16, 0x7e, 0x34, 0x33, - 0x19, 0x31, 0x06, 0x6d, 0xd1, 0x13, 0x21, 0xc5, 0x7d, 0x74, 0xb6, 0xce, 0xb6, 0x43, 0xbf, 0xcc, - 0x36, 0x17, 0xf4, 0x63, 0x19, 0x74, 0x05, 0x2e, 0xcc, 0x00, 0x11, 0xac, 0x1b, 0x0d, 0x06, 0xf9, - 0xf1, 0xcc, 0xe4, 0x1e, 0x73, 0xb3, 0x68, 0x65, 0xc3, 0xba, 0xb9, 0xa3, 0xfd, 0xc4, 0x94, 0x31, - 0x35, 0xdd, 0xb2, 0xb1, 0x19, 0x08, 0x45, 0x34, 0x86, 0x3f, 0x99, 0x41, 0xef, 0x87, 0xaa, 0x8a, - 0x11, 0xdd, 0x82, 0x86, 0xdc, 0xc1, 0x86, 0x6f, 0xb9, 0xbc, 0x56, 0xfc, 0xf4, 0x94, 0xd5, 0x12, - 0x48, 0x9d, 0xdb, 0xb2, 0x6c, 0x1b, 0x9b, 0xda, 0xcf, 0x4c, 0x45, 0x2a, 0x92, 0x66, 0x5b, 0x74, - 0xa7, 0x6b, 0xd8, 0x37, 0x1a, 0x4c, 0xde, 0xcf, 0x66, 0x26, 0x37, 0x48, 0x49, 0x88, 0x18, 0xf6, - 0x73, 0x53, 0x71, 0x68, 0xb9, 0x66, 0x40, 0x8f, 0x82, 0xa5, 0xdb, 0xd6, 0x7d, 0xea, 0xc2, 0xef, - 0x67, 0x68, 0x6f, 0x91, 0x27, 0x9a, 0x17, 0xef, 0x77, 0x32, 0x93, 0x9d, 0x48, 0xd0, 0xb5, 0x77, - 0x33, 0xe8, 0x3a, 0x5c, 0x99, 0x41, 0x99, 0xd8, 0x80, 0xf7, 0x32, 0x68, 0x1d, 0xae, 0xcd, 0xce, - 0xc1, 0x7b, 0xba, 0xc5, 0x4e, 0xb4, 0x94, 0xf9, 0xd9, 0x0c, 0xba, 0x04, 0xe7, 0x66, 0xc9, 0xc4, - 0xdb, 0xd8, 0xf1, 0xb5, 0x2f, 0x67, 0x94, 0x4e, 0x27, 0x99, 0x3e, 0x97, 0xa1, 0x9d, 0xce, 0xdb, - 0x71, 0x8c, 0x68, 0xe9, 0xf3, 0x99, 0xb8, 0x4b, 0xca, 0xb5, 0x2f, 0x64, 0xd0, 0x69, 0x38, 0x69, - 0xe2, 0x6d, 0x76, 0xfc, 0xe5, 0xea, 0x17, 0xd9, 0xaa, 0x61, 0x63, 0xdd, 0x69, 0xb7, 0xa2, 0xd5, - 0x2f, 0x31, 0x91, 0x09, 0xe0, 0x57, 0x32, 0xe8, 0x1c, 0x9c, 0x9e, 0x68, 0x54, 0x9c, 0xf4, 0xdf, - 0x99, 0xa8, 0xd5, 0xca, 0xa5, 0x6f, 0xcf, 0x52, 0xb1, 0xcc, 0x26, 0x26, 0x85, 0x07, 0xf3, 0x53, - 0x59, 0xb4, 0x06, 0xe7, 0xa5, 0x09, 0xbc, 0xba, 0x62, 0x22, 0x06, 0x23, 0x13, 0xb7, 0x3c, 0xed, - 0xb7, 0x73, 0x34, 0x15, 0xa7, 0x10, 0x4c, 0x36, 0x03, 0xfc, 0x4e, 0x8e, 0x6e, 0xe3, 0x14, 0x40, - 0x84, 0x84, 0x41, 0x3e, 0x91, 0x9b, 0xa9, 0x85, 0x76, 0x24, 0xab, 0x4e, 0x21, 0xda, 0xef, 0xe6, - 0xd0, 0x55, 0xb8, 0x1c, 0x87, 0xc2, 0x6b, 0xb7, 0x5a, 0x2e, 0xa1, 0xcd, 0x70, 0xfb, 0x95, 0xa0, - 0xa9, 0x3b, 0x56, 0x8d, 0x8e, 0x4d, 0xbf, 0x97, 0x9b, 0x3c, 0x16, 0xac, 0xa9, 0x1b, 0xba, 0x63, - 0x60, 0x96, 0xa4, 0x1f, 0xcb, 0x4f, 0x1e, 0x0b, 0x13, 0xeb, 0xa6, 0x6d, 0x39, 0x38, 0xc0, 0xaf, - 0x1b, 0x18, 0x9b, 0xd8, 0xd4, 0x7e, 0x3e, 0x4f, 0x03, 0xc1, 0x3d, 0x8c, 0x39, 0x7f, 0x21, 0x8f, - 0x56, 0x41, 0x13, 0x46, 0xc7, 0xcb, 0xbf, 0x98, 0x47, 0xe7, 0xe1, 0xcc, 0x44, 0x0b, 0x93, 0xc4, - 0x5f, 0xca, 0xd3, 0x22, 0x95, 0x6c, 0xd2, 0x42, 0x9d, 0xf6, 0xcb, 0x79, 0x74, 0x11, 0xca, 0xcc, - 0x1b, 0x56, 0x73, 0x71, 0xe0, 0xeb, 0xf5, 0x7a, 0x34, 0x81, 0x7c, 0x57, 0x81, 0x7a, 0xc2, 0xc8, - 0x72, 0x18, 0x0b, 0x5a, 0x7a, 0xdb, 0xe3, 0xdd, 0xdf, 0x25, 0xda, 0x77, 0x17, 0x68, 0x40, 0x92, - 0x00, 0x65, 0xb0, 0x11, 0xa8, 0xef, 0x29, 0xd0, 0xec, 0x54, 0xb5, 0xc8, 0x09, 0x9a, 0xd3, 0xbf, - 0x37, 0x56, 0x23, 0xe8, 0xd1, 0x70, 0xc9, 0x01, 0xdf, 0x37, 0x05, 0x90, 0x1b, 0x2b, 0x00, 0xdf, - 0x5f, 0xa0, 0x71, 0xe1, 0x00, 0xd6, 0xbb, 0xf9, 0xf2, 0xdb, 0xb1, 0x79, 0x82, 0xef, 0x9e, 0x4e, - 0xcf, 0xb5, 0x4f, 0x2c, 0xc5, 0xcb, 0x1f, 0x28, 0xd0, 0xc2, 0xa2, 0xa2, 0x68, 0x79, 0xaf, 0xe9, - 0x86, 0xaa, 0xe1, 0x07, 0x0b, 0x74, 0xcf, 0x64, 0xe4, 0xc5, 0xac, 0x3a, 0x51, 0xa1, 0x3e, 0x53, - 0xa0, 0x15, 0x25, 0x4a, 0xa9, 0xcd, 0x76, 0x3d, 0x68, 0x60, 0xbb, 0xc5, 0x7a, 0x86, 0x4f, 0x2c, - 0xbc, 0xcd, 0xec, 0xd2, 0xfe, 0xa9, 0x80, 0xce, 0x02, 0x8a, 0x44, 0xf1, 0x13, 0x44, 0x09, 0xff, - 0x5c, 0xa0, 0xbb, 0x21, 0x08, 0x74, 0x98, 0x0e, 0xf4, 0x56, 0xcb, 0xde, 0x09, 0x6c, 0x7d, 0x13, - 0xdb, 0x9e, 0xf6, 0x2f, 0x05, 0x7a, 0x92, 0x54, 0xb2, 0x1c, 0x16, 0xb5, 0x7f, 0x55, 0x39, 0x1d, - 0x37, 0x68, 0x52, 0x37, 0xe9, 0x06, 0xb0, 0x40, 0x6b, 0xff, 0x56, 0x40, 0x17, 0xe0, 0xac, 0xca, - 0xb9, 0x8d, 0x89, 0x27, 0xcd, 0xfe, 0xf7, 0x02, 0xcf, 0xfb, 0x98, 0xda, 0xb4, 0x9c, 0x04, 0xe2, - 0x3f, 0x0a, 0xfc, 0x74, 0x31, 0x84, 0x2c, 0xa8, 0x2a, 0xe0, 0xaf, 0x8a, 0xfc, 0x60, 0x24, 0x00, - 0x6e, 0xad, 0xc6, 0x72, 0xba, 0x49, 0x9b, 0x02, 0x45, 0xfd, 0x67, 0x41, 0x41, 0x61, 0x12, 0x97, - 0xb1, 0x9a, 0x4b, 0x73, 0xd2, 0xc6, 0x34, 0x92, 0xda, 0x7f, 0xa9, 0xbe, 0xd0, 0x3e, 0x12, 0x9d, - 0x2c, 0x26, 0xe4, 0x1d, 0x55, 0x08, 0x23, 0x13, 0xdc, 0x74, 0x7d, 0x9c, 0x44, 0xbd, 0xab, 0x0a, - 0xa1, 0xf3, 0x4f, 0x92, 0xfc, 0x9e, 0x1a, 0x10, 0x69, 0x6f, 0x14, 0xcd, 0xcf, 0xb2, 0x7c, 0x8d, - 0xa8, 0xe2, 0x2a, 0x13, 0xd3, 0x3f, 0x97, 0xb4, 0xb0, 0x65, 0xeb, 0x06, 0x16, 0xe3, 0x0d, 0x25, - 0x7f, 0x5e, 0x4d, 0x15, 0x9f, 0xe8, 0x8e, 0x57, 0x73, 0x49, 0x33, 0x69, 0xc0, 0x17, 0xd4, 0xbd, - 0xf4, 0xb0, 0xcf, 0xf7, 0x98, 0x91, 0xbe, 0xa8, 0x6a, 0x8f, 0x98, 0xee, 0x11, 0xcb, 0xe7, 0xe2, - 0xbf, 0xa4, 0x66, 0x59, 0x4b, 0x27, 0x9e, 0xe2, 0x3a, 0x33, 0x82, 0x8f, 0xde, 0x5f, 0x2e, 0xa0, - 0x17, 0xe0, 0x7d, 0xea, 0xae, 0x8a, 0xe4, 0x76, 0xf8, 0x94, 0x16, 0x8f, 0x0c, 0x5f, 0x29, 0xac, - 0x7f, 0xbc, 0x04, 0xcb, 0xc9, 0x9b, 0x37, 0xbd, 0x72, 0x39, 0x96, 0xad, 0x9d, 0xa0, 0x57, 0x13, - 0xdd, 0xa4, 0x65, 0xb6, 0xa6, 0xb7, 0x6d, 0x5a, 0x17, 0x5b, 0xae, 0xb6, 0x47, 0xef, 0xa7, 0xb2, - 0x74, 0x29, 0xeb, 0x21, 0x1d, 0xa5, 0xa7, 0xd7, 0x83, 0xba, 0xed, 0x6e, 0xea, 0xb6, 0x28, 0xa5, - 0xda, 0x43, 0x3a, 0xd6, 0xd7, 0x0d, 0xdb, 0x6d, 0x47, 0x15, 0x89, 0xde, 0x5c, 0x04, 0x99, 0x4e, - 0x28, 0x5d, 0x7a, 0xd3, 0x9c, 0x4d, 0x7a, 0x83, 0x5e, 0x1a, 0xb9, 0x0a, 0x21, 0x42, 0x5c, 0xba, - 0xb4, 0x5e, 0x4c, 0x11, 0xac, 0xf2, 0x7e, 0xf5, 0x21, 0x6a, 0x6e, 0xcd, 0x7a, 0x9d, 0x6f, 0x21, - 0x2f, 0x85, 0xfc, 0x1e, 0x74, 0x06, 0x90, 0xc0, 0xca, 0xc9, 0xdd, 0x27, 0x3b, 0xda, 0x3e, 0xbd, - 0x55, 0x50, 0xbc, 0x72, 0x11, 0x88, 0x6a, 0x82, 0x70, 0xe2, 0x40, 0x62, 0xbc, 0x2d, 0xbd, 0x56, - 0x73, 0x6d, 0x33, 0x6a, 0x14, 0xd1, 0x1d, 0x43, 0xeb, 0x53, 0x47, 0x29, 0x46, 0x99, 0xf2, 0xa5, - 0x27, 0x3a, 0x4b, 0xf6, 0x01, 0xba, 0x06, 0x57, 0x28, 0x62, 0xee, 0x58, 0xcd, 0xc6, 0xef, 0x43, - 0x3a, 0xda, 0x27, 0x5c, 0x9b, 0x06, 0x4a, 0x67, 0xdf, 0xa4, 0xc9, 0x29, 0x06, 0x86, 0xa9, 0x3a, - 0x45, 0xef, 0xbc, 0x15, 0x58, 0xe5, 0xe4, 0xa8, 0x64, 0xf3, 0x56, 0x24, 0xae, 0xbe, 0x96, 0xe3, - 0xf9, 0xba, 0x6d, 0xb3, 0x9c, 0xa1, 0x57, 0xdf, 0x15, 0x58, 0x6c, 0xb7, 0xe8, 0x3d, 0x04, 0xf3, - 0xa5, 0x3f, 0x4d, 0xa1, 0x9b, 0xf0, 0xd2, 0x2c, 0xcf, 0x79, 0xc9, 0x92, 0x71, 0x72, 0xb7, 0x31, - 0x21, 0x96, 0x89, 0x3d, 0xed, 0xcf, 0xd8, 0x3d, 0x5b, 0x15, 0x72, 0xfb, 0x96, 0xf6, 0xe7, 0x29, - 0xb4, 0x01, 0x2f, 0xce, 0x15, 0x23, 0x93, 0x55, 0x6f, 0x62, 0xaf, 0xa5, 0x1b, 0x58, 0xfb, 0x8b, - 0x14, 0x6d, 0x88, 0xd2, 0x38, 0xf9, 0xa2, 0xf0, 0x77, 0x29, 0x7a, 0x8e, 0x26, 0xc7, 0x23, 0xdb, - 0xad, 0x7b, 0xf4, 0xee, 0x10, 0x79, 0x4a, 0xeb, 0x84, 0xe5, 0xd0, 0x3b, 0x7b, 0x8b, 0xb8, 0x9b, - 0x98, 0xde, 0x19, 0x22, 0x5a, 0xcc, 0xc6, 0x4e, 0x0f, 0xbd, 0x28, 0x5c, 0x81, 0x0b, 0xba, 0x69, - 0xd2, 0x71, 0x79, 0xee, 0xd0, 0x7e, 0x19, 0x2a, 0x09, 0xc8, 0xd4, 0xc0, 0x7e, 0x0d, 0xd6, 0x12, - 0x80, 0x39, 0xc3, 0xfa, 0x25, 0x38, 0x97, 0x80, 0x4d, 0x0e, 0xea, 0x93, 0x7a, 0xa6, 0x86, 0xf4, - 0x8b, 0x50, 0x9e, 0x00, 0x24, 0x06, 0xf4, 0xf3, 0x70, 0x26, 0x69, 0x86, 0x3a, 0x9c, 0x2b, 0xca, - 0x67, 0x0e, 0xe6, 0x51, 0x8c, 0x1a, 0xae, 0xe7, 0xab, 0x59, 0xf4, 0x53, 0x6c, 0x9e, 0x64, 0xf7, - 0xa0, 0x28, 0x8b, 0xe8, 0x60, 0xbb, 0x0a, 0x5a, 0xdb, 0x61, 0x13, 0x42, 0xbc, 0xfc, 0x1e, 0x9b, - 0x14, 0xe9, 0xbd, 0x4d, 0xa4, 0x2e, 0xbd, 0x02, 0x6a, 0x1f, 0xcf, 0xb2, 0x19, 0x08, 0x53, 0x6b, - 0x1c, 0x3a, 0x0a, 0xd4, 0x6c, 0xbd, 0x1e, 0xb5, 0x8c, 0x9a, 0x6e, 0x7b, 0x58, 0xfb, 0x9b, 0x2c, - 0x3a, 0x09, 0xe0, 0xb6, 0xb0, 0x13, 0x58, 0x9e, 0xd7, 0xc6, 0xda, 0x77, 0x16, 0x6e, 0xfd, 0x66, - 0x0e, 0x4e, 0x7a, 0xe2, 0x8f, 0x6a, 0xbd, 0x70, 0xf8, 0xb8, 0xb7, 0x1b, 0x22, 0x03, 0x8a, 0xf5, - 0x50, 0xfe, 0xd1, 0xcd, 0xd4, 0x33, 0x2e, 0x3e, 0x38, 0x1c, 0x1f, 0x57, 0x12, 0x7f, 0xf6, 0x5a, - 0x5d, 0xf9, 0x8e, 0xbf, 0xfc, 0xf4, 0x47, 0xd3, 0x0b, 0xa8, 0x74, 0xe3, 0xf1, 0x2b, 0x37, 0xd8, - 0x2b, 0x29, 0xaa, 0x43, 0x91, 0x3d, 0xe2, 0xda, 0x83, 0x2e, 0x92, 0xff, 0xc3, 0x2a, 0xdf, 0x8b, - 0x2b, 0x93, 0x0b, 0xd5, 0x55, 0x26, 0xe0, 0x24, 0x5a, 0xa2, 0x02, 0xf8, 0x7f, 0x90, 0xef, 0x0f, - 0xba, 0x2f, 0xa4, 0x6e, 0xa6, 0x50, 0x1d, 0xf2, 0x4c, 0xd0, 0x68, 0xae, 0x2d, 0x53, 0xd2, 0x10, - 0x93, 0xb6, 0x88, 0x20, 0x92, 0x36, 0xba, 0x99, 0x42, 0xaf, 0x43, 0x01, 0x7f, 0x38, 0xdc, 0x3d, - 0x1a, 0x87, 0xa8, 0x2c, 0x38, 0xa6, 0x1e, 0x90, 0x2b, 0x73, 0x74, 0x54, 0xcf, 0x33, 0x91, 0xab, - 0xd5, 0x05, 0x26, 0x92, 0x8b, 0xb9, 0x23, 0x9e, 0x93, 0x51, 0x07, 0x4a, 0xfa, 0xd1, 0x78, 0xc0, - 0x5e, 0x1b, 0xd1, 0x6a, 0xf2, 0xe9, 0xf8, 0x69, 0x82, 0xaf, 0x31, 0xc1, 0x97, 0x2b, 0x67, 0xa8, - 0x60, 0xf6, 0x1a, 0x7c, 0xa3, 0x73, 0x34, 0x1e, 0x04, 0x52, 0x07, 0x7f, 0x74, 0x46, 0x01, 0x14, - 0xa9, 0x0a, 0xef, 0xb8, 0xbf, 0xfb, 0xbc, 0x1a, 0xae, 0x32, 0x0d, 0x97, 0x2a, 0xab, 0x6c, 0x73, - 0x8e, 0xfb, 0xbb, 0x33, 0x15, 0xec, 0x02, 0x50, 0x05, 0xfc, 0x79, 0xf2, 0x79, 0x55, 0x5c, 0x67, - 0x2a, 0xd6, 0x2a, 0x67, 0xa9, 0x0a, 0xfe, 0x4e, 0x3d, 0x53, 0x89, 0x0d, 0xf9, 0x46, 0xa7, 0xbf, - 0xb7, 0x1f, 0xa2, 0xc4, 0x43, 0xff, 0x5c, 0xb9, 0x17, 0x98, 0xdc, 0x33, 0xd5, 0x95, 0x78, 0x23, - 0x6f, 0xbc, 0xc1, 0x04, 0xdc, 0x49, 0xad, 0x3f, 0xc8, 0x33, 0xf4, 0xed, 0xff, 0x09, 0x00, 0x00, - 0xff, 0xff, 0x0c, 0xa6, 0xcd, 0x0b, 0x16, 0x2e, 0x00, 0x00, + // 4155 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x7a, 0x69, 0x8c, 0x1c, 0x49, + 0x56, 0xbf, 0xeb, 0xae, 0x7a, 0x7d, 0x38, 0x3b, 0xec, 0xb6, 0x6b, 0xca, 0x57, 0xbb, 0xc6, 0xf6, + 0xce, 0xf4, 0xcc, 0xbf, 0xed, 0xb1, 0x57, 0x7f, 0x2d, 0x66, 0x06, 0x94, 0x9d, 0x19, 0x55, 0x95, + 0xee, 0xac, 0xcc, 0x22, 0x32, 0xab, 0x3d, 0x6d, 0x09, 0xa5, 0xca, 0xdd, 0xe9, 0x9a, 0x5a, 0x77, + 0x57, 0xf5, 0x54, 0x55, 0x7b, 0xb6, 0x17, 0x84, 0x10, 0xe2, 0x1e, 0x40, 0xc0, 0x2e, 0x37, 0x1f, + 0x96, 0x4b, 0xfb, 0x85, 0xeb, 0x2b, 0x42, 0xb0, 0x20, 0x84, 0x38, 0x77, 0xf7, 0x03, 0x02, 0xb1, + 0x08, 0x09, 0x21, 0x2d, 0x1f, 0x96, 0x5b, 0x30, 0x33, 0x7b, 0x2f, 0x28, 0xae, 0xcc, 0xc8, 0x3a, + 0x7c, 0x2c, 0x42, 0x7c, 0x72, 0xe5, 0x7b, 0xbf, 0x78, 0x57, 0xbc, 0x78, 0xef, 0x45, 0xb8, 0x61, + 0x79, 0xf4, 0xb0, 0xf3, 0xe0, 0xc1, 0x60, 0x7f, 0x6f, 0xe3, 0x70, 0x38, 0x18, 0x0f, 0x50, 0x8e, + 0xfd, 0x53, 0x39, 0xdf, 0x1d, 0x0c, 0xba, 0xfb, 0xe1, 0xf5, 0xce, 0x61, 0xef, 0x7a, 0xa7, 0xdf, + 0x1f, 0x8c, 0x3b, 0xe3, 0xde, 0xa0, 0x3f, 0xe2, 0xa0, 0xca, 0x25, 0xc1, 0x65, 0x5f, 0xf7, 0x8f, + 0x1e, 0x5c, 0x1f, 0xf7, 0x0e, 0xc2, 0xd1, 0xb8, 0x73, 0x70, 0x28, 0x00, 0xe7, 0x26, 0x01, 0xe1, + 0xc1, 0xe1, 0xf8, 0x98, 0x33, 0xab, 0xb7, 0x60, 0xc9, 0x1b, 0x77, 0xc6, 0x21, 0x09, 0x47, 0x87, + 0x83, 0xfe, 0x28, 0x44, 0x55, 0xc8, 0x8d, 0x28, 0xa1, 0x9c, 0x5a, 0x4b, 0xbd, 0xb0, 0x70, 0x73, + 0x91, 0xe3, 0x36, 0x38, 0x88, 0xb3, 0xaa, 0xe7, 0xa1, 0x18, 0xe1, 0x35, 0xc8, 0x1c, 0x8c, 0xba, + 0x0c, 0x5d, 0x22, 0xf4, 0x67, 0xf5, 0x02, 0x14, 0x48, 0xf8, 0xe6, 0x51, 0x38, 0x1a, 0x23, 0x04, + 0xd9, 0x7e, 0xe7, 0x20, 0x14, 0x5c, 0xf6, 0xbb, 0xfa, 0x87, 0x59, 0xc8, 0x31, 0x69, 0xe8, 0x15, + 0x80, 0xfb, 0x47, 0xbd, 0xfd, 0x3d, 0x4f, 0xd1, 0xb7, 0x22, 0xf4, 0x6d, 0x46, 0x0c, 0xa2, 0x80, + 0xd0, 0xfb, 0x61, 0x61, 0x2f, 0x3c, 0xdc, 0x1f, 0x1c, 0xf3, 0x35, 0x69, 0xb6, 0x06, 0x89, 0x35, + 0x66, 0xcc, 0x21, 0x2a, 0x0c, 0x35, 0x60, 0xf9, 0xc1, 0x60, 0xf8, 0x56, 0x67, 0xb8, 0x17, 0xee, + 0xb5, 0x06, 0xc3, 0xf1, 0xa8, 0x9c, 0x5d, 0xcb, 0xbc, 0xb0, 0x70, 0x73, 0x4d, 0x75, 0x6e, 0xa3, + 0x96, 0x80, 0xe0, 0xfe, 0x78, 0x78, 0x4c, 0x26, 0xd6, 0x21, 0x03, 0x34, 0x1a, 0x82, 0xa3, 0x91, + 0xf1, 0x46, 0xb8, 0xfb, 0x90, 0x1b, 0x91, 0x63, 0x46, 0x9c, 0x55, 0x64, 0xa9, 0x6c, 0x32, 0xb5, + 0x00, 0xdd, 0x86, 0xa5, 0x07, 0xbd, 0xfd, 0xd0, 0x3b, 0xee, 0xef, 0x72, 0x09, 0x79, 0x26, 0xe1, + 0xb4, 0x90, 0x50, 0x53, 0x79, 0x24, 0x09, 0x45, 0x2d, 0x38, 0xb5, 0x17, 0xde, 0x3f, 0xea, 0x76, + 0x7b, 0xfd, 0xae, 0x31, 0xe8, 0x8f, 0x3b, 0xbd, 0x7e, 0x38, 0x1c, 0x95, 0x0b, 0xcc, 0x9f, 0x8b, + 0x51, 0x20, 0x26, 0x11, 0xf8, 0x51, 0xd8, 0x1f, 0x93, 0x59, 0x4b, 0xd1, 0x4b, 0x50, 0x3c, 0x08, + 0xc7, 0x9d, 0xbd, 0xce, 0xb8, 0x53, 0x2e, 0x32, 0x43, 0x4e, 0x0a, 0x31, 0x4d, 0x41, 0x26, 0x11, + 0x00, 0x6d, 0x40, 0x69, 0x1c, 0x8e, 0xc6, 0xdc, 0xec, 0x12, 0x43, 0x6b, 0x02, 0xed, 0x4b, 0x3a, + 0x89, 0x21, 0x15, 0x0f, 0x4e, 0xcd, 0x08, 0x2b, 0x4d, 0x9a, 0x87, 0xe1, 0x31, 0xdb, 0xf2, 0x1c, + 0xa1, 0x3f, 0xd1, 0x35, 0xc8, 0x3d, 0xea, 0xec, 0x1f, 0xc9, 0x2d, 0x95, 0x42, 0xe9, 0x1a, 0x6e, + 0x3b, 0x67, 0xdf, 0x4e, 0x7f, 0x20, 0x75, 0x27, 0x5b, 0xcc, 0x68, 0xd9, 0xea, 0x8f, 0xa4, 0xa1, + 0x28, 0x2d, 0x44, 0xeb, 0x90, 0x63, 0x59, 0x22, 0xb2, 0xe8, 0xb4, 0x9a, 0x45, 0x91, 0x1b, 0x1c, + 0x82, 0xfe, 0x1f, 0xe4, 0x79, 0x72, 0x08, 0x5d, 0xab, 0x89, 0xf4, 0x89, 0xd0, 0x02, 0x84, 0xde, + 0x07, 0x59, 0xea, 0x4f, 0x39, 0xc3, 0xc0, 0xa7, 0x14, 0x6f, 0x23, 0x28, 0x03, 0xa0, 0x6f, 0x06, + 0xe8, 0xec, 0xed, 0xf5, 0xe8, 0xd9, 0xec, 0xec, 0x97, 0x77, 0xd9, 0x8e, 0x5c, 0x9a, 0x08, 0xe5, + 0x86, 0x1e, 0x21, 0x78, 0x82, 0x29, 0x4b, 0x2a, 0xaf, 0xc1, 0xc9, 0x09, 0xb6, 0x1a, 0xa8, 0x12, + 0x0f, 0xd4, 0x69, 0x35, 0x50, 0x25, 0x25, 0x2c, 0xd5, 0x77, 0xd3, 0xb0, 0x94, 0x70, 0x18, 0xbd, + 0x0c, 0x2b, 0xfd, 0xa3, 0x83, 0xfb, 0xe1, 0xd0, 0x7d, 0xa0, 0x0f, 0xc7, 0xbd, 0x07, 0x9d, 0xdd, + 0xf1, 0x48, 0x04, 0x7d, 0x9a, 0x81, 0x5e, 0x83, 0x22, 0x0b, 0x10, 0xcd, 0xa7, 0x34, 0xb3, 0xfe, + 0xf2, 0xac, 0x30, 0x6e, 0x58, 0x07, 0x9d, 0x6e, 0xb8, 0xc9, 0x91, 0x24, 0x5a, 0x82, 0xae, 0x40, + 0x76, 0x7c, 0x7c, 0x18, 0xb2, 0x38, 0x2d, 0x47, 0x1b, 0xc8, 0x70, 0xfe, 0xf1, 0x61, 0x48, 0x18, + 0x17, 0x99, 0x33, 0x82, 0x74, 0x65, 0xa6, 0x9a, 0xc7, 0x45, 0xca, 0x86, 0x45, 0xd5, 0x0a, 0x74, + 0x4d, 0xe8, 0x4e, 0x31, 0xdd, 0x48, 0x95, 0x17, 0x0e, 0x15, 0xed, 0xa7, 0x21, 0xb7, 0x3b, 0x38, + 0xea, 0x8f, 0x59, 0xf0, 0x72, 0x84, 0x7f, 0xfc, 0x4f, 0xe3, 0xfe, 0x76, 0x0a, 0x16, 0xd5, 0x74, + 0x40, 0xef, 0x87, 0x02, 0xfd, 0xa6, 0x71, 0x4c, 0x31, 0x07, 0x2b, 0x33, 0x92, 0x66, 0x83, 0x43, + 0x88, 0x84, 0x56, 0x30, 0xe4, 0xf9, 0x4f, 0x74, 0x35, 0xe1, 0xcd, 0x8a, 0xb2, 0xf8, 0xc9, 0xce, + 0x54, 0xff, 0x28, 0x05, 0xcb, 0xc9, 0x4c, 0x46, 0xaf, 0x42, 0x89, 0xe7, 0x72, 0x6c, 0xd1, 0xc5, + 0x99, 0x39, 0x2f, 0x3e, 0xc3, 0x21, 0x89, 0x17, 0xa0, 0x97, 0xa1, 0xb0, 0xbb, 0x7f, 0x44, 0x75, + 0x33, 0x45, 0x71, 0x78, 0x0d, 0x4e, 0x65, 0x16, 0x49, 0x48, 0xc5, 0x82, 0xa2, 0x14, 0xc2, 0x4e, + 0x4e, 0xec, 0xc7, 0xa9, 0x84, 0xca, 0xa7, 0xf0, 0xe4, 0xef, 0x52, 0x00, 0x71, 0x1b, 0x40, 0xdf, + 0x04, 0xa5, 0x8e, 0x92, 0xc4, 0x6a, 0xfd, 0x8e, 0x51, 0x1b, 0x51, 0x3a, 0xf3, 0xa4, 0x89, 0x97, + 0xa0, 0x35, 0x58, 0xe8, 0x1c, 0x8d, 0x07, 0xfe, 0xb0, 0xd7, 0xed, 0x0a, 0x5f, 0x8a, 0x44, 0x25, + 0xd1, 0x7e, 0x24, 0x6a, 0xf5, 0x60, 0x4f, 0xe6, 0xf1, 0x4a, 0xb2, 0xac, 0x0f, 0xf6, 0x42, 0xa2, + 0x80, 0x2a, 0xaf, 0xc2, 0x72, 0x52, 0xe3, 0x33, 0x65, 0xce, 0x36, 0x94, 0xa2, 0xaa, 0x89, 0xce, + 0x40, 0x9e, 0x0b, 0x16, 0x6b, 0xc5, 0xd7, 0x84, 0x55, 0xe9, 0xa7, 0xb0, 0xaa, 0xfa, 0x61, 0x58, + 0x50, 0x7a, 0xe1, 0x5c, 0xc9, 0xff, 0x1b, 0x11, 0xa9, 0xfe, 0x7d, 0x0a, 0xb4, 0xc9, 0x1e, 0x38, + 0xd7, 0x02, 0x13, 0x4a, 0xc3, 0x70, 0x34, 0x38, 0x1a, 0xee, 0x86, 0xb2, 0xe6, 0x5c, 0x9b, 0xd3, + 0x47, 0x37, 0x88, 0x04, 0x8a, 0x9d, 0x8d, 0x16, 0x7e, 0x9d, 0xfb, 0x96, 0x94, 0xf7, 0x4c, 0xfb, + 0x66, 0xc1, 0x52, 0xa2, 0x49, 0x7f, 0xfd, 0x11, 0xae, 0xfe, 0x4d, 0x0e, 0x72, 0xac, 0xc1, 0xa1, + 0x1b, 0x50, 0xa2, 0x6d, 0x96, 0x7d, 0x88, 0x36, 0xa6, 0x29, 0xdd, 0x83, 0xd1, 0x1b, 0x27, 0x48, + 0x0c, 0x42, 0xb7, 0xc4, 0xfc, 0xc4, 0x97, 0xa4, 0xa7, 0xe7, 0x27, 0xb9, 0x46, 0x81, 0xa1, 0xff, + 0x2f, 0x27, 0x28, 0xbe, 0x2a, 0x33, 0x63, 0x82, 0x92, 0xcb, 0x54, 0x20, 0x35, 0xef, 0x50, 0x36, + 0xe3, 0x72, 0x76, 0x76, 0x93, 0xa6, 0xe6, 0x45, 0x20, 0x84, 0x13, 0xb3, 0x12, 0x5f, 0x38, 0x77, + 0x56, 0x92, 0xeb, 0xa7, 0x96, 0xa0, 0x6f, 0x85, 0xb2, 0xdc, 0xea, 0x49, 0xbc, 0x18, 0x9c, 0x64, + 0x93, 0x25, 0x73, 0x60, 0x8d, 0x13, 0x64, 0xae, 0x08, 0xf4, 0x6a, 0x3c, 0x8c, 0x71, 0x99, 0x85, + 0x99, 0xc3, 0x98, 0x14, 0x94, 0x04, 0xa3, 0x7b, 0x70, 0x76, 0x6f, 0xf6, 0xb0, 0x25, 0x66, 0xa9, + 0x27, 0x8c, 0x64, 0x8d, 0x13, 0x64, 0x9e, 0x00, 0xf4, 0x0d, 0xb0, 0xb8, 0x17, 0x3e, 0xb2, 0x07, + 0x83, 0x43, 0x2e, 0xb0, 0x94, 0x18, 0x40, 0x4c, 0x85, 0xd5, 0x38, 0x41, 0x12, 0x50, 0x1a, 0xfa, + 0x71, 0x38, 0x3c, 0xe8, 0xf5, 0xd9, 0x4d, 0x81, 0x2f, 0x87, 0x44, 0xe8, 0xfd, 0x09, 0x36, 0x0d, + 0xfd, 0xe4, 0x12, 0xba, 0xe7, 0xb4, 0x3e, 0xf1, 0xf5, 0x0b, 0x53, 0xd3, 0x5e, 0xb4, 0xe7, 0xd1, + 0xc7, 0xe6, 0x22, 0x40, 0x48, 0x7f, 0x04, 0xb4, 0xae, 0x57, 0x09, 0x68, 0x93, 0x7a, 0xe6, 0x1e, + 0x95, 0x6b, 0x90, 0x09, 0x87, 0x43, 0x91, 0xc5, 0x32, 0xfa, 0xfa, 0x2e, 0x6b, 0xca, 0xf7, 0xf7, + 0x43, 0x3c, 0x1c, 0x12, 0x0a, 0xa8, 0xee, 0xc3, 0xa2, 0xea, 0x3a, 0x3a, 0x0f, 0xa5, 0xde, 0x38, + 0x1c, 0x32, 0x0d, 0x62, 0xb6, 0x89, 0x09, 0x8a, 0xb6, 0xf4, 0x2c, 0x6d, 0x99, 0x27, 0x69, 0x7b, + 0x3b, 0x05, 0x4b, 0x09, 0x32, 0x7a, 0x09, 0x0a, 0xe1, 0x70, 0xc8, 0x2a, 0x4d, 0x6a, 0x5e, 0xa5, + 0x91, 0x08, 0x54, 0x86, 0xc2, 0x41, 0x38, 0x1a, 0x75, 0xba, 0xb2, 0x88, 0xc8, 0x4f, 0x74, 0x0b, + 0x16, 0x46, 0x47, 0xdd, 0x6e, 0x38, 0x62, 0x57, 0xb9, 0x72, 0x86, 0xd5, 0xbe, 0x48, 0x54, 0xc4, + 0x21, 0x2a, 0xaa, 0xea, 0x40, 0x29, 0x2a, 0x05, 0xb4, 0x3c, 0x85, 0xb4, 0x72, 0x89, 0x38, 0xf2, + 0x8f, 0xc4, 0x34, 0x9f, 0x7e, 0xc2, 0x34, 0x5f, 0xfd, 0x6d, 0xd9, 0x61, 0xb9, 0xc4, 0x0a, 0x14, + 0x65, 0xbb, 0x14, 0x42, 0xa3, 0xef, 0xb9, 0x81, 0xd4, 0xe2, 0x40, 0x96, 0x58, 0xc8, 0xd4, 0x00, + 0x65, 0x9f, 0x18, 0xa0, 0xdb, 0xb0, 0xd4, 0x51, 0xc3, 0x2b, 0x0a, 0xc4, 0xec, 0x1d, 0x49, 0x42, + 0xab, 0x81, 0x92, 0x9d, 0x73, 0xd3, 0x6a, 0x4a, 0x41, 0xfa, 0xe9, 0x15, 0x7c, 0x2c, 0x25, 0xfb, + 0xe8, 0xe3, 0x75, 0x68, 0x71, 0xea, 0x4e, 0xc7, 0x20, 0xf3, 0xec, 0x31, 0xc8, 0x3e, 0xbd, 0x89, + 0x9f, 0x48, 0x76, 0xdb, 0xc7, 0xdb, 0x39, 0x3f, 0x1b, 0xff, 0x0f, 0x77, 0xf1, 0x73, 0x29, 0x28, + 0xcf, 0x2b, 0xdc, 0x34, 0x23, 0x65, 0xe1, 0x96, 0x19, 0x29, 0xbf, 0xe7, 0x66, 0xa4, 0xe2, 0x65, + 0x66, 0xa6, 0x97, 0xd9, 0xd8, 0xcb, 0xe4, 0xe4, 0x90, 0x7b, 0x8a, 0xc9, 0x61, 0xda, 0xd7, 0xfc, + 0xd3, 0xfb, 0xfa, 0x99, 0x34, 0x94, 0xa2, 0x66, 0x49, 0x2b, 0xd7, 0xfe, 0x60, 0xb7, 0xb3, 0x4f, + 0x29, 0xb2, 0x72, 0x45, 0x04, 0x74, 0x11, 0x60, 0x18, 0x1e, 0x0c, 0xc6, 0x21, 0x63, 0xf3, 0xc1, + 0x58, 0xa1, 0x50, 0x37, 0x0f, 0x07, 0x7b, 0x4e, 0xe7, 0x20, 0x72, 0x53, 0x7c, 0xa2, 0x2b, 0xb0, + 0xb4, 0x2b, 0x3b, 0x09, 0xe3, 0x73, 0x87, 0x93, 0x44, 0xaa, 0xbd, 0xdf, 0x39, 0x08, 0x47, 0x87, + 0x9d, 0x5d, 0xee, 0x79, 0x89, 0xc4, 0x04, 0x1a, 0x78, 0xda, 0xc8, 0xd9, 0xf2, 0x3c, 0x0f, 0xbc, + 0xfc, 0x46, 0x55, 0x58, 0x94, 0x9b, 0x40, 0x67, 0x78, 0xd6, 0x30, 0x4b, 0x24, 0x41, 0x53, 0x31, + 0x4c, 0x46, 0x31, 0x89, 0x61, 0x72, 0xca, 0x50, 0xe8, 0xec, 0xed, 0x0d, 0xc3, 0xd1, 0x88, 0xb5, + 0xb6, 0x12, 0x91, 0x9f, 0xe8, 0x26, 0xc0, 0xb8, 0x33, 0xec, 0x86, 0x63, 0xe6, 0x3b, 0x24, 0x46, + 0x14, 0xab, 0x3f, 0x76, 0x87, 0xde, 0x78, 0xd8, 0xeb, 0x77, 0x89, 0x82, 0xaa, 0xfe, 0x55, 0x2a, + 0x1e, 0xca, 0xa2, 0xf8, 0xd2, 0x66, 0x6d, 0xb0, 0x9b, 0x85, 0x88, 0x6f, 0x44, 0xa0, 0xe5, 0xb3, + 0x77, 0x10, 0x1f, 0x05, 0xfe, 0xa1, 0x24, 0x55, 0x66, 0xd6, 0x11, 0xcf, 0xce, 0x3c, 0x20, 0xb9, + 0x67, 0x3f, 0x20, 0xcf, 0x90, 0x34, 0xef, 0xa4, 0xe1, 0xec, 0x9c, 0xe9, 0xe1, 0x71, 0x27, 0x5d, + 0x26, 0x47, 0xfa, 0x09, 0xc9, 0x91, 0x79, 0x62, 0x72, 0x64, 0x67, 0x24, 0x47, 0xd4, 0x27, 0x72, + 0x13, 0x7d, 0xa2, 0x0c, 0x85, 0xe1, 0x51, 0x7f, 0xdc, 0x8b, 0xf2, 0x46, 0x7e, 0xd2, 0x84, 0x7e, + 0x6b, 0x30, 0x7c, 0xd8, 0xeb, 0x77, 0xcd, 0xde, 0x50, 0x24, 0x8d, 0x42, 0x41, 0x0e, 0x00, 0x9b, + 0x84, 0xf8, 0x03, 0x5d, 0x91, 0x35, 0xc4, 0x8d, 0xc7, 0x4f, 0x4f, 0x9c, 0xae, 0x3c, 0xd7, 0x29, + 0x12, 0xe8, 0xad, 0x7e, 0x82, 0xfd, 0xa4, 0x19, 0x7f, 0x49, 0x9d, 0xf1, 0xbf, 0x03, 0x8a, 0xf6, + 0xa0, 0xcb, 0xd7, 0x7d, 0x00, 0x4a, 0xd1, 0xa3, 0xaa, 0x18, 0xcd, 0x2b, 0x1b, 0xfc, 0x55, 0x75, + 0x43, 0xbe, 0xaa, 0x6e, 0xf8, 0x12, 0x41, 0x62, 0x30, 0xaa, 0x42, 0x2e, 0x54, 0xa6, 0x73, 0xf9, + 0x9a, 0x2a, 0x9e, 0xb4, 0xc2, 0x64, 0x23, 0xcf, 0x28, 0x8d, 0xbc, 0x7a, 0x1b, 0x56, 0xda, 0xa3, + 0x70, 0x68, 0xf5, 0xc7, 0x14, 0x2a, 0xde, 0x53, 0xaf, 0x42, 0xbe, 0xc7, 0x08, 0xc2, 0x8a, 0xa5, + 0xf8, 0x50, 0x50, 0x94, 0x60, 0x56, 0xbf, 0x11, 0x96, 0xc5, 0xfd, 0x42, 0x2e, 0x7c, 0x31, 0xf9, + 0xaa, 0x1b, 0xbd, 0x62, 0x71, 0x54, 0xe2, 0x71, 0xf7, 0x15, 0x58, 0x54, 0xc9, 0xa8, 0x02, 0x85, + 0x90, 0x25, 0x23, 0x7f, 0x5c, 0x2b, 0x36, 0x4e, 0x10, 0x49, 0xd8, 0xcc, 0x41, 0xe6, 0x51, 0x67, + 0xbf, 0x7a, 0x07, 0xf2, 0xdc, 0x02, 0xea, 0x4b, 0xfc, 0x0e, 0x57, 0x94, 0x2f, 0x6e, 0x08, 0xb2, + 0xa3, 0xe3, 0xfe, 0xae, 0xb8, 0xff, 0xb0, 0xdf, 0x34, 0x75, 0xc5, 0x2b, 0x5c, 0x86, 0x51, 0xc5, + 0x57, 0x75, 0x17, 0x20, 0x1e, 0x7f, 0xd0, 0x6b, 0xb0, 0x1c, 0x0f, 0x40, 0xca, 0xd0, 0xb5, 0x3a, + 0x35, 0x29, 0xb1, 0x03, 0x37, 0x01, 0xa6, 0x4a, 0xf8, 0x61, 0x92, 0x3d, 0x82, 0x7f, 0x55, 0xbf, + 0x05, 0x16, 0x94, 0x3a, 0x42, 0xed, 0x8b, 0x1e, 0x2a, 0x72, 0xe2, 0x4d, 0xe2, 0x0c, 0x0b, 0xf5, + 0x76, 0x67, 0x5f, 0xd4, 0x5e, 0xf1, 0xc5, 0x8f, 0xdc, 0x90, 0xd2, 0xa3, 0x0a, 0x41, 0xbf, 0xd6, + 0x07, 0xb0, 0xa0, 0xbc, 0x37, 0xa1, 0x32, 0x9c, 0x6e, 0x3b, 0x5b, 0x8e, 0x7b, 0xd7, 0x09, 0x36, + 0xdb, 0x96, 0x6d, 0x62, 0x12, 0xf8, 0x3b, 0x2d, 0xac, 0x9d, 0x40, 0x05, 0xc8, 0xdc, 0xb1, 0x36, + 0xb5, 0x14, 0x2a, 0x41, 0x6e, 0x53, 0xbf, 0x87, 0x6d, 0x2d, 0x8d, 0x96, 0x01, 0x18, 0xaa, 0xa5, + 0x1b, 0x5b, 0x9e, 0x96, 0x41, 0x00, 0x79, 0xa3, 0xed, 0xf9, 0x6e, 0x53, 0xcb, 0xd2, 0xdf, 0x5b, + 0xba, 0x63, 0x6d, 0xb9, 0x5a, 0x8e, 0xfe, 0x36, 0x5d, 0x63, 0x0b, 0x13, 0x2d, 0xbf, 0x6e, 0x42, + 0x29, 0x7a, 0x5c, 0x43, 0x67, 0x00, 0x25, 0xd4, 0x49, 0x65, 0x0b, 0x50, 0x30, 0xec, 0xb6, 0xe7, + 0x63, 0xa2, 0xa5, 0xa8, 0xe6, 0xba, 0xb1, 0xa9, 0xa5, 0xa9, 0x66, 0xdb, 0x35, 0x74, 0x5b, 0xcb, + 0xac, 0x6f, 0x01, 0xc4, 0x0f, 0x4b, 0x68, 0x15, 0x56, 0xa4, 0x18, 0x1f, 0x7b, 0xbe, 0x94, 0x52, + 0x84, 0x6c, 0xdb, 0xb1, 0x7c, 0x2d, 0x85, 0xce, 0x43, 0xd9, 0x70, 0x1d, 0x5f, 0xb7, 0x1c, 0x4c, + 0x02, 0xcf, 0x27, 0x6d, 0xc3, 0x6f, 0x13, 0xcc, 0xc0, 0x5a, 0x7a, 0xdd, 0xa5, 0xb3, 0x79, 0xfc, + 0xba, 0x83, 0x9e, 0x83, 0x55, 0x29, 0xce, 0xc4, 0x2d, 0xdb, 0xdd, 0x89, 0xa3, 0x50, 0x84, 0x6c, + 0x03, 0xdb, 0x4d, 0x2d, 0x85, 0x96, 0xa0, 0xb4, 0xc5, 0x7c, 0xb5, 0xee, 0x61, 0x2d, 0x4d, 0x2d, + 0xde, 0x6a, 0x6f, 0x62, 0xc3, 0xa7, 0xd6, 0x59, 0xb0, 0xa0, 0xbc, 0x32, 0xa9, 0x41, 0x15, 0x5e, + 0x49, 0x71, 0x8b, 0x50, 0x6c, 0x5a, 0x8e, 0x45, 0x57, 0x0a, 0x47, 0xb7, 0x30, 0x77, 0xd4, 0xf5, + 0x1b, 0x98, 0x68, 0x99, 0xf5, 0x8f, 0x9e, 0x03, 0x88, 0x4b, 0x33, 0xca, 0x43, 0xda, 0xdd, 0xd2, + 0x4e, 0xa0, 0x32, 0x9c, 0xf2, 0x7c, 0xdd, 0x6f, 0x7b, 0x46, 0x03, 0x1b, 0x5b, 0x81, 0xd7, 0x36, + 0x0c, 0xec, 0x79, 0xda, 0x1f, 0xa7, 0x10, 0x82, 0x25, 0x1e, 0x4a, 0x49, 0xfb, 0x93, 0x14, 0x3a, + 0x05, 0xcb, 0xdc, 0x91, 0x88, 0xf8, 0xa7, 0x29, 0xb4, 0x02, 0x8b, 0x2c, 0x58, 0x92, 0xf4, 0x67, + 0x2c, 0x4c, 0x7c, 0x6d, 0xab, 0xed, 0x35, 0x02, 0x9d, 0xd1, 0x03, 0x13, 0x3b, 0x16, 0x36, 0xb5, + 0x10, 0x9d, 0x83, 0xb3, 0x82, 0x4b, 0xdc, 0x3b, 0xd8, 0xf0, 0x03, 0xc7, 0xf5, 0x83, 0x9a, 0xdb, + 0x76, 0x4c, 0xed, 0x01, 0x7a, 0x1e, 0x2e, 0x71, 0x26, 0xdf, 0xe8, 0xc0, 0xd4, 0x71, 0xd3, 0x75, + 0x18, 0x84, 0xb4, 0x1d, 0xc7, 0x72, 0xea, 0x5a, 0x17, 0x9d, 0x06, 0x8d, 0x83, 0xda, 0x1e, 0x26, + 0x01, 0x26, 0xc4, 0x25, 0xda, 0x1b, 0xb1, 0x56, 0xb1, 0xb4, 0xed, 0xe8, 0xdb, 0xba, 0x65, 0xeb, + 0x9b, 0x36, 0xd6, 0x7a, 0xe8, 0x02, 0x3c, 0x37, 0xc9, 0x6d, 0xfb, 0x0d, 0x97, 0x58, 0xf7, 0xb0, + 0xa9, 0x7d, 0x30, 0x36, 0x4a, 0xb0, 0xbd, 0x1d, 0xcf, 0xc7, 0x4d, 0x2a, 0x5b, 0x7b, 0x88, 0x2e, + 0xc3, 0x85, 0x04, 0x93, 0x5a, 0xd3, 0x74, 0x4d, 0xab, 0x66, 0x61, 0x93, 0x41, 0xf6, 0xd1, 0x15, + 0x58, 0x9b, 0x82, 0x58, 0xcd, 0x96, 0x8d, 0x9b, 0xd8, 0xf1, 0x05, 0xea, 0x00, 0x5d, 0x84, 0xca, + 0x84, 0x77, 0xbe, 0x1e, 0xd8, 0xae, 0xe7, 0x31, 0x7e, 0x7f, 0x8a, 0x5f, 0x73, 0xc9, 0xa6, 0x65, + 0x9a, 0xd8, 0x61, 0xfc, 0xc1, 0x94, 0x13, 0x86, 0xeb, 0xd4, 0x6c, 0xcb, 0xf0, 0x19, 0xfb, 0x10, + 0xad, 0xc1, 0xf9, 0x04, 0x9b, 0x45, 0x46, 0x09, 0xef, 0x9b, 0xa8, 0x0a, 0x17, 0x13, 0x08, 0xcb, + 0xd9, 0xd6, 0x6d, 0xcb, 0x0c, 0x5a, 0x3a, 0xd1, 0xb9, 0xb7, 0xc3, 0x49, 0x23, 0x6a, 0x96, 0x8d, + 0x15, 0x19, 0xa3, 0x29, 0x57, 0x0d, 0xdd, 0x68, 0xe0, 0xa0, 0x46, 0xdc, 0x66, 0xd0, 0x6a, 0xdb, + 0x36, 0x93, 0x32, 0x46, 0x97, 0xe0, 0x5c, 0x02, 0x55, 0xc7, 0x7e, 0x60, 0x5a, 0x75, 0x9a, 0x29, + 0x14, 0x70, 0x14, 0x07, 0x95, 0xe0, 0xba, 0xe5, 0xf9, 0x64, 0x67, 0x12, 0xf2, 0x28, 0x86, 0xc8, + 0xb4, 0xbf, 0x63, 0x6d, 0x06, 0x2d, 0xbb, 0x5d, 0xb7, 0x1c, 0x9e, 0xf9, 0x6f, 0xc5, 0x9b, 0x4e, + 0x59, 0x75, 0xa2, 0x9b, 0x36, 0xa6, 0x87, 0x8d, 0x09, 0xf8, 0x50, 0xbc, 0xab, 0x94, 0xdb, 0xd4, + 0xb7, 0xb1, 0x13, 0x31, 0x8f, 0xd1, 0x3a, 0x5c, 0xb3, 0x1c, 0xcb, 0x8f, 0x76, 0x0c, 0xfb, 0x77, + 0x5d, 0xb2, 0x15, 0xd8, 0x96, 0xe7, 0x5b, 0x4e, 0x3d, 0x88, 0x0e, 0xba, 0xa7, 0x7d, 0x18, 0x6d, + 0xc0, 0xfa, 0x2c, 0xac, 0x0c, 0x5f, 0x5c, 0x14, 0x1c, 0xbd, 0x89, 0xb5, 0x6f, 0x43, 0x37, 0xe0, + 0xe5, 0x59, 0xf8, 0x18, 0x67, 0xba, 0xd8, 0x63, 0x51, 0xc5, 0xaf, 0x5b, 0x9e, 0xaf, 0x7d, 0x3b, + 0xba, 0x04, 0x15, 0xf5, 0x24, 0x5a, 0x4d, 0xbd, 0x8e, 0xe3, 0x78, 0xfe, 0x6a, 0x1a, 0x3d, 0x0f, + 0x17, 0x55, 0x40, 0x2c, 0xca, 0x20, 0x58, 0xa7, 0x16, 0x6b, 0xbf, 0x96, 0x46, 0x55, 0xb8, 0xa0, + 0x82, 0x48, 0xdb, 0x51, 0x80, 0x54, 0xd0, 0xaf, 0xa7, 0xd1, 0x55, 0x58, 0x9b, 0x2d, 0xc8, 0xc7, + 0xa4, 0x69, 0x39, 0xba, 0x8f, 0x4d, 0xed, 0x37, 0xd2, 0xe8, 0x25, 0xb8, 0xa6, 0xc2, 0xf8, 0xc1, + 0xa7, 0xd9, 0x1c, 0x10, 0xd7, 0xb6, 0xdd, 0xb6, 0x1f, 0xb4, 0xb0, 0x63, 0x52, 0xbd, 0xbf, 0xf9, + 0x18, 0x99, 0x04, 0x7b, 0xbe, 0x4e, 0x98, 0x79, 0x9f, 0x4d, 0xa3, 0x0a, 0xac, 0xaa, 0xb0, 0xb6, + 0xd3, 0xc0, 0xba, 0xed, 0x37, 0x76, 0xb4, 0x7f, 0x98, 0x12, 0xe1, 0xb8, 0x26, 0x0e, 0x9a, 0xb8, + 0xe9, 0x92, 0x9d, 0xa0, 0x45, 0xb0, 0xe7, 0xb5, 0x09, 0xd6, 0x7e, 0x34, 0x33, 0x19, 0x06, 0x06, + 0x33, 0x2d, 0x6f, 0x2b, 0x06, 0xfd, 0x58, 0x06, 0xbd, 0x08, 0x57, 0xa6, 0x40, 0x72, 0x0f, 0xd4, + 0xb2, 0xf0, 0xe3, 0x99, 0xc9, 0x88, 0x31, 0x68, 0x8b, 0x9e, 0x08, 0x29, 0xee, 0x23, 0xb3, 0x75, + 0xb6, 0x1d, 0xfa, 0x65, 0xb6, 0xb9, 0xa0, 0x8f, 0x66, 0xd0, 0x65, 0x38, 0x3f, 0x03, 0x44, 0xb0, + 0x6e, 0x34, 0x18, 0xe4, 0x27, 0x32, 0x93, 0x7b, 0xcc, 0xcd, 0xa2, 0x95, 0x0d, 0xeb, 0xe6, 0x8e, + 0xf6, 0x93, 0x53, 0xc6, 0xd4, 0x74, 0xcb, 0xc6, 0x66, 0x20, 0x14, 0xd1, 0x18, 0xfe, 0x54, 0x06, + 0xbd, 0x0f, 0xaa, 0x2a, 0x46, 0x74, 0x0b, 0x1a, 0x72, 0x07, 0x1b, 0xbe, 0xe5, 0xf2, 0x5a, 0xf1, + 0x33, 0x53, 0x56, 0x4b, 0x20, 0x75, 0x6e, 0xcb, 0xb2, 0x6d, 0x6c, 0x6a, 0x3f, 0x3b, 0x15, 0xa9, + 0x48, 0x9a, 0x6d, 0xd1, 0x9d, 0xae, 0x61, 0xdf, 0x68, 0x30, 0x79, 0x3f, 0x97, 0x99, 0xdc, 0x20, + 0x25, 0x21, 0x62, 0xd8, 0xcf, 0x4f, 0xc5, 0xa1, 0xe5, 0x9a, 0x01, 0x3d, 0x0a, 0x96, 0x6e, 0x5b, + 0xf7, 0xa8, 0x0b, 0x7f, 0x90, 0xa1, 0xbd, 0x45, 0x9e, 0x68, 0x5e, 0xbc, 0xdf, 0xc9, 0x4c, 0x76, + 0x22, 0xc1, 0xd7, 0xde, 0xcd, 0xa0, 0x6b, 0x70, 0x79, 0x06, 0x67, 0x62, 0x03, 0xde, 0xcb, 0xa0, + 0x75, 0xb8, 0x3a, 0x3b, 0x07, 0xef, 0xea, 0x16, 0x3b, 0xd1, 0x52, 0xe6, 0xe7, 0x33, 0xe8, 0x22, + 0x3c, 0x37, 0x4b, 0x26, 0xde, 0xc6, 0x8e, 0xaf, 0x7d, 0x35, 0xa3, 0x74, 0x3a, 0xb9, 0xe8, 0x0b, + 0x19, 0xda, 0xe9, 0xbc, 0x1d, 0xc7, 0x88, 0x48, 0x5f, 0xcc, 0xc4, 0x5d, 0x52, 0xd2, 0xbe, 0x94, + 0x41, 0xa7, 0xe1, 0xa4, 0x89, 0xb7, 0xd9, 0xf1, 0x97, 0xd4, 0x2f, 0x33, 0xaa, 0x61, 0x63, 0xdd, + 0x69, 0xb7, 0x22, 0xea, 0x57, 0x98, 0xc8, 0x04, 0xf0, 0x6b, 0x19, 0xf4, 0x1c, 0x9c, 0x9e, 0x68, + 0x54, 0x9c, 0xf5, 0x5f, 0x99, 0xa8, 0xd5, 0x4a, 0xd2, 0x77, 0x66, 0xa9, 0x58, 0x66, 0x13, 0x93, + 0xc2, 0x83, 0xf9, 0x99, 0x2c, 0x5a, 0x83, 0x73, 0xd2, 0x04, 0x5e, 0x5d, 0x31, 0x11, 0x83, 0x91, + 0x89, 0x5b, 0x9e, 0xf6, 0x3b, 0x39, 0x9a, 0x8a, 0x53, 0x08, 0x26, 0x9b, 0x01, 0x7e, 0x37, 0x47, + 0xb7, 0x71, 0x0a, 0x20, 0x42, 0xc2, 0x20, 0x9f, 0xc8, 0xcd, 0xd4, 0x42, 0x3b, 0x92, 0x55, 0xa7, + 0x10, 0xed, 0xf7, 0x72, 0xe8, 0x0a, 0x5c, 0x8a, 0x43, 0xe1, 0xb5, 0x5b, 0x2d, 0x97, 0xd0, 0x66, + 0xb8, 0xfd, 0x4a, 0xd0, 0xd4, 0x1d, 0xab, 0x46, 0xc7, 0xa6, 0xdf, 0xcf, 0x4d, 0x1e, 0x0b, 0xd6, + 0xd4, 0x0d, 0xdd, 0x31, 0x30, 0x4b, 0xd2, 0x8f, 0xe5, 0x27, 0x8f, 0x85, 0x89, 0x75, 0xd3, 0xb6, + 0x1c, 0x1c, 0xe0, 0xd7, 0x0d, 0x8c, 0x4d, 0x6c, 0x6a, 0xbf, 0x90, 0xa7, 0x81, 0xe0, 0x1e, 0xc6, + 0x2b, 0x7f, 0x31, 0x8f, 0x56, 0x41, 0x13, 0x46, 0xc7, 0xe4, 0x5f, 0xca, 0xa3, 0x73, 0x70, 0x66, + 0xa2, 0x85, 0x49, 0xe6, 0x2f, 0xe7, 0x69, 0x91, 0x4a, 0x36, 0x69, 0xa1, 0x4e, 0xfb, 0x95, 0x3c, + 0xba, 0x00, 0x65, 0xe6, 0x0d, 0xab, 0xb9, 0x38, 0xf0, 0xf5, 0x7a, 0x3d, 0x9a, 0x40, 0xbe, 0xa7, + 0x40, 0x3d, 0x61, 0x6c, 0x39, 0x8c, 0x05, 0x2d, 0xbd, 0xed, 0xf1, 0xee, 0xef, 0x12, 0xed, 0x7b, + 0x0b, 0x34, 0x20, 0x49, 0x80, 0x32, 0xd8, 0x08, 0xd4, 0xf7, 0x15, 0x68, 0x76, 0xaa, 0x5a, 0xe4, + 0x04, 0xcd, 0xf9, 0xdf, 0x1f, 0xab, 0x11, 0xfc, 0x68, 0xb8, 0xe4, 0x80, 0x1f, 0x98, 0x02, 0xc8, + 0x8d, 0x15, 0x80, 0x1f, 0x2c, 0xd0, 0xb8, 0x70, 0x00, 0xeb, 0xdd, 0x9c, 0xfc, 0x76, 0x6c, 0x9e, + 0x58, 0x77, 0x57, 0xa7, 0xe7, 0xda, 0x27, 0x96, 0xe2, 0xe5, 0x0f, 0x15, 0x68, 0x61, 0x51, 0x51, + 0xb4, 0xbc, 0xd7, 0x74, 0x43, 0xd5, 0xf0, 0xc3, 0x05, 0xba, 0x67, 0x32, 0xf2, 0x62, 0x56, 0x9d, + 0xa8, 0x50, 0x9f, 0x2b, 0xd0, 0x8a, 0x12, 0xa5, 0xd4, 0x66, 0xbb, 0x1e, 0x34, 0xb0, 0xdd, 0x62, + 0x3d, 0xc3, 0x27, 0x16, 0xde, 0x66, 0x76, 0x69, 0xff, 0x58, 0x40, 0x67, 0x01, 0x45, 0xa2, 0xf8, + 0x09, 0xa2, 0x8c, 0x7f, 0x2a, 0xd0, 0xdd, 0x10, 0x0c, 0x3a, 0x4c, 0x07, 0x7a, 0xab, 0x65, 0xef, + 0x04, 0xb6, 0xbe, 0x89, 0x6d, 0x4f, 0xfb, 0xe7, 0x02, 0x3d, 0x49, 0x2a, 0x5b, 0x0e, 0x8b, 0xda, + 0xbf, 0xa8, 0x2b, 0x1d, 0x37, 0x68, 0x52, 0x37, 0xe9, 0x06, 0xb0, 0x40, 0x6b, 0xff, 0x5a, 0x40, + 0xe7, 0xe1, 0xac, 0xba, 0x72, 0x1b, 0x13, 0x4f, 0x9a, 0xfd, 0x6f, 0x05, 0x9e, 0xf7, 0x31, 0xb7, + 0x69, 0x39, 0x09, 0xc4, 0xbf, 0x17, 0xf8, 0xe9, 0x62, 0x08, 0x59, 0x50, 0x55, 0xc0, 0x5f, 0x16, + 0xf9, 0xc1, 0x48, 0x00, 0xdc, 0x5a, 0x8d, 0xe5, 0x74, 0x93, 0x36, 0x05, 0x8a, 0xfa, 0x8f, 0x82, + 0x82, 0xc2, 0x24, 0x2e, 0x63, 0x35, 0x97, 0xe6, 0xa4, 0x8d, 0x69, 0x24, 0xb5, 0xff, 0x54, 0x7d, + 0xa1, 0x7d, 0x24, 0x3a, 0x59, 0x4c, 0xc8, 0x3b, 0xaa, 0x10, 0xc6, 0x26, 0xb8, 0xe9, 0xfa, 0x38, + 0x89, 0x7a, 0x57, 0x15, 0x42, 0xe7, 0x9f, 0x24, 0xfb, 0x3d, 0x35, 0x20, 0xd2, 0xde, 0x28, 0x9a, + 0x9f, 0x67, 0xf9, 0x1a, 0x71, 0xc5, 0x55, 0x26, 0xe6, 0x7f, 0x21, 0x69, 0x61, 0xcb, 0xd6, 0x0d, + 0x2c, 0xc6, 0x1b, 0xca, 0xfe, 0xa2, 0x9a, 0x2a, 0x3e, 0xd1, 0x1d, 0xaf, 0xe6, 0x92, 0x66, 0xd2, + 0x80, 0x2f, 0xa9, 0x7b, 0xe9, 0x61, 0x9f, 0xef, 0x31, 0x63, 0x7d, 0x59, 0xd5, 0x1e, 0x2d, 0xba, + 0x4b, 0x2c, 0x9f, 0x8b, 0xff, 0x8a, 0x9a, 0x65, 0x2d, 0x9d, 0x78, 0x8a, 0xeb, 0xcc, 0x08, 0x3e, + 0x7a, 0x7f, 0xb5, 0x80, 0x5e, 0x80, 0xe7, 0xd5, 0x5d, 0x15, 0xc9, 0xed, 0xf0, 0x29, 0x2d, 0x1e, + 0x19, 0xbe, 0xc6, 0x6c, 0xe1, 0x65, 0xd8, 0x8b, 0x0b, 0x1e, 0x15, 0xf2, 0xc9, 0x22, 0x3a, 0x03, + 0x2b, 0x8c, 0x65, 0x48, 0x36, 0xa5, 0x7f, 0x2a, 0xa6, 0x5b, 0xcd, 0x7a, 0x3c, 0xd4, 0x7d, 0xba, + 0xb8, 0xfe, 0xf1, 0x12, 0x2c, 0x27, 0x2f, 0xf1, 0xf4, 0xf6, 0xe6, 0x58, 0xb6, 0x76, 0x82, 0xde, + 0x72, 0x74, 0x93, 0x56, 0xec, 0x9a, 0xde, 0xb6, 0x69, 0x89, 0x6d, 0xb9, 0xda, 0x1e, 0xbd, 0xea, + 0xca, 0x2a, 0xa8, 0xd0, 0x43, 0x3a, 0x95, 0x4f, 0xd3, 0x83, 0xba, 0xed, 0x6e, 0xea, 0xb6, 0x30, + 0x52, 0x7b, 0x40, 0x6f, 0x08, 0x75, 0xc3, 0x76, 0xdb, 0x51, 0x71, 0xa3, 0x97, 0x20, 0xc1, 0xa6, + 0xc3, 0x4e, 0x97, 0x5e, 0x5a, 0x67, 0xb3, 0xde, 0xa0, 0xf7, 0x4f, 0xae, 0x42, 0x88, 0x10, 0xf7, + 0x37, 0xad, 0x17, 0x73, 0xc4, 0x52, 0x79, 0x55, 0xfb, 0x20, 0x35, 0xb7, 0x66, 0xbd, 0xce, 0x63, + 0xc1, 0xab, 0x2a, 0xbf, 0x52, 0x9d, 0x01, 0x24, 0xb0, 0xf2, 0x12, 0xe0, 0x93, 0x1d, 0x6d, 0x9f, + 0x5e, 0x50, 0x28, 0x5e, 0xb9, 0x53, 0x44, 0xe5, 0x45, 0x38, 0x71, 0x20, 0x31, 0xde, 0x96, 0x5e, + 0xab, 0xb9, 0xb6, 0x19, 0xf5, 0x9c, 0xe8, 0xba, 0xa2, 0xf5, 0xa9, 0xa3, 0x14, 0xa3, 0x5c, 0x18, + 0xa4, 0x27, 0x3a, 0x3b, 0x37, 0x03, 0x74, 0x15, 0x2e, 0x53, 0xc4, 0xdc, 0x09, 0x9d, 0x4d, 0xf2, + 0x87, 0xf4, 0x96, 0x90, 0x70, 0x6d, 0x1a, 0x28, 0x9d, 0x7d, 0x93, 0xe6, 0xb9, 0x98, 0x3d, 0xa6, + 0x4a, 0x1e, 0xbd, 0x3e, 0x57, 0x60, 0x95, 0xb3, 0xa3, 0xea, 0xcf, 0xbb, 0x9a, 0xb8, 0x45, 0x5b, + 0x8e, 0xe7, 0xeb, 0xb6, 0xcd, 0xd2, 0x8f, 0xde, 0xa2, 0x57, 0x60, 0xb1, 0xdd, 0xa2, 0x57, 0x1a, + 0xcc, 0x49, 0x7f, 0x9e, 0x42, 0x37, 0xe0, 0xa5, 0x59, 0x9e, 0xf3, 0xea, 0x27, 0xe3, 0xe4, 0x6e, + 0x63, 0x42, 0x2c, 0x13, 0x7b, 0xda, 0x27, 0xd9, 0x95, 0x5d, 0x15, 0x72, 0xeb, 0xa6, 0xf6, 0xa9, + 0x14, 0xda, 0x80, 0x17, 0xe7, 0x8a, 0x91, 0x79, 0xaf, 0x37, 0xb1, 0xd7, 0xd2, 0x0d, 0xac, 0x7d, + 0x3a, 0x45, 0x7b, 0xab, 0x34, 0x4e, 0x3e, 0x4e, 0xfc, 0x6d, 0x8a, 0x1e, 0x83, 0xc9, 0x49, 0xcb, + 0x76, 0xeb, 0x1e, 0xbd, 0x86, 0x44, 0x9e, 0xd2, 0x92, 0x63, 0x39, 0xf4, 0xfa, 0xdf, 0x22, 0xee, + 0x26, 0xa6, 0xd7, 0x8f, 0x88, 0x17, 0x2f, 0x63, 0x07, 0x91, 0xde, 0x39, 0x2e, 0xc3, 0x79, 0xdd, + 0x34, 0xe9, 0xe4, 0x3d, 0x77, 0xfe, 0xbf, 0x04, 0x95, 0x04, 0x64, 0x6a, 0xf6, 0xbf, 0x0a, 0x6b, + 0x09, 0xc0, 0x9c, 0xb9, 0xff, 0x22, 0x3c, 0x97, 0x80, 0x4d, 0xce, 0xfc, 0x93, 0x7a, 0xa6, 0xe6, + 0xfd, 0x0b, 0x50, 0x9e, 0x00, 0x24, 0x66, 0xfd, 0x73, 0x70, 0x26, 0x69, 0x86, 0x3a, 0xe7, 0x2b, + 0xca, 0x67, 0xce, 0xf8, 0x51, 0x8c, 0x1a, 0xae, 0xe7, 0xab, 0x59, 0xf4, 0xd3, 0x6c, 0x34, 0x65, + 0x57, 0xaa, 0x28, 0x8b, 0xe8, 0x8c, 0xbc, 0x0a, 0x5a, 0xdb, 0x61, 0xc3, 0x46, 0x4c, 0x7e, 0x8f, + 0x0d, 0x9d, 0xf4, 0x0a, 0x28, 0x52, 0x97, 0x16, 0x1e, 0xed, 0xe3, 0x59, 0x36, 0x4e, 0x61, 0x6a, + 0x8d, 0x43, 0xa7, 0x8a, 0x9a, 0xad, 0xd7, 0xa3, 0xee, 0x53, 0xd3, 0x6d, 0x0f, 0x6b, 0x7f, 0x9d, + 0x45, 0x27, 0x01, 0xdc, 0x16, 0x76, 0x02, 0xcb, 0xf3, 0xda, 0x58, 0xfb, 0xee, 0xc2, 0xcd, 0xdf, + 0xca, 0xc1, 0x49, 0x4f, 0xfc, 0x7d, 0xae, 0x17, 0x0e, 0x1f, 0xf5, 0x76, 0x43, 0x64, 0x40, 0xb1, + 0x1e, 0xca, 0xbf, 0xdf, 0x99, 0x7a, 0x11, 0xc6, 0x07, 0x87, 0xe3, 0xe3, 0x4a, 0xe2, 0x2f, 0x68, + 0xab, 0x2b, 0xdf, 0xf5, 0x17, 0x9f, 0xfd, 0x48, 0x7a, 0x01, 0x95, 0xae, 0x3f, 0x7a, 0xe5, 0x3a, + 0x7b, 0x70, 0x45, 0x75, 0x28, 0xb2, 0xf7, 0x60, 0x7b, 0xd0, 0x45, 0xf2, 0x3f, 0x6b, 0xe5, 0xd3, + 0x73, 0x65, 0x92, 0x50, 0x5d, 0x65, 0x02, 0x4e, 0xa2, 0x25, 0x2a, 0x80, 0xff, 0x5f, 0xfb, 0xfe, + 0xa0, 0xfb, 0x42, 0xea, 0x46, 0x0a, 0xd5, 0x21, 0xcf, 0x04, 0x8d, 0xe6, 0xda, 0x32, 0x25, 0x0d, + 0x31, 0x69, 0x8b, 0x08, 0x22, 0x69, 0xa3, 0x1b, 0x29, 0xf4, 0x3a, 0x14, 0xf0, 0x87, 0xc2, 0xdd, + 0xa3, 0x71, 0x88, 0xca, 0x62, 0xc5, 0xd4, 0x5b, 0x74, 0x65, 0x8e, 0x8e, 0xea, 0x39, 0x26, 0x72, + 0xb5, 0xba, 0xc0, 0x44, 0x72, 0x31, 0xb7, 0xc5, 0xcb, 0x34, 0xea, 0x40, 0x49, 0x3f, 0x1a, 0x0f, + 0xd8, 0xc3, 0x25, 0x5a, 0x4d, 0xbe, 0x42, 0x3f, 0x49, 0xf0, 0x55, 0x26, 0xf8, 0x52, 0xe5, 0x0c, + 0x15, 0xcc, 0x1e, 0x96, 0xaf, 0x77, 0x8e, 0xc6, 0x83, 0x40, 0xea, 0xe0, 0xef, 0xd7, 0x28, 0x80, + 0x22, 0x55, 0xe1, 0x1d, 0xf7, 0x77, 0x9f, 0x55, 0xc3, 0x15, 0xa6, 0xe1, 0x62, 0x65, 0x95, 0x6d, + 0xce, 0x71, 0x7f, 0x77, 0xa6, 0x82, 0x5d, 0x00, 0xaa, 0x80, 0xbf, 0x74, 0x3e, 0xab, 0x8a, 0x6b, + 0x4c, 0xc5, 0x5a, 0xe5, 0x2c, 0x55, 0xc1, 0x9f, 0xbc, 0x67, 0x2a, 0xb1, 0x21, 0xdf, 0xe8, 0xf4, + 0xf7, 0xf6, 0x43, 0x94, 0xf8, 0x3f, 0x83, 0xb9, 0x72, 0xcf, 0x33, 0xb9, 0x67, 0xaa, 0x2b, 0xf1, + 0x46, 0x5e, 0x7f, 0x83, 0x09, 0xb8, 0x9d, 0x5a, 0xbf, 0x9f, 0x67, 0xe8, 0x5b, 0xff, 0x1d, 0x00, + 0x00, 0xff, 0xff, 0x17, 0xc6, 0x5c, 0x6c, 0x61, 0x2e, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/proto/skaffold.proto b/proto/skaffold.proto index 9c6fe3c0a45..882d39881e8 100644 --- a/proto/skaffold.proto +++ b/proto/skaffold.proto @@ -681,6 +681,15 @@ enum StatusCode { DEPLOY_PARSE_MANIFEST_IMAGES_ERR = 1021; // Helm config `createNamespace` not available DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE = 1022; + + // Test errors + + // Error expanding paths + TEST_USER_CONFIG_ERR = 1101; + // Error running container-structure-test + TEST_CST_USER_ERR = 1102; + // Unable to docker pull image + TEST_IMG_PULL_ERR = 1103; } // Enum for Suggestion codes