proto

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: 19 Imported by: 0

Documentation

Overview

Package proto is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const BuildType_CLUSTER = enums.BuildType_CLUSTER
View Source
const BuildType_GCB = enums.BuildType_GCB
View Source
const BuildType_LOCAL = enums.BuildType_LOCAL
View Source
const BuildType_UNKNOWN_BUILD_TYPE = enums.BuildType_UNKNOWN_BUILD_TYPE
View Source
const BuilderType_BAZEL = enums.BuilderType_BAZEL
View Source
const BuilderType_BUILDPACKS = enums.BuilderType_BUILDPACKS
View Source
const BuilderType_CUSTOM = enums.BuilderType_CUSTOM
View Source
const BuilderType_DOCKER = enums.BuilderType_DOCKER
View Source
const BuilderType_JIB = enums.BuilderType_JIB
View Source
const BuilderType_KANIKO = enums.BuilderType_KANIKO
View Source
const BuilderType_KO = enums.BuilderType_KO
View Source
const BuilderType_UNKNOWN_BUILDER_TYPE = enums.BuilderType_UNKNOWN_BUILDER_TYPE
View Source
const ClusterType_GKE = enums.ClusterType_GKE
View Source
const ClusterType_MINIKUBE = enums.ClusterType_MINIKUBE
View Source
const ClusterType_OTHER = enums.ClusterType_OTHER
View Source
const ClusterType_UNKNOWN_CLUSTER_TYPE = enums.ClusterType_UNKNOWN_CLUSTER_TYPE
View Source
const DeployerType_HELM = enums.DeployerType_HELM
View Source
const DeployerType_KPT = enums.DeployerType_KPT
View Source
const DeployerType_KUBECTL = enums.DeployerType_KUBECTL
View Source
const DeployerType_KUSTOMIZE = enums.DeployerType_KUSTOMIZE
View Source
const DeployerType_UNKNOWN_DEPLOYER_TYPE = enums.DeployerType_UNKNOWN_DEPLOYER_TYPE
View Source
const LogLevel_DEBUG = enums.LogLevel_DEBUG
View Source
const LogLevel_ERROR = enums.LogLevel_ERROR
View Source
const LogLevel_FATAL = enums.LogLevel_FATAL
View Source
const LogLevel_INFO = enums.LogLevel_INFO
View Source
const LogLevel_PANIC = enums.LogLevel_PANIC
View Source
const LogLevel_STANDARD = enums.LogLevel_STANDARD
View Source
const LogLevel_TRACE = enums.LogLevel_TRACE
View Source
const LogLevel_WARN = enums.LogLevel_WARN
View Source
const RenderType_HELM_CHART = enums.RenderType_HELM_CHART
View Source
const RenderType_KPT_MANIFEST = enums.RenderType_KPT_MANIFEST
View Source
const RenderType_KUSTOMIZE_MANIFEST = enums.RenderType_KUSTOMIZE_MANIFEST
View Source
const RenderType_RAWK8S = enums.RenderType_RAWK8S
View Source
const RenderType_UNKNOWN_RENDER_TYPE = enums.RenderType_UNKNOWN_RENDER_TYPE
View Source
const StatusCode_BUILD_CANCELLED = enums.StatusCode_BUILD_CANCELLED
View Source
const StatusCode_BUILD_CROSS_PLATFORM_ERR = enums.StatusCode_BUILD_CROSS_PLATFORM_ERR
View Source
const StatusCode_BUILD_CROSS_PLATFORM_NO_REGISTRY_ERR = enums.StatusCode_BUILD_CROSS_PLATFORM_NO_REGISTRY_ERR
View Source
const StatusCode_BUILD_DOCKERFILE_NOT_FOUND = enums.StatusCode_BUILD_DOCKERFILE_NOT_FOUND
View Source
const StatusCode_BUILD_DOCKER_CACHE_FROM_PULL_ERR = enums.StatusCode_BUILD_DOCKER_CACHE_FROM_PULL_ERR
View Source
const StatusCode_BUILD_DOCKER_CANCELLED = enums.StatusCode_BUILD_DOCKER_CANCELLED
View Source
const StatusCode_BUILD_DOCKER_CONFLICT_ERR = enums.StatusCode_BUILD_DOCKER_CONFLICT_ERR
View Source
const StatusCode_BUILD_DOCKER_DAEMON_NOT_RUNNING = enums.StatusCode_BUILD_DOCKER_DAEMON_NOT_RUNNING
View Source
const StatusCode_BUILD_DOCKER_DATA_LOSS_ERR = enums.StatusCode_BUILD_DOCKER_DATA_LOSS_ERR
View Source
const StatusCode_BUILD_DOCKER_DEADLINE = enums.StatusCode_BUILD_DOCKER_DEADLINE
View Source
const StatusCode_BUILD_DOCKER_ERROR_NOT_FOUND = enums.StatusCode_BUILD_DOCKER_ERROR_NOT_FOUND
View Source
const StatusCode_BUILD_DOCKER_FORBIDDEN_ERR = enums.StatusCode_BUILD_DOCKER_FORBIDDEN_ERR
View Source
const StatusCode_BUILD_DOCKER_GET_DIGEST_ERR = enums.StatusCode_BUILD_DOCKER_GET_DIGEST_ERR
View Source
const StatusCode_BUILD_DOCKER_INVALID_PARAM_ERR = enums.StatusCode_BUILD_DOCKER_INVALID_PARAM_ERR
View Source
const StatusCode_BUILD_DOCKER_NOT_IMPLEMENTED_ERR = enums.StatusCode_BUILD_DOCKER_NOT_IMPLEMENTED_ERR
View Source
const StatusCode_BUILD_DOCKER_NOT_MODIFIED_ERR = enums.StatusCode_BUILD_DOCKER_NOT_MODIFIED_ERR
View Source
const StatusCode_BUILD_DOCKER_NO_SPACE_ERR = enums.StatusCode_BUILD_DOCKER_NO_SPACE_ERR
View Source
const StatusCode_BUILD_DOCKER_SYSTEM_ERR = enums.StatusCode_BUILD_DOCKER_SYSTEM_ERR
View Source
const StatusCode_BUILD_DOCKER_UNAUTHORIZED = enums.StatusCode_BUILD_DOCKER_UNAUTHORIZED
View Source
const StatusCode_BUILD_DOCKER_UNAVAILABLE = enums.StatusCode_BUILD_DOCKER_UNAVAILABLE
View Source
const StatusCode_BUILD_DOCKER_UNKNOWN = enums.StatusCode_BUILD_DOCKER_UNKNOWN
View Source
const StatusCode_BUILD_GCB_BUILD_CANCELLED = enums.StatusCode_BUILD_GCB_BUILD_CANCELLED
View Source
const StatusCode_BUILD_GCB_BUILD_FAILED = enums.StatusCode_BUILD_GCB_BUILD_FAILED
View Source
const StatusCode_BUILD_GCB_BUILD_INTERNAL_ERR = enums.StatusCode_BUILD_GCB_BUILD_INTERNAL_ERR
View Source
const StatusCode_BUILD_GCB_BUILD_TIMEOUT = enums.StatusCode_BUILD_GCB_BUILD_TIMEOUT
View Source
const StatusCode_BUILD_GCB_BUILD_UNKNOWN_STATUS = enums.StatusCode_BUILD_GCB_BUILD_UNKNOWN_STATUS
View Source
const StatusCode_BUILD_GCB_COPY_BUILD_LOG_ERR = enums.StatusCode_BUILD_GCB_COPY_BUILD_LOG_ERR
View Source
const StatusCode_BUILD_GCB_CREATE_BUCKET_ERR = enums.StatusCode_BUILD_GCB_CREATE_BUCKET_ERR
View Source
const StatusCode_BUILD_GCB_CREATE_BUILD_ERR = enums.StatusCode_BUILD_GCB_CREATE_BUILD_ERR
View Source
const StatusCode_BUILD_GCB_EXTRACT_PROJECT_ID = enums.StatusCode_BUILD_GCB_EXTRACT_PROJECT_ID
View Source
const StatusCode_BUILD_GCB_GENERATE_BUILD_DESCRIPTOR_ERR = enums.StatusCode_BUILD_GCB_GENERATE_BUILD_DESCRIPTOR_ERR
View Source
const StatusCode_BUILD_GCB_GET_BUILD_ID_ERR = enums.StatusCode_BUILD_GCB_GET_BUILD_ID_ERR
View Source
const StatusCode_BUILD_GCB_GET_BUILD_LOG_ERR = enums.StatusCode_BUILD_GCB_GET_BUILD_LOG_ERR
View Source
const StatusCode_BUILD_GCB_GET_BUILD_STATUS_ERR = enums.StatusCode_BUILD_GCB_GET_BUILD_STATUS_ERR
View Source
const StatusCode_BUILD_GCB_GET_BUILT_IMAGE_ERR = enums.StatusCode_BUILD_GCB_GET_BUILT_IMAGE_ERR
View Source
const StatusCode_BUILD_GCB_GET_DEPENDENCY_ERR = enums.StatusCode_BUILD_GCB_GET_DEPENDENCY_ERR
View Source
const StatusCode_BUILD_GCB_GET_GCS_BUCKET_ERR = enums.StatusCode_BUILD_GCB_GET_GCS_BUCKET_ERR
View Source
const StatusCode_BUILD_GCB_JIB_DEPENDENCY_ERR = enums.StatusCode_BUILD_GCB_JIB_DEPENDENCY_ERR
View Source
const StatusCode_BUILD_GCB_UPLOAD_TO_GCS_ERR = enums.StatusCode_BUILD_GCB_UPLOAD_TO_GCS_ERR
View Source
const StatusCode_BUILD_GET_CLOUD_BUILD_CLIENT_ERR = enums.StatusCode_BUILD_GET_CLOUD_BUILD_CLIENT_ERR
View Source
const StatusCode_BUILD_GET_CLOUD_STORAGE_CLIENT_ERR = enums.StatusCode_BUILD_GET_CLOUD_STORAGE_CLIENT_ERR
View Source
const StatusCode_BUILD_JIB_GRADLE_DEP_ERR = enums.StatusCode_BUILD_JIB_GRADLE_DEP_ERR
View Source
const StatusCode_BUILD_JIB_MAVEN_DEP_ERR = enums.StatusCode_BUILD_JIB_MAVEN_DEP_ERR
View Source
const StatusCode_BUILD_PROJECT_NOT_FOUND = enums.StatusCode_BUILD_PROJECT_NOT_FOUND
View Source
const StatusCode_BUILD_PUSH_ACCESS_DENIED = enums.StatusCode_BUILD_PUSH_ACCESS_DENIED
View Source
const StatusCode_BUILD_REGISTRY_GET_DIGEST_ERR = enums.StatusCode_BUILD_REGISTRY_GET_DIGEST_ERR
View Source
const StatusCode_BUILD_SUCCESS = enums.StatusCode_BUILD_SUCCESS
View Source
const StatusCode_BUILD_UNKNOWN = enums.StatusCode_BUILD_UNKNOWN
View Source
const StatusCode_BUILD_UNKNOWN_JIB_PLUGIN_TYPE = enums.StatusCode_BUILD_UNKNOWN_JIB_PLUGIN_TYPE
View Source
const StatusCode_BUILD_UNKNOWN_PLATFORM_FLAG = enums.StatusCode_BUILD_UNKNOWN_PLATFORM_FLAG
View Source
const StatusCode_BUILD_USER_ERROR = enums.StatusCode_BUILD_USER_ERROR
View Source
const StatusCode_CLEANUP_UNKNOWN = enums.StatusCode_CLEANUP_UNKNOWN
View Source
const StatusCode_CONFIG_APPLY_PROFILES_ERR = enums.StatusCode_CONFIG_APPLY_PROFILES_ERR
View Source
const StatusCode_CONFIG_BAD_FILTER_ERR = enums.StatusCode_CONFIG_BAD_FILTER_ERR
View Source
const StatusCode_CONFIG_DEFAULT_VALUES_ERR = enums.StatusCode_CONFIG_DEFAULT_VALUES_ERR
View Source
const StatusCode_CONFIG_DEPENDENCY_NOT_FOUND_ERR = enums.StatusCode_CONFIG_DEPENDENCY_NOT_FOUND_ERR
View Source
const StatusCode_CONFIG_DUPLICATE_NAMES_ACROSS_FILES_ERR = enums.StatusCode_CONFIG_DUPLICATE_NAMES_ACROSS_FILES_ERR
View Source
const StatusCode_CONFIG_DUPLICATE_NAMES_SAME_FILE_ERR = enums.StatusCode_CONFIG_DUPLICATE_NAMES_SAME_FILE_ERR
View Source
const StatusCode_CONFIG_FILE_NOT_FOUND_ERR = enums.StatusCode_CONFIG_FILE_NOT_FOUND_ERR
View Source
const StatusCode_CONFIG_FILE_PARSING_ERR = enums.StatusCode_CONFIG_FILE_PARSING_ERR
View Source
const StatusCode_CONFIG_FILE_PATHS_SUBSTITUTION_ERR = enums.StatusCode_CONFIG_FILE_PATHS_SUBSTITUTION_ERR
View Source
const StatusCode_CONFIG_MISSING_MANIFEST_FILE_ERR = enums.StatusCode_CONFIG_MISSING_MANIFEST_FILE_ERR
View Source
const StatusCode_CONFIG_MULTI_IMPORT_PROFILE_CONFLICT_ERR = enums.StatusCode_CONFIG_MULTI_IMPORT_PROFILE_CONFLICT_ERR
View Source
const StatusCode_CONFIG_PROFILES_NOT_FOUND_ERR = enums.StatusCode_CONFIG_PROFILES_NOT_FOUND_ERR
View Source
const StatusCode_CONFIG_REMOTE_REPO_CACHE_NOT_FOUND_ERR = enums.StatusCode_CONFIG_REMOTE_REPO_CACHE_NOT_FOUND_ERR
View Source
const StatusCode_CONFIG_UNKNOWN_API_VERSION_ERR = enums.StatusCode_CONFIG_UNKNOWN_API_VERSION_ERR
View Source
const StatusCode_CONFIG_UNKNOWN_TRANSFORMER = enums.StatusCode_CONFIG_UNKNOWN_TRANSFORMER
View Source
const StatusCode_CONFIG_UNKNOWN_VALIDATOR = enums.StatusCode_CONFIG_UNKNOWN_VALIDATOR
View Source
const StatusCode_CONFIG_UPGRADE_ERR = enums.StatusCode_CONFIG_UPGRADE_ERR
View Source
const StatusCode_CONFIG_ZERO_FOUND_ERR = enums.StatusCode_CONFIG_ZERO_FOUND_ERR
View Source
const StatusCode_DEPLOY_CANCELLED = enums.StatusCode_DEPLOY_CANCELLED
View Source
const StatusCode_DEPLOY_CLEANUP_ERR = enums.StatusCode_DEPLOY_CLEANUP_ERR
View Source
const StatusCode_DEPLOY_CLOUD_RUN_DELETE_SERVICE_ERR = enums.StatusCode_DEPLOY_CLOUD_RUN_DELETE_SERVICE_ERR
View Source
const StatusCode_DEPLOY_CLOUD_RUN_GET_SERVICE_ERR = enums.StatusCode_DEPLOY_CLOUD_RUN_GET_SERVICE_ERR
View Source
const StatusCode_DEPLOY_CLOUD_RUN_UPDATE_SERVICE_ERR = enums.StatusCode_DEPLOY_CLOUD_RUN_UPDATE_SERVICE_ERR
View Source
const StatusCode_DEPLOY_CLUSTER_CONNECTION_ERR = enums.StatusCode_DEPLOY_CLUSTER_CONNECTION_ERR
View Source
const StatusCode_DEPLOY_CLUSTER_INTERNAL_SYSTEM_ERR = enums.StatusCode_DEPLOY_CLUSTER_INTERNAL_SYSTEM_ERR
View Source
const StatusCode_DEPLOY_DEBUG_HELPER_RETRIEVE_ERR = enums.StatusCode_DEPLOY_DEBUG_HELPER_RETRIEVE_ERR
View Source
const StatusCode_DEPLOY_ERR_WAITING_FOR_DELETION = enums.StatusCode_DEPLOY_ERR_WAITING_FOR_DELETION
View Source
const StatusCode_DEPLOY_GET_CLOUD_RUN_CLIENT_ERR = enums.StatusCode_DEPLOY_GET_CLOUD_RUN_CLIENT_ERR
View Source
const StatusCode_DEPLOY_HELM_APPLY_LABELS = enums.StatusCode_DEPLOY_HELM_APPLY_LABELS
View Source
const StatusCode_DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE = enums.StatusCode_DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE
View Source
const StatusCode_DEPLOY_HELM_MIN_VERSION_ERR = enums.StatusCode_DEPLOY_HELM_MIN_VERSION_ERR
View Source
const StatusCode_DEPLOY_HELM_USER_ERR = enums.StatusCode_DEPLOY_HELM_USER_ERR
View Source
const StatusCode_DEPLOY_HELM_VERSION_ERR = enums.StatusCode_DEPLOY_HELM_VERSION_ERR
View Source
const StatusCode_DEPLOY_KPTFILE_INIT_ERR = enums.StatusCode_DEPLOY_KPTFILE_INIT_ERR
View Source
const StatusCode_DEPLOY_KPTFILE_INVALID_YAML_ERR = enums.StatusCode_DEPLOY_KPTFILE_INVALID_YAML_ERR
View Source
const StatusCode_DEPLOY_KPT_APPLY_ERR = enums.StatusCode_DEPLOY_KPT_APPLY_ERR
View Source
const StatusCode_DEPLOY_KPT_SOURCE_ERR = enums.StatusCode_DEPLOY_KPT_SOURCE_ERR
View Source
const StatusCode_DEPLOY_KUBECTL_OFFLINE_MODE_ERR = enums.StatusCode_DEPLOY_KUBECTL_OFFLINE_MODE_ERR
View Source
const StatusCode_DEPLOY_KUBECTL_USER_ERR = enums.StatusCode_DEPLOY_KUBECTL_USER_ERR
View Source
const StatusCode_DEPLOY_KUBECTL_VERSION_ERR = enums.StatusCode_DEPLOY_KUBECTL_VERSION_ERR
View Source
const StatusCode_DEPLOY_KUSTOMIZE_USER_ERR = enums.StatusCode_DEPLOY_KUSTOMIZE_USER_ERR
View Source
const StatusCode_DEPLOY_LIST_MANIFEST_ERR = enums.StatusCode_DEPLOY_LIST_MANIFEST_ERR
View Source
const StatusCode_DEPLOY_MANIFEST_WRITE_ERR = enums.StatusCode_DEPLOY_MANIFEST_WRITE_ERR
View Source
const StatusCode_DEPLOY_NO_MATCHING_BUILD = enums.StatusCode_DEPLOY_NO_MATCHING_BUILD
View Source
const StatusCode_DEPLOY_PARSE_MANIFEST_IMAGES_ERR = enums.StatusCode_DEPLOY_PARSE_MANIFEST_IMAGES_ERR
View Source
const StatusCode_DEPLOY_READ_MANIFEST_ERR = enums.StatusCode_DEPLOY_READ_MANIFEST_ERR
View Source
const StatusCode_DEPLOY_READ_REMOTE_MANIFEST_ERR = enums.StatusCode_DEPLOY_READ_REMOTE_MANIFEST_ERR
View Source
const StatusCode_DEPLOY_REPLACE_IMAGE_ERR = enums.StatusCode_DEPLOY_REPLACE_IMAGE_ERR
View Source
const StatusCode_DEPLOY_SET_LABEL_ERR = enums.StatusCode_DEPLOY_SET_LABEL_ERR
View Source
const StatusCode_DEPLOY_SUCCESS = enums.StatusCode_DEPLOY_SUCCESS
View Source
const StatusCode_DEPLOY_TRANSFORM_MANIFEST_ERR = enums.StatusCode_DEPLOY_TRANSFORM_MANIFEST_ERR
View Source
const StatusCode_DEPLOY_UNKNOWN = enums.StatusCode_DEPLOY_UNKNOWN
View Source
const StatusCode_DEVINIT_REGISTER_BUILD_DEPS = enums.StatusCode_DEVINIT_REGISTER_BUILD_DEPS
View Source
const StatusCode_DEVINIT_REGISTER_CONFIG_DEP = enums.StatusCode_DEVINIT_REGISTER_CONFIG_DEP
View Source
const StatusCode_DEVINIT_REGISTER_DEPLOY_DEPS = enums.StatusCode_DEVINIT_REGISTER_DEPLOY_DEPS
View Source
const StatusCode_DEVINIT_REGISTER_RENDER_DEPS = enums.StatusCode_DEVINIT_REGISTER_RENDER_DEPS
View Source
const StatusCode_DEVINIT_REGISTER_TEST_DEPS = enums.StatusCode_DEVINIT_REGISTER_TEST_DEPS
View Source
const StatusCode_DEVINIT_UNKNOWN = enums.StatusCode_DEVINIT_UNKNOWN
View Source
const StatusCode_DEVINIT_UNSUPPORTED_V1_MANIFEST = enums.StatusCode_DEVINIT_UNSUPPORTED_V1_MANIFEST
View Source
const StatusCode_INIT_CACHE_ERROR = enums.StatusCode_INIT_CACHE_ERROR
View Source
const StatusCode_INIT_CLOUD_RUN_LOCATION_ERROR = enums.StatusCode_INIT_CLOUD_RUN_LOCATION_ERROR
View Source
const StatusCode_INIT_CREATE_ARTIFACT_DEP_ERROR = enums.StatusCode_INIT_CREATE_ARTIFACT_DEP_ERROR
View Source
const StatusCode_INIT_CREATE_BUILDER_ERROR = enums.StatusCode_INIT_CREATE_BUILDER_ERROR
View Source
const StatusCode_INIT_CREATE_DEPLOYER_ERROR = enums.StatusCode_INIT_CREATE_DEPLOYER_ERROR
View Source
const StatusCode_INIT_CREATE_TAGGER_ERROR = enums.StatusCode_INIT_CREATE_TAGGER_ERROR
View Source
const StatusCode_INIT_CREATE_TEST_DEP_ERROR = enums.StatusCode_INIT_CREATE_TEST_DEP_ERROR
View Source
const StatusCode_INIT_CREATE_WATCH_TRIGGER_ERROR = enums.StatusCode_INIT_CREATE_WATCH_TRIGGER_ERROR
View Source
const StatusCode_INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST = enums.StatusCode_INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST
View Source
const StatusCode_INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME = enums.StatusCode_INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME
View Source
const StatusCode_INIT_DOCKER_NETWORK_INVALID_MODE = enums.StatusCode_INIT_DOCKER_NETWORK_INVALID_MODE
View Source
const StatusCode_INIT_DOCKER_NETWORK_LISTING_CONTAINERS = enums.StatusCode_INIT_DOCKER_NETWORK_LISTING_CONTAINERS
View Source
const StatusCode_INIT_DOCKER_NETWORK_PARSE_ERR = enums.StatusCode_INIT_DOCKER_NETWORK_PARSE_ERR
View Source
const StatusCode_INIT_MINIKUBE_NOT_RUNNING_ERROR = enums.StatusCode_INIT_MINIKUBE_NOT_RUNNING_ERROR
View Source
const StatusCode_INIT_MINIKUBE_PAUSED_ERROR = enums.StatusCode_INIT_MINIKUBE_PAUSED_ERROR
View Source
const StatusCode_INIT_UNKNOWN = enums.StatusCode_INIT_UNKNOWN
View Source
const StatusCode_INSPECT_BUILD_ENV_ALREADY_EXISTS_ERR = enums.StatusCode_INSPECT_BUILD_ENV_ALREADY_EXISTS_ERR
View Source
const StatusCode_INSPECT_BUILD_ENV_INCORRECT_TYPE_ERR = enums.StatusCode_INSPECT_BUILD_ENV_INCORRECT_TYPE_ERR
View Source
const StatusCode_INSPECT_PROFILE_NOT_FOUND_ERR = enums.StatusCode_INSPECT_PROFILE_NOT_FOUND_ERR
View Source
const StatusCode_INSPECT_UNKNOWN_ERR = enums.StatusCode_INSPECT_UNKNOWN_ERR
View Source
const StatusCode_LOG_STREAM_RUN_GCLOUD_NOT_FOUND = enums.StatusCode_LOG_STREAM_RUN_GCLOUD_NOT_FOUND
View Source
const StatusCode_OK = enums.StatusCode_OK
View Source
const StatusCode_PORT_FORWARD_RUN_GCLOUD_NOT_FOUND = enums.StatusCode_PORT_FORWARD_RUN_GCLOUD_NOT_FOUND
View Source
const StatusCode_PORT_FORWARD_RUN_PROXY_START_ERROR = enums.StatusCode_PORT_FORWARD_RUN_PROXY_START_ERROR
View Source
const StatusCode_RENDER_KPTFILE_INIT_ERR = enums.StatusCode_RENDER_KPTFILE_INIT_ERR
View Source
const StatusCode_RENDER_KPTFILE_INVALID_SCHEMA_ERR = enums.StatusCode_RENDER_KPTFILE_INVALID_SCHEMA_ERR
View Source
const StatusCode_RENDER_KPTFILE_INVALID_YAML_ERR = enums.StatusCode_RENDER_KPTFILE_INVALID_YAML_ERR
View Source
const StatusCode_RENDER_MANIFEST_WRITE_ERR = enums.StatusCode_RENDER_MANIFEST_WRITE_ERR
View Source
const StatusCode_RENDER_NAMESPACE_ALREADY_SET_ERR = enums.StatusCode_RENDER_NAMESPACE_ALREADY_SET_ERR
View Source
const StatusCode_RENDER_PARSE_MANIFEST_IMAGES_ERR = enums.StatusCode_RENDER_PARSE_MANIFEST_IMAGES_ERR
View Source
const StatusCode_RENDER_REPLACE_IMAGE_ERR = enums.StatusCode_RENDER_REPLACE_IMAGE_ERR
View Source
const StatusCode_RENDER_SET_LABEL_ERR = enums.StatusCode_RENDER_SET_LABEL_ERR
View Source
const StatusCode_RENDER_SET_NAMESPACE_ERR = enums.StatusCode_RENDER_SET_NAMESPACE_ERR
View Source
const StatusCode_RENDER_SUCCESS = enums.StatusCode_RENDER_SUCCESS
View Source
const StatusCode_RENDER_TRANSFORM_MANIFEST_ERR = enums.StatusCode_RENDER_TRANSFORM_MANIFEST_ERR
View Source
const StatusCode_STATUSCHECK_CONFIG_CONNECTOR_FAILED = enums.StatusCode_STATUSCHECK_CONFIG_CONNECTOR_FAILED
View Source
const StatusCode_STATUSCHECK_CONFIG_CONNECTOR_IN_PROGRESS = enums.StatusCode_STATUSCHECK_CONFIG_CONNECTOR_IN_PROGRESS
View Source
const StatusCode_STATUSCHECK_CONFIG_CONNECTOR_NOT_FOUND = enums.StatusCode_STATUSCHECK_CONFIG_CONNECTOR_NOT_FOUND
View Source
const StatusCode_STATUSCHECK_CONFIG_CONNECTOR_RESOURCES_FETCH_ERR = enums.StatusCode_STATUSCHECK_CONFIG_CONNECTOR_RESOURCES_FETCH_ERR
View Source
const StatusCode_STATUSCHECK_CONFIG_CONNECTOR_TERMINATING = enums.StatusCode_STATUSCHECK_CONFIG_CONNECTOR_TERMINATING
View Source
const StatusCode_STATUSCHECK_CONTAINER_CREATING = enums.StatusCode_STATUSCHECK_CONTAINER_CREATING
View Source
const StatusCode_STATUSCHECK_CONTAINER_EXEC_ERROR = enums.StatusCode_STATUSCHECK_CONTAINER_EXEC_ERROR
View Source
const StatusCode_STATUSCHECK_CONTAINER_RESTARTING = enums.StatusCode_STATUSCHECK_CONTAINER_RESTARTING
View Source
const StatusCode_STATUSCHECK_CONTAINER_TERMINATED = enums.StatusCode_STATUSCHECK_CONTAINER_TERMINATED
View Source
const StatusCode_STATUSCHECK_CONTAINER_WAITING_UNKNOWN = enums.StatusCode_STATUSCHECK_CONTAINER_WAITING_UNKNOWN
View Source
const StatusCode_STATUSCHECK_CUSTOM_RESOURCE_FAILED = enums.StatusCode_STATUSCHECK_CUSTOM_RESOURCE_FAILED
View Source
const StatusCode_STATUSCHECK_CUSTOM_RESOURCE_FETCH_ERR = enums.StatusCode_STATUSCHECK_CUSTOM_RESOURCE_FETCH_ERR
View Source
const StatusCode_STATUSCHECK_CUSTOM_RESOURCE_IN_PROGRESS = enums.StatusCode_STATUSCHECK_CUSTOM_RESOURCE_IN_PROGRESS
View Source
const StatusCode_STATUSCHECK_CUSTOM_RESOURCE_NOT_FOUND = enums.StatusCode_STATUSCHECK_CUSTOM_RESOURCE_NOT_FOUND
View Source
const StatusCode_STATUSCHECK_CUSTOM_RESOURCE_TERMINATING = enums.StatusCode_STATUSCHECK_CUSTOM_RESOURCE_TERMINATING
View Source
const StatusCode_STATUSCHECK_DEADLINE_EXCEEDED = enums.StatusCode_STATUSCHECK_DEADLINE_EXCEEDED
View Source
const StatusCode_STATUSCHECK_DEPLOYMENT_FETCH_ERR = enums.StatusCode_STATUSCHECK_DEPLOYMENT_FETCH_ERR
View Source
const StatusCode_STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING = enums.StatusCode_STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING
View Source
const StatusCode_STATUSCHECK_FAILED_SCHEDULING = enums.StatusCode_STATUSCHECK_FAILED_SCHEDULING
View Source
const StatusCode_STATUSCHECK_IMAGE_PULL_ERR = enums.StatusCode_STATUSCHECK_IMAGE_PULL_ERR
View Source
const StatusCode_STATUSCHECK_INTERNAL_ERROR = enums.StatusCode_STATUSCHECK_INTERNAL_ERROR
View Source
const StatusCode_STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR = enums.StatusCode_STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR
View Source
const StatusCode_STATUSCHECK_KUBECTL_CONNECTION_ERR = enums.StatusCode_STATUSCHECK_KUBECTL_CONNECTION_ERR
View Source
const StatusCode_STATUSCHECK_KUBECTL_PID_KILLED = enums.StatusCode_STATUSCHECK_KUBECTL_PID_KILLED
View Source
const StatusCode_STATUSCHECK_NODE_DISK_PRESSURE = enums.StatusCode_STATUSCHECK_NODE_DISK_PRESSURE
View Source
const StatusCode_STATUSCHECK_NODE_MEMORY_PRESSURE = enums.StatusCode_STATUSCHECK_NODE_MEMORY_PRESSURE
View Source
const StatusCode_STATUSCHECK_NODE_NETWORK_UNAVAILABLE = enums.StatusCode_STATUSCHECK_NODE_NETWORK_UNAVAILABLE
View Source
const StatusCode_STATUSCHECK_NODE_NOT_READY = enums.StatusCode_STATUSCHECK_NODE_NOT_READY
View Source
const StatusCode_STATUSCHECK_NODE_PID_PRESSURE = enums.StatusCode_STATUSCHECK_NODE_PID_PRESSURE
View Source
const StatusCode_STATUSCHECK_NODE_UNREACHABLE = enums.StatusCode_STATUSCHECK_NODE_UNREACHABLE
View Source
const StatusCode_STATUSCHECK_NODE_UNSCHEDULABLE = enums.StatusCode_STATUSCHECK_NODE_UNSCHEDULABLE
View Source
const StatusCode_STATUSCHECK_POD_INITIALIZING = enums.StatusCode_STATUSCHECK_POD_INITIALIZING
View Source
const StatusCode_STATUSCHECK_RUN_CONTAINER_ERR = enums.StatusCode_STATUSCHECK_RUN_CONTAINER_ERR
View Source
const StatusCode_STATUSCHECK_STANDALONE_PODS_FETCH_ERR = enums.StatusCode_STATUSCHECK_STANDALONE_PODS_FETCH_ERR
View Source
const StatusCode_STATUSCHECK_STANDALONE_PODS_PENDING = enums.StatusCode_STATUSCHECK_STANDALONE_PODS_PENDING
View Source
const StatusCode_STATUSCHECK_STATEFULSET_FETCH_ERR = enums.StatusCode_STATUSCHECK_STATEFULSET_FETCH_ERR
View Source
const StatusCode_STATUSCHECK_SUCCESS = enums.StatusCode_STATUSCHECK_SUCCESS
View Source
const StatusCode_STATUSCHECK_UNHEALTHY = enums.StatusCode_STATUSCHECK_UNHEALTHY
View Source
const StatusCode_STATUSCHECK_UNKNOWN = enums.StatusCode_STATUSCHECK_UNKNOWN
View Source
const StatusCode_STATUSCHECK_UNKNOWN_EVENT = enums.StatusCode_STATUSCHECK_UNKNOWN_EVENT
View Source
const StatusCode_STATUSCHECK_UNKNOWN_UNSCHEDULABLE = enums.StatusCode_STATUSCHECK_UNKNOWN_UNSCHEDULABLE
View Source
const StatusCode_STATUSCHECK_USER_CANCELLED = enums.StatusCode_STATUSCHECK_USER_CANCELLED
View Source
const StatusCode_SYNC_INIT_ERROR = enums.StatusCode_SYNC_INIT_ERROR
View Source
const StatusCode_SYNC_UNKNOWN = enums.StatusCode_SYNC_UNKNOWN
View Source
const StatusCode_TEST_CST_USER_ERR = enums.StatusCode_TEST_CST_USER_ERR
View Source
const StatusCode_TEST_CUSTOM_CMD_PARSE_ERR = enums.StatusCode_TEST_CUSTOM_CMD_PARSE_ERR
View Source
const StatusCode_TEST_CUSTOM_CMD_RETRIEVE_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RETRIEVE_ERR
View Source
const StatusCode_TEST_CUSTOM_CMD_RUN_CANCELLED_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_CANCELLED_ERR
View Source
const StatusCode_TEST_CUSTOM_CMD_RUN_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_ERR
View Source
const StatusCode_TEST_CUSTOM_CMD_RUN_EXECUTION_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_EXECUTION_ERR
View Source
const StatusCode_TEST_CUSTOM_CMD_RUN_EXITED_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_EXITED_ERR
View Source
const StatusCode_TEST_CUSTOM_CMD_RUN_NON_ZERO_EXIT_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_NON_ZERO_EXIT_ERR
View Source
const StatusCode_TEST_CUSTOM_CMD_RUN_TIMEDOUT_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_TIMEDOUT_ERR
View Source
const StatusCode_TEST_CUSTOM_DEPENDENCIES_CMD_ERR = enums.StatusCode_TEST_CUSTOM_DEPENDENCIES_CMD_ERR
View Source
const StatusCode_TEST_CUSTOM_DEPENDENCIES_UNMARSHALL_ERR = enums.StatusCode_TEST_CUSTOM_DEPENDENCIES_UNMARSHALL_ERR
View Source
const StatusCode_TEST_IMG_PULL_ERR = enums.StatusCode_TEST_IMG_PULL_ERR
View Source
const StatusCode_TEST_SUCCESS = enums.StatusCode_TEST_SUCCESS
View Source
const StatusCode_TEST_UNKNOWN = enums.StatusCode_TEST_UNKNOWN
View Source
const StatusCode_TEST_USER_CONFIG_ERR = enums.StatusCode_TEST_USER_CONFIG_ERR
View Source
const StatusCode_UNKNOWN_ERROR = enums.StatusCode_UNKNOWN_ERROR
View Source
const SuggestionCode_ADDRESS_FAILED_SCHEDULING = enums.SuggestionCode_ADDRESS_FAILED_SCHEDULING
View Source
const SuggestionCode_ADDRESS_NODE_DISK_PRESSURE = enums.SuggestionCode_ADDRESS_NODE_DISK_PRESSURE
View Source
const SuggestionCode_ADDRESS_NODE_MEMORY_PRESSURE = enums.SuggestionCode_ADDRESS_NODE_MEMORY_PRESSURE
View Source
const SuggestionCode_ADDRESS_NODE_NETWORK_UNAVAILABLE = enums.SuggestionCode_ADDRESS_NODE_NETWORK_UNAVAILABLE
View Source
const SuggestionCode_ADDRESS_NODE_NOT_READY = enums.SuggestionCode_ADDRESS_NODE_NOT_READY
View Source
const SuggestionCode_ADDRESS_NODE_PID_PRESSURE = enums.SuggestionCode_ADDRESS_NODE_PID_PRESSURE
View Source
const SuggestionCode_ADDRESS_NODE_UNREACHABLE = enums.SuggestionCode_ADDRESS_NODE_UNREACHABLE
View Source
const SuggestionCode_ADDRESS_NODE_UNSCHEDULABLE = enums.SuggestionCode_ADDRESS_NODE_UNSCHEDULABLE
View Source
const SuggestionCode_ADD_DEFAULT_REPO = enums.SuggestionCode_ADD_DEFAULT_REPO
View Source
const SuggestionCode_ALIGN_KPT_INVENTORY = enums.SuggestionCode_ALIGN_KPT_INVENTORY
View Source
const SuggestionCode_BUILD_FIX_UNKNOWN_PLATFORM_FLAG = enums.SuggestionCode_BUILD_FIX_UNKNOWN_PLATFORM_FLAG
View Source
const SuggestionCode_BUILD_INSTALL_PLATFORM_EMULATORS = enums.SuggestionCode_BUILD_INSTALL_PLATFORM_EMULATORS
View Source
const SuggestionCode_CHECK_CLUSTER_CONNECTION = enums.SuggestionCode_CHECK_CLUSTER_CONNECTION
View Source
const SuggestionCode_CHECK_CONTAINER_IMAGE = enums.SuggestionCode_CHECK_CONTAINER_IMAGE
View Source
const SuggestionCode_CHECK_CONTAINER_LOGS = enums.SuggestionCode_CHECK_CONTAINER_LOGS
View Source
const SuggestionCode_CHECK_CUSTOM_COMMAND = enums.SuggestionCode_CHECK_CUSTOM_COMMAND
View Source
const SuggestionCode_CHECK_CUSTOM_COMMAND_DEPENDENCIES_CMD = enums.SuggestionCode_CHECK_CUSTOM_COMMAND_DEPENDENCIES_CMD
View Source
const SuggestionCode_CHECK_CUSTOM_COMMAND_DEPENDENCIES_PATHS = enums.SuggestionCode_CHECK_CUSTOM_COMMAND_DEPENDENCIES_PATHS
View Source
const SuggestionCode_CHECK_DEFAULT_REPO = enums.SuggestionCode_CHECK_DEFAULT_REPO
View Source
const SuggestionCode_CHECK_DEFAULT_REPO_GLOBAL_CONFIG = enums.SuggestionCode_CHECK_DEFAULT_REPO_GLOBAL_CONFIG
View Source
const SuggestionCode_CHECK_DOCKER_NETWORK_CONTAINER_RUNNING = enums.SuggestionCode_CHECK_DOCKER_NETWORK_CONTAINER_RUNNING
View Source
const SuggestionCode_CHECK_DOCKER_RUNNING = enums.SuggestionCode_CHECK_DOCKER_RUNNING
View Source
const SuggestionCode_CHECK_GCLOUD_PROJECT = enums.SuggestionCode_CHECK_GCLOUD_PROJECT
View Source
const SuggestionCode_CHECK_HOST_CONNECTION = enums.SuggestionCode_CHECK_HOST_CONNECTION
View Source
const SuggestionCode_CHECK_MINIKUBE_STATUS = enums.SuggestionCode_CHECK_MINIKUBE_STATUS
View Source
const SuggestionCode_CHECK_READINESS_PROBE = enums.SuggestionCode_CHECK_READINESS_PROBE
View Source
const SuggestionCode_CHECK_TEST_COMMAND_AND_IMAGE_NAME = enums.SuggestionCode_CHECK_TEST_COMMAND_AND_IMAGE_NAME
View Source
const SuggestionCode_CONFIG_ALLOWLIST_VALIDATORS = enums.SuggestionCode_CONFIG_ALLOWLIST_VALIDATORS
View Source
const SuggestionCode_CONFIG_ALLOWLIST_transformers = enums.SuggestionCode_CONFIG_ALLOWLIST_transformers
View Source
const SuggestionCode_CONFIG_CHANGE_NAMES = enums.SuggestionCode_CONFIG_CHANGE_NAMES
View Source
const SuggestionCode_CONFIG_CHECK_DEPENDENCY_DEFINITION = enums.SuggestionCode_CONFIG_CHECK_DEPENDENCY_DEFINITION
View Source
const SuggestionCode_CONFIG_CHECK_DEPENDENCY_PROFILES_SELECTION = enums.SuggestionCode_CONFIG_CHECK_DEPENDENCY_PROFILES_SELECTION
View Source
const SuggestionCode_CONFIG_CHECK_FILE_PATH = enums.SuggestionCode_CONFIG_CHECK_FILE_PATH
View Source
const SuggestionCode_CONFIG_CHECK_FILTER = enums.SuggestionCode_CONFIG_CHECK_FILTER
View Source
const SuggestionCode_CONFIG_CHECK_PROFILE_DEFINITION = enums.SuggestionCode_CONFIG_CHECK_PROFILE_DEFINITION
View Source
const SuggestionCode_CONFIG_CHECK_PROFILE_SELECTION = enums.SuggestionCode_CONFIG_CHECK_PROFILE_SELECTION
View Source
const SuggestionCode_CONFIG_ENABLE_REMOTE_REPO_SYNC = enums.SuggestionCode_CONFIG_ENABLE_REMOTE_REPO_SYNC
View Source
const SuggestionCode_CONFIG_FIX_API_VERSION = enums.SuggestionCode_CONFIG_FIX_API_VERSION
View Source
const SuggestionCode_CONFIG_FIX_MISSING_MANIFEST_FILE = enums.SuggestionCode_CONFIG_FIX_MISSING_MANIFEST_FILE
View Source
const SuggestionCode_CONFIG_FIX_SKAFFOLD_CONFIG_VERSION = enums.SuggestionCode_CONFIG_FIX_SKAFFOLD_CONFIG_VERSION
View Source
const SuggestionCode_DOCKER_AUTH_CONFIGURE = enums.SuggestionCode_DOCKER_AUTH_CONFIGURE
View Source
const SuggestionCode_DOCKER_BUILD_RETRY = enums.SuggestionCode_DOCKER_BUILD_RETRY
View Source
const SuggestionCode_FIX_CACHE_FROM_ARTIFACT_CONFIG = enums.SuggestionCode_FIX_CACHE_FROM_ARTIFACT_CONFIG
View Source
const SuggestionCode_FIX_CUSTOM_COMMAND_TIMEOUT = enums.SuggestionCode_FIX_CUSTOM_COMMAND_TIMEOUT
View Source
const SuggestionCode_FIX_DOCKER_NETWORK_CONTAINER_NAME = enums.SuggestionCode_FIX_DOCKER_NETWORK_CONTAINER_NAME
View Source
const SuggestionCode_FIX_DOCKER_NETWORK_MODE_WHEN_EXTRACTING_CONTAINER_NAME = enums.SuggestionCode_FIX_DOCKER_NETWORK_MODE_WHEN_EXTRACTING_CONTAINER_NAME
View Source
const SuggestionCode_FIX_JIB_PLUGIN_CONFIGURATION = enums.SuggestionCode_FIX_JIB_PLUGIN_CONFIGURATION
View Source
const SuggestionCode_FIX_SKAFFOLD_CONFIG_DOCKERFILE = enums.SuggestionCode_FIX_SKAFFOLD_CONFIG_DOCKERFILE
View Source
const SuggestionCode_FIX_SKAFFOLD_CONFIG_HELM_ARTIFACT_OVERRIDES = enums.SuggestionCode_FIX_SKAFFOLD_CONFIG_HELM_ARTIFACT_OVERRIDES
View Source
const SuggestionCode_FIX_SKAFFOLD_CONFIG_HELM_CREATE_NAMESPACE = enums.SuggestionCode_FIX_SKAFFOLD_CONFIG_HELM_CREATE_NAMESPACE
View Source
const SuggestionCode_FIX_USER_BUILD_ERR = enums.SuggestionCode_FIX_USER_BUILD_ERR
View Source
const SuggestionCode_GCLOUD_DOCKER_AUTH_CONFIGURE = enums.SuggestionCode_GCLOUD_DOCKER_AUTH_CONFIGURE
View Source
const SuggestionCode_INSPECT_CHECK_INPUT_PROFILE = enums.SuggestionCode_INSPECT_CHECK_INPUT_PROFILE
View Source
const SuggestionCode_INSPECT_USE_ADD_BUILD_ENV = enums.SuggestionCode_INSPECT_USE_ADD_BUILD_ENV
View Source
const SuggestionCode_INSPECT_USE_MODIFY_OR_NEW_PROFILE = enums.SuggestionCode_INSPECT_USE_MODIFY_OR_NEW_PROFILE
View Source
const SuggestionCode_INSTALL_HELM = enums.SuggestionCode_INSTALL_HELM
View Source
const SuggestionCode_INSTALL_KUBECTL = enums.SuggestionCode_INSTALL_KUBECTL
View Source
const SuggestionCode_INVALID_KPT_MANIFESTS = enums.SuggestionCode_INVALID_KPT_MANIFESTS
View Source
const SuggestionCode_KPTFILE_CHECK_YAML = enums.SuggestionCode_KPTFILE_CHECK_YAML
View Source
const SuggestionCode_KPTFILE_MANUAL_INIT = enums.SuggestionCode_KPTFILE_MANUAL_INIT
View Source
const SuggestionCode_NIL = enums.SuggestionCode_NIL
View Source
const SuggestionCode_OPEN_ISSUE = enums.SuggestionCode_OPEN_ISSUE
View Source
const SuggestionCode_REMOVE_NAMESPACE_FROM_MANIFESTS = enums.SuggestionCode_REMOVE_NAMESPACE_FROM_MANIFESTS
View Source
const SuggestionCode_RUN_DOCKER_PRUNE = enums.SuggestionCode_RUN_DOCKER_PRUNE
View Source
const SuggestionCode_RUN_DOCKER_PULL = enums.SuggestionCode_RUN_DOCKER_PULL
View Source
const SuggestionCode_SET_CLEANUP_FLAG = enums.SuggestionCode_SET_CLEANUP_FLAG
View Source
const SuggestionCode_SET_PUSH_AND_CONTAINER_REGISTRY = enums.SuggestionCode_SET_PUSH_AND_CONTAINER_REGISTRY
View Source
const SuggestionCode_SET_RENDER_FLAG_OFFLINE_FALSE = enums.SuggestionCode_SET_RENDER_FLAG_OFFLINE_FALSE
View Source
const SuggestionCode_SPECIFY_CLOUD_RUN_LOCATION = enums.SuggestionCode_SPECIFY_CLOUD_RUN_LOCATION
View Source
const SuggestionCode_START_MINIKUBE = enums.SuggestionCode_START_MINIKUBE
View Source
const SuggestionCode_UNPAUSE_MINIKUBE = enums.SuggestionCode_UNPAUSE_MINIKUBE
View Source
const SuggestionCode_UPGRADE_HELM = enums.SuggestionCode_UPGRADE_HELM
View Source
const SuggestionCode_UPGRADE_HELM32 = enums.SuggestionCode_UPGRADE_HELM32
View Source
const TesterType_CONTAINER_STRUCTURE_TEST = enums.TesterType_CONTAINER_STRUCTURE_TEST
View Source
const TesterType_UNIT = enums.TesterType_UNIT
View Source
const TesterType_UNKNOWN_TEST_TYPE = enums.TesterType_UNKNOWN_TEST_TYPE

Variables

View Source
var BuildType_name = enums.BuildType_name
View Source
var BuildType_value = enums.BuildType_value
View Source
var BuilderType_name = enums.BuilderType_name
View Source
var BuilderType_value = enums.BuilderType_value
View Source
var ClusterType_name = enums.ClusterType_name
View Source
var ClusterType_value = enums.ClusterType_value
View Source
var DeployerType_name = enums.DeployerType_name
View Source
var DeployerType_value = enums.DeployerType_value
View Source
var File_v1_skaffold_proto protoreflect.FileDescriptor
View Source
var LogLevel_name = enums.LogLevel_name
View Source
var LogLevel_value = enums.LogLevel_value
View Source
var RenderType_name = enums.RenderType_name
View Source
var RenderType_value = enums.RenderType_value
View Source
var SkaffoldService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "proto.SkaffoldService",
	HandlerType: (*SkaffoldServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetState",
			Handler:    _SkaffoldService_GetState_Handler,
		},
		{
			MethodName: "Execute",
			Handler:    _SkaffoldService_Execute_Handler,
		},
		{
			MethodName: "AutoBuild",
			Handler:    _SkaffoldService_AutoBuild_Handler,
		},
		{
			MethodName: "AutoSync",
			Handler:    _SkaffoldService_AutoSync_Handler,
		},
		{
			MethodName: "AutoDeploy",
			Handler:    _SkaffoldService_AutoDeploy_Handler,
		},
		{
			MethodName: "Handle",
			Handler:    _SkaffoldService_Handle_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "EventLog",
			Handler:       _SkaffoldService_EventLog_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "Events",
			Handler:       _SkaffoldService_Events_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "v1/skaffold.proto",
}

SkaffoldService_ServiceDesc is the grpc.ServiceDesc for SkaffoldService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var StatusCode_name = enums.StatusCode_name
View Source
var StatusCode_value = enums.StatusCode_value
View Source
var SuggestionCode_name = enums.SuggestionCode_name
View Source
var SuggestionCode_value = enums.SuggestionCode_value
View Source
var TesterType_name = enums.TesterType_name
View Source
var TesterType_value = enums.TesterType_value

Functions

func RegisterSkaffoldServiceHandler

func RegisterSkaffoldServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterSkaffoldServiceHandler registers the http handlers for service SkaffoldService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterSkaffoldServiceHandlerClient

func RegisterSkaffoldServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SkaffoldServiceClient) error

RegisterSkaffoldServiceHandlerClient registers the http handlers for service SkaffoldService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SkaffoldServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SkaffoldServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SkaffoldServiceClient" to call the correct interceptors.

func RegisterSkaffoldServiceHandlerFromEndpoint

func RegisterSkaffoldServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterSkaffoldServiceHandlerFromEndpoint is same as RegisterSkaffoldServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterSkaffoldServiceHandlerServer

func RegisterSkaffoldServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SkaffoldServiceServer) error

RegisterSkaffoldServiceHandlerServer registers the http handlers for service SkaffoldService to "mux". UnaryRPC :call SkaffoldServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterSkaffoldServiceHandlerFromEndpoint instead.

func RegisterSkaffoldServiceServer

func RegisterSkaffoldServiceServer(s grpc.ServiceRegistrar, srv SkaffoldServiceServer)

Types

type ActionableErr

type ActionableErr struct {
	ErrCode     enums.StatusCode `protobuf:"varint,1,opt,name=errCode,proto3,enum=proto.enums.StatusCode" json:"errCode,omitempty"` // error code representing the error
	Message     string           `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`                              // message describing the error.
	Suggestions []*Suggestion    `protobuf:"bytes,3,rep,name=suggestions,proto3" json:"suggestions,omitempty"`                      // list of suggestions
	// contains filtered or unexported fields
}

`ActionableErr` defines an error that occurred along with an optional list of suggestions

func (*ActionableErr) Descriptor deprecated

func (*ActionableErr) Descriptor() ([]byte, []int)

Deprecated: Use ActionableErr.ProtoReflect.Descriptor instead.

func (*ActionableErr) GetErrCode

func (x *ActionableErr) GetErrCode() enums.StatusCode

func (*ActionableErr) GetMessage

func (x *ActionableErr) GetMessage() string

func (*ActionableErr) GetSuggestions

func (x *ActionableErr) GetSuggestions() []*Suggestion

func (*ActionableErr) ProtoMessage

func (*ActionableErr) ProtoMessage()

func (*ActionableErr) ProtoReflect

func (x *ActionableErr) ProtoReflect() protoreflect.Message

func (*ActionableErr) Reset

func (x *ActionableErr) Reset()

func (*ActionableErr) String

func (x *ActionableErr) String() string

type BuildEvent

type BuildEvent struct {
	Artifact        string           `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`                            // artifact name
	Status          string           `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`                                // artifact build status oneof: InProgress, Completed, Failed
	Err             string           `protobuf:"bytes,3,opt,name=err,proto3" json:"err,omitempty"`                                      // Deprecated. Use actionableErr.message. error when build status is Failed.
	ErrCode         enums.StatusCode `protobuf:"varint,4,opt,name=errCode,proto3,enum=proto.enums.StatusCode" json:"errCode,omitempty"` // Deprecated. Use actionableErr.errCode. status code representing success or failure
	ActionableErr   *ActionableErr   `protobuf:"bytes,5,opt,name=actionableErr,proto3" json:"actionableErr,omitempty"`                  // actionable error message
	HostPlatform    string           `protobuf:"bytes,6,opt,name=hostPlatform,proto3" json:"hostPlatform,omitempty"`                    // architecture of the host machine. For example `linux/amd64`
	TargetPlatforms string           `protobuf:"bytes,7,opt,name=targetPlatforms,proto3" json:"targetPlatforms,omitempty"`              // comma-delimited list of build target architectures. For example `linux/amd64,linux/arm64`
	// contains filtered or unexported fields
}

`BuildEvent` describes the build status per artifact, and will be emitted by Skaffold anytime a build starts or finishes, successfully or not. If the build fails, an error will be attached to the event.

func (*BuildEvent) Descriptor deprecated

func (*BuildEvent) Descriptor() ([]byte, []int)

Deprecated: Use BuildEvent.ProtoReflect.Descriptor instead.

func (*BuildEvent) GetActionableErr

func (x *BuildEvent) GetActionableErr() *ActionableErr

func (*BuildEvent) GetArtifact

func (x *BuildEvent) GetArtifact() string

func (*BuildEvent) GetErr

func (x *BuildEvent) GetErr() string

func (*BuildEvent) GetErrCode

func (x *BuildEvent) GetErrCode() enums.StatusCode

func (*BuildEvent) GetHostPlatform

func (x *BuildEvent) GetHostPlatform() string

func (*BuildEvent) GetStatus

func (x *BuildEvent) GetStatus() string

func (*BuildEvent) GetTargetPlatforms

func (x *BuildEvent) GetTargetPlatforms() string

func (*BuildEvent) ProtoMessage

func (*BuildEvent) ProtoMessage()

func (*BuildEvent) ProtoReflect

func (x *BuildEvent) ProtoReflect() protoreflect.Message

func (*BuildEvent) Reset

func (x *BuildEvent) Reset()

func (*BuildEvent) String

func (x *BuildEvent) String() string

type BuildMetadata

type BuildMetadata struct {
	NumberOfArtifacts int32                         `protobuf:"varint,1,opt,name=numberOfArtifacts,proto3" json:"numberOfArtifacts,omitempty"`
	Builders          []*BuildMetadata_ImageBuilder `protobuf:"bytes,2,rep,name=builders,proto3" json:"builders,omitempty"`
	Type              enums.BuildType               `protobuf:"varint,3,opt,name=type,proto3,enum=proto.enums.BuildType" json:"type,omitempty"`
	// Additional key value pairs to describe the deploy pipeline
	Additional map[string]string `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BuildMetadata) Descriptor deprecated

func (*BuildMetadata) Descriptor() ([]byte, []int)

Deprecated: Use BuildMetadata.ProtoReflect.Descriptor instead.

func (*BuildMetadata) GetAdditional

func (x *BuildMetadata) GetAdditional() map[string]string

func (*BuildMetadata) GetBuilders

func (x *BuildMetadata) GetBuilders() []*BuildMetadata_ImageBuilder

func (*BuildMetadata) GetNumberOfArtifacts

func (x *BuildMetadata) GetNumberOfArtifacts() int32

func (*BuildMetadata) GetType

func (x *BuildMetadata) GetType() enums.BuildType

func (*BuildMetadata) ProtoMessage

func (*BuildMetadata) ProtoMessage()

func (*BuildMetadata) ProtoReflect

func (x *BuildMetadata) ProtoReflect() protoreflect.Message

func (*BuildMetadata) Reset

func (x *BuildMetadata) Reset()

func (*BuildMetadata) String

func (x *BuildMetadata) String() string

type BuildMetadata_ImageBuilder

type BuildMetadata_ImageBuilder struct {
	Type  enums.BuilderType `protobuf:"varint,1,opt,name=type,proto3,enum=proto.enums.BuilderType" json:"type,omitempty"`
	Count int32             `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetadata_ImageBuilder) Descriptor deprecated

func (*BuildMetadata_ImageBuilder) Descriptor() ([]byte, []int)

Deprecated: Use BuildMetadata_ImageBuilder.ProtoReflect.Descriptor instead.

func (*BuildMetadata_ImageBuilder) GetCount

func (x *BuildMetadata_ImageBuilder) GetCount() int32

func (*BuildMetadata_ImageBuilder) GetType

func (*BuildMetadata_ImageBuilder) ProtoMessage

func (*BuildMetadata_ImageBuilder) ProtoMessage()

func (*BuildMetadata_ImageBuilder) ProtoReflect

func (*BuildMetadata_ImageBuilder) Reset

func (x *BuildMetadata_ImageBuilder) Reset()

func (*BuildMetadata_ImageBuilder) String

func (x *BuildMetadata_ImageBuilder) String() string

type BuildState

type BuildState struct {

	// A map of `artifact name -> build-state`.
	// Artifact name is defined in the `skaffold.yaml`.
	// The `build-state` can be: <br>
	// - `"Not started"`: not yet started <br>
	// - `"In progress"`: build started <br>
	// - `"Complete"`: build succeeded <br>
	// - `"Failed"`: build failed
	Artifacts   map[string]string `` /* 159-byte string literal not displayed */
	AutoTrigger bool              `protobuf:"varint,2,opt,name=autoTrigger,proto3" json:"autoTrigger,omitempty"`
	StatusCode  enums.StatusCode  `protobuf:"varint,3,opt,name=statusCode,proto3,enum=proto.enums.StatusCode" json:"statusCode,omitempty"`
	// contains filtered or unexported fields
}

`BuildState` maps Skaffold artifacts to their current build states

func (*BuildState) Descriptor deprecated

func (*BuildState) Descriptor() ([]byte, []int)

Deprecated: Use BuildState.ProtoReflect.Descriptor instead.

func (*BuildState) GetArtifacts

func (x *BuildState) GetArtifacts() map[string]string

func (*BuildState) GetAutoTrigger

func (x *BuildState) GetAutoTrigger() bool

func (*BuildState) GetStatusCode

func (x *BuildState) GetStatusCode() enums.StatusCode

func (*BuildState) ProtoMessage

func (*BuildState) ProtoMessage()

func (*BuildState) ProtoReflect

func (x *BuildState) ProtoReflect() protoreflect.Message

func (*BuildState) Reset

func (x *BuildState) Reset()

func (*BuildState) String

func (x *BuildState) String() string

type BuildType

type BuildType = enums.BuildType

type BuilderType

type BuilderType = enums.BuilderType

type ClusterType

type ClusterType = enums.ClusterType

type DebuggingContainerEvent

type DebuggingContainerEvent struct {
	Status        string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`               // the container status oneof: Started, Terminated
	PodName       string            `protobuf:"bytes,2,opt,name=podName,proto3" json:"podName,omitempty"`             // the pod name with the debugging container
	ContainerName string            `protobuf:"bytes,3,opt,name=containerName,proto3" json:"containerName,omitempty"` // the name of the container configured for debugging
	Namespace     string            `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`         // the namespace of the debugging container
	Artifact      string            `protobuf:"bytes,5,opt,name=artifact,proto3" json:"artifact,omitempty"`           // the corresponding artifact's image name
	Runtime       string            `protobuf:"bytes,6,opt,name=runtime,proto3" json:"runtime,omitempty"`             // the detected language runtime
	WorkingDir    string            `protobuf:"bytes,7,opt,name=workingDir,proto3" json:"workingDir,omitempty"`       // the working directory in the container image
	DebugPorts    map[string]uint32 ``                                                                                // the exposed debugging-related ports
	/* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

DebuggingContainerEvent is raised when a debugging container is started or terminated

func (*DebuggingContainerEvent) Descriptor deprecated

func (*DebuggingContainerEvent) Descriptor() ([]byte, []int)

Deprecated: Use DebuggingContainerEvent.ProtoReflect.Descriptor instead.

func (*DebuggingContainerEvent) GetArtifact

func (x *DebuggingContainerEvent) GetArtifact() string

func (*DebuggingContainerEvent) GetContainerName

func (x *DebuggingContainerEvent) GetContainerName() string

func (*DebuggingContainerEvent) GetDebugPorts

func (x *DebuggingContainerEvent) GetDebugPorts() map[string]uint32

func (*DebuggingContainerEvent) GetNamespace

func (x *DebuggingContainerEvent) GetNamespace() string

func (*DebuggingContainerEvent) GetPodName

func (x *DebuggingContainerEvent) GetPodName() string

func (*DebuggingContainerEvent) GetRuntime

func (x *DebuggingContainerEvent) GetRuntime() string

func (*DebuggingContainerEvent) GetStatus

func (x *DebuggingContainerEvent) GetStatus() string

func (*DebuggingContainerEvent) GetWorkingDir

func (x *DebuggingContainerEvent) GetWorkingDir() string

func (*DebuggingContainerEvent) ProtoMessage

func (*DebuggingContainerEvent) ProtoMessage()

func (*DebuggingContainerEvent) ProtoReflect

func (x *DebuggingContainerEvent) ProtoReflect() protoreflect.Message

func (*DebuggingContainerEvent) Reset

func (x *DebuggingContainerEvent) Reset()

func (*DebuggingContainerEvent) String

func (x *DebuggingContainerEvent) String() string

type DeployEvent

type DeployEvent struct {
	Status        string           `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`                                // deployment status oneof: InProgress, Completed, Failed
	Err           string           `protobuf:"bytes,2,opt,name=err,proto3" json:"err,omitempty"`                                      // Deprecated. Use actionableErr.message. error when status is Failed
	ErrCode       enums.StatusCode `protobuf:"varint,3,opt,name=errCode,proto3,enum=proto.enums.StatusCode" json:"errCode,omitempty"` // Deprecated. Use actionableErr.errCode. status code representing success or failure
	ActionableErr *ActionableErr   `protobuf:"bytes,4,opt,name=actionableErr,proto3" json:"actionableErr,omitempty"`                  // actionable error message
	// contains filtered or unexported fields
}

`DeployEvent` represents the status of a deployment, and is emitted by Skaffold anytime a deployment starts or completes, successfully or not.

func (*DeployEvent) Descriptor deprecated

func (*DeployEvent) Descriptor() ([]byte, []int)

Deprecated: Use DeployEvent.ProtoReflect.Descriptor instead.

func (*DeployEvent) GetActionableErr

func (x *DeployEvent) GetActionableErr() *ActionableErr

func (*DeployEvent) GetErr

func (x *DeployEvent) GetErr() string

func (*DeployEvent) GetErrCode

func (x *DeployEvent) GetErrCode() enums.StatusCode

func (*DeployEvent) GetStatus

func (x *DeployEvent) GetStatus() string

func (*DeployEvent) ProtoMessage

func (*DeployEvent) ProtoMessage()

func (*DeployEvent) ProtoReflect

func (x *DeployEvent) ProtoReflect() protoreflect.Message

func (*DeployEvent) Reset

func (x *DeployEvent) Reset()

func (*DeployEvent) String

func (x *DeployEvent) String() string

type DeployMetadata

type DeployMetadata struct {
	Deployers []*DeployMetadata_Deployer `protobuf:"bytes,1,rep,name=deployers,proto3" json:"deployers,omitempty"`
	Cluster   enums.ClusterType          `protobuf:"varint,2,opt,name=cluster,proto3,enum=proto.enums.ClusterType" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

func (*DeployMetadata) Descriptor deprecated

func (*DeployMetadata) Descriptor() ([]byte, []int)

Deprecated: Use DeployMetadata.ProtoReflect.Descriptor instead.

func (*DeployMetadata) GetCluster

func (x *DeployMetadata) GetCluster() enums.ClusterType

func (*DeployMetadata) GetDeployers

func (x *DeployMetadata) GetDeployers() []*DeployMetadata_Deployer

func (*DeployMetadata) ProtoMessage

func (*DeployMetadata) ProtoMessage()

func (*DeployMetadata) ProtoReflect

func (x *DeployMetadata) ProtoReflect() protoreflect.Message

func (*DeployMetadata) Reset

func (x *DeployMetadata) Reset()

func (*DeployMetadata) String

func (x *DeployMetadata) String() string

type DeployMetadata_Deployer

type DeployMetadata_Deployer struct {
	Type  enums.DeployerType `protobuf:"varint,1,opt,name=type,proto3,enum=proto.enums.DeployerType" json:"type,omitempty"`
	Count int32              `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*DeployMetadata_Deployer) Descriptor deprecated

func (*DeployMetadata_Deployer) Descriptor() ([]byte, []int)

Deprecated: Use DeployMetadata_Deployer.ProtoReflect.Descriptor instead.

func (*DeployMetadata_Deployer) GetCount

func (x *DeployMetadata_Deployer) GetCount() int32

func (*DeployMetadata_Deployer) GetType

func (*DeployMetadata_Deployer) ProtoMessage

func (*DeployMetadata_Deployer) ProtoMessage()

func (*DeployMetadata_Deployer) ProtoReflect

func (x *DeployMetadata_Deployer) ProtoReflect() protoreflect.Message

func (*DeployMetadata_Deployer) Reset

func (x *DeployMetadata_Deployer) Reset()

func (*DeployMetadata_Deployer) String

func (x *DeployMetadata_Deployer) String() string

type DeployState

type DeployState struct {
	Status      string           `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	AutoTrigger bool             `protobuf:"varint,2,opt,name=autoTrigger,proto3" json:"autoTrigger,omitempty"`
	StatusCode  enums.StatusCode `protobuf:"varint,3,opt,name=statusCode,proto3,enum=proto.enums.StatusCode" json:"statusCode,omitempty"`
	// contains filtered or unexported fields
}

`DeployState` describes the status of the current deploy

func (*DeployState) Descriptor deprecated

func (*DeployState) Descriptor() ([]byte, []int)

Deprecated: Use DeployState.ProtoReflect.Descriptor instead.

func (*DeployState) GetAutoTrigger

func (x *DeployState) GetAutoTrigger() bool

func (*DeployState) GetStatus

func (x *DeployState) GetStatus() string

func (*DeployState) GetStatusCode

func (x *DeployState) GetStatusCode() enums.StatusCode

func (*DeployState) ProtoMessage

func (*DeployState) ProtoMessage()

func (*DeployState) ProtoReflect

func (x *DeployState) ProtoReflect() protoreflect.Message

func (*DeployState) Reset

func (x *DeployState) Reset()

func (*DeployState) String

func (x *DeployState) String() string

type DeployerType

type DeployerType = enums.DeployerType

type DevLoopEvent

type DevLoopEvent struct {
	Iteration int32          `protobuf:"varint,1,opt,name=iteration,proto3" json:"iteration,omitempty"` // dev loop iteration. 0 represents initialization loop.
	Status    string         `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`        // dev loop status oneof: In Progress, Completed, Failed
	Err       *ActionableErr `protobuf:"bytes,3,opt,name=err,proto3" json:"err,omitempty"`              // actionable error message
	// contains filtered or unexported fields
}

`DevLoopEvent` marks the start and end of a dev loop.

func (*DevLoopEvent) Descriptor deprecated

func (*DevLoopEvent) Descriptor() ([]byte, []int)

Deprecated: Use DevLoopEvent.ProtoReflect.Descriptor instead.

func (*DevLoopEvent) GetErr

func (x *DevLoopEvent) GetErr() *ActionableErr

func (*DevLoopEvent) GetIteration

func (x *DevLoopEvent) GetIteration() int32

func (*DevLoopEvent) GetStatus

func (x *DevLoopEvent) GetStatus() string

func (*DevLoopEvent) ProtoMessage

func (*DevLoopEvent) ProtoMessage()

func (*DevLoopEvent) ProtoReflect

func (x *DevLoopEvent) ProtoReflect() protoreflect.Message

func (*DevLoopEvent) Reset

func (x *DevLoopEvent) Reset()

func (*DevLoopEvent) String

func (x *DevLoopEvent) String() string

type Event

type Event struct {

	// Types that are assignable to EventType:
	//	*Event_MetaEvent
	//	*Event_BuildEvent
	//	*Event_DeployEvent
	//	*Event_PortEvent
	//	*Event_StatusCheckEvent
	//	*Event_ResourceStatusCheckEvent
	//	*Event_FileSyncEvent
	//	*Event_DebuggingContainerEvent
	//	*Event_DevLoopEvent
	//	*Event_TerminationEvent
	//	*Event_TestEvent
	EventType isEvent_EventType `protobuf_oneof:"event_type"`
	// contains filtered or unexported fields
}

`Event` describes an event in the Skaffold process. It is one of MetaEvent, BuildEvent, TestEvent, DeployEvent, PortEvent, StatusCheckEvent, ResourceStatusCheckEvent, FileSyncEvent, or DebuggingContainerEvent.

func (*Event) Descriptor deprecated

func (*Event) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetBuildEvent

func (x *Event) GetBuildEvent() *BuildEvent

func (*Event) GetDebuggingContainerEvent

func (x *Event) GetDebuggingContainerEvent() *DebuggingContainerEvent

func (*Event) GetDeployEvent

func (x *Event) GetDeployEvent() *DeployEvent

func (*Event) GetDevLoopEvent

func (x *Event) GetDevLoopEvent() *DevLoopEvent

func (*Event) GetEventType

func (m *Event) GetEventType() isEvent_EventType

func (*Event) GetFileSyncEvent

func (x *Event) GetFileSyncEvent() *FileSyncEvent

func (*Event) GetMetaEvent

func (x *Event) GetMetaEvent() *MetaEvent

func (*Event) GetPortEvent

func (x *Event) GetPortEvent() *PortEvent

func (*Event) GetResourceStatusCheckEvent

func (x *Event) GetResourceStatusCheckEvent() *ResourceStatusCheckEvent

func (*Event) GetStatusCheckEvent

func (x *Event) GetStatusCheckEvent() *StatusCheckEvent

func (*Event) GetTerminationEvent

func (x *Event) GetTerminationEvent() *TerminationEvent

func (*Event) GetTestEvent

func (x *Event) GetTestEvent() *TestEvent

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type Event_BuildEvent

type Event_BuildEvent struct {
	BuildEvent *BuildEvent `protobuf:"bytes,2,opt,name=buildEvent,proto3,oneof"` // describes if the build status per artifact. Status could be one of "InProgress", "Completed" or "Failed".
}

type Event_DebuggingContainerEvent

type Event_DebuggingContainerEvent struct {
	DebuggingContainerEvent *DebuggingContainerEvent `protobuf:"bytes,8,opt,name=debuggingContainerEvent,proto3,oneof"` // describes the appearance or disappearance of a debugging container
}

type Event_DeployEvent

type Event_DeployEvent struct {
	DeployEvent *DeployEvent `protobuf:"bytes,3,opt,name=deployEvent,proto3,oneof"` // describes if the deployment has started, is in progress or is complete.
}

type Event_DevLoopEvent

type Event_DevLoopEvent struct {
	DevLoopEvent *DevLoopEvent `protobuf:"bytes,9,opt,name=devLoopEvent,proto3,oneof"` // describes a start and end of a dev loop.
}

type Event_FileSyncEvent

type Event_FileSyncEvent struct {
	FileSyncEvent *FileSyncEvent `protobuf:"bytes,7,opt,name=fileSyncEvent,proto3,oneof"` // describes the sync status.
}

type Event_MetaEvent

type Event_MetaEvent struct {
	MetaEvent *MetaEvent `protobuf:"bytes,1,opt,name=metaEvent,proto3,oneof"` // contains general information regarding Skaffold like version info
}

type Event_PortEvent

type Event_PortEvent struct {
	PortEvent *PortEvent `protobuf:"bytes,4,opt,name=portEvent,proto3,oneof"` //  describes each port forwarding event.
}

type Event_ResourceStatusCheckEvent

type Event_ResourceStatusCheckEvent struct {
	ResourceStatusCheckEvent *ResourceStatusCheckEvent `protobuf:"bytes,6,opt,name=resourceStatusCheckEvent,proto3,oneof"` // indicates progress for each kubernetes deployment.
}

type Event_StatusCheckEvent

type Event_StatusCheckEvent struct {
	StatusCheckEvent *StatusCheckEvent `protobuf:"bytes,5,opt,name=statusCheckEvent,proto3,oneof"` // describes if the Status check has started, is in progress, has succeeded or failed.
}

type Event_TerminationEvent

type Event_TerminationEvent struct {
	TerminationEvent *TerminationEvent `protobuf:"bytes,10,opt,name=terminationEvent,proto3,oneof"` // describes a skaffold termination event
}

type Event_TestEvent

type Event_TestEvent struct {
	TestEvent *TestEvent `protobuf:"bytes,11,opt,name=TestEvent,proto3,oneof"` // describes if the test has started, is in progress or is complete.
}

type FileSyncEvent

type FileSyncEvent struct {
	FileCount     int32            `protobuf:"varint,1,opt,name=fileCount,proto3" json:"fileCount,omitempty"`                         // number of files synced
	Image         string           `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`                                  // the container image to which files are sycned.
	Status        string           `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`                                // status of file sync. one of: Not Started, In progress, Succeeded, Failed.
	Err           string           `protobuf:"bytes,4,opt,name=err,proto3" json:"err,omitempty"`                                      // Deprecated. Use actionableErr.message. error in case of status failed.
	ErrCode       enums.StatusCode `protobuf:"varint,5,opt,name=errCode,proto3,enum=proto.enums.StatusCode" json:"errCode,omitempty"` //// Deprecated. Use actionableErr.errCode. status code representing success or failure
	ActionableErr *ActionableErr   `protobuf:"bytes,6,opt,name=actionableErr,proto3" json:"actionableErr,omitempty"`                  // actionable error message
	// contains filtered or unexported fields
}

FileSyncEvent describes the sync status.

func (*FileSyncEvent) Descriptor deprecated

func (*FileSyncEvent) Descriptor() ([]byte, []int)

Deprecated: Use FileSyncEvent.ProtoReflect.Descriptor instead.

func (*FileSyncEvent) GetActionableErr

func (x *FileSyncEvent) GetActionableErr() *ActionableErr

func (*FileSyncEvent) GetErr

func (x *FileSyncEvent) GetErr() string

func (*FileSyncEvent) GetErrCode

func (x *FileSyncEvent) GetErrCode() enums.StatusCode

func (*FileSyncEvent) GetFileCount

func (x *FileSyncEvent) GetFileCount() int32

func (*FileSyncEvent) GetImage

func (x *FileSyncEvent) GetImage() string

func (*FileSyncEvent) GetStatus

func (x *FileSyncEvent) GetStatus() string

func (*FileSyncEvent) ProtoMessage

func (*FileSyncEvent) ProtoMessage()

func (*FileSyncEvent) ProtoReflect

func (x *FileSyncEvent) ProtoReflect() protoreflect.Message

func (*FileSyncEvent) Reset

func (x *FileSyncEvent) Reset()

func (*FileSyncEvent) String

func (x *FileSyncEvent) String() string

type FileSyncState

type FileSyncState struct {
	Status      string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	AutoTrigger bool   `protobuf:"varint,2,opt,name=autoTrigger,proto3" json:"autoTrigger,omitempty"`
	// contains filtered or unexported fields
}

`FileSyncState` contains the status of the current file sync

func (*FileSyncState) Descriptor deprecated

func (*FileSyncState) Descriptor() ([]byte, []int)

Deprecated: Use FileSyncState.ProtoReflect.Descriptor instead.

func (*FileSyncState) GetAutoTrigger

func (x *FileSyncState) GetAutoTrigger() bool

func (*FileSyncState) GetStatus

func (x *FileSyncState) GetStatus() string

func (*FileSyncState) ProtoMessage

func (*FileSyncState) ProtoMessage()

func (*FileSyncState) ProtoReflect

func (x *FileSyncState) ProtoReflect() protoreflect.Message

func (*FileSyncState) Reset

func (x *FileSyncState) Reset()

func (*FileSyncState) String

func (x *FileSyncState) String() string

type IntOrString

type IntOrString struct {
	Type   int32  `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`     // type of stored value
	IntVal int32  `protobuf:"varint,2,opt,name=intVal,proto3" json:"intVal,omitempty"` // int value
	StrVal string `protobuf:"bytes,3,opt,name=strVal,proto3" json:"strVal,omitempty"`  // string value
	// contains filtered or unexported fields
}

IntOrString is a type that can hold an int32 or a string.

func (*IntOrString) Descriptor deprecated

func (*IntOrString) Descriptor() ([]byte, []int)

Deprecated: Use IntOrString.ProtoReflect.Descriptor instead.

func (*IntOrString) GetIntVal

func (x *IntOrString) GetIntVal() int32

func (*IntOrString) GetStrVal

func (x *IntOrString) GetStrVal() string

func (*IntOrString) GetType

func (x *IntOrString) GetType() int32

func (*IntOrString) ProtoMessage

func (*IntOrString) ProtoMessage()

func (*IntOrString) ProtoReflect

func (x *IntOrString) ProtoReflect() protoreflect.Message

func (*IntOrString) Reset

func (x *IntOrString) Reset()

func (*IntOrString) String

func (x *IntOrString) String() string

type Intent

type Intent struct {
	Build   bool `protobuf:"varint,1,opt,name=build,proto3" json:"build,omitempty"`     // in case skaffold dev is ran with autoBuild=false, a build intent enables building once
	Sync    bool `protobuf:"varint,2,opt,name=sync,proto3" json:"sync,omitempty"`       // in case skaffold dev is ran with autoSync=false, a sync intent enables file sync once
	Deploy  bool `protobuf:"varint,3,opt,name=deploy,proto3" json:"deploy,omitempty"`   // in case skaffold dev is ran with autoDeploy=false, a deploy intent enables deploys once
	Devloop bool `protobuf:"varint,4,opt,name=devloop,proto3" json:"devloop,omitempty"` // in case skaffold dev is ran with autoDeploy=false, autoSync=false and autoBuild=false a devloop intent enables the entire dev loop once
	// contains filtered or unexported fields
}

Intent represents user intents for a given phase.

func (*Intent) Descriptor deprecated

func (*Intent) Descriptor() ([]byte, []int)

Deprecated: Use Intent.ProtoReflect.Descriptor instead.

func (*Intent) GetBuild

func (x *Intent) GetBuild() bool

func (*Intent) GetDeploy

func (x *Intent) GetDeploy() bool

func (*Intent) GetDevloop

func (x *Intent) GetDevloop() bool

func (*Intent) GetSync

func (x *Intent) GetSync() bool

func (*Intent) ProtoMessage

func (*Intent) ProtoMessage()

func (*Intent) ProtoReflect

func (x *Intent) ProtoReflect() protoreflect.Message

func (*Intent) Reset

func (x *Intent) Reset()

func (*Intent) String

func (x *Intent) String() string

type LogEntry

type LogEntry struct {
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // timestamp of the event.
	Event     *Event                 `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`         // the actual event that is one of
	Entry     string                 `protobuf:"bytes,3,opt,name=entry,proto3" json:"entry,omitempty"`         // description of the event.
	// contains filtered or unexported fields
}

LogEntry describes an event and a string description of the event.

func (*LogEntry) Descriptor deprecated

func (*LogEntry) Descriptor() ([]byte, []int)

Deprecated: Use LogEntry.ProtoReflect.Descriptor instead.

func (*LogEntry) GetEntry

func (x *LogEntry) GetEntry() string

func (*LogEntry) GetEvent

func (x *LogEntry) GetEvent() *Event

func (*LogEntry) GetTimestamp

func (x *LogEntry) GetTimestamp() *timestamppb.Timestamp

func (*LogEntry) ProtoMessage

func (*LogEntry) ProtoMessage()

func (*LogEntry) ProtoReflect

func (x *LogEntry) ProtoReflect() protoreflect.Message

func (*LogEntry) Reset

func (x *LogEntry) Reset()

func (*LogEntry) String

func (x *LogEntry) String() string

type LogLevel

type LogLevel = enums.LogLevel

type MetaEvent

type MetaEvent struct {

	// entry, for example: `"Starting Skaffold: {Version:v0.39.0-16-g5bb7c9e0 ConfigVersion:skaffold/v1 GitVersion: GitCommit:5bb7c9e078e4d522a5ffc42a2f1274fd17d75902 GitTreeState:dirty BuildDate01:29Z GoVersion:go1.13rc1 Compiler:gc Platform:linux/amd64}"`
	Entry string `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// Metadata describing skaffold pipeline
	Metadata *Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

`MetaEvent` provides general information regarding Skaffold

func (*MetaEvent) Descriptor deprecated

func (*MetaEvent) Descriptor() ([]byte, []int)

Deprecated: Use MetaEvent.ProtoReflect.Descriptor instead.

func (*MetaEvent) GetEntry

func (x *MetaEvent) GetEntry() string

func (*MetaEvent) GetMetadata

func (x *MetaEvent) GetMetadata() *Metadata

func (*MetaEvent) ProtoMessage

func (*MetaEvent) ProtoMessage()

func (*MetaEvent) ProtoReflect

func (x *MetaEvent) ProtoReflect() protoreflect.Message

func (*MetaEvent) Reset

func (x *MetaEvent) Reset()

func (*MetaEvent) String

func (x *MetaEvent) String() string

type Metadata

type Metadata struct {
	Build  *BuildMetadata  `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"`
	Deploy *DeployMetadata `protobuf:"bytes,2,opt,name=deploy,proto3" json:"deploy,omitempty"`
	Test   *TestMetadata   `protobuf:"bytes,3,opt,name=test,proto3" json:"test,omitempty"`
	// Additional key value pairs to describe the build pipeline
	Additional map[string]string `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Metadata) Descriptor deprecated

func (*Metadata) Descriptor() ([]byte, []int)

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetAdditional

func (x *Metadata) GetAdditional() map[string]string

func (*Metadata) GetBuild

func (x *Metadata) GetBuild() *BuildMetadata

func (*Metadata) GetDeploy

func (x *Metadata) GetDeploy() *DeployMetadata

func (*Metadata) GetTest

func (x *Metadata) GetTest() *TestMetadata

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

func (x *Metadata) ProtoReflect() protoreflect.Message

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

func (x *Metadata) String() string

type PortEvent

type PortEvent struct {
	LocalPort     int32        `protobuf:"varint,1,opt,name=localPort,proto3" json:"localPort,omitempty"`        // local port for forwarded resource
	RemotePort    int32        `protobuf:"varint,2,opt,name=remotePort,proto3" json:"remotePort,omitempty"`      // Deprecated. Uses targetPort.intVal.
	PodName       string       `protobuf:"bytes,3,opt,name=podName,proto3" json:"podName,omitempty"`             // pod name if port forwarded resourceType is Pod
	ContainerName string       `protobuf:"bytes,4,opt,name=containerName,proto3" json:"containerName,omitempty"` // container name if specified in the kubernetes spec
	Namespace     string       `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`         // the namespace of the resource to port forward.
	PortName      string       `protobuf:"bytes,6,opt,name=portName,proto3" json:"portName,omitempty"`
	ResourceType  string       `protobuf:"bytes,7,opt,name=resourceType,proto3" json:"resourceType,omitempty"` // resource type e.g. "pod", "service".
	ResourceName  string       `protobuf:"bytes,8,opt,name=resourceName,proto3" json:"resourceName,omitempty"` // name of the resource to forward.
	Address       string       `protobuf:"bytes,9,opt,name=address,proto3" json:"address,omitempty"`           // address on which to bind
	TargetPort    *IntOrString `protobuf:"bytes,10,opt,name=targetPort,proto3" json:"targetPort,omitempty"`    // target port is the resource port that will be forwarded.
	// contains filtered or unexported fields
}

PortEvent Event describes each port forwarding event.

func (*PortEvent) Descriptor deprecated

func (*PortEvent) Descriptor() ([]byte, []int)

Deprecated: Use PortEvent.ProtoReflect.Descriptor instead.

func (*PortEvent) GetAddress

func (x *PortEvent) GetAddress() string

func (*PortEvent) GetContainerName

func (x *PortEvent) GetContainerName() string

func (*PortEvent) GetLocalPort

func (x *PortEvent) GetLocalPort() int32

func (*PortEvent) GetNamespace

func (x *PortEvent) GetNamespace() string

func (*PortEvent) GetPodName

func (x *PortEvent) GetPodName() string

func (*PortEvent) GetPortName

func (x *PortEvent) GetPortName() string

func (*PortEvent) GetRemotePort

func (x *PortEvent) GetRemotePort() int32

func (*PortEvent) GetResourceName

func (x *PortEvent) GetResourceName() string

func (*PortEvent) GetResourceType

func (x *PortEvent) GetResourceType() string

func (*PortEvent) GetTargetPort

func (x *PortEvent) GetTargetPort() *IntOrString

func (*PortEvent) ProtoMessage

func (*PortEvent) ProtoMessage()

func (*PortEvent) ProtoReflect

func (x *PortEvent) ProtoReflect() protoreflect.Message

func (*PortEvent) Reset

func (x *PortEvent) Reset()

func (*PortEvent) String

func (x *PortEvent) String() string

type RenderType

type RenderType = enums.RenderType

type Request

type Request struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Request) Descriptor deprecated

func (*Request) Descriptor() ([]byte, []int)

Deprecated: Use Request.ProtoReflect.Descriptor instead.

func (*Request) GetName

func (x *Request) GetName() string

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) ProtoReflect

func (x *Request) ProtoReflect() protoreflect.Message

func (*Request) Reset

func (x *Request) Reset()

func (*Request) String

func (x *Request) String() string

type ResourceStatusCheckEvent

type ResourceStatusCheckEvent struct {
	Resource      string           `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	Status        string           `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Message       string           `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Err           string           `protobuf:"bytes,4,opt,name=err,proto3" json:"err,omitempty"` // Deprecated. Use actionableErr.message.
	StatusCode    enums.StatusCode `protobuf:"varint,5,opt,name=statusCode,proto3,enum=proto.enums.StatusCode" json:"statusCode,omitempty"`
	ActionableErr *ActionableErr   `protobuf:"bytes,6,opt,name=actionableErr,proto3" json:"actionableErr,omitempty"` // actionable error message
	// contains filtered or unexported fields
}

A Resource StatusCheck Event, indicates progress for each kubernetes deployment. For every resource, there will be exactly one event with `status` *Succeeded* or *Failed* event. There can be multiple events with `status` *Pending*. Skaffold polls for resource status every 0.5 second. If the resource status changes, an event with `status` “Pending”, “Complete” and “Failed” will be sent with the new status.

func (*ResourceStatusCheckEvent) Descriptor deprecated

func (*ResourceStatusCheckEvent) Descriptor() ([]byte, []int)

Deprecated: Use ResourceStatusCheckEvent.ProtoReflect.Descriptor instead.

func (*ResourceStatusCheckEvent) GetActionableErr

func (x *ResourceStatusCheckEvent) GetActionableErr() *ActionableErr

func (*ResourceStatusCheckEvent) GetErr

func (x *ResourceStatusCheckEvent) GetErr() string

func (*ResourceStatusCheckEvent) GetMessage

func (x *ResourceStatusCheckEvent) GetMessage() string

func (*ResourceStatusCheckEvent) GetResource

func (x *ResourceStatusCheckEvent) GetResource() string

func (*ResourceStatusCheckEvent) GetStatus

func (x *ResourceStatusCheckEvent) GetStatus() string

func (*ResourceStatusCheckEvent) GetStatusCode

func (x *ResourceStatusCheckEvent) GetStatusCode() enums.StatusCode

func (*ResourceStatusCheckEvent) ProtoMessage

func (*ResourceStatusCheckEvent) ProtoMessage()

func (*ResourceStatusCheckEvent) ProtoReflect

func (x *ResourceStatusCheckEvent) ProtoReflect() protoreflect.Message

func (*ResourceStatusCheckEvent) Reset

func (x *ResourceStatusCheckEvent) Reset()

func (*ResourceStatusCheckEvent) String

func (x *ResourceStatusCheckEvent) String() string

type Response

type Response struct {
	Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*Response) Descriptor deprecated

func (*Response) Descriptor() ([]byte, []int)

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetMsg

func (x *Response) GetMsg() string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

func (x *Response) ProtoReflect() protoreflect.Message

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type SkaffoldServiceClient

type SkaffoldServiceClient interface {
	// Returns the state of the current Skaffold execution
	GetState(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*State, error)
	// DEPRECATED. Events should be used instead.
	// TODO remove (https://github.com/GoogleContainerTools/skaffold/issues/3168)
	EventLog(ctx context.Context, opts ...grpc.CallOption) (SkaffoldService_EventLogClient, error)
	// Returns all the events of the current Skaffold execution from the start
	Events(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (SkaffoldService_EventsClient, error)
	// Allows for a single execution of some or all of the phases (build, sync, deploy) in case autoBuild, autoDeploy or autoSync are disabled.
	Execute(ctx context.Context, in *UserIntentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Allows for enabling or disabling automatic build trigger
	AutoBuild(ctx context.Context, in *TriggerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Allows for enabling or disabling automatic sync trigger
	AutoSync(ctx context.Context, in *TriggerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Allows for enabling or disabling automatic deploy trigger
	AutoDeploy(ctx context.Context, in *TriggerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// EXPERIMENTAL. It allows for custom events to be implemented in custom builders for example.
	Handle(ctx context.Context, in *Event, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

SkaffoldServiceClient is the client API for SkaffoldService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SkaffoldServiceServer

type SkaffoldServiceServer interface {
	// Returns the state of the current Skaffold execution
	GetState(context.Context, *emptypb.Empty) (*State, error)
	// DEPRECATED. Events should be used instead.
	// TODO remove (https://github.com/GoogleContainerTools/skaffold/issues/3168)
	EventLog(SkaffoldService_EventLogServer) error
	// Returns all the events of the current Skaffold execution from the start
	Events(*emptypb.Empty, SkaffoldService_EventsServer) error
	// Allows for a single execution of some or all of the phases (build, sync, deploy) in case autoBuild, autoDeploy or autoSync are disabled.
	Execute(context.Context, *UserIntentRequest) (*emptypb.Empty, error)
	// Allows for enabling or disabling automatic build trigger
	AutoBuild(context.Context, *TriggerRequest) (*emptypb.Empty, error)
	// Allows for enabling or disabling automatic sync trigger
	AutoSync(context.Context, *TriggerRequest) (*emptypb.Empty, error)
	// Allows for enabling or disabling automatic deploy trigger
	AutoDeploy(context.Context, *TriggerRequest) (*emptypb.Empty, error)
	// EXPERIMENTAL. It allows for custom events to be implemented in custom builders for example.
	Handle(context.Context, *Event) (*emptypb.Empty, error)
}

SkaffoldServiceServer is the server API for SkaffoldService service. All implementations should embed UnimplementedSkaffoldServiceServer for forward compatibility

type SkaffoldService_EventLogClient

type SkaffoldService_EventLogClient interface {
	Send(*LogEntry) error
	Recv() (*LogEntry, error)
	grpc.ClientStream
}

type SkaffoldService_EventLogServer

type SkaffoldService_EventLogServer interface {
	Send(*LogEntry) error
	Recv() (*LogEntry, error)
	grpc.ServerStream
}

type SkaffoldService_EventsClient

type SkaffoldService_EventsClient interface {
	Recv() (*LogEntry, error)
	grpc.ClientStream
}

type SkaffoldService_EventsServer

type SkaffoldService_EventsServer interface {
	Send(*LogEntry) error
	grpc.ServerStream
}

type State

type State struct {
	BuildState          *BuildState                `protobuf:"bytes,1,opt,name=buildState,proto3" json:"buildState,omitempty"`
	DeployState         *DeployState               `protobuf:"bytes,2,opt,name=deployState,proto3" json:"deployState,omitempty"`
	ForwardedPorts      map[int32]*PortEvent       `` /* 170-byte string literal not displayed */
	StatusCheckState    *StatusCheckState          `protobuf:"bytes,5,opt,name=statusCheckState,proto3" json:"statusCheckState,omitempty"`
	FileSyncState       *FileSyncState             `protobuf:"bytes,6,opt,name=fileSyncState,proto3" json:"fileSyncState,omitempty"`
	DebuggingContainers []*DebuggingContainerEvent `protobuf:"bytes,7,rep,name=debuggingContainers,proto3" json:"debuggingContainers,omitempty"`
	Metadata            *Metadata                  `protobuf:"bytes,8,opt,name=metadata,proto3" json:"metadata,omitempty"`
	TestState           *TestState                 `protobuf:"bytes,9,opt,name=testState,proto3" json:"testState,omitempty"`
	// contains filtered or unexported fields
}

`State` represents the current state of the Skaffold components

func (*State) Descriptor deprecated

func (*State) Descriptor() ([]byte, []int)

Deprecated: Use State.ProtoReflect.Descriptor instead.

func (*State) GetBuildState

func (x *State) GetBuildState() *BuildState

func (*State) GetDebuggingContainers

func (x *State) GetDebuggingContainers() []*DebuggingContainerEvent

func (*State) GetDeployState

func (x *State) GetDeployState() *DeployState

func (*State) GetFileSyncState

func (x *State) GetFileSyncState() *FileSyncState

func (*State) GetForwardedPorts

func (x *State) GetForwardedPorts() map[int32]*PortEvent

func (*State) GetMetadata

func (x *State) GetMetadata() *Metadata

func (*State) GetStatusCheckState

func (x *State) GetStatusCheckState() *StatusCheckState

func (*State) GetTestState

func (x *State) GetTestState() *TestState

func (*State) ProtoMessage

func (*State) ProtoMessage()

func (*State) ProtoReflect

func (x *State) ProtoReflect() protoreflect.Message

func (*State) Reset

func (x *State) Reset()

func (*State) String

func (x *State) String() string

type StateResponse

type StateResponse struct {
	State *State `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*StateResponse) Descriptor deprecated

func (*StateResponse) Descriptor() ([]byte, []int)

Deprecated: Use StateResponse.ProtoReflect.Descriptor instead.

func (*StateResponse) GetState

func (x *StateResponse) GetState() *State

func (*StateResponse) ProtoMessage

func (*StateResponse) ProtoMessage()

func (*StateResponse) ProtoReflect

func (x *StateResponse) ProtoReflect() protoreflect.Message

func (*StateResponse) Reset

func (x *StateResponse) Reset()

func (*StateResponse) String

func (x *StateResponse) String() string

type StatusCheckEvent

type StatusCheckEvent struct {
	Status        string           `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Message       string           `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Err           string           `protobuf:"bytes,3,opt,name=err,proto3" json:"err,omitempty"`                                      // Deprecated. Use actionableErr.message.
	ErrCode       enums.StatusCode `protobuf:"varint,4,opt,name=errCode,proto3,enum=proto.enums.StatusCode" json:"errCode,omitempty"` // Deprecated. Use actionableErr.errCode. status code representing success or failure
	ActionableErr *ActionableErr   `protobuf:"bytes,5,opt,name=actionableErr,proto3" json:"actionableErr,omitempty"`                  // actionable error message
	// contains filtered or unexported fields
}

`StatusCheckEvent` describes if the status check for kubernetes rollout has started, is in progress, has succeeded or failed.

func (*StatusCheckEvent) Descriptor deprecated

func (*StatusCheckEvent) Descriptor() ([]byte, []int)

Deprecated: Use StatusCheckEvent.ProtoReflect.Descriptor instead.

func (*StatusCheckEvent) GetActionableErr

func (x *StatusCheckEvent) GetActionableErr() *ActionableErr

func (*StatusCheckEvent) GetErr

func (x *StatusCheckEvent) GetErr() string

func (*StatusCheckEvent) GetErrCode

func (x *StatusCheckEvent) GetErrCode() enums.StatusCode

func (*StatusCheckEvent) GetMessage

func (x *StatusCheckEvent) GetMessage() string

func (*StatusCheckEvent) GetStatus

func (x *StatusCheckEvent) GetStatus() string

func (*StatusCheckEvent) ProtoMessage

func (*StatusCheckEvent) ProtoMessage()

func (*StatusCheckEvent) ProtoReflect

func (x *StatusCheckEvent) ProtoReflect() protoreflect.Message

func (*StatusCheckEvent) Reset

func (x *StatusCheckEvent) Reset()

func (*StatusCheckEvent) String

func (x *StatusCheckEvent) String() string

type StatusCheckState

type StatusCheckState struct {
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// A map of `resource name -> status-check-state`. Where `resource-name` is the kubernetes resource name.
	// The `status-check-state` can be <br>
	// - `"Not started"`: indicates that `status-check` has just started. <br>
	// - `"In progress"`: InProgress is sent after every resource check is complete. <br>
	// - `"Succeeded"`:
	// - `"Failed"`:
	Resources map[string]string `` /* 159-byte string literal not displayed */
	// StatusCheck statusCode
	StatusCode enums.StatusCode `protobuf:"varint,3,opt,name=statusCode,proto3,enum=proto.enums.StatusCode" json:"statusCode,omitempty"`
	// contains filtered or unexported fields
}

`StatusCheckState` describes the state of status check of current deployed resources.

func (*StatusCheckState) Descriptor deprecated

func (*StatusCheckState) Descriptor() ([]byte, []int)

Deprecated: Use StatusCheckState.ProtoReflect.Descriptor instead.

func (*StatusCheckState) GetResources

func (x *StatusCheckState) GetResources() map[string]string

func (*StatusCheckState) GetStatus

func (x *StatusCheckState) GetStatus() string

func (*StatusCheckState) GetStatusCode

func (x *StatusCheckState) GetStatusCode() enums.StatusCode

func (*StatusCheckState) ProtoMessage

func (*StatusCheckState) ProtoMessage()

func (*StatusCheckState) ProtoReflect

func (x *StatusCheckState) ProtoReflect() protoreflect.Message

func (*StatusCheckState) Reset

func (x *StatusCheckState) Reset()

func (*StatusCheckState) String

func (x *StatusCheckState) String() string

type StatusCode

type StatusCode = enums.StatusCode

type Suggestion

type Suggestion struct {
	SuggestionCode enums.SuggestionCode `protobuf:"varint,1,opt,name=suggestionCode,proto3,enum=proto.enums.SuggestionCode" json:"suggestionCode,omitempty"` // code representing a suggestion
	Action         string               `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`                                                  // action represents the suggestion action
	// contains filtered or unexported fields
}

Suggestion defines the action a user needs to recover from an error.

func (*Suggestion) Descriptor deprecated

func (*Suggestion) Descriptor() ([]byte, []int)

Deprecated: Use Suggestion.ProtoReflect.Descriptor instead.

func (*Suggestion) GetAction

func (x *Suggestion) GetAction() string

func (*Suggestion) GetSuggestionCode

func (x *Suggestion) GetSuggestionCode() enums.SuggestionCode

func (*Suggestion) ProtoMessage

func (*Suggestion) ProtoMessage()

func (*Suggestion) ProtoReflect

func (x *Suggestion) ProtoReflect() protoreflect.Message

func (*Suggestion) Reset

func (x *Suggestion) Reset()

func (*Suggestion) String

func (x *Suggestion) String() string

type SuggestionCode

type SuggestionCode = enums.SuggestionCode

type TerminationEvent

type TerminationEvent struct {
	Status string         `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // status oneof: Completed or Failed
	Err    *ActionableErr `protobuf:"bytes,2,opt,name=err,proto3" json:"err,omitempty"`       // actionable error message
	// contains filtered or unexported fields
}

`TerminationEvent` marks the end of the skaffold session

func (*TerminationEvent) Descriptor deprecated

func (*TerminationEvent) Descriptor() ([]byte, []int)

Deprecated: Use TerminationEvent.ProtoReflect.Descriptor instead.

func (*TerminationEvent) GetErr

func (x *TerminationEvent) GetErr() *ActionableErr

func (*TerminationEvent) GetStatus

func (x *TerminationEvent) GetStatus() string

func (*TerminationEvent) ProtoMessage

func (*TerminationEvent) ProtoMessage()

func (*TerminationEvent) ProtoReflect

func (x *TerminationEvent) ProtoReflect() protoreflect.Message

func (*TerminationEvent) Reset

func (x *TerminationEvent) Reset()

func (*TerminationEvent) String

func (x *TerminationEvent) String() string

type TestEvent

type TestEvent struct {
	Status        string         `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`               // test status oneof: InProgress, Completed, Failed
	ActionableErr *ActionableErr `protobuf:"bytes,2,opt,name=actionableErr,proto3" json:"actionableErr,omitempty"` // actionable error message
	// contains filtered or unexported fields
}

`TestEvent` represents the status of a test, and is emitted by Skaffold anytime a test starts or completes, successfully or not.

func (*TestEvent) Descriptor deprecated

func (*TestEvent) Descriptor() ([]byte, []int)

Deprecated: Use TestEvent.ProtoReflect.Descriptor instead.

func (*TestEvent) GetActionableErr

func (x *TestEvent) GetActionableErr() *ActionableErr

func (*TestEvent) GetStatus

func (x *TestEvent) GetStatus() string

func (*TestEvent) ProtoMessage

func (*TestEvent) ProtoMessage()

func (*TestEvent) ProtoReflect

func (x *TestEvent) ProtoReflect() protoreflect.Message

func (*TestEvent) Reset

func (x *TestEvent) Reset()

func (*TestEvent) String

func (x *TestEvent) String() string

type TestMetadata

type TestMetadata struct {
	Testers []*TestMetadata_Tester `protobuf:"bytes,1,rep,name=Testers,proto3" json:"Testers,omitempty"`
	// contains filtered or unexported fields
}

TestMetadata describes the test pipeline

func (*TestMetadata) Descriptor deprecated

func (*TestMetadata) Descriptor() ([]byte, []int)

Deprecated: Use TestMetadata.ProtoReflect.Descriptor instead.

func (*TestMetadata) GetTesters

func (x *TestMetadata) GetTesters() []*TestMetadata_Tester

func (*TestMetadata) ProtoMessage

func (*TestMetadata) ProtoMessage()

func (*TestMetadata) ProtoReflect

func (x *TestMetadata) ProtoReflect() protoreflect.Message

func (*TestMetadata) Reset

func (x *TestMetadata) Reset()

func (*TestMetadata) String

func (x *TestMetadata) String() string

type TestMetadata_Tester

type TestMetadata_Tester struct {
	Type  enums.TesterType `protobuf:"varint,1,opt,name=type,proto3,enum=proto.enums.TesterType" json:"type,omitempty"`
	Count int32            `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*TestMetadata_Tester) Descriptor deprecated

func (*TestMetadata_Tester) Descriptor() ([]byte, []int)

Deprecated: Use TestMetadata_Tester.ProtoReflect.Descriptor instead.

func (*TestMetadata_Tester) GetCount

func (x *TestMetadata_Tester) GetCount() int32

func (*TestMetadata_Tester) GetType

func (x *TestMetadata_Tester) GetType() enums.TesterType

func (*TestMetadata_Tester) ProtoMessage

func (*TestMetadata_Tester) ProtoMessage()

func (*TestMetadata_Tester) ProtoReflect

func (x *TestMetadata_Tester) ProtoReflect() protoreflect.Message

func (*TestMetadata_Tester) Reset

func (x *TestMetadata_Tester) Reset()

func (*TestMetadata_Tester) String

func (x *TestMetadata_Tester) String() string

type TestState

type TestState struct {

	// Status of the current test
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// Teststate status code
	StatusCode enums.StatusCode `protobuf:"varint,2,opt,name=statusCode,proto3,enum=proto.enums.StatusCode" json:"statusCode,omitempty"`
	// contains filtered or unexported fields
}

`TestState` describes the current state of the test

func (*TestState) Descriptor deprecated

func (*TestState) Descriptor() ([]byte, []int)

Deprecated: Use TestState.ProtoReflect.Descriptor instead.

func (*TestState) GetStatus

func (x *TestState) GetStatus() string

func (*TestState) GetStatusCode

func (x *TestState) GetStatusCode() enums.StatusCode

func (*TestState) ProtoMessage

func (*TestState) ProtoMessage()

func (*TestState) ProtoReflect

func (x *TestState) ProtoReflect() protoreflect.Message

func (*TestState) Reset

func (x *TestState) Reset()

func (*TestState) String

func (x *TestState) String() string

type TesterType

type TesterType = enums.TesterType

type TriggerRequest

type TriggerRequest struct {
	State *TriggerState `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*TriggerRequest) Descriptor deprecated

func (*TriggerRequest) Descriptor() ([]byte, []int)

Deprecated: Use TriggerRequest.ProtoReflect.Descriptor instead.

func (*TriggerRequest) GetState

func (x *TriggerRequest) GetState() *TriggerState

func (*TriggerRequest) ProtoMessage

func (*TriggerRequest) ProtoMessage()

func (*TriggerRequest) ProtoReflect

func (x *TriggerRequest) ProtoReflect() protoreflect.Message

func (*TriggerRequest) Reset

func (x *TriggerRequest) Reset()

func (*TriggerRequest) String

func (x *TriggerRequest) String() string

type TriggerState

type TriggerState struct {

	// Types that are assignable to Val:
	//	*TriggerState_Enabled
	Val isTriggerState_Val `protobuf_oneof:"val"`
	// contains filtered or unexported fields
}

TriggerState represents trigger state for a given phase.

func (*TriggerState) Descriptor deprecated

func (*TriggerState) Descriptor() ([]byte, []int)

Deprecated: Use TriggerState.ProtoReflect.Descriptor instead.

func (*TriggerState) GetEnabled

func (x *TriggerState) GetEnabled() bool

func (*TriggerState) GetVal

func (m *TriggerState) GetVal() isTriggerState_Val

func (*TriggerState) ProtoMessage

func (*TriggerState) ProtoMessage()

func (*TriggerState) ProtoReflect

func (x *TriggerState) ProtoReflect() protoreflect.Message

func (*TriggerState) Reset

func (x *TriggerState) Reset()

func (*TriggerState) String

func (x *TriggerState) String() string

type TriggerState_Enabled

type TriggerState_Enabled struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3,oneof"` // enable or disable a trigger state
}

type UnimplementedSkaffoldServiceServer

type UnimplementedSkaffoldServiceServer struct {
}

UnimplementedSkaffoldServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedSkaffoldServiceServer) AutoBuild

func (UnimplementedSkaffoldServiceServer) AutoDeploy

func (UnimplementedSkaffoldServiceServer) AutoSync

func (UnimplementedSkaffoldServiceServer) EventLog

func (UnimplementedSkaffoldServiceServer) Events

func (UnimplementedSkaffoldServiceServer) Execute

func (UnimplementedSkaffoldServiceServer) GetState

func (UnimplementedSkaffoldServiceServer) Handle

type UnsafeSkaffoldServiceServer

type UnsafeSkaffoldServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSkaffoldServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SkaffoldServiceServer will result in compilation errors.

type UserIntentRequest

type UserIntentRequest struct {
	Intent *Intent `protobuf:"bytes,1,opt,name=intent,proto3" json:"intent,omitempty"`
	// contains filtered or unexported fields
}

func (*UserIntentRequest) Descriptor deprecated

func (*UserIntentRequest) Descriptor() ([]byte, []int)

Deprecated: Use UserIntentRequest.ProtoReflect.Descriptor instead.

func (*UserIntentRequest) GetIntent

func (x *UserIntentRequest) GetIntent() *Intent

func (*UserIntentRequest) ProtoMessage

func (*UserIntentRequest) ProtoMessage()

func (*UserIntentRequest) ProtoReflect

func (x *UserIntentRequest) ProtoReflect() protoreflect.Message

func (*UserIntentRequest) Reset

func (x *UserIntentRequest) Reset()

func (*UserIntentRequest) String

func (x *UserIntentRequest) String() string

Jump to

Keyboard shortcuts

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