Documentation ¶
Overview ¶
Package proto is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterSkaffoldServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterSkaffoldServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SkaffoldServiceClient) error
- func RegisterSkaffoldServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterSkaffoldServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SkaffoldServiceServer) error
- func RegisterSkaffoldServiceServer(s grpc.ServiceRegistrar, srv SkaffoldServiceServer)
- type ActionableErr
- func (*ActionableErr) Descriptor() ([]byte, []int)deprecated
- func (x *ActionableErr) GetErrCode() enums.StatusCode
- func (x *ActionableErr) GetMessage() string
- func (x *ActionableErr) GetSuggestions() []*Suggestion
- func (*ActionableErr) ProtoMessage()
- func (x *ActionableErr) ProtoReflect() protoreflect.Message
- func (x *ActionableErr) Reset()
- func (x *ActionableErr) String() string
- type BuildEvent
- func (*BuildEvent) Descriptor() ([]byte, []int)deprecated
- func (x *BuildEvent) GetActionableErr() *ActionableErr
- func (x *BuildEvent) GetArtifact() string
- func (x *BuildEvent) GetErr() string
- func (x *BuildEvent) GetErrCode() enums.StatusCode
- func (x *BuildEvent) GetStatus() string
- func (*BuildEvent) ProtoMessage()
- func (x *BuildEvent) ProtoReflect() protoreflect.Message
- func (x *BuildEvent) Reset()
- func (x *BuildEvent) String() string
- type BuildMetadata
- func (*BuildMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *BuildMetadata) GetAdditional() map[string]string
- func (x *BuildMetadata) GetBuilders() []*BuildMetadata_ImageBuilder
- func (x *BuildMetadata) GetNumberOfArtifacts() int32
- func (x *BuildMetadata) GetType() enums.BuildType
- func (*BuildMetadata) ProtoMessage()
- func (x *BuildMetadata) ProtoReflect() protoreflect.Message
- func (x *BuildMetadata) Reset()
- func (x *BuildMetadata) String() string
- type BuildMetadata_ImageBuilder
- func (*BuildMetadata_ImageBuilder) Descriptor() ([]byte, []int)deprecated
- func (x *BuildMetadata_ImageBuilder) GetCount() int32
- func (x *BuildMetadata_ImageBuilder) GetType() enums.BuilderType
- func (*BuildMetadata_ImageBuilder) ProtoMessage()
- func (x *BuildMetadata_ImageBuilder) ProtoReflect() protoreflect.Message
- func (x *BuildMetadata_ImageBuilder) Reset()
- func (x *BuildMetadata_ImageBuilder) String() string
- type BuildState
- func (*BuildState) Descriptor() ([]byte, []int)deprecated
- func (x *BuildState) GetArtifacts() map[string]string
- func (x *BuildState) GetAutoTrigger() bool
- func (x *BuildState) GetStatusCode() enums.StatusCode
- func (*BuildState) ProtoMessage()
- func (x *BuildState) ProtoReflect() protoreflect.Message
- func (x *BuildState) Reset()
- func (x *BuildState) String() string
- type BuildType
- type BuilderType
- type ClusterType
- type DebuggingContainerEvent
- func (*DebuggingContainerEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DebuggingContainerEvent) GetArtifact() string
- func (x *DebuggingContainerEvent) GetContainerName() string
- func (x *DebuggingContainerEvent) GetDebugPorts() map[string]uint32
- func (x *DebuggingContainerEvent) GetNamespace() string
- func (x *DebuggingContainerEvent) GetPodName() string
- func (x *DebuggingContainerEvent) GetRuntime() string
- func (x *DebuggingContainerEvent) GetStatus() string
- func (x *DebuggingContainerEvent) GetWorkingDir() string
- func (*DebuggingContainerEvent) ProtoMessage()
- func (x *DebuggingContainerEvent) ProtoReflect() protoreflect.Message
- func (x *DebuggingContainerEvent) Reset()
- func (x *DebuggingContainerEvent) String() string
- type DeployEvent
- func (*DeployEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DeployEvent) GetActionableErr() *ActionableErr
- func (x *DeployEvent) GetErr() string
- func (x *DeployEvent) GetErrCode() enums.StatusCode
- func (x *DeployEvent) GetStatus() string
- func (*DeployEvent) ProtoMessage()
- func (x *DeployEvent) ProtoReflect() protoreflect.Message
- func (x *DeployEvent) Reset()
- func (x *DeployEvent) String() string
- type DeployMetadata
- func (*DeployMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeployMetadata) GetCluster() enums.ClusterType
- func (x *DeployMetadata) GetDeployers() []*DeployMetadata_Deployer
- func (*DeployMetadata) ProtoMessage()
- func (x *DeployMetadata) ProtoReflect() protoreflect.Message
- func (x *DeployMetadata) Reset()
- func (x *DeployMetadata) String() string
- type DeployMetadata_Deployer
- func (*DeployMetadata_Deployer) Descriptor() ([]byte, []int)deprecated
- func (x *DeployMetadata_Deployer) GetCount() int32
- func (x *DeployMetadata_Deployer) GetType() enums.DeployerType
- func (*DeployMetadata_Deployer) ProtoMessage()
- func (x *DeployMetadata_Deployer) ProtoReflect() protoreflect.Message
- func (x *DeployMetadata_Deployer) Reset()
- func (x *DeployMetadata_Deployer) String() string
- type DeployState
- func (*DeployState) Descriptor() ([]byte, []int)deprecated
- func (x *DeployState) GetAutoTrigger() bool
- func (x *DeployState) GetStatus() string
- func (x *DeployState) GetStatusCode() enums.StatusCode
- func (*DeployState) ProtoMessage()
- func (x *DeployState) ProtoReflect() protoreflect.Message
- func (x *DeployState) Reset()
- func (x *DeployState) String() string
- type DeployerType
- type DevLoopEvent
- func (*DevLoopEvent) Descriptor() ([]byte, []int)deprecated
- func (x *DevLoopEvent) GetErr() *ActionableErr
- func (x *DevLoopEvent) GetIteration() int32
- func (x *DevLoopEvent) GetStatus() string
- func (*DevLoopEvent) ProtoMessage()
- func (x *DevLoopEvent) ProtoReflect() protoreflect.Message
- func (x *DevLoopEvent) Reset()
- func (x *DevLoopEvent) String() string
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetBuildEvent() *BuildEvent
- func (x *Event) GetDebuggingContainerEvent() *DebuggingContainerEvent
- func (x *Event) GetDeployEvent() *DeployEvent
- func (x *Event) GetDevLoopEvent() *DevLoopEvent
- func (m *Event) GetEventType() isEvent_EventType
- func (x *Event) GetFileSyncEvent() *FileSyncEvent
- func (x *Event) GetMetaEvent() *MetaEvent
- func (x *Event) GetPortEvent() *PortEvent
- func (x *Event) GetResourceStatusCheckEvent() *ResourceStatusCheckEvent
- func (x *Event) GetStatusCheckEvent() *StatusCheckEvent
- func (x *Event) GetTerminationEvent() *TerminationEvent
- func (x *Event) GetTestEvent() *TestEvent
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- type Event_BuildEvent
- type Event_DebuggingContainerEvent
- type Event_DeployEvent
- type Event_DevLoopEvent
- type Event_FileSyncEvent
- type Event_MetaEvent
- type Event_PortEvent
- type Event_ResourceStatusCheckEvent
- type Event_StatusCheckEvent
- type Event_TerminationEvent
- type Event_TestEvent
- type FileSyncEvent
- func (*FileSyncEvent) Descriptor() ([]byte, []int)deprecated
- func (x *FileSyncEvent) GetActionableErr() *ActionableErr
- func (x *FileSyncEvent) GetErr() string
- func (x *FileSyncEvent) GetErrCode() enums.StatusCode
- func (x *FileSyncEvent) GetFileCount() int32
- func (x *FileSyncEvent) GetImage() string
- func (x *FileSyncEvent) GetStatus() string
- func (*FileSyncEvent) ProtoMessage()
- func (x *FileSyncEvent) ProtoReflect() protoreflect.Message
- func (x *FileSyncEvent) Reset()
- func (x *FileSyncEvent) String() string
- type FileSyncState
- func (*FileSyncState) Descriptor() ([]byte, []int)deprecated
- func (x *FileSyncState) GetAutoTrigger() bool
- func (x *FileSyncState) GetStatus() string
- func (*FileSyncState) ProtoMessage()
- func (x *FileSyncState) ProtoReflect() protoreflect.Message
- func (x *FileSyncState) Reset()
- func (x *FileSyncState) String() string
- type IntOrString
- func (*IntOrString) Descriptor() ([]byte, []int)deprecated
- func (x *IntOrString) GetIntVal() int32
- func (x *IntOrString) GetStrVal() string
- func (x *IntOrString) GetType() int32
- func (*IntOrString) ProtoMessage()
- func (x *IntOrString) ProtoReflect() protoreflect.Message
- func (x *IntOrString) Reset()
- func (x *IntOrString) String() string
- type Intent
- func (*Intent) Descriptor() ([]byte, []int)deprecated
- func (x *Intent) GetBuild() bool
- func (x *Intent) GetDeploy() bool
- func (x *Intent) GetDevloop() bool
- func (x *Intent) GetSync() bool
- func (*Intent) ProtoMessage()
- func (x *Intent) ProtoReflect() protoreflect.Message
- func (x *Intent) Reset()
- func (x *Intent) String() string
- type LogEntry
- func (*LogEntry) Descriptor() ([]byte, []int)deprecated
- func (x *LogEntry) GetEntry() string
- func (x *LogEntry) GetEvent() *Event
- func (x *LogEntry) GetTimestamp() *timestamppb.Timestamp
- func (*LogEntry) ProtoMessage()
- func (x *LogEntry) ProtoReflect() protoreflect.Message
- func (x *LogEntry) Reset()
- func (x *LogEntry) String() string
- type LogLevel
- type MetaEvent
- type Metadata
- func (*Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Metadata) GetAdditional() map[string]string
- func (x *Metadata) GetBuild() *BuildMetadata
- func (x *Metadata) GetDeploy() *DeployMetadata
- func (x *Metadata) GetTest() *TestMetadata
- func (*Metadata) ProtoMessage()
- func (x *Metadata) ProtoReflect() protoreflect.Message
- func (x *Metadata) Reset()
- func (x *Metadata) String() string
- type PortEvent
- func (*PortEvent) Descriptor() ([]byte, []int)deprecated
- func (x *PortEvent) GetAddress() string
- func (x *PortEvent) GetContainerName() string
- func (x *PortEvent) GetLocalPort() int32
- func (x *PortEvent) GetNamespace() string
- func (x *PortEvent) GetPodName() string
- func (x *PortEvent) GetPortName() string
- func (x *PortEvent) GetRemotePort() int32
- func (x *PortEvent) GetResourceName() string
- func (x *PortEvent) GetResourceType() string
- func (x *PortEvent) GetTargetPort() *IntOrString
- func (*PortEvent) ProtoMessage()
- func (x *PortEvent) ProtoReflect() protoreflect.Message
- func (x *PortEvent) Reset()
- func (x *PortEvent) String() string
- type RenderType
- type Request
- type ResourceStatusCheckEvent
- func (*ResourceStatusCheckEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceStatusCheckEvent) GetActionableErr() *ActionableErr
- func (x *ResourceStatusCheckEvent) GetErr() string
- func (x *ResourceStatusCheckEvent) GetMessage() string
- func (x *ResourceStatusCheckEvent) GetResource() string
- func (x *ResourceStatusCheckEvent) GetStatus() string
- func (x *ResourceStatusCheckEvent) GetStatusCode() enums.StatusCode
- func (*ResourceStatusCheckEvent) ProtoMessage()
- func (x *ResourceStatusCheckEvent) ProtoReflect() protoreflect.Message
- func (x *ResourceStatusCheckEvent) Reset()
- func (x *ResourceStatusCheckEvent) String() string
- type Response
- type SkaffoldServiceClient
- type SkaffoldServiceServer
- type SkaffoldService_EventLogClient
- type SkaffoldService_EventLogServer
- type SkaffoldService_EventsClient
- type SkaffoldService_EventsServer
- type State
- func (*State) Descriptor() ([]byte, []int)deprecated
- func (x *State) GetBuildState() *BuildState
- func (x *State) GetDebuggingContainers() []*DebuggingContainerEvent
- func (x *State) GetDeployState() *DeployState
- func (x *State) GetFileSyncState() *FileSyncState
- func (x *State) GetForwardedPorts() map[int32]*PortEvent
- func (x *State) GetMetadata() *Metadata
- func (x *State) GetStatusCheckState() *StatusCheckState
- func (x *State) GetTestState() *TestState
- func (*State) ProtoMessage()
- func (x *State) ProtoReflect() protoreflect.Message
- func (x *State) Reset()
- func (x *State) String() string
- type StateResponse
- type StatusCheckEvent
- func (*StatusCheckEvent) Descriptor() ([]byte, []int)deprecated
- func (x *StatusCheckEvent) GetActionableErr() *ActionableErr
- func (x *StatusCheckEvent) GetErr() string
- func (x *StatusCheckEvent) GetErrCode() enums.StatusCode
- func (x *StatusCheckEvent) GetMessage() string
- func (x *StatusCheckEvent) GetStatus() string
- func (*StatusCheckEvent) ProtoMessage()
- func (x *StatusCheckEvent) ProtoReflect() protoreflect.Message
- func (x *StatusCheckEvent) Reset()
- func (x *StatusCheckEvent) String() string
- type StatusCheckState
- func (*StatusCheckState) Descriptor() ([]byte, []int)deprecated
- func (x *StatusCheckState) GetResources() map[string]string
- func (x *StatusCheckState) GetStatus() string
- func (x *StatusCheckState) GetStatusCode() enums.StatusCode
- func (*StatusCheckState) ProtoMessage()
- func (x *StatusCheckState) ProtoReflect() protoreflect.Message
- func (x *StatusCheckState) Reset()
- func (x *StatusCheckState) String() string
- type StatusCode
- type Suggestion
- func (*Suggestion) Descriptor() ([]byte, []int)deprecated
- func (x *Suggestion) GetAction() string
- func (x *Suggestion) GetSuggestionCode() enums.SuggestionCode
- func (*Suggestion) ProtoMessage()
- func (x *Suggestion) ProtoReflect() protoreflect.Message
- func (x *Suggestion) Reset()
- func (x *Suggestion) String() string
- type SuggestionCode
- type TerminationEvent
- func (*TerminationEvent) Descriptor() ([]byte, []int)deprecated
- func (x *TerminationEvent) GetErr() *ActionableErr
- func (x *TerminationEvent) GetStatus() string
- func (*TerminationEvent) ProtoMessage()
- func (x *TerminationEvent) ProtoReflect() protoreflect.Message
- func (x *TerminationEvent) Reset()
- func (x *TerminationEvent) String() string
- type TestEvent
- func (*TestEvent) Descriptor() ([]byte, []int)deprecated
- func (x *TestEvent) GetActionableErr() *ActionableErr
- func (x *TestEvent) GetStatus() string
- func (*TestEvent) ProtoMessage()
- func (x *TestEvent) ProtoReflect() protoreflect.Message
- func (x *TestEvent) Reset()
- func (x *TestEvent) String() string
- type TestMetadata
- type TestMetadata_Tester
- func (*TestMetadata_Tester) Descriptor() ([]byte, []int)deprecated
- func (x *TestMetadata_Tester) GetCount() int32
- func (x *TestMetadata_Tester) GetType() enums.TesterType
- func (*TestMetadata_Tester) ProtoMessage()
- func (x *TestMetadata_Tester) ProtoReflect() protoreflect.Message
- func (x *TestMetadata_Tester) Reset()
- func (x *TestMetadata_Tester) String() string
- type TestState
- func (*TestState) Descriptor() ([]byte, []int)deprecated
- func (x *TestState) GetStatus() string
- func (x *TestState) GetStatusCode() enums.StatusCode
- func (*TestState) ProtoMessage()
- func (x *TestState) ProtoReflect() protoreflect.Message
- func (x *TestState) Reset()
- func (x *TestState) String() string
- type TesterType
- type TriggerRequest
- type TriggerState
- func (*TriggerState) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerState) GetEnabled() bool
- func (m *TriggerState) GetVal() isTriggerState_Val
- func (*TriggerState) ProtoMessage()
- func (x *TriggerState) ProtoReflect() protoreflect.Message
- func (x *TriggerState) Reset()
- func (x *TriggerState) String() string
- type TriggerState_Enabled
- type UnimplementedSkaffoldServiceServer
- func (UnimplementedSkaffoldServiceServer) AutoBuild(context.Context, *TriggerRequest) (*emptypb.Empty, error)
- func (UnimplementedSkaffoldServiceServer) AutoDeploy(context.Context, *TriggerRequest) (*emptypb.Empty, error)
- func (UnimplementedSkaffoldServiceServer) AutoSync(context.Context, *TriggerRequest) (*emptypb.Empty, error)
- func (UnimplementedSkaffoldServiceServer) EventLog(SkaffoldService_EventLogServer) error
- func (UnimplementedSkaffoldServiceServer) Events(*emptypb.Empty, SkaffoldService_EventsServer) error
- func (UnimplementedSkaffoldServiceServer) Execute(context.Context, *UserIntentRequest) (*emptypb.Empty, error)
- func (UnimplementedSkaffoldServiceServer) GetState(context.Context, *emptypb.Empty) (*State, error)
- func (UnimplementedSkaffoldServiceServer) Handle(context.Context, *Event) (*emptypb.Empty, error)
- type UnsafeSkaffoldServiceServer
- type UserIntentRequest
Constants ¶
const BuildType_CLUSTER = enums.BuildType_CLUSTER
const BuildType_GCB = enums.BuildType_GCB
const BuildType_LOCAL = enums.BuildType_LOCAL
const BuildType_UNKNOWN_BUILD_TYPE = enums.BuildType_UNKNOWN_BUILD_TYPE
const BuilderType_BAZEL = enums.BuilderType_BAZEL
const BuilderType_BUILDPACKS = enums.BuilderType_BUILDPACKS
const BuilderType_CUSTOM = enums.BuilderType_CUSTOM
const BuilderType_DOCKER = enums.BuilderType_DOCKER
const BuilderType_JIB = enums.BuilderType_JIB
const BuilderType_KANIKO = enums.BuilderType_KANIKO
const BuilderType_KO = enums.BuilderType_KO
const BuilderType_UNKNOWN_BUILDER_TYPE = enums.BuilderType_UNKNOWN_BUILDER_TYPE
const ClusterType_GKE = enums.ClusterType_GKE
const ClusterType_MINIKUBE = enums.ClusterType_MINIKUBE
const ClusterType_OTHER = enums.ClusterType_OTHER
const ClusterType_UNKNOWN_CLUSTER_TYPE = enums.ClusterType_UNKNOWN_CLUSTER_TYPE
const DeployerType_HELM = enums.DeployerType_HELM
const DeployerType_KPT = enums.DeployerType_KPT
const DeployerType_KUBECTL = enums.DeployerType_KUBECTL
const DeployerType_KUSTOMIZE = enums.DeployerType_KUSTOMIZE
const DeployerType_UNKNOWN_DEPLOYER_TYPE = enums.DeployerType_UNKNOWN_DEPLOYER_TYPE
const LogLevel_DEBUG = enums.LogLevel_DEBUG
const LogLevel_ERROR = enums.LogLevel_ERROR
const LogLevel_FATAL = enums.LogLevel_FATAL
const LogLevel_INFO = enums.LogLevel_INFO
const LogLevel_PANIC = enums.LogLevel_PANIC
const LogLevel_STANDARD = enums.LogLevel_STANDARD
const LogLevel_TRACE = enums.LogLevel_TRACE
const LogLevel_WARN = enums.LogLevel_WARN
const RenderType_HELM_CHART = enums.RenderType_HELM_CHART
const RenderType_KPT_MANIFEST = enums.RenderType_KPT_MANIFEST
const RenderType_KUSTOMIZE_MANIFEST = enums.RenderType_KUSTOMIZE_MANIFEST
const RenderType_RAWK8S = enums.RenderType_RAWK8S
const RenderType_UNKNOWN_RENDER_TYPE = enums.RenderType_UNKNOWN_RENDER_TYPE
const StatusCode_BUILD_CANCELLED = enums.StatusCode_BUILD_CANCELLED
const StatusCode_BUILD_DOCKERFILE_NOT_FOUND = enums.StatusCode_BUILD_DOCKERFILE_NOT_FOUND
const StatusCode_BUILD_DOCKER_CACHE_FROM_PULL_ERR = enums.StatusCode_BUILD_DOCKER_CACHE_FROM_PULL_ERR
const StatusCode_BUILD_DOCKER_CANCELLED = enums.StatusCode_BUILD_DOCKER_CANCELLED
const StatusCode_BUILD_DOCKER_CONFLICT_ERR = enums.StatusCode_BUILD_DOCKER_CONFLICT_ERR
const StatusCode_BUILD_DOCKER_DAEMON_NOT_RUNNING = enums.StatusCode_BUILD_DOCKER_DAEMON_NOT_RUNNING
const StatusCode_BUILD_DOCKER_DATA_LOSS_ERR = enums.StatusCode_BUILD_DOCKER_DATA_LOSS_ERR
const StatusCode_BUILD_DOCKER_DEADLINE = enums.StatusCode_BUILD_DOCKER_DEADLINE
const StatusCode_BUILD_DOCKER_ERROR_NOT_FOUND = enums.StatusCode_BUILD_DOCKER_ERROR_NOT_FOUND
const StatusCode_BUILD_DOCKER_FORBIDDEN_ERR = enums.StatusCode_BUILD_DOCKER_FORBIDDEN_ERR
const StatusCode_BUILD_DOCKER_GET_DIGEST_ERR = enums.StatusCode_BUILD_DOCKER_GET_DIGEST_ERR
const StatusCode_BUILD_DOCKER_INVALID_PARAM_ERR = enums.StatusCode_BUILD_DOCKER_INVALID_PARAM_ERR
const StatusCode_BUILD_DOCKER_NOT_IMPLEMENTED_ERR = enums.StatusCode_BUILD_DOCKER_NOT_IMPLEMENTED_ERR
const StatusCode_BUILD_DOCKER_NOT_MODIFIED_ERR = enums.StatusCode_BUILD_DOCKER_NOT_MODIFIED_ERR
const StatusCode_BUILD_DOCKER_NO_SPACE_ERR = enums.StatusCode_BUILD_DOCKER_NO_SPACE_ERR
const StatusCode_BUILD_DOCKER_SYSTEM_ERR = enums.StatusCode_BUILD_DOCKER_SYSTEM_ERR
const StatusCode_BUILD_DOCKER_UNAUTHORIZED = enums.StatusCode_BUILD_DOCKER_UNAUTHORIZED
const StatusCode_BUILD_DOCKER_UNAVAILABLE = enums.StatusCode_BUILD_DOCKER_UNAVAILABLE
const StatusCode_BUILD_DOCKER_UNKNOWN = enums.StatusCode_BUILD_DOCKER_UNKNOWN
const StatusCode_BUILD_GCB_BUILD_CANCELLED = enums.StatusCode_BUILD_GCB_BUILD_CANCELLED
const StatusCode_BUILD_GCB_BUILD_FAILED = enums.StatusCode_BUILD_GCB_BUILD_FAILED
const StatusCode_BUILD_GCB_BUILD_INTERNAL_ERR = enums.StatusCode_BUILD_GCB_BUILD_INTERNAL_ERR
const StatusCode_BUILD_GCB_BUILD_TIMEOUT = enums.StatusCode_BUILD_GCB_BUILD_TIMEOUT
const StatusCode_BUILD_GCB_BUILD_UNKNOWN_STATUS = enums.StatusCode_BUILD_GCB_BUILD_UNKNOWN_STATUS
const StatusCode_BUILD_GCB_COPY_BUILD_LOG_ERR = enums.StatusCode_BUILD_GCB_COPY_BUILD_LOG_ERR
const StatusCode_BUILD_GCB_CREATE_BUCKET_ERR = enums.StatusCode_BUILD_GCB_CREATE_BUCKET_ERR
const StatusCode_BUILD_GCB_CREATE_BUILD_ERR = enums.StatusCode_BUILD_GCB_CREATE_BUILD_ERR
const StatusCode_BUILD_GCB_EXTRACT_PROJECT_ID = enums.StatusCode_BUILD_GCB_EXTRACT_PROJECT_ID
const StatusCode_BUILD_GCB_GENERATE_BUILD_DESCRIPTOR_ERR = enums.StatusCode_BUILD_GCB_GENERATE_BUILD_DESCRIPTOR_ERR
const StatusCode_BUILD_GCB_GET_BUILD_ID_ERR = enums.StatusCode_BUILD_GCB_GET_BUILD_ID_ERR
const StatusCode_BUILD_GCB_GET_BUILD_LOG_ERR = enums.StatusCode_BUILD_GCB_GET_BUILD_LOG_ERR
const StatusCode_BUILD_GCB_GET_BUILD_STATUS_ERR = enums.StatusCode_BUILD_GCB_GET_BUILD_STATUS_ERR
const StatusCode_BUILD_GCB_GET_BUILT_IMAGE_ERR = enums.StatusCode_BUILD_GCB_GET_BUILT_IMAGE_ERR
const StatusCode_BUILD_GCB_GET_DEPENDENCY_ERR = enums.StatusCode_BUILD_GCB_GET_DEPENDENCY_ERR
const StatusCode_BUILD_GCB_GET_GCS_BUCKET_ERR = enums.StatusCode_BUILD_GCB_GET_GCS_BUCKET_ERR
const StatusCode_BUILD_GCB_JIB_DEPENDENCY_ERR = enums.StatusCode_BUILD_GCB_JIB_DEPENDENCY_ERR
const StatusCode_BUILD_GCB_UPLOAD_TO_GCS_ERR = enums.StatusCode_BUILD_GCB_UPLOAD_TO_GCS_ERR
const StatusCode_BUILD_GET_CLOUD_BUILD_CLIENT_ERR = enums.StatusCode_BUILD_GET_CLOUD_BUILD_CLIENT_ERR
const StatusCode_BUILD_GET_CLOUD_STORAGE_CLIENT_ERR = enums.StatusCode_BUILD_GET_CLOUD_STORAGE_CLIENT_ERR
const StatusCode_BUILD_JIB_GRADLE_DEP_ERR = enums.StatusCode_BUILD_JIB_GRADLE_DEP_ERR
const StatusCode_BUILD_JIB_MAVEN_DEP_ERR = enums.StatusCode_BUILD_JIB_MAVEN_DEP_ERR
const StatusCode_BUILD_PROJECT_NOT_FOUND = enums.StatusCode_BUILD_PROJECT_NOT_FOUND
const StatusCode_BUILD_PUSH_ACCESS_DENIED = enums.StatusCode_BUILD_PUSH_ACCESS_DENIED
const StatusCode_BUILD_REGISTRY_GET_DIGEST_ERR = enums.StatusCode_BUILD_REGISTRY_GET_DIGEST_ERR
const StatusCode_BUILD_SUCCESS = enums.StatusCode_BUILD_SUCCESS
const StatusCode_BUILD_UNKNOWN = enums.StatusCode_BUILD_UNKNOWN
const StatusCode_BUILD_UNKNOWN_JIB_PLUGIN_TYPE = enums.StatusCode_BUILD_UNKNOWN_JIB_PLUGIN_TYPE
const StatusCode_BUILD_USER_ERROR = enums.StatusCode_BUILD_USER_ERROR
const StatusCode_CLEANUP_UNKNOWN = enums.StatusCode_CLEANUP_UNKNOWN
const StatusCode_CONFIG_APPLY_PROFILES_ERR = enums.StatusCode_CONFIG_APPLY_PROFILES_ERR
const StatusCode_CONFIG_BAD_FILTER_ERR = enums.StatusCode_CONFIG_BAD_FILTER_ERR
const StatusCode_CONFIG_DEFAULT_VALUES_ERR = enums.StatusCode_CONFIG_DEFAULT_VALUES_ERR
const StatusCode_CONFIG_DEPENDENCY_NOT_FOUND_ERR = enums.StatusCode_CONFIG_DEPENDENCY_NOT_FOUND_ERR
const StatusCode_CONFIG_DUPLICATE_NAMES_ACROSS_FILES_ERR = enums.StatusCode_CONFIG_DUPLICATE_NAMES_ACROSS_FILES_ERR
const StatusCode_CONFIG_DUPLICATE_NAMES_SAME_FILE_ERR = enums.StatusCode_CONFIG_DUPLICATE_NAMES_SAME_FILE_ERR
const StatusCode_CONFIG_FILE_NOT_FOUND_ERR = enums.StatusCode_CONFIG_FILE_NOT_FOUND_ERR
const StatusCode_CONFIG_FILE_PARSING_ERR = enums.StatusCode_CONFIG_FILE_PARSING_ERR
const StatusCode_CONFIG_FILE_PATHS_SUBSTITUTION_ERR = enums.StatusCode_CONFIG_FILE_PATHS_SUBSTITUTION_ERR
const StatusCode_CONFIG_MISSING_MANIFEST_FILE_ERR = enums.StatusCode_CONFIG_MISSING_MANIFEST_FILE_ERR
const StatusCode_CONFIG_MULTI_IMPORT_PROFILE_CONFLICT_ERR = enums.StatusCode_CONFIG_MULTI_IMPORT_PROFILE_CONFLICT_ERR
const StatusCode_CONFIG_PROFILES_NOT_FOUND_ERR = enums.StatusCode_CONFIG_PROFILES_NOT_FOUND_ERR
const StatusCode_CONFIG_REMOTE_REPO_CACHE_NOT_FOUND_ERR = enums.StatusCode_CONFIG_REMOTE_REPO_CACHE_NOT_FOUND_ERR
const StatusCode_CONFIG_UNKNOWN_API_VERSION_ERR = enums.StatusCode_CONFIG_UNKNOWN_API_VERSION_ERR
const StatusCode_CONFIG_UNKNOWN_TRANSFORMER = enums.StatusCode_CONFIG_UNKNOWN_TRANSFORMER
const StatusCode_CONFIG_UNKNOWN_VALIDATOR = enums.StatusCode_CONFIG_UNKNOWN_VALIDATOR
const StatusCode_CONFIG_ZERO_FOUND_ERR = enums.StatusCode_CONFIG_ZERO_FOUND_ERR
const StatusCode_DEPLOY_CANCELLED = enums.StatusCode_DEPLOY_CANCELLED
const StatusCode_DEPLOY_CLEANUP_ERR = enums.StatusCode_DEPLOY_CLEANUP_ERR
const StatusCode_DEPLOY_CLUSTER_CONNECTION_ERR = enums.StatusCode_DEPLOY_CLUSTER_CONNECTION_ERR
const StatusCode_DEPLOY_CLUSTER_INTERNAL_SYSTEM_ERR = enums.StatusCode_DEPLOY_CLUSTER_INTERNAL_SYSTEM_ERR
const StatusCode_DEPLOY_DEBUG_HELPER_RETRIEVE_ERR = enums.StatusCode_DEPLOY_DEBUG_HELPER_RETRIEVE_ERR
const StatusCode_DEPLOY_ERR_WAITING_FOR_DELETION = enums.StatusCode_DEPLOY_ERR_WAITING_FOR_DELETION
const StatusCode_DEPLOY_HELM_APPLY_LABELS = enums.StatusCode_DEPLOY_HELM_APPLY_LABELS
const StatusCode_DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE = enums.StatusCode_DEPLOY_HELM_CREATE_NS_NOT_AVAILABLE
const StatusCode_DEPLOY_HELM_MIN_VERSION_ERR = enums.StatusCode_DEPLOY_HELM_MIN_VERSION_ERR
const StatusCode_DEPLOY_HELM_USER_ERR = enums.StatusCode_DEPLOY_HELM_USER_ERR
const StatusCode_DEPLOY_HELM_VERSION_ERR = enums.StatusCode_DEPLOY_HELM_VERSION_ERR
const StatusCode_DEPLOY_KPTFILE_INIT_ERR = enums.StatusCode_DEPLOY_KPTFILE_INIT_ERR
const StatusCode_DEPLOY_KUBECTL_OFFLINE_MODE_ERR = enums.StatusCode_DEPLOY_KUBECTL_OFFLINE_MODE_ERR
const StatusCode_DEPLOY_KUBECTL_USER_ERR = enums.StatusCode_DEPLOY_KUBECTL_USER_ERR
const StatusCode_DEPLOY_KUBECTL_VERSION_ERR = enums.StatusCode_DEPLOY_KUBECTL_VERSION_ERR
const StatusCode_DEPLOY_KUSTOMIZE_USER_ERR = enums.StatusCode_DEPLOY_KUSTOMIZE_USER_ERR
const StatusCode_DEPLOY_LIST_MANIFEST_ERR = enums.StatusCode_DEPLOY_LIST_MANIFEST_ERR
const StatusCode_DEPLOY_MANIFEST_WRITE_ERR = enums.StatusCode_DEPLOY_MANIFEST_WRITE_ERR
const StatusCode_DEPLOY_NO_MATCHING_BUILD = enums.StatusCode_DEPLOY_NO_MATCHING_BUILD
const StatusCode_DEPLOY_PARSE_MANIFEST_IMAGES_ERR = enums.StatusCode_DEPLOY_PARSE_MANIFEST_IMAGES_ERR
const StatusCode_DEPLOY_READ_MANIFEST_ERR = enums.StatusCode_DEPLOY_READ_MANIFEST_ERR
const StatusCode_DEPLOY_READ_REMOTE_MANIFEST_ERR = enums.StatusCode_DEPLOY_READ_REMOTE_MANIFEST_ERR
const StatusCode_DEPLOY_REPLACE_IMAGE_ERR = enums.StatusCode_DEPLOY_REPLACE_IMAGE_ERR
const StatusCode_DEPLOY_SET_LABEL_ERR = enums.StatusCode_DEPLOY_SET_LABEL_ERR
const StatusCode_DEPLOY_SUCCESS = enums.StatusCode_DEPLOY_SUCCESS
const StatusCode_DEPLOY_TRANSFORM_MANIFEST_ERR = enums.StatusCode_DEPLOY_TRANSFORM_MANIFEST_ERR
const StatusCode_DEPLOY_UNKNOWN = enums.StatusCode_DEPLOY_UNKNOWN
const StatusCode_DEVINIT_REGISTER_BUILD_DEPS = enums.StatusCode_DEVINIT_REGISTER_BUILD_DEPS
const StatusCode_DEVINIT_REGISTER_CONFIG_DEP = enums.StatusCode_DEVINIT_REGISTER_CONFIG_DEP
const StatusCode_DEVINIT_REGISTER_DEPLOY_DEPS = enums.StatusCode_DEVINIT_REGISTER_DEPLOY_DEPS
const StatusCode_DEVINIT_REGISTER_TEST_DEPS = enums.StatusCode_DEVINIT_REGISTER_TEST_DEPS
const StatusCode_DEVINIT_UNKNOWN = enums.StatusCode_DEVINIT_UNKNOWN
const StatusCode_DEVINIT_UNSUPPORTED_V1_MANIFEST = enums.StatusCode_DEVINIT_UNSUPPORTED_V1_MANIFEST
const StatusCode_INIT_CACHE_ERROR = enums.StatusCode_INIT_CACHE_ERROR
const StatusCode_INIT_CREATE_ARTIFACT_DEP_ERROR = enums.StatusCode_INIT_CREATE_ARTIFACT_DEP_ERROR
const StatusCode_INIT_CREATE_BUILDER_ERROR = enums.StatusCode_INIT_CREATE_BUILDER_ERROR
const StatusCode_INIT_CREATE_DEPLOYER_ERROR = enums.StatusCode_INIT_CREATE_DEPLOYER_ERROR
const StatusCode_INIT_CREATE_TAGGER_ERROR = enums.StatusCode_INIT_CREATE_TAGGER_ERROR
const StatusCode_INIT_CREATE_TEST_DEP_ERROR = enums.StatusCode_INIT_CREATE_TEST_DEP_ERROR
const StatusCode_INIT_CREATE_WATCH_TRIGGER_ERROR = enums.StatusCode_INIT_CREATE_WATCH_TRIGGER_ERROR
const StatusCode_INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST = enums.StatusCode_INIT_DOCKER_NETWORK_CONTAINER_DOES_NOT_EXIST
const StatusCode_INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME = enums.StatusCode_INIT_DOCKER_NETWORK_INVALID_CONTAINER_NAME
const StatusCode_INIT_DOCKER_NETWORK_INVALID_MODE = enums.StatusCode_INIT_DOCKER_NETWORK_INVALID_MODE
const StatusCode_INIT_DOCKER_NETWORK_LISTING_CONTAINERS = enums.StatusCode_INIT_DOCKER_NETWORK_LISTING_CONTAINERS
const StatusCode_INIT_DOCKER_NETWORK_PARSE_ERR = enums.StatusCode_INIT_DOCKER_NETWORK_PARSE_ERR
const StatusCode_INIT_MINIKUBE_NOT_RUNNING_ERROR = enums.StatusCode_INIT_MINIKUBE_NOT_RUNNING_ERROR
const StatusCode_INIT_MINIKUBE_PAUSED_ERROR = enums.StatusCode_INIT_MINIKUBE_PAUSED_ERROR
const StatusCode_INIT_UNKNOWN = enums.StatusCode_INIT_UNKNOWN
const StatusCode_INSPECT_BUILD_ENV_ALREADY_EXISTS_ERR = enums.StatusCode_INSPECT_BUILD_ENV_ALREADY_EXISTS_ERR
const StatusCode_INSPECT_BUILD_ENV_INCORRECT_TYPE_ERR = enums.StatusCode_INSPECT_BUILD_ENV_INCORRECT_TYPE_ERR
const StatusCode_INSPECT_PROFILE_NOT_FOUND_ERR = enums.StatusCode_INSPECT_PROFILE_NOT_FOUND_ERR
const StatusCode_INSPECT_UNKNOWN_ERR = enums.StatusCode_INSPECT_UNKNOWN_ERR
const StatusCode_OK = enums.StatusCode_OK
const StatusCode_RENDER_KPTFILE_INIT_ERR = enums.StatusCode_RENDER_KPTFILE_INIT_ERR
const StatusCode_RENDER_KPTFILE_INVALID_SCHEMA_ERR = enums.StatusCode_RENDER_KPTFILE_INVALID_SCHEMA_ERR
const StatusCode_RENDER_KPTFILE_INVALID_YAML_ERR = enums.StatusCode_RENDER_KPTFILE_INVALID_YAML_ERR
const StatusCode_RENDER_SUCCESS = enums.StatusCode_RENDER_SUCCESS
const StatusCode_STATUSCHECK_CONFIG_CONNECTOR_FAILED = enums.StatusCode_STATUSCHECK_CONFIG_CONNECTOR_FAILED
const StatusCode_STATUSCHECK_CONFIG_CONNECTOR_IN_PROGRESS = enums.StatusCode_STATUSCHECK_CONFIG_CONNECTOR_IN_PROGRESS
const StatusCode_STATUSCHECK_CONFIG_CONNECTOR_NOT_FOUND = enums.StatusCode_STATUSCHECK_CONFIG_CONNECTOR_NOT_FOUND
const StatusCode_STATUSCHECK_CONFIG_CONNECTOR_RESOURCES_FETCH_ERR = enums.StatusCode_STATUSCHECK_CONFIG_CONNECTOR_RESOURCES_FETCH_ERR
const StatusCode_STATUSCHECK_CONFIG_CONNECTOR_TERMINATING = enums.StatusCode_STATUSCHECK_CONFIG_CONNECTOR_TERMINATING
const StatusCode_STATUSCHECK_CONTAINER_CREATING = enums.StatusCode_STATUSCHECK_CONTAINER_CREATING
const StatusCode_STATUSCHECK_CONTAINER_EXEC_ERROR = enums.StatusCode_STATUSCHECK_CONTAINER_EXEC_ERROR
const StatusCode_STATUSCHECK_CONTAINER_RESTARTING = enums.StatusCode_STATUSCHECK_CONTAINER_RESTARTING
const StatusCode_STATUSCHECK_CONTAINER_TERMINATED = enums.StatusCode_STATUSCHECK_CONTAINER_TERMINATED
const StatusCode_STATUSCHECK_CONTAINER_WAITING_UNKNOWN = enums.StatusCode_STATUSCHECK_CONTAINER_WAITING_UNKNOWN
const StatusCode_STATUSCHECK_DEADLINE_EXCEEDED = enums.StatusCode_STATUSCHECK_DEADLINE_EXCEEDED
const StatusCode_STATUSCHECK_DEPLOYMENT_FETCH_ERR = enums.StatusCode_STATUSCHECK_DEPLOYMENT_FETCH_ERR
const StatusCode_STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING = enums.StatusCode_STATUSCHECK_DEPLOYMENT_ROLLOUT_PENDING
const StatusCode_STATUSCHECK_FAILED_SCHEDULING = enums.StatusCode_STATUSCHECK_FAILED_SCHEDULING
const StatusCode_STATUSCHECK_IMAGE_PULL_ERR = enums.StatusCode_STATUSCHECK_IMAGE_PULL_ERR
const StatusCode_STATUSCHECK_INTERNAL_ERROR = enums.StatusCode_STATUSCHECK_INTERNAL_ERROR
const StatusCode_STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR = enums.StatusCode_STATUSCHECK_KUBECTL_CLIENT_FETCH_ERR
const StatusCode_STATUSCHECK_KUBECTL_CONNECTION_ERR = enums.StatusCode_STATUSCHECK_KUBECTL_CONNECTION_ERR
const StatusCode_STATUSCHECK_KUBECTL_PID_KILLED = enums.StatusCode_STATUSCHECK_KUBECTL_PID_KILLED
const StatusCode_STATUSCHECK_NODE_DISK_PRESSURE = enums.StatusCode_STATUSCHECK_NODE_DISK_PRESSURE
const StatusCode_STATUSCHECK_NODE_MEMORY_PRESSURE = enums.StatusCode_STATUSCHECK_NODE_MEMORY_PRESSURE
const StatusCode_STATUSCHECK_NODE_NETWORK_UNAVAILABLE = enums.StatusCode_STATUSCHECK_NODE_NETWORK_UNAVAILABLE
const StatusCode_STATUSCHECK_NODE_NOT_READY = enums.StatusCode_STATUSCHECK_NODE_NOT_READY
const StatusCode_STATUSCHECK_NODE_PID_PRESSURE = enums.StatusCode_STATUSCHECK_NODE_PID_PRESSURE
const StatusCode_STATUSCHECK_NODE_UNREACHABLE = enums.StatusCode_STATUSCHECK_NODE_UNREACHABLE
const StatusCode_STATUSCHECK_NODE_UNSCHEDULABLE = enums.StatusCode_STATUSCHECK_NODE_UNSCHEDULABLE
const StatusCode_STATUSCHECK_POD_INITIALIZING = enums.StatusCode_STATUSCHECK_POD_INITIALIZING
const StatusCode_STATUSCHECK_RUN_CONTAINER_ERR = enums.StatusCode_STATUSCHECK_RUN_CONTAINER_ERR
const StatusCode_STATUSCHECK_STANDALONE_PODS_FETCH_ERR = enums.StatusCode_STATUSCHECK_STANDALONE_PODS_FETCH_ERR
const StatusCode_STATUSCHECK_STANDALONE_PODS_PENDING = enums.StatusCode_STATUSCHECK_STANDALONE_PODS_PENDING
const StatusCode_STATUSCHECK_STATEFULSET_FETCH_ERR = enums.StatusCode_STATUSCHECK_STATEFULSET_FETCH_ERR
const StatusCode_STATUSCHECK_SUCCESS = enums.StatusCode_STATUSCHECK_SUCCESS
const StatusCode_STATUSCHECK_UNHEALTHY = enums.StatusCode_STATUSCHECK_UNHEALTHY
const StatusCode_STATUSCHECK_UNKNOWN = enums.StatusCode_STATUSCHECK_UNKNOWN
const StatusCode_STATUSCHECK_UNKNOWN_EVENT = enums.StatusCode_STATUSCHECK_UNKNOWN_EVENT
const StatusCode_STATUSCHECK_UNKNOWN_UNSCHEDULABLE = enums.StatusCode_STATUSCHECK_UNKNOWN_UNSCHEDULABLE
const StatusCode_STATUSCHECK_USER_CANCELLED = enums.StatusCode_STATUSCHECK_USER_CANCELLED
const StatusCode_SYNC_INIT_ERROR = enums.StatusCode_SYNC_INIT_ERROR
const StatusCode_SYNC_UNKNOWN = enums.StatusCode_SYNC_UNKNOWN
const StatusCode_TEST_CST_USER_ERR = enums.StatusCode_TEST_CST_USER_ERR
const StatusCode_TEST_CUSTOM_CMD_PARSE_ERR = enums.StatusCode_TEST_CUSTOM_CMD_PARSE_ERR
const StatusCode_TEST_CUSTOM_CMD_RETRIEVE_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RETRIEVE_ERR
const StatusCode_TEST_CUSTOM_CMD_RUN_CANCELLED_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_CANCELLED_ERR
const StatusCode_TEST_CUSTOM_CMD_RUN_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_ERR
const StatusCode_TEST_CUSTOM_CMD_RUN_EXECUTION_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_EXECUTION_ERR
const StatusCode_TEST_CUSTOM_CMD_RUN_EXITED_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_EXITED_ERR
const StatusCode_TEST_CUSTOM_CMD_RUN_NON_ZERO_EXIT_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_NON_ZERO_EXIT_ERR
const StatusCode_TEST_CUSTOM_CMD_RUN_TIMEDOUT_ERR = enums.StatusCode_TEST_CUSTOM_CMD_RUN_TIMEDOUT_ERR
const StatusCode_TEST_CUSTOM_DEPENDENCIES_CMD_ERR = enums.StatusCode_TEST_CUSTOM_DEPENDENCIES_CMD_ERR
const StatusCode_TEST_CUSTOM_DEPENDENCIES_UNMARSHALL_ERR = enums.StatusCode_TEST_CUSTOM_DEPENDENCIES_UNMARSHALL_ERR
const StatusCode_TEST_IMG_PULL_ERR = enums.StatusCode_TEST_IMG_PULL_ERR
const StatusCode_TEST_SUCCESS = enums.StatusCode_TEST_SUCCESS
const StatusCode_TEST_UNKNOWN = enums.StatusCode_TEST_UNKNOWN
const StatusCode_TEST_USER_CONFIG_ERR = enums.StatusCode_TEST_USER_CONFIG_ERR
const StatusCode_UNKNOWN_ERROR = enums.StatusCode_UNKNOWN_ERROR
const SuggestionCode_ADDRESS_FAILED_SCHEDULING = enums.SuggestionCode_ADDRESS_FAILED_SCHEDULING
const SuggestionCode_ADDRESS_NODE_DISK_PRESSURE = enums.SuggestionCode_ADDRESS_NODE_DISK_PRESSURE
const SuggestionCode_ADDRESS_NODE_MEMORY_PRESSURE = enums.SuggestionCode_ADDRESS_NODE_MEMORY_PRESSURE
const SuggestionCode_ADDRESS_NODE_NETWORK_UNAVAILABLE = enums.SuggestionCode_ADDRESS_NODE_NETWORK_UNAVAILABLE
const SuggestionCode_ADDRESS_NODE_NOT_READY = enums.SuggestionCode_ADDRESS_NODE_NOT_READY
const SuggestionCode_ADDRESS_NODE_PID_PRESSURE = enums.SuggestionCode_ADDRESS_NODE_PID_PRESSURE
const SuggestionCode_ADDRESS_NODE_UNREACHABLE = enums.SuggestionCode_ADDRESS_NODE_UNREACHABLE
const SuggestionCode_ADDRESS_NODE_UNSCHEDULABLE = enums.SuggestionCode_ADDRESS_NODE_UNSCHEDULABLE
const SuggestionCode_ADD_DEFAULT_REPO = enums.SuggestionCode_ADD_DEFAULT_REPO
const SuggestionCode_CHECK_CLUSTER_CONNECTION = enums.SuggestionCode_CHECK_CLUSTER_CONNECTION
const SuggestionCode_CHECK_CONTAINER_IMAGE = enums.SuggestionCode_CHECK_CONTAINER_IMAGE
const SuggestionCode_CHECK_CONTAINER_LOGS = enums.SuggestionCode_CHECK_CONTAINER_LOGS
const SuggestionCode_CHECK_CUSTOM_COMMAND = enums.SuggestionCode_CHECK_CUSTOM_COMMAND
const SuggestionCode_CHECK_CUSTOM_COMMAND_DEPENDENCIES_CMD = enums.SuggestionCode_CHECK_CUSTOM_COMMAND_DEPENDENCIES_CMD
const SuggestionCode_CHECK_CUSTOM_COMMAND_DEPENDENCIES_PATHS = enums.SuggestionCode_CHECK_CUSTOM_COMMAND_DEPENDENCIES_PATHS
const SuggestionCode_CHECK_DEFAULT_REPO = enums.SuggestionCode_CHECK_DEFAULT_REPO
const SuggestionCode_CHECK_DEFAULT_REPO_GLOBAL_CONFIG = enums.SuggestionCode_CHECK_DEFAULT_REPO_GLOBAL_CONFIG
const SuggestionCode_CHECK_DOCKER_NETWORK_CONTAINER_RUNNING = enums.SuggestionCode_CHECK_DOCKER_NETWORK_CONTAINER_RUNNING
const SuggestionCode_CHECK_DOCKER_RUNNING = enums.SuggestionCode_CHECK_DOCKER_RUNNING
const SuggestionCode_CHECK_GCLOUD_PROJECT = enums.SuggestionCode_CHECK_GCLOUD_PROJECT
const SuggestionCode_CHECK_HOST_CONNECTION = enums.SuggestionCode_CHECK_HOST_CONNECTION
const SuggestionCode_CHECK_MINIKUBE_STATUS = enums.SuggestionCode_CHECK_MINIKUBE_STATUS
const SuggestionCode_CHECK_READINESS_PROBE = enums.SuggestionCode_CHECK_READINESS_PROBE
const SuggestionCode_CHECK_TEST_COMMAND_AND_IMAGE_NAME = enums.SuggestionCode_CHECK_TEST_COMMAND_AND_IMAGE_NAME
const SuggestionCode_CONFIG_ALLOWLIST_VALIDATORS = enums.SuggestionCode_CONFIG_ALLOWLIST_VALIDATORS
const SuggestionCode_CONFIG_ALLOWLIST_transformers = enums.SuggestionCode_CONFIG_ALLOWLIST_transformers
const SuggestionCode_CONFIG_CHANGE_NAMES = enums.SuggestionCode_CONFIG_CHANGE_NAMES
const SuggestionCode_CONFIG_CHECK_DEPENDENCY_DEFINITION = enums.SuggestionCode_CONFIG_CHECK_DEPENDENCY_DEFINITION
const SuggestionCode_CONFIG_CHECK_DEPENDENCY_PROFILES_SELECTION = enums.SuggestionCode_CONFIG_CHECK_DEPENDENCY_PROFILES_SELECTION
const SuggestionCode_CONFIG_CHECK_FILE_PATH = enums.SuggestionCode_CONFIG_CHECK_FILE_PATH
const SuggestionCode_CONFIG_CHECK_FILTER = enums.SuggestionCode_CONFIG_CHECK_FILTER
const SuggestionCode_CONFIG_CHECK_PROFILE_DEFINITION = enums.SuggestionCode_CONFIG_CHECK_PROFILE_DEFINITION
const SuggestionCode_CONFIG_CHECK_PROFILE_SELECTION = enums.SuggestionCode_CONFIG_CHECK_PROFILE_SELECTION
const SuggestionCode_CONFIG_ENABLE_REMOTE_REPO_SYNC = enums.SuggestionCode_CONFIG_ENABLE_REMOTE_REPO_SYNC
const SuggestionCode_CONFIG_FIX_API_VERSION = enums.SuggestionCode_CONFIG_FIX_API_VERSION
const SuggestionCode_CONFIG_FIX_MISSING_MANIFEST_FILE = enums.SuggestionCode_CONFIG_FIX_MISSING_MANIFEST_FILE
const SuggestionCode_DOCKER_AUTH_CONFIGURE = enums.SuggestionCode_DOCKER_AUTH_CONFIGURE
const SuggestionCode_DOCKER_BUILD_RETRY = enums.SuggestionCode_DOCKER_BUILD_RETRY
const SuggestionCode_FIX_CACHE_FROM_ARTIFACT_CONFIG = enums.SuggestionCode_FIX_CACHE_FROM_ARTIFACT_CONFIG
const SuggestionCode_FIX_CUSTOM_COMMAND_TIMEOUT = enums.SuggestionCode_FIX_CUSTOM_COMMAND_TIMEOUT
const SuggestionCode_FIX_DOCKER_NETWORK_CONTAINER_NAME = enums.SuggestionCode_FIX_DOCKER_NETWORK_CONTAINER_NAME
const SuggestionCode_FIX_DOCKER_NETWORK_MODE_WHEN_EXTRACTING_CONTAINER_NAME = enums.SuggestionCode_FIX_DOCKER_NETWORK_MODE_WHEN_EXTRACTING_CONTAINER_NAME
const SuggestionCode_FIX_JIB_PLUGIN_CONFIGURATION = enums.SuggestionCode_FIX_JIB_PLUGIN_CONFIGURATION
const SuggestionCode_FIX_SKAFFOLD_CONFIG_DOCKERFILE = enums.SuggestionCode_FIX_SKAFFOLD_CONFIG_DOCKERFILE
const SuggestionCode_FIX_SKAFFOLD_CONFIG_HELM_ARTIFACT_OVERRIDES = enums.SuggestionCode_FIX_SKAFFOLD_CONFIG_HELM_ARTIFACT_OVERRIDES
const SuggestionCode_FIX_SKAFFOLD_CONFIG_HELM_CREATE_NAMESPACE = enums.SuggestionCode_FIX_SKAFFOLD_CONFIG_HELM_CREATE_NAMESPACE
const SuggestionCode_FIX_USER_BUILD_ERR = enums.SuggestionCode_FIX_USER_BUILD_ERR
const SuggestionCode_GCLOUD_DOCKER_AUTH_CONFIGURE = enums.SuggestionCode_GCLOUD_DOCKER_AUTH_CONFIGURE
const SuggestionCode_INSPECT_CHECK_INPUT_PROFILE = enums.SuggestionCode_INSPECT_CHECK_INPUT_PROFILE
const SuggestionCode_INSPECT_USE_ADD_BUILD_ENV = enums.SuggestionCode_INSPECT_USE_ADD_BUILD_ENV
const SuggestionCode_INSPECT_USE_MODIFY_OR_NEW_PROFILE = enums.SuggestionCode_INSPECT_USE_MODIFY_OR_NEW_PROFILE
const SuggestionCode_INSTALL_HELM = enums.SuggestionCode_INSTALL_HELM
const SuggestionCode_INSTALL_KUBECTL = enums.SuggestionCode_INSTALL_KUBECTL
const SuggestionCode_KPTFILE_CHECK_YAML = enums.SuggestionCode_KPTFILE_CHECK_YAML
const SuggestionCode_KPTFILE_MANUAL_INIT = enums.SuggestionCode_KPTFILE_MANUAL_INIT
const SuggestionCode_NIL = enums.SuggestionCode_NIL
const SuggestionCode_OPEN_ISSUE = enums.SuggestionCode_OPEN_ISSUE
const SuggestionCode_RUN_DOCKER_PRUNE = enums.SuggestionCode_RUN_DOCKER_PRUNE
const SuggestionCode_RUN_DOCKER_PULL = enums.SuggestionCode_RUN_DOCKER_PULL
const SuggestionCode_SET_CLEANUP_FLAG = enums.SuggestionCode_SET_CLEANUP_FLAG
const SuggestionCode_SET_RENDER_FLAG_OFFLINE_FALSE = enums.SuggestionCode_SET_RENDER_FLAG_OFFLINE_FALSE
const SuggestionCode_START_MINIKUBE = enums.SuggestionCode_START_MINIKUBE
const SuggestionCode_UNPAUSE_MINIKUBE = enums.SuggestionCode_UNPAUSE_MINIKUBE
const SuggestionCode_UPGRADE_HELM = enums.SuggestionCode_UPGRADE_HELM
const SuggestionCode_UPGRADE_HELM32 = enums.SuggestionCode_UPGRADE_HELM32
const TesterType_CONTAINER_STRUCTURE_TEST = enums.TesterType_CONTAINER_STRUCTURE_TEST
const TesterType_UNIT = enums.TesterType_UNIT
const TesterType_UNKNOWN_TEST_TYPE = enums.TesterType_UNKNOWN_TEST_TYPE
Variables ¶
var BuildType_name = enums.BuildType_name
var BuildType_value = enums.BuildType_value
var BuilderType_name = enums.BuilderType_name
var BuilderType_value = enums.BuilderType_value
var ClusterType_name = enums.ClusterType_name
var ClusterType_value = enums.ClusterType_value
var DeployerType_name = enums.DeployerType_name
var DeployerType_value = enums.DeployerType_value
var File_v1_skaffold_proto protoreflect.FileDescriptor
var LogLevel_name = enums.LogLevel_name
var LogLevel_value = enums.LogLevel_value
var RenderType_name = enums.RenderType_name
var RenderType_value = enums.RenderType_value
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)
var StatusCode_name = enums.StatusCode_name
var StatusCode_value = enums.StatusCode_value
var SuggestionCode_name = enums.SuggestionCode_name
var SuggestionCode_value = enums.SuggestionCode_value
var TesterType_name = enums.TesterType_name
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 ¶ added in v1.33.0
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 // 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) GetStatus ¶
func (x *BuildEvent) GetStatus() string
func (*BuildEvent) ProtoMessage ¶
func (*BuildEvent) ProtoMessage()
func (*BuildEvent) ProtoReflect ¶ added in v1.33.0
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 ¶ added in v1.33.0
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 (x *BuildMetadata_ImageBuilder) GetType() enums.BuilderType
func (*BuildMetadata_ImageBuilder) ProtoMessage ¶
func (*BuildMetadata_ImageBuilder) ProtoMessage()
func (*BuildMetadata_ImageBuilder) ProtoReflect ¶ added in v1.33.0
func (x *BuildMetadata_ImageBuilder) ProtoReflect() protoreflect.Message
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 ¶ added in v1.33.0
func (x *BuildState) ProtoReflect() protoreflect.Message
func (*BuildState) Reset ¶
func (x *BuildState) Reset()
func (*BuildState) String ¶
func (x *BuildState) String() string
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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 (x *DeployMetadata_Deployer) GetType() enums.DeployerType
func (*DeployMetadata_Deployer) ProtoMessage ¶
func (*DeployMetadata_Deployer) ProtoMessage()
func (*DeployMetadata_Deployer) ProtoReflect ¶ added in v1.33.0
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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) 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 (*Event) GetPortEvent ¶
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 (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶ added in v1.33.0
func (x *Event) ProtoReflect() protoreflect.Message
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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) GetDevloop ¶ added in v1.33.0
func (*Intent) ProtoMessage ¶
func (*Intent) ProtoMessage()
func (*Intent) ProtoReflect ¶ added in v1.33.0
func (x *Intent) ProtoReflect() protoreflect.Message
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) GetTimestamp ¶
func (x *LogEntry) GetTimestamp() *timestamppb.Timestamp
func (*LogEntry) ProtoMessage ¶
func (*LogEntry) ProtoMessage()
func (*LogEntry) ProtoReflect ¶ added in v1.33.0
func (x *LogEntry) ProtoReflect() protoreflect.Message
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) GetMetadata ¶
func (*MetaEvent) ProtoMessage ¶
func (*MetaEvent) ProtoMessage()
func (*MetaEvent) ProtoReflect ¶ added in v1.33.0
func (x *MetaEvent) ProtoReflect() protoreflect.Message
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) GetAdditional ¶
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 ¶ added in v1.33.0
func (x *Metadata) ProtoReflect() protoreflect.Message
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) GetAddress ¶
func (*PortEvent) GetContainerName ¶
func (*PortEvent) GetLocalPort ¶
func (*PortEvent) GetNamespace ¶
func (*PortEvent) GetPodName ¶
func (*PortEvent) GetPortName ¶
func (*PortEvent) GetRemotePort ¶
func (*PortEvent) GetResourceName ¶
func (*PortEvent) GetResourceType ¶
func (*PortEvent) GetTargetPort ¶
func (x *PortEvent) GetTargetPort() *IntOrString
func (*PortEvent) ProtoMessage ¶
func (*PortEvent) ProtoMessage()
func (*PortEvent) ProtoReflect ¶ added in v1.33.0
func (x *PortEvent) ProtoReflect() protoreflect.Message
type RenderType ¶ added in v1.28.0
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) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) ProtoReflect ¶ added in v1.33.0
func (x *Request) ProtoReflect() protoreflect.Message
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 ¶ added in v1.33.0
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) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶ added in v1.33.0
func (x *Response) ProtoReflect() protoreflect.Message
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.
func NewSkaffoldServiceClient ¶
func NewSkaffoldServiceClient(cc grpc.ClientConnInterface) SkaffoldServiceClient
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_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) 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 (*State) GetMetadata ¶
func (*State) GetStatusCheckState ¶
func (x *State) GetStatusCheckState() *StatusCheckState
func (*State) GetTestState ¶
func (*State) ProtoMessage ¶
func (*State) ProtoMessage()
func (*State) ProtoReflect ¶ added in v1.33.0
func (x *State) ProtoReflect() protoreflect.Message
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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) GetActionableErr ¶
func (x *TestEvent) GetActionableErr() *ActionableErr
func (*TestEvent) ProtoMessage ¶
func (*TestEvent) ProtoMessage()
func (*TestEvent) ProtoReflect ¶ added in v1.33.0
func (x *TestEvent) ProtoReflect() protoreflect.Message
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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) GetStatusCode ¶
func (x *TestState) GetStatusCode() enums.StatusCode
func (*TestState) ProtoMessage ¶
func (*TestState) ProtoMessage()
func (*TestState) ProtoReflect ¶ added in v1.33.0
func (x *TestState) ProtoReflect() protoreflect.Message
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 ¶ added in v1.33.0
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 ¶ added in v1.33.0
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) AutoBuild(context.Context, *TriggerRequest) (*emptypb.Empty, error)
func (UnimplementedSkaffoldServiceServer) AutoDeploy ¶
func (UnimplementedSkaffoldServiceServer) AutoDeploy(context.Context, *TriggerRequest) (*emptypb.Empty, error)
func (UnimplementedSkaffoldServiceServer) AutoSync ¶
func (UnimplementedSkaffoldServiceServer) AutoSync(context.Context, *TriggerRequest) (*emptypb.Empty, error)
func (UnimplementedSkaffoldServiceServer) EventLog ¶
func (UnimplementedSkaffoldServiceServer) EventLog(SkaffoldService_EventLogServer) error
func (UnimplementedSkaffoldServiceServer) Events ¶
func (UnimplementedSkaffoldServiceServer) Events(*emptypb.Empty, SkaffoldService_EventsServer) error
func (UnimplementedSkaffoldServiceServer) Execute ¶
func (UnimplementedSkaffoldServiceServer) Execute(context.Context, *UserIntentRequest) (*emptypb.Empty, error)
type UnsafeSkaffoldServiceServer ¶ added in v1.33.0
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 ¶ added in v1.33.0
func (x *UserIntentRequest) ProtoReflect() protoreflect.Message
func (*UserIntentRequest) Reset ¶
func (x *UserIntentRequest) Reset()
func (*UserIntentRequest) String ¶
func (x *UserIntentRequest) String() string