enums

package
v2.11.1 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BuilderType_name = map[int32]string{
		0: "UNKNOWN_BUILDER_TYPE",
		1: "JIB",
		2: "BAZEL",
		3: "BUILDPACKS",
		4: "CUSTOM",
		5: "KANIKO",
		6: "DOCKER",
		7: "KO",
	}
	BuilderType_value = map[string]int32{
		"UNKNOWN_BUILDER_TYPE": 0,
		"JIB":                  1,
		"BAZEL":                2,
		"BUILDPACKS":           3,
		"CUSTOM":               4,
		"KANIKO":               5,
		"DOCKER":               6,
		"KO":                   7,
	}
)

Enum value maps for BuilderType.

View Source
var (
	BuildType_name = map[int32]string{
		0: "UNKNOWN_BUILD_TYPE",
		1: "CLUSTER",
		2: "GCB",
		3: "LOCAL",
	}
	BuildType_value = map[string]int32{
		"UNKNOWN_BUILD_TYPE": 0,
		"CLUSTER":            1,
		"GCB":                2,
		"LOCAL":              3,
	}
)

Enum value maps for BuildType.

View Source
var (
	TesterType_name = map[int32]string{
		0: "UNKNOWN_TEST_TYPE",
		1: "UNIT",
		2: "CONTAINER_STRUCTURE_TEST",
	}
	TesterType_value = map[string]int32{
		"UNKNOWN_TEST_TYPE":        0,
		"UNIT":                     1,
		"CONTAINER_STRUCTURE_TEST": 2,
	}
)

Enum value maps for TesterType.

View Source
var (
	RenderType_name = map[int32]string{
		0: "UNKNOWN_RENDER_TYPE",
		1: "RAWK8S",
		2: "KUSTOMIZE_MANIFEST",
		3: "HELM_CHART",
		4: "KPT_MANIFEST",
	}
	RenderType_value = map[string]int32{
		"UNKNOWN_RENDER_TYPE": 0,
		"RAWK8S":              1,
		"KUSTOMIZE_MANIFEST":  2,
		"HELM_CHART":          3,
		"KPT_MANIFEST":        4,
	}
)

Enum value maps for RenderType.

View Source
var (
	DeployerType_name = map[int32]string{
		0: "UNKNOWN_DEPLOYER_TYPE",
		1: "HELM",
		2: "KUSTOMIZE",
		3: "KUBECTL",
		4: "KPT",
	}
	DeployerType_value = map[string]int32{
		"UNKNOWN_DEPLOYER_TYPE": 0,
		"HELM":                  1,
		"KUSTOMIZE":             2,
		"KUBECTL":               3,
		"KPT":                   4,
	}
)

Enum value maps for DeployerType.

View Source
var (
	ClusterType_name = map[int32]string{
		0: "UNKNOWN_CLUSTER_TYPE",
		1: "MINIKUBE",
		2: "GKE",
		3: "OTHER",
	}
	ClusterType_value = map[string]int32{
		"UNKNOWN_CLUSTER_TYPE": 0,
		"MINIKUBE":             1,
		"GKE":                  2,
		"OTHER":                3,
	}
)

Enum value maps for ClusterType.

View Source
var (
	LogLevel_name = map[int32]string{
		0: "DEBUG",
		1: "INFO",
		2: "WARN",
		3: "ERROR",
		4: "FATAL",
		5: "PANIC",
		6: "TRACE",
		7: "STANDARD",
	}
	LogLevel_value = map[string]int32{
		"DEBUG":    0,
		"INFO":     1,
		"WARN":     2,
		"ERROR":    3,
		"FATAL":    4,
		"PANIC":    5,
		"TRACE":    6,
		"STANDARD": 7,
	}
)

Enum value maps for LogLevel.

View Source
var (
	StatusCode_name = map[int32]string{}/* 206 elements not displayed */

	StatusCode_value = map[string]int32{}/* 206 elements not displayed */

)

Enum value maps for StatusCode.

View Source
var (
	SuggestionCode_name = map[int32]string{
		0:    "NIL",
		100:  "ADD_DEFAULT_REPO",
		101:  "CHECK_DEFAULT_REPO",
		102:  "CHECK_DEFAULT_REPO_GLOBAL_CONFIG",
		103:  "GCLOUD_DOCKER_AUTH_CONFIGURE",
		104:  "DOCKER_AUTH_CONFIGURE",
		105:  "CHECK_GCLOUD_PROJECT",
		106:  "CHECK_DOCKER_RUNNING",
		107:  "FIX_USER_BUILD_ERR",
		108:  "DOCKER_BUILD_RETRY",
		109:  "FIX_CACHE_FROM_ARTIFACT_CONFIG",
		110:  "FIX_SKAFFOLD_CONFIG_DOCKERFILE",
		111:  "FIX_JIB_PLUGIN_CONFIGURATION",
		112:  "FIX_DOCKER_NETWORK_CONTAINER_NAME",
		113:  "CHECK_DOCKER_NETWORK_CONTAINER_RUNNING",
		114:  "FIX_DOCKER_NETWORK_MODE_WHEN_EXTRACTING_CONTAINER_NAME",
		115:  "RUN_DOCKER_PRUNE",
		116:  "SET_CLEANUP_FLAG",
		117:  "BUILD_FIX_UNKNOWN_PLATFORM_FLAG",
		118:  "BUILD_INSTALL_PLATFORM_EMULATORS",
		119:  "SET_PUSH_AND_CONTAINER_REGISTRY",
		201:  "CHECK_CLUSTER_CONNECTION",
		202:  "CHECK_MINIKUBE_STATUS",
		203:  "INSTALL_HELM",
		204:  "UPGRADE_HELM",
		205:  "FIX_SKAFFOLD_CONFIG_HELM_ARTIFACT_OVERRIDES",
		206:  "UPGRADE_HELM32",
		207:  "FIX_SKAFFOLD_CONFIG_HELM_CREATE_NAMESPACE",
		208:  "INVALID_KPT_MANIFESTS",
		209:  "ALIGN_KPT_INVENTORY",
		220:  "INSTALL_KUBECTL",
		230:  "SPECIFY_CLOUD_RUN_LOCATION",
		301:  "CHECK_CONTAINER_LOGS",
		302:  "CHECK_READINESS_PROBE",
		303:  "CHECK_CONTAINER_IMAGE",
		400:  "ADDRESS_NODE_MEMORY_PRESSURE",
		401:  "ADDRESS_NODE_DISK_PRESSURE",
		402:  "ADDRESS_NODE_NETWORK_UNAVAILABLE",
		403:  "ADDRESS_NODE_PID_PRESSURE",
		404:  "ADDRESS_NODE_UNSCHEDULABLE",
		405:  "ADDRESS_NODE_UNREACHABLE",
		406:  "ADDRESS_NODE_NOT_READY",
		407:  "ADDRESS_FAILED_SCHEDULING",
		408:  "CHECK_HOST_CONNECTION",
		501:  "START_MINIKUBE",
		502:  "UNPAUSE_MINIKUBE",
		551:  "RUN_DOCKER_PULL",
		600:  "SET_RENDER_FLAG_OFFLINE_FALSE",
		601:  "KPTFILE_MANUAL_INIT",
		602:  "KPTFILE_CHECK_YAML",
		603:  "REMOVE_NAMESPACE_FROM_MANIFESTS",
		700:  "CONFIG_CHECK_FILE_PATH",
		701:  "CONFIG_CHECK_DEPENDENCY_DEFINITION",
		702:  "CONFIG_CHANGE_NAMES",
		703:  "CONFIG_CHECK_FILTER",
		704:  "CONFIG_CHECK_PROFILE_DEFINITION",
		705:  "CONFIG_CHECK_DEPENDENCY_PROFILES_SELECTION",
		706:  "CONFIG_CHECK_PROFILE_SELECTION",
		707:  "CONFIG_FIX_API_VERSION",
		708:  "CONFIG_ALLOWLIST_VALIDATORS",
		709:  "CONFIG_ALLOWLIST_transformers",
		710:  "CONFIG_FIX_MISSING_MANIFEST_FILE",
		711:  "CONFIG_ENABLE_REMOTE_REPO_SYNC",
		712:  "CONFIG_FIX_SKAFFOLD_CONFIG_VERSION",
		800:  "INSPECT_USE_MODIFY_OR_NEW_PROFILE",
		801:  "INSPECT_USE_ADD_BUILD_ENV",
		802:  "INSPECT_CHECK_INPUT_PROFILE",
		900:  "OPEN_ISSUE",
		1000: "CHECK_CUSTOM_COMMAND",
		1001: "FIX_CUSTOM_COMMAND_TIMEOUT",
		1002: "CHECK_CUSTOM_COMMAND_DEPENDENCIES_CMD",
		1003: "CHECK_CUSTOM_COMMAND_DEPENDENCIES_PATHS",
		1004: "CHECK_TEST_COMMAND_AND_IMAGE_NAME",
	}
	SuggestionCode_value = map[string]int32{
		"NIL":                                                    0,
		"ADD_DEFAULT_REPO":                                       100,
		"CHECK_DEFAULT_REPO":                                     101,
		"CHECK_DEFAULT_REPO_GLOBAL_CONFIG":                       102,
		"GCLOUD_DOCKER_AUTH_CONFIGURE":                           103,
		"DOCKER_AUTH_CONFIGURE":                                  104,
		"CHECK_GCLOUD_PROJECT":                                   105,
		"CHECK_DOCKER_RUNNING":                                   106,
		"FIX_USER_BUILD_ERR":                                     107,
		"DOCKER_BUILD_RETRY":                                     108,
		"FIX_CACHE_FROM_ARTIFACT_CONFIG":                         109,
		"FIX_SKAFFOLD_CONFIG_DOCKERFILE":                         110,
		"FIX_JIB_PLUGIN_CONFIGURATION":                           111,
		"FIX_DOCKER_NETWORK_CONTAINER_NAME":                      112,
		"CHECK_DOCKER_NETWORK_CONTAINER_RUNNING":                 113,
		"FIX_DOCKER_NETWORK_MODE_WHEN_EXTRACTING_CONTAINER_NAME": 114,
		"RUN_DOCKER_PRUNE":                                       115,
		"SET_CLEANUP_FLAG":                                       116,
		"BUILD_FIX_UNKNOWN_PLATFORM_FLAG":                        117,
		"BUILD_INSTALL_PLATFORM_EMULATORS":                       118,
		"SET_PUSH_AND_CONTAINER_REGISTRY":                        119,
		"CHECK_CLUSTER_CONNECTION":                               201,
		"CHECK_MINIKUBE_STATUS":                                  202,
		"INSTALL_HELM":                                           203,
		"UPGRADE_HELM":                                           204,
		"FIX_SKAFFOLD_CONFIG_HELM_ARTIFACT_OVERRIDES":            205,
		"UPGRADE_HELM32":                                         206,
		"FIX_SKAFFOLD_CONFIG_HELM_CREATE_NAMESPACE":              207,
		"INVALID_KPT_MANIFESTS":                                  208,
		"ALIGN_KPT_INVENTORY":                                    209,
		"INSTALL_KUBECTL":                                        220,
		"SPECIFY_CLOUD_RUN_LOCATION":                             230,
		"CHECK_CONTAINER_LOGS":                                   301,
		"CHECK_READINESS_PROBE":                                  302,
		"CHECK_CONTAINER_IMAGE":                                  303,
		"ADDRESS_NODE_MEMORY_PRESSURE":                           400,
		"ADDRESS_NODE_DISK_PRESSURE":                             401,
		"ADDRESS_NODE_NETWORK_UNAVAILABLE":                       402,
		"ADDRESS_NODE_PID_PRESSURE":                              403,
		"ADDRESS_NODE_UNSCHEDULABLE":                             404,
		"ADDRESS_NODE_UNREACHABLE":                               405,
		"ADDRESS_NODE_NOT_READY":                                 406,
		"ADDRESS_FAILED_SCHEDULING":                              407,
		"CHECK_HOST_CONNECTION":                                  408,
		"START_MINIKUBE":                                         501,
		"UNPAUSE_MINIKUBE":                                       502,
		"RUN_DOCKER_PULL":                                        551,
		"SET_RENDER_FLAG_OFFLINE_FALSE":                          600,
		"KPTFILE_MANUAL_INIT":                                    601,
		"KPTFILE_CHECK_YAML":                                     602,
		"REMOVE_NAMESPACE_FROM_MANIFESTS":                        603,
		"CONFIG_CHECK_FILE_PATH":                                 700,
		"CONFIG_CHECK_DEPENDENCY_DEFINITION":                     701,
		"CONFIG_CHANGE_NAMES":                                    702,
		"CONFIG_CHECK_FILTER":                                    703,
		"CONFIG_CHECK_PROFILE_DEFINITION":                        704,
		"CONFIG_CHECK_DEPENDENCY_PROFILES_SELECTION":             705,
		"CONFIG_CHECK_PROFILE_SELECTION":                         706,
		"CONFIG_FIX_API_VERSION":                                 707,
		"CONFIG_ALLOWLIST_VALIDATORS":                            708,
		"CONFIG_ALLOWLIST_transformers":                          709,
		"CONFIG_FIX_MISSING_MANIFEST_FILE":                       710,
		"CONFIG_ENABLE_REMOTE_REPO_SYNC":                         711,
		"CONFIG_FIX_SKAFFOLD_CONFIG_VERSION":                     712,
		"INSPECT_USE_MODIFY_OR_NEW_PROFILE":                      800,
		"INSPECT_USE_ADD_BUILD_ENV":                              801,
		"INSPECT_CHECK_INPUT_PROFILE":                            802,
		"OPEN_ISSUE":                                             900,
		"CHECK_CUSTOM_COMMAND":                                   1000,
		"FIX_CUSTOM_COMMAND_TIMEOUT":                             1001,
		"CHECK_CUSTOM_COMMAND_DEPENDENCIES_CMD":                  1002,
		"CHECK_CUSTOM_COMMAND_DEPENDENCIES_PATHS":                1003,
		"CHECK_TEST_COMMAND_AND_IMAGE_NAME":                      1004,
	}
)

Enum value maps for SuggestionCode.

View Source
var File_enums_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BuildType

type BuildType int32

Enum indicating build type i.e. local, cluster vs GCB

const (
	// Could not determine Build Type
	BuildType_UNKNOWN_BUILD_TYPE BuildType = 0
	// Cluster Build
	BuildType_CLUSTER BuildType = 1
	// GCB Build
	BuildType_GCB BuildType = 2
	// Local Build
	BuildType_LOCAL BuildType = 3
)

func (BuildType) Descriptor

func (BuildType) Descriptor() protoreflect.EnumDescriptor

func (BuildType) Enum

func (x BuildType) Enum() *BuildType

func (BuildType) EnumDescriptor deprecated

func (BuildType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BuildType.Descriptor instead.

func (BuildType) Number

func (x BuildType) Number() protoreflect.EnumNumber

func (BuildType) String

func (x BuildType) String() string

func (BuildType) Type

type BuilderType

type BuilderType int32

Enum indicating builders used

const (
	// Could not determine builder type
	BuilderType_UNKNOWN_BUILDER_TYPE BuilderType = 0
	// JIB Builder
	BuilderType_JIB BuilderType = 1
	// Bazel Builder
	BuilderType_BAZEL BuilderType = 2
	// Buildpacks Builder
	BuilderType_BUILDPACKS BuilderType = 3
	// Custom Builder
	BuilderType_CUSTOM BuilderType = 4
	// Kaniko Builder
	BuilderType_KANIKO BuilderType = 5
	// Docker Builder
	BuilderType_DOCKER BuilderType = 6
	// Ko Builder
	BuilderType_KO BuilderType = 7
)

func (BuilderType) Descriptor

func (BuilderType) Enum

func (x BuilderType) Enum() *BuilderType

func (BuilderType) EnumDescriptor deprecated

func (BuilderType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BuilderType.Descriptor instead.

func (BuilderType) Number

func (x BuilderType) Number() protoreflect.EnumNumber

func (BuilderType) String

func (x BuilderType) String() string

func (BuilderType) Type

type ClusterType

type ClusterType int32

Enum indicating cluster type the application is deployed to

const (
	// Could not determine Cluster Type
	ClusterType_UNKNOWN_CLUSTER_TYPE ClusterType = 0
	// Minikube Cluster
	ClusterType_MINIKUBE ClusterType = 1
	// GKE cluster
	ClusterType_GKE ClusterType = 2
	// All Cluster except Minikube and GKE
	ClusterType_OTHER ClusterType = 3
)

func (ClusterType) Descriptor

func (ClusterType) Enum

func (x ClusterType) Enum() *ClusterType

func (ClusterType) EnumDescriptor deprecated

func (ClusterType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClusterType.Descriptor instead.

func (ClusterType) Number

func (x ClusterType) Number() protoreflect.EnumNumber

func (ClusterType) String

func (x ClusterType) String() string

func (ClusterType) Type

type DeployerType

type DeployerType int32

Enum indicating deploy tools used

const (
	// Could not determine Deployer Type
	DeployerType_UNKNOWN_DEPLOYER_TYPE DeployerType = 0
	// Helm Deployer
	DeployerType_HELM DeployerType = 1
	// Kustomize Deployer
	//
	// Deprecated: Do not use.
	DeployerType_KUSTOMIZE DeployerType = 2
	// Kubectl Deployer
	DeployerType_KUBECTL DeployerType = 3
	// kpt Deployer
	DeployerType_KPT DeployerType = 4
)

func (DeployerType) Descriptor

func (DeployerType) Enum

func (x DeployerType) Enum() *DeployerType

func (DeployerType) EnumDescriptor deprecated

func (DeployerType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeployerType.Descriptor instead.

func (DeployerType) Number

func (DeployerType) String

func (x DeployerType) String() string

func (DeployerType) Type

type LogLevel

type LogLevel int32

Enum indicating the log level of a line of output

const (
	// Debug Level
	LogLevel_DEBUG LogLevel = 0
	// Info Level
	LogLevel_INFO LogLevel = 1
	// Warn Level
	LogLevel_WARN LogLevel = 2
	// Error Level
	LogLevel_ERROR LogLevel = 3
	// Fatal Level
	LogLevel_FATAL LogLevel = 4
	// Panic Level
	LogLevel_PANIC LogLevel = 5
	// Trace Level
	LogLevel_TRACE LogLevel = 6
	// User-visible output level
	LogLevel_STANDARD LogLevel = 7
)

func (LogLevel) Descriptor

func (LogLevel) Descriptor() protoreflect.EnumDescriptor

func (LogLevel) Enum

func (x LogLevel) Enum() *LogLevel

func (LogLevel) EnumDescriptor deprecated

func (LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use LogLevel.Descriptor instead.

func (LogLevel) Number

func (x LogLevel) Number() protoreflect.EnumNumber

func (LogLevel) String

func (x LogLevel) String() string

func (LogLevel) Type

type RenderType

type RenderType int32

Enum indicating render manifests type

const (
	// Could not determine Render Type
	RenderType_UNKNOWN_RENDER_TYPE RenderType = 0
	// Raw Manifests
	RenderType_RAWK8S RenderType = 1
	// kustomize manifests
	RenderType_KUSTOMIZE_MANIFEST RenderType = 2
	// helm charts
	RenderType_HELM_CHART RenderType = 3
	// kpt manifests
	RenderType_KPT_MANIFEST RenderType = 4
)

func (RenderType) Descriptor

func (RenderType) Descriptor() protoreflect.EnumDescriptor

func (RenderType) Enum

func (x RenderType) Enum() *RenderType

func (RenderType) EnumDescriptor deprecated

func (RenderType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RenderType.Descriptor instead.

func (RenderType) Number

func (x RenderType) Number() protoreflect.EnumNumber

func (RenderType) String

func (x RenderType) String() string

func (RenderType) Type

type StatusCode

type StatusCode int32

Enum for Status codes<br> These error codes are prepended by Phase Name e.g. INIT, BUILD, TEST, DEPLOY, STATUSCHECK, DEVINIT<br> For Success Error codes, use range 200 to 250.<br> For Unknown error codes, use range 500 to 600.<br> For Cancelled Error code, use range 800 to 850.<br>

const (
	// A default status code for events that do not have an associated phase.
	// Typically seen with the DevEndEvent event on success.
	StatusCode_OK StatusCode = 0
	// Status Check Success
	StatusCode_STATUSCHECK_SUCCESS StatusCode = 200
	// Build Success
	StatusCode_BUILD_SUCCESS StatusCode = 201
	// Render Success
	StatusCode_RENDER_SUCCESS StatusCode = 204
	// Deploy Success
	StatusCode_DEPLOY_SUCCESS StatusCode = 202
	// Test Success
	StatusCode_TEST_SUCCESS StatusCode = 203
	// Build error due to push access denied
	StatusCode_BUILD_PUSH_ACCESS_DENIED StatusCode = 101
	// Build error due to GCP project not found.
	StatusCode_BUILD_PROJECT_NOT_FOUND StatusCode = 102
	// Docker build error due to docker daemon not running
	StatusCode_BUILD_DOCKER_DAEMON_NOT_RUNNING StatusCode = 103
	// Build error due to user application code, e.g. compilation error,
	// dockerfile error etc
	StatusCode_BUILD_USER_ERROR StatusCode = 104
	// Build error due to docker not available
	StatusCode_BUILD_DOCKER_UNAVAILABLE StatusCode = 105
	// Docker build error due to user not authorized to perform the action
	StatusCode_BUILD_DOCKER_UNAUTHORIZED StatusCode = 106
	// Docker system build error
	StatusCode_BUILD_DOCKER_SYSTEM_ERR StatusCode = 107
	// Docker build error due to Docker build container is already in the
	// desired state
	StatusCode_BUILD_DOCKER_NOT_MODIFIED_ERR StatusCode = 108
	// Docker build error indicating a feature not supported
	StatusCode_BUILD_DOCKER_NOT_IMPLEMENTED_ERR StatusCode = 109
	// Docker build error indicates that for given build, data was lost or there
	// is data corruption
	StatusCode_BUILD_DOCKER_DATA_LOSS_ERR StatusCode = 110
	// Docker build error indicates user is forbidden to perform the build or
	// step/action.
	StatusCode_BUILD_DOCKER_FORBIDDEN_ERR StatusCode = 111
	// Docker build error due to some internal error and docker container state
	// conflicts with the requested action and can't be performed
	StatusCode_BUILD_DOCKER_CONFLICT_ERR StatusCode = 112
	// Docker build error indicates the requested object does not exist
	StatusCode_BUILD_DOCKER_ERROR_NOT_FOUND StatusCode = 113
	// Docker build error indication invalid parameter sent to docker command
	StatusCode_BUILD_DOCKER_INVALID_PARAM_ERR StatusCode = 114
	// Docker build failed due to dockerfile not found
	StatusCode_BUILD_DOCKERFILE_NOT_FOUND StatusCode = 115
	// Docker build failed due `cacheFrom` user config error
	StatusCode_BUILD_DOCKER_CACHE_FROM_PULL_ERR StatusCode = 116
	// Build error due to digest for built artifact could not be retrieved from
	// docker daemon.
	StatusCode_BUILD_DOCKER_GET_DIGEST_ERR StatusCode = 117
	// Build error due no space left in docker.
	StatusCode_BUILD_DOCKER_NO_SPACE_ERR StatusCode = 127
	// Build error due to digest for built artifact could not be retrieved from
	// registry.
	StatusCode_BUILD_REGISTRY_GET_DIGEST_ERR StatusCode = 118
	// Build error indicating unknown Jib plugin type. Should be one of [maven,
	// gradle]
	StatusCode_BUILD_UNKNOWN_JIB_PLUGIN_TYPE StatusCode = 119
	// Build error determining dependency for jib gradle project.
	StatusCode_BUILD_JIB_GRADLE_DEP_ERR StatusCode = 120
	// Build error determining dependency for jib gradle project.
	StatusCode_BUILD_JIB_MAVEN_DEP_ERR StatusCode = 121
	// Docker build error when listing containers.
	StatusCode_INIT_DOCKER_NETWORK_LISTING_CONTAINERS StatusCode = 122
	// Docker build error indicating an invalid container name (or id).
	StatusCode_INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME StatusCode = 123
	// Docker build error indicating the container referenced does not exists in
	// the docker context used.
	StatusCode_INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST StatusCode = 124
	// Docker Network invalid mode
	StatusCode_INIT_DOCKER_NETWORK_INVALID_MODE StatusCode = 125
	// Error parsing Docker Network mode
	StatusCode_INIT_DOCKER_NETWORK_PARSE_ERR StatusCode = 126
	// GCB Create Build Error
	StatusCode_BUILD_GCB_CREATE_BUILD_ERR StatusCode = 128
	// GCB error indicating an error to fetch build id.
	StatusCode_BUILD_GCB_GET_BUILD_ID_ERR StatusCode = 129
	// GCB error indicating an error to fetch build status.
	StatusCode_BUILD_GCB_GET_BUILD_STATUS_ERR StatusCode = 130
	// GCB error indicating an error to fetch build logs.
	StatusCode_BUILD_GCB_GET_BUILD_LOG_ERR StatusCode = 131
	// GCB error indicating an error to fetch build status.
	StatusCode_BUILD_GCB_COPY_BUILD_LOG_ERR StatusCode = 132
	// GCB error indicating an error retrieving the built image id.
	StatusCode_BUILD_GCB_GET_BUILT_IMAGE_ERR StatusCode = 133
	// GCB error indicating build failure.
	StatusCode_BUILD_GCB_BUILD_FAILED StatusCode = 134
	// GCB error indicating build failure due to internal errror.
	StatusCode_BUILD_GCB_BUILD_INTERNAL_ERR StatusCode = 135
	// GCB error indicating build failure due to timeout.
	StatusCode_BUILD_GCB_BUILD_TIMEOUT StatusCode = 136
	// GCB error to generate the build descriptor.
	StatusCode_BUILD_GCB_GENERATE_BUILD_DESCRIPTOR_ERR StatusCode = 137
	// GCB error to upload to GCS.
	StatusCode_BUILD_GCB_UPLOAD_TO_GCS_ERR StatusCode = 138
	// GCB error to fetch jib artifact dependency.
	StatusCode_BUILD_GCB_JIB_DEPENDENCY_ERR StatusCode = 139
	// GCB error to fetch artifact dependency.
	StatusCode_BUILD_GCB_GET_DEPENDENCY_ERR StatusCode = 140
	// GCB error to get GCS bucket.
	StatusCode_BUILD_GCB_GET_GCS_BUCKET_ERR StatusCode = 141
	// GCB error to create a GCS bucket.
	StatusCode_BUILD_GCB_CREATE_BUCKET_ERR StatusCode = 142
	// GCB error to extract Project ID.
	StatusCode_BUILD_GCB_EXTRACT_PROJECT_ID StatusCode = 143
	// GCB error to get cloud storage client to perform GCS operation.
	StatusCode_BUILD_GET_CLOUD_STORAGE_CLIENT_ERR StatusCode = 144
	// GCB error to get cloud build client to perform GCB operations.
	StatusCode_BUILD_GET_CLOUD_BUILD_CLIENT_ERR StatusCode = 145
	// Value provided to --platform flag cannot be parsed
	StatusCode_BUILD_UNKNOWN_PLATFORM_FLAG StatusCode = 150
	// Cross-platform build failures
	StatusCode_BUILD_CROSS_PLATFORM_ERR StatusCode = 151
	// Multi-platfor build fails due to no container registry set
	StatusCode_BUILD_CROSS_PLATFORM_NO_REGISTRY_ERR StatusCode = 152
	// Container image pull error
	StatusCode_STATUSCHECK_IMAGE_PULL_ERR StatusCode = 300
	// Container creating error
	StatusCode_STATUSCHECK_CONTAINER_CREATING StatusCode = 301
	// Container run error
	StatusCode_STATUSCHECK_RUN_CONTAINER_ERR StatusCode = 302
	// Container is already terminated
	StatusCode_STATUSCHECK_CONTAINER_TERMINATED StatusCode = 303
	// Deployment waiting for rollout
	StatusCode_STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING StatusCode = 304
	// Standalone pods pending to stabilize
	StatusCode_STATUSCHECK_STANDALONE_PODS_PENDING StatusCode = 305
	// Container restarting error
	StatusCode_STATUSCHECK_CONTAINER_RESTARTING StatusCode = 356
	// Readiness probe failed
	StatusCode_STATUSCHECK_UNHEALTHY StatusCode = 357
	// Executable binary format error
	StatusCode_STATUSCHECK_CONTAINER_EXEC_ERROR StatusCode = 358
	// Node memory pressure error
	StatusCode_STATUSCHECK_NODE_MEMORY_PRESSURE StatusCode = 400
	// Node disk pressure error
	StatusCode_STATUSCHECK_NODE_DISK_PRESSURE StatusCode = 401
	// Node network unavailable error
	StatusCode_STATUSCHECK_NODE_NETWORK_UNAVAILABLE StatusCode = 402
	// Node PID pressure error
	StatusCode_STATUSCHECK_NODE_PID_PRESSURE StatusCode = 403
	// Node unschedulable error
	StatusCode_STATUSCHECK_NODE_UNSCHEDULABLE StatusCode = 404
	// Node unreachable error
	StatusCode_STATUSCHECK_NODE_UNREACHABLE StatusCode = 405
	// Node not ready error
	StatusCode_STATUSCHECK_NODE_NOT_READY StatusCode = 406
	// Scheduler failure error
	StatusCode_STATUSCHECK_FAILED_SCHEDULING StatusCode = 407
	// Kubectl connection error
	StatusCode_STATUSCHECK_KUBECTL_CONNECTION_ERR StatusCode = 409
	// Kubectl process killed error
	StatusCode_STATUSCHECK_KUBECTL_PID_KILLED StatusCode = 410
	// Kubectl client fetch err
	StatusCode_STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR             StatusCode = 411
	StatusCode_STATUSCHECK_DEPLOYMENT_FETCH_ERR                 StatusCode = 412
	StatusCode_STATUSCHECK_STANDALONE_PODS_FETCH_ERR            StatusCode = 413
	StatusCode_STATUSCHECK_CONFIG_CONNECTOR_RESOURCES_FETCH_ERR StatusCode = 414
	StatusCode_STATUSCHECK_STATEFULSET_FETCH_ERR                StatusCode = 415
	StatusCode_STATUSCHECK_CUSTOM_RESOURCE_FETCH_ERR            StatusCode = 416
	// Pod Initializing
	StatusCode_STATUSCHECK_POD_INITIALIZING StatusCode = 451
	// The actual state of the resource has not yet reached the desired state
	StatusCode_STATUSCHECK_CONFIG_CONNECTOR_IN_PROGRESS StatusCode = 452
	// The process of reconciling the actual state with the desired state has
	// encountered an error
	StatusCode_STATUSCHECK_CONFIG_CONNECTOR_FAILED StatusCode = 453
	// The resource is in the process of being deleted
	StatusCode_STATUSCHECK_CONFIG_CONNECTOR_TERMINATING StatusCode = 454
	// The resource does not exist
	StatusCode_STATUSCHECK_CONFIG_CONNECTOR_NOT_FOUND StatusCode = 455
	// The actual state of the resource has not yet reached the desired state
	StatusCode_STATUSCHECK_CUSTOM_RESOURCE_IN_PROGRESS StatusCode = 456
	// The process of reconciling the actual state with the desired state has
	// encountered an error
	StatusCode_STATUSCHECK_CUSTOM_RESOURCE_FAILED StatusCode = 457
	// The resource is in the process of being deleted
	StatusCode_STATUSCHECK_CUSTOM_RESOURCE_TERMINATING StatusCode = 458
	// The resource does not exist
	StatusCode_STATUSCHECK_CUSTOM_RESOURCE_NOT_FOUND StatusCode = 459
	// Could not determine error and phase
	StatusCode_UNKNOWN_ERROR StatusCode = 500
	// Status Check error unknown
	StatusCode_STATUSCHECK_UNKNOWN StatusCode = 501
	// Container is unschedulable due to unknown reasons
	StatusCode_STATUSCHECK_UNKNOWN_UNSCHEDULABLE StatusCode = 502
	// Container is waiting due to unknown reason
	StatusCode_STATUSCHECK_CONTAINER_WAITING_UNKNOWN StatusCode = 503
	// Container event reason unknown
	StatusCode_STATUSCHECK_UNKNOWN_EVENT StatusCode = 509
	// Status Check internal error
	StatusCode_STATUSCHECK_INTERNAL_ERROR StatusCode = 514
	// Deploy failed due to unknown reason
	StatusCode_DEPLOY_UNKNOWN StatusCode = 504
	// SYNC failed due to known reason
	StatusCode_SYNC_UNKNOWN StatusCode = 505
	// Build failed due to unknown reason
	StatusCode_BUILD_UNKNOWN StatusCode = 506
	// Dev Init failed due to unknown reason
	StatusCode_DEVINIT_UNKNOWN StatusCode = 507
	// Cleanup failed due to unknown reason
	StatusCode_CLEANUP_UNKNOWN StatusCode = 508
	// Initialization of the Skaffold session failed due to unknown reason(s)
	StatusCode_INIT_UNKNOWN StatusCode = 510
	// Build failed due to docker unknown error
	StatusCode_BUILD_DOCKER_UNKNOWN StatusCode = 511
	// Test failed due to unknown reason
	StatusCode_TEST_UNKNOWN StatusCode = 512
	// GCB error indicating build failed due to unknown status.
	StatusCode_BUILD_GCB_BUILD_UNKNOWN_STATUS StatusCode = 513
	// File Sync Initialize failure
	StatusCode_SYNC_INIT_ERROR StatusCode = 601
	// Failed to configure watcher for build dependencies in dev loop
	StatusCode_DEVINIT_REGISTER_BUILD_DEPS StatusCode = 701
	// Failed to configure watcher for test dependencies in dev loop
	StatusCode_DEVINIT_REGISTER_TEST_DEPS StatusCode = 702
	// Failed to configure watcher for deploy dependencies in dev loop
	StatusCode_DEVINIT_REGISTER_DEPLOY_DEPS StatusCode = 703
	// Failed to configure watcher for Skaffold configuration file.
	StatusCode_DEVINIT_REGISTER_CONFIG_DEP StatusCode = 704
	// Failed to configure watcher for build dependencies for a base image with
	// v1 manifest.
	StatusCode_DEVINIT_UNSUPPORTED_V1_MANIFEST StatusCode = 705
	// Failed to configure watcher for render dependencies in dev loop
	StatusCode_DEVINIT_REGISTER_RENDER_DEPS StatusCode = 706
	// User cancelled the skaffold dev run
	StatusCode_STATUSCHECK_USER_CANCELLED StatusCode = 800
	// Deadline for status check exceeded
	StatusCode_STATUSCHECK_DEADLINE_EXCEEDED StatusCode = 801
	// Build Cancelled
	StatusCode_BUILD_CANCELLED StatusCode = 802
	// Deploy cancelled due to user cancellation or one or more deployers
	// failed.
	StatusCode_DEPLOY_CANCELLED StatusCode = 803
	// Docker build cancelled.
	StatusCode_BUILD_DOCKER_CANCELLED StatusCode = 804
	// Build error due to docker deadline was reached before the docker action
	// completed
	StatusCode_BUILD_DOCKER_DEADLINE StatusCode = 805
	// GCB Build cancelled.
	StatusCode_BUILD_GCB_BUILD_CANCELLED StatusCode = 806
	// Skaffold was unable to create the configured tagger
	StatusCode_INIT_CREATE_TAGGER_ERROR StatusCode = 901
	// Skaffold was unable to start as Minikube appears to be paused
	StatusCode_INIT_MINIKUBE_PAUSED_ERROR StatusCode = 902
	// Skaffold was unable to start as Minikube appears to be stopped
	StatusCode_INIT_MINIKUBE_NOT_RUNNING_ERROR StatusCode = 903
	// Skaffold was unable to create a configured image builder
	StatusCode_INIT_CREATE_BUILDER_ERROR StatusCode = 904
	// Skaffold was unable to create a configured deployer
	StatusCode_INIT_CREATE_DEPLOYER_ERROR StatusCode = 905
	// Skaffold was unable to create a configured test
	StatusCode_INIT_CREATE_TEST_DEP_ERROR StatusCode = 906
	// Skaffold encountered an error validating the artifact cache
	StatusCode_INIT_CACHE_ERROR StatusCode = 907
	// Skaffold encountered an error when configuring file watching
	StatusCode_INIT_CREATE_WATCH_TRIGGER_ERROR StatusCode = 908
	// Skaffold encountered an error when evaluating artifact dependencies
	StatusCode_INIT_CREATE_ARTIFACT_DEP_ERROR StatusCode = 909
	// No Location was specified for Cloud Run
	StatusCode_INIT_CLOUD_RUN_LOCATION_ERROR StatusCode = 910
	// Unable to connect to cluster
	StatusCode_DEPLOY_CLUSTER_CONNECTION_ERR StatusCode = 1001
	// Could not retrieve debug helpers.
	StatusCode_DEPLOY_DEBUG_HELPER_RETRIEVE_ERR StatusCode = 1002
	// Deploy clean up error
	StatusCode_DEPLOY_CLEANUP_ERR StatusCode = 1003
	// Unable to apply helm labels.
	StatusCode_DEPLOY_HELM_APPLY_LABELS StatusCode = 1004
	// Deploy error due to user deploy config for helm deployer
	StatusCode_DEPLOY_HELM_USER_ERR StatusCode = 1005
	// An image was referenced with no matching build result
	StatusCode_DEPLOY_NO_MATCHING_BUILD StatusCode = 1006
	// Unable to get helm client version
	StatusCode_DEPLOY_HELM_VERSION_ERR StatusCode = 1007
	// Helm version not supported.
	StatusCode_DEPLOY_HELM_MIN_VERSION_ERR StatusCode = 1008
	// Unable to retrieve kubectl version
	StatusCode_DEPLOY_KUBECTL_VERSION_ERR StatusCode = 1109
	// User specified offline mode for rendering but remote manifests presents.
	StatusCode_DEPLOY_KUBECTL_OFFLINE_MODE_ERR StatusCode = 1010
	// Error waiting for previous version deletion before next version is
	// active.
	StatusCode_DEPLOY_ERR_WAITING_FOR_DELETION StatusCode = 1011
	// Error reading manifests
	StatusCode_DEPLOY_READ_MANIFEST_ERR StatusCode = 1012
	// Error reading remote manifests
	StatusCode_DEPLOY_READ_REMOTE_MANIFEST_ERR StatusCode = 1013
	// Errors listing manifests
	StatusCode_DEPLOY_LIST_MANIFEST_ERR StatusCode = 1014
	// Deploy error due to user deploy config for kubectl deployer
	StatusCode_DEPLOY_KUBECTL_USER_ERR StatusCode = 1015
	// Deploy error due to user deploy config for kustomize deployer
	StatusCode_DEPLOY_KUSTOMIZE_USER_ERR StatusCode = 1016
	// Error replacing a built artifact in the manifests
	//
	// Deprecated: Do not use.
	StatusCode_DEPLOY_REPLACE_IMAGE_ERR StatusCode = 1017
	// Error transforming a manifest during skaffold debug
	//
	// Deprecated: Do not use.
	StatusCode_DEPLOY_TRANSFORM_MANIFEST_ERR StatusCode = 1018
	// Error setting user specified additional labels.
	//
	// Deprecated: Do not use.
	StatusCode_DEPLOY_SET_LABEL_ERR StatusCode = 1019
	// Error writing hydrated kubernetes manifests.
	//
	// Deprecated: Do not use.
	StatusCode_DEPLOY_MANIFEST_WRITE_ERR StatusCode = 1020
	// Error getting images from a kubernetes manifest.
	//
	// Deprecated: Do not use.
	StatusCode_DEPLOY_PARSE_MANIFEST_IMAGES_ERR StatusCode = 1021
	// Helm config `createNamespace` not available
	StatusCode_DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE StatusCode = 1022
	// Kubernetes cluster reported an internal system error
	StatusCode_DEPLOY_CLUSTER_INTERNAL_SYSTEM_ERR StatusCode = 1023
	// The Kptfile cannot be created via `kpt live init`.
	StatusCode_DEPLOY_KPTFILE_INIT_ERR StatusCode = 1024
	// The `kpt fn source` cannot read the given manifests.
	StatusCode_DEPLOY_KPT_SOURCE_ERR StatusCode = 1025
	// The Kptfile exists but cannot be opened or parsed.
	StatusCode_DEPLOY_KPTFILE_INVALID_YAML_ERR StatusCode = 1026
	// kpt fails to live apply the manifests to the cluster.
	StatusCode_DEPLOY_KPT_APPLY_ERR StatusCode = 1027
	// The Cloud Run Client could not be created
	StatusCode_DEPLOY_GET_CLOUD_RUN_CLIENT_ERR StatusCode = 1028
	// The Cloud Run Client could not get details about the service.
	StatusCode_DEPLOY_CLOUD_RUN_GET_SERVICE_ERR StatusCode = 1029
	// The Cloud Run Client was unable to update the service.
	StatusCode_DEPLOY_CLOUD_RUN_UPDATE_SERVICE_ERR StatusCode = 1030
	// The Cloud Run Client was unable to delete the service.
	StatusCode_DEPLOY_CLOUD_RUN_DELETE_SERVICE_ERR StatusCode = 1031
	// 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
	// Unable to parse test command
	StatusCode_TEST_CUSTOM_CMD_PARSE_ERR StatusCode = 1104
	// Command returned non-zero exit code
	StatusCode_TEST_CUSTOM_CMD_RUN_NON_ZERO_EXIT_ERR StatusCode = 1105
	// command cancelled or timed out
	StatusCode_TEST_CUSTOM_CMD_RUN_TIMEDOUT_ERR StatusCode = 1106
	// command cancelled or timed out
	StatusCode_TEST_CUSTOM_CMD_RUN_CANCELLED_ERR StatusCode = 1107
	// command context error
	StatusCode_TEST_CUSTOM_CMD_RUN_EXECUTION_ERR StatusCode = 1108
	// command exited
	StatusCode_TEST_CUSTOM_CMD_RUN_EXITED_ERR StatusCode = 1110
	// error running cmd
	StatusCode_TEST_CUSTOM_CMD_RUN_ERR StatusCode = 1111
	// Error getting dependencies from command
	StatusCode_TEST_CUSTOM_DEPENDENCIES_CMD_ERR StatusCode = 1112
	// Unmarshalling dependency output error
	StatusCode_TEST_CUSTOM_DEPENDENCIES_UNMARSHALL_ERR StatusCode = 1113
	// Error retrieving the command
	StatusCode_TEST_CUSTOM_CMD_RETRIEVE_ERR StatusCode = 1114
	// Render errors
	// The Kptfile cannot be created via `kpt pkg init`.
	StatusCode_RENDER_KPTFILE_INIT_ERR StatusCode = 1501
	// The Kptfile is not a valid yaml file
	StatusCode_RENDER_KPTFILE_INVALID_YAML_ERR StatusCode = 1401
	// The Kptfile is not a valid API schema
	StatusCode_RENDER_KPTFILE_INVALID_SCHEMA_ERR StatusCode = 1402
	// Error setting namespace.
	StatusCode_RENDER_SET_NAMESPACE_ERR StatusCode = 1403
	// Namespace is already set.
	StatusCode_RENDER_NAMESPACE_ALREADY_SET_ERR StatusCode = 1404
	// Error replacing a built artifact in the manifests
	StatusCode_RENDER_REPLACE_IMAGE_ERR StatusCode = 1405
	// Error transforming a manifest during skaffold debug
	StatusCode_RENDER_TRANSFORM_MANIFEST_ERR StatusCode = 1406
	// Error setting user specified additional labels.
	StatusCode_RENDER_SET_LABEL_ERR StatusCode = 1407
	// Error writing hydrated kubernetes manifests.
	StatusCode_RENDER_MANIFEST_WRITE_ERR StatusCode = 1408
	// Error getting images from a kubernetes manifest.
	StatusCode_RENDER_PARSE_MANIFEST_IMAGES_ERR StatusCode = 1409
	// Catch-all configuration file parsing error
	StatusCode_CONFIG_FILE_PARSING_ERR StatusCode = 1201
	// Main configuration file not found
	StatusCode_CONFIG_FILE_NOT_FOUND_ERR StatusCode = 1202
	// Dependency configuration file not found
	StatusCode_CONFIG_DEPENDENCY_NOT_FOUND_ERR StatusCode = 1203
	// Duplicate config names in the same configuration file
	StatusCode_CONFIG_DUPLICATE_NAMES_SAME_FILE_ERR StatusCode = 1204
	// Duplicate config names in two configuration files
	StatusCode_CONFIG_DUPLICATE_NAMES_ACROSS_FILES_ERR StatusCode = 1205
	// No configs matching configs filter
	StatusCode_CONFIG_BAD_FILTER_ERR StatusCode = 1206
	// No configs parsed from current file
	StatusCode_CONFIG_ZERO_FOUND_ERR StatusCode = 1207
	// Failed to apply profiles to config
	StatusCode_CONFIG_APPLY_PROFILES_ERR StatusCode = 1208
	// Failed to set default config values
	StatusCode_CONFIG_DEFAULT_VALUES_ERR StatusCode = 1209
	// Failed to substitute absolute file paths in config
	StatusCode_CONFIG_FILE_PATHS_SUBSTITUTION_ERR StatusCode = 1210
	// Same config imported at least twice with different set of profiles
	StatusCode_CONFIG_MULTI_IMPORT_PROFILE_CONFLICT_ERR StatusCode = 1211
	// Profile selection did not match known profile names
	StatusCode_CONFIG_PROFILES_NOT_FOUND_ERR StatusCode = 1212
	// Config API version not found
	StatusCode_CONFIG_UNKNOWN_API_VERSION_ERR StatusCode = 1213
	// The validator is not allowed in skaffold-managed mode.
	StatusCode_CONFIG_UNKNOWN_VALIDATOR StatusCode = 1214
	// The transformer is not allowed in skaffold-managed mode.
	StatusCode_CONFIG_UNKNOWN_TRANSFORMER StatusCode = 1215
	// Manifest file not found
	StatusCode_CONFIG_MISSING_MANIFEST_FILE_ERR StatusCode = 1216
	// Remote config repository cache not found and sync disabled
	StatusCode_CONFIG_REMOTE_REPO_CACHE_NOT_FOUND_ERR StatusCode = 1217
	// Skaffold config version mismatch
	StatusCode_CONFIG_UPGRADE_ERR StatusCode = 1218
	// Catch-all `skaffold inspect` command error
	StatusCode_INSPECT_UNKNOWN_ERR StatusCode = 1301
	// Trying to add new build environment that already exists
	StatusCode_INSPECT_BUILD_ENV_ALREADY_EXISTS_ERR StatusCode = 1302
	// Trying to modify build environment that doesn't exist
	StatusCode_INSPECT_BUILD_ENV_INCORRECT_TYPE_ERR StatusCode = 1303
	// Trying to modify a profile that doesn't exist
	StatusCode_INSPECT_PROFILE_NOT_FOUND_ERR      StatusCode = 1304
	StatusCode_PORT_FORWARD_RUN_GCLOUD_NOT_FOUND  StatusCode = 1601
	StatusCode_PORT_FORWARD_RUN_PROXY_START_ERROR StatusCode = 1602
	// GCloud not found error
	StatusCode_LOG_STREAM_RUN_GCLOUD_NOT_FOUND StatusCode = 1603
)

func (StatusCode) Descriptor

func (StatusCode) Descriptor() protoreflect.EnumDescriptor

func (StatusCode) Enum

func (x StatusCode) Enum() *StatusCode

func (StatusCode) EnumDescriptor deprecated

func (StatusCode) EnumDescriptor() ([]byte, []int)

Deprecated: Use StatusCode.Descriptor instead.

func (StatusCode) Number

func (x StatusCode) Number() protoreflect.EnumNumber

func (StatusCode) String

func (x StatusCode) String() string

func (StatusCode) Type

type SuggestionCode

type SuggestionCode int32

Enum for Suggestion codes

const (
	// default nil suggestion.
	// This is usually set when no error happens.
	SuggestionCode_NIL SuggestionCode = 0
	// Add Default Repo
	SuggestionCode_ADD_DEFAULT_REPO SuggestionCode = 100
	// Verify Default Repo
	SuggestionCode_CHECK_DEFAULT_REPO SuggestionCode = 101
	// Verify default repo in the global config
	SuggestionCode_CHECK_DEFAULT_REPO_GLOBAL_CONFIG SuggestionCode = 102
	// run gcloud docker auth configure
	SuggestionCode_GCLOUD_DOCKER_AUTH_CONFIGURE SuggestionCode = 103
	// Run docker auth configure
	SuggestionCode_DOCKER_AUTH_CONFIGURE SuggestionCode = 104
	// Verify Gcloud Project
	SuggestionCode_CHECK_GCLOUD_PROJECT SuggestionCode = 105
	// Check if docker is running
	SuggestionCode_CHECK_DOCKER_RUNNING SuggestionCode = 106
	// Fix User Build Error
	SuggestionCode_FIX_USER_BUILD_ERR SuggestionCode = 107
	// Docker build internal error, try again
	SuggestionCode_DOCKER_BUILD_RETRY SuggestionCode = 108
	// Fix `cacheFrom` config for given artifact and try again
	SuggestionCode_FIX_CACHE_FROM_ARTIFACT_CONFIG SuggestionCode = 109
	// Fix `dockerfile` config for a given artifact and try again.
	SuggestionCode_FIX_SKAFFOLD_CONFIG_DOCKERFILE SuggestionCode = 110
	// Use a supported Jib plugin type
	SuggestionCode_FIX_JIB_PLUGIN_CONFIGURATION SuggestionCode = 111
	// Docker build network invalid docker container name (or id).
	SuggestionCode_FIX_DOCKER_NETWORK_CONTAINER_NAME SuggestionCode = 112
	// Docker build network container not existing in the current context.
	SuggestionCode_CHECK_DOCKER_NETWORK_CONTAINER_RUNNING SuggestionCode = 113
	// Executing extractContainerNameFromNetworkMode with a non valid mode (only
	// container mode allowed)
	SuggestionCode_FIX_DOCKER_NETWORK_MODE_WHEN_EXTRACTING_CONTAINER_NAME SuggestionCode = 114
	// Prune Docker image
	SuggestionCode_RUN_DOCKER_PRUNE SuggestionCode = 115
	// Set Cleanup flag for skaffold command.
	SuggestionCode_SET_CLEANUP_FLAG SuggestionCode = 116
	// Check value provided to the `--platform` flag
	SuggestionCode_BUILD_FIX_UNKNOWN_PLATFORM_FLAG SuggestionCode = 117
	// Check if QEMU platform emulators are installed
	SuggestionCode_BUILD_INSTALL_PLATFORM_EMULATORS SuggestionCode = 118
	// Set --push and container registry to run a multi-platform build
	SuggestionCode_SET_PUSH_AND_CONTAINER_REGISTRY SuggestionCode = 119
	// Check cluster connection
	SuggestionCode_CHECK_CLUSTER_CONNECTION SuggestionCode = 201
	// Check minikube status
	SuggestionCode_CHECK_MINIKUBE_STATUS SuggestionCode = 202
	// Install helm tool
	SuggestionCode_INSTALL_HELM SuggestionCode = 203
	// Upgrade helm tool
	SuggestionCode_UPGRADE_HELM SuggestionCode = 204
	// Fix helm `releases.artifactOverrides` config to match with
	// `build.artifacts` (no longer used in Skaffold v2)
	SuggestionCode_FIX_SKAFFOLD_CONFIG_HELM_ARTIFACT_OVERRIDES SuggestionCode = 205
	// Upgrade helm version to v3.2.0 and higher.
	SuggestionCode_UPGRADE_HELM32 SuggestionCode = 206
	// Set `releases.createNamespace` to false.
	SuggestionCode_FIX_SKAFFOLD_CONFIG_HELM_CREATE_NAMESPACE SuggestionCode = 207
	// check the Kptfile validation.
	SuggestionCode_INVALID_KPT_MANIFESTS SuggestionCode = 208
	// align the inventory info in kpt live apply.
	SuggestionCode_ALIGN_KPT_INVENTORY SuggestionCode = 209
	// Install kubectl tool
	SuggestionCode_INSTALL_KUBECTL SuggestionCode = 220
	// Specify Cloud Run Location
	SuggestionCode_SPECIFY_CLOUD_RUN_LOCATION SuggestionCode = 230
	// Container run error
	SuggestionCode_CHECK_CONTAINER_LOGS SuggestionCode = 301
	// Pod Health check error
	SuggestionCode_CHECK_READINESS_PROBE SuggestionCode = 302
	// Check Container image
	SuggestionCode_CHECK_CONTAINER_IMAGE SuggestionCode = 303
	// Node pressure error
	SuggestionCode_ADDRESS_NODE_MEMORY_PRESSURE SuggestionCode = 400
	// Node disk pressure error
	SuggestionCode_ADDRESS_NODE_DISK_PRESSURE SuggestionCode = 401
	// Node network unavailable error
	SuggestionCode_ADDRESS_NODE_NETWORK_UNAVAILABLE SuggestionCode = 402
	// Node PID pressure error
	SuggestionCode_ADDRESS_NODE_PID_PRESSURE SuggestionCode = 403
	// Node unschedulable error
	SuggestionCode_ADDRESS_NODE_UNSCHEDULABLE SuggestionCode = 404
	// Node unreachable error
	SuggestionCode_ADDRESS_NODE_UNREACHABLE SuggestionCode = 405
	// Node not ready error
	SuggestionCode_ADDRESS_NODE_NOT_READY SuggestionCode = 406
	// Scheduler failure error
	SuggestionCode_ADDRESS_FAILED_SCHEDULING SuggestionCode = 407
	// Cluster Connectivity error
	SuggestionCode_CHECK_HOST_CONNECTION SuggestionCode = 408
	// Minikube is stopped: use `minikube start`
	SuggestionCode_START_MINIKUBE SuggestionCode = 501
	// Minikube is paused: use `minikube unpause`
	SuggestionCode_UNPAUSE_MINIKUBE SuggestionCode = 502
	// Run Docker pull for the image with v1 manifest and try again.
	SuggestionCode_RUN_DOCKER_PULL SuggestionCode = 551
	// Rerun with correct offline flag value.
	SuggestionCode_SET_RENDER_FLAG_OFFLINE_FALSE SuggestionCode = 600
	// Manually run `kpt pkg init` or `kpt live init`
	SuggestionCode_KPTFILE_MANUAL_INIT SuggestionCode = 601
	// Check if the Kptfile is correct.
	SuggestionCode_KPTFILE_CHECK_YAML SuggestionCode = 602
	// Remove namespace from manifests
	SuggestionCode_REMOVE_NAMESPACE_FROM_MANIFESTS SuggestionCode = 603
	// Check configuration file path
	SuggestionCode_CONFIG_CHECK_FILE_PATH SuggestionCode = 700
	// Check dependency config definition
	SuggestionCode_CONFIG_CHECK_DEPENDENCY_DEFINITION SuggestionCode = 701
	// Change config name to avoid duplicates
	SuggestionCode_CONFIG_CHANGE_NAMES SuggestionCode = 702
	// Check config filter
	SuggestionCode_CONFIG_CHECK_FILTER SuggestionCode = 703
	// Check profile definition in current config
	SuggestionCode_CONFIG_CHECK_PROFILE_DEFINITION SuggestionCode = 704
	// Check active profile selection for dependency config
	SuggestionCode_CONFIG_CHECK_DEPENDENCY_PROFILES_SELECTION SuggestionCode = 705
	// Check profile selection flag
	SuggestionCode_CONFIG_CHECK_PROFILE_SELECTION SuggestionCode = 706
	// Fix config API version or upgrade the skaffold binary
	SuggestionCode_CONFIG_FIX_API_VERSION SuggestionCode = 707
	// Only the allow listed validators are acceptable in skaffold-managed mode.
	SuggestionCode_CONFIG_ALLOWLIST_VALIDATORS SuggestionCode = 708
	// Only the allow listed transformers are acceptable in skaffold-managed
	// mode.
	SuggestionCode_CONFIG_ALLOWLIST_transformers SuggestionCode = 709
	// Check mising manifest file section of config and fix as needed.
	SuggestionCode_CONFIG_FIX_MISSING_MANIFEST_FILE SuggestionCode = 710
	// Enable remote repo sync, or clone manually
	SuggestionCode_CONFIG_ENABLE_REMOTE_REPO_SYNC SuggestionCode = 711
	// Upgrade skaffold config version to latest
	SuggestionCode_CONFIG_FIX_SKAFFOLD_CONFIG_VERSION SuggestionCode = 712
	// Create new build env in a profile instead, or use the 'modify' command
	SuggestionCode_INSPECT_USE_MODIFY_OR_NEW_PROFILE SuggestionCode = 800
	// Check profile selection, or use the 'add' command instead
	SuggestionCode_INSPECT_USE_ADD_BUILD_ENV SuggestionCode = 801
	// Check profile flag value
	SuggestionCode_INSPECT_CHECK_INPUT_PROFILE SuggestionCode = 802
	// Open an issue so this situation can be diagnosed
	SuggestionCode_OPEN_ISSUE SuggestionCode = 900
	// Test error suggestion codes
	SuggestionCode_CHECK_CUSTOM_COMMAND                    SuggestionCode = 1000
	SuggestionCode_FIX_CUSTOM_COMMAND_TIMEOUT              SuggestionCode = 1001
	SuggestionCode_CHECK_CUSTOM_COMMAND_DEPENDENCIES_CMD   SuggestionCode = 1002
	SuggestionCode_CHECK_CUSTOM_COMMAND_DEPENDENCIES_PATHS SuggestionCode = 1003
	SuggestionCode_CHECK_TEST_COMMAND_AND_IMAGE_NAME       SuggestionCode = 1004
)

func (SuggestionCode) Descriptor

func (SuggestionCode) Enum

func (x SuggestionCode) Enum() *SuggestionCode

func (SuggestionCode) EnumDescriptor deprecated

func (SuggestionCode) EnumDescriptor() ([]byte, []int)

Deprecated: Use SuggestionCode.Descriptor instead.

func (SuggestionCode) Number

func (SuggestionCode) String

func (x SuggestionCode) String() string

func (SuggestionCode) Type

type TesterType

type TesterType int32

Enum indicating test tools used

const (
	// Could not determine Test Type
	TesterType_UNKNOWN_TEST_TYPE TesterType = 0
	// Unit tests
	TesterType_UNIT TesterType = 1
	// Container Structure tests
	TesterType_CONTAINER_STRUCTURE_TEST TesterType = 2
)

func (TesterType) Descriptor

func (TesterType) Descriptor() protoreflect.EnumDescriptor

func (TesterType) Enum

func (x TesterType) Enum() *TesterType

func (TesterType) EnumDescriptor deprecated

func (TesterType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TesterType.Descriptor instead.

func (TesterType) Number

func (x TesterType) Number() protoreflect.EnumNumber

func (TesterType) String

func (x TesterType) String() string

func (TesterType) Type

Jump to

Keyboard shortcuts

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