Documentation ¶
Overview ¶
Package proto is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- 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 RegisterSkaffoldServiceServer(s *grpc.Server, srv SkaffoldServiceServer)
- type BuildEvent
- func (*BuildEvent) Descriptor() ([]byte, []int)
- func (m *BuildEvent) GetArtifact() string
- func (m *BuildEvent) GetErr() string
- func (m *BuildEvent) GetStatus() string
- func (*BuildEvent) ProtoMessage()
- func (m *BuildEvent) Reset()
- func (m *BuildEvent) String() string
- func (m *BuildEvent) XXX_DiscardUnknown()
- func (m *BuildEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BuildEvent) XXX_Merge(src proto.Message)
- func (m *BuildEvent) XXX_Size() int
- func (m *BuildEvent) XXX_Unmarshal(b []byte) error
- type BuildState
- func (*BuildState) Descriptor() ([]byte, []int)
- func (m *BuildState) GetArtifacts() map[string]string
- func (*BuildState) ProtoMessage()
- func (m *BuildState) Reset()
- func (m *BuildState) String() string
- func (m *BuildState) XXX_DiscardUnknown()
- func (m *BuildState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BuildState) XXX_Merge(src proto.Message)
- func (m *BuildState) XXX_Size() int
- func (m *BuildState) XXX_Unmarshal(b []byte) error
- type DeployEvent
- func (*DeployEvent) Descriptor() ([]byte, []int)
- func (m *DeployEvent) GetErr() string
- func (m *DeployEvent) GetStatus() string
- func (*DeployEvent) ProtoMessage()
- func (m *DeployEvent) Reset()
- func (m *DeployEvent) String() string
- func (m *DeployEvent) XXX_DiscardUnknown()
- func (m *DeployEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeployEvent) XXX_Merge(src proto.Message)
- func (m *DeployEvent) XXX_Size() int
- func (m *DeployEvent) XXX_Unmarshal(b []byte) error
- type DeployState
- func (*DeployState) Descriptor() ([]byte, []int)
- func (m *DeployState) GetStatus() string
- func (*DeployState) ProtoMessage()
- func (m *DeployState) Reset()
- func (m *DeployState) String() string
- func (m *DeployState) XXX_DiscardUnknown()
- func (m *DeployState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeployState) XXX_Merge(src proto.Message)
- func (m *DeployState) XXX_Size() int
- func (m *DeployState) XXX_Unmarshal(b []byte) error
- type Event
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) GetBuildEvent() *BuildEvent
- func (m *Event) GetDeployEvent() *DeployEvent
- func (m *Event) GetEventType() isEvent_EventType
- func (m *Event) GetMetaEvent() *MetaEvent
- func (m *Event) GetPortEvent() *PortEvent
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) String() string
- func (m *Event) XXX_DiscardUnknown()
- func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Event) XXX_Merge(src proto.Message)
- func (*Event) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *Event) XXX_Size() int
- func (m *Event) XXX_Unmarshal(b []byte) error
- type Event_BuildEvent
- type Event_DeployEvent
- type Event_MetaEvent
- type Event_PortEvent
- type LogEntry
- func (*LogEntry) Descriptor() ([]byte, []int)
- func (m *LogEntry) GetEntry() string
- func (m *LogEntry) GetEvent() *Event
- func (m *LogEntry) GetTimestamp() *timestamp.Timestamp
- func (*LogEntry) ProtoMessage()
- func (m *LogEntry) Reset()
- func (m *LogEntry) String() string
- func (m *LogEntry) XXX_DiscardUnknown()
- func (m *LogEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LogEntry) XXX_Merge(src proto.Message)
- func (m *LogEntry) XXX_Size() int
- func (m *LogEntry) XXX_Unmarshal(b []byte) error
- type MetaEvent
- func (*MetaEvent) Descriptor() ([]byte, []int)
- func (m *MetaEvent) GetEntry() string
- func (*MetaEvent) ProtoMessage()
- func (m *MetaEvent) Reset()
- func (m *MetaEvent) String() string
- func (m *MetaEvent) XXX_DiscardUnknown()
- func (m *MetaEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MetaEvent) XXX_Merge(src proto.Message)
- func (m *MetaEvent) XXX_Size() int
- func (m *MetaEvent) XXX_Unmarshal(b []byte) error
- type PortEvent
- func (*PortEvent) Descriptor() ([]byte, []int)
- func (m *PortEvent) GetContainerName() string
- func (m *PortEvent) GetLocalPort() int32
- func (m *PortEvent) GetNamespace() string
- func (m *PortEvent) GetPodName() string
- func (m *PortEvent) GetPortName() string
- func (m *PortEvent) GetRemotePort() int32
- func (m *PortEvent) GetResourceName() string
- func (m *PortEvent) GetResourceType() string
- func (*PortEvent) ProtoMessage()
- func (m *PortEvent) Reset()
- func (m *PortEvent) String() string
- func (m *PortEvent) XXX_DiscardUnknown()
- func (m *PortEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PortEvent) XXX_Merge(src proto.Message)
- func (m *PortEvent) XXX_Size() int
- func (m *PortEvent) XXX_Unmarshal(b []byte) error
- type Request
- func (*Request) Descriptor() ([]byte, []int)
- func (m *Request) GetName() string
- func (*Request) ProtoMessage()
- func (m *Request) Reset()
- func (m *Request) String() string
- func (m *Request) XXX_DiscardUnknown()
- func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Request) XXX_Merge(src proto.Message)
- func (m *Request) XXX_Size() int
- func (m *Request) XXX_Unmarshal(b []byte) error
- type Response
- func (*Response) Descriptor() ([]byte, []int)
- func (m *Response) GetMsg() string
- func (*Response) ProtoMessage()
- func (m *Response) Reset()
- func (m *Response) String() string
- func (m *Response) XXX_DiscardUnknown()
- func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Response) XXX_Merge(src proto.Message)
- func (m *Response) XXX_Size() int
- func (m *Response) XXX_Unmarshal(b []byte) error
- type SkaffoldServiceClient
- type SkaffoldServiceServer
- type SkaffoldService_EventLogClient
- type SkaffoldService_EventLogServer
- type State
- func (*State) Descriptor() ([]byte, []int)
- func (m *State) GetBuildState() *BuildState
- func (m *State) GetDeployState() *DeployState
- func (m *State) GetForwardedPorts() map[string]*PortEvent
- func (*State) ProtoMessage()
- func (m *State) Reset()
- func (m *State) String() string
- func (m *State) XXX_DiscardUnknown()
- func (m *State) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *State) XXX_Merge(src proto.Message)
- func (m *State) XXX_Size() int
- func (m *State) XXX_Unmarshal(b []byte) error
- type StateResponse
- func (*StateResponse) Descriptor() ([]byte, []int)
- func (m *StateResponse) GetState() *State
- func (*StateResponse) ProtoMessage()
- func (m *StateResponse) Reset()
- func (m *StateResponse) String() string
- func (m *StateResponse) XXX_DiscardUnknown()
- func (m *StateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *StateResponse) XXX_Merge(src proto.Message)
- func (m *StateResponse) XXX_Size() int
- func (m *StateResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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 RegisterSkaffoldServiceServer ¶
func RegisterSkaffoldServiceServer(s *grpc.Server, srv SkaffoldServiceServer)
Types ¶
type BuildEvent ¶
type BuildEvent struct { Artifact string `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` Err string `protobuf:"bytes,3,opt,name=err,proto3" json:"err,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BuildEvent) Descriptor ¶
func (*BuildEvent) Descriptor() ([]byte, []int)
func (*BuildEvent) GetArtifact ¶
func (m *BuildEvent) GetArtifact() string
func (*BuildEvent) GetErr ¶
func (m *BuildEvent) GetErr() string
func (*BuildEvent) GetStatus ¶
func (m *BuildEvent) GetStatus() string
func (*BuildEvent) ProtoMessage ¶
func (*BuildEvent) ProtoMessage()
func (*BuildEvent) Reset ¶
func (m *BuildEvent) Reset()
func (*BuildEvent) String ¶
func (m *BuildEvent) String() string
func (*BuildEvent) XXX_DiscardUnknown ¶
func (m *BuildEvent) XXX_DiscardUnknown()
func (*BuildEvent) XXX_Marshal ¶
func (m *BuildEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BuildEvent) XXX_Merge ¶
func (dst *BuildEvent) XXX_Merge(src proto.Message)
func (*BuildEvent) XXX_Size ¶
func (m *BuildEvent) XXX_Size() int
func (*BuildEvent) XXX_Unmarshal ¶
func (m *BuildEvent) XXX_Unmarshal(b []byte) error
type BuildState ¶
type BuildState struct { Artifacts map[string]string `` /* 159-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
BuildState contains a map of all skaffold artifacts to their current build states
func (*BuildState) Descriptor ¶
func (*BuildState) Descriptor() ([]byte, []int)
func (*BuildState) GetArtifacts ¶
func (m *BuildState) GetArtifacts() map[string]string
func (*BuildState) ProtoMessage ¶
func (*BuildState) ProtoMessage()
func (*BuildState) Reset ¶
func (m *BuildState) Reset()
func (*BuildState) String ¶
func (m *BuildState) String() string
func (*BuildState) XXX_DiscardUnknown ¶
func (m *BuildState) XXX_DiscardUnknown()
func (*BuildState) XXX_Marshal ¶
func (m *BuildState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BuildState) XXX_Merge ¶
func (dst *BuildState) XXX_Merge(src proto.Message)
func (*BuildState) XXX_Size ¶
func (m *BuildState) XXX_Size() int
func (*BuildState) XXX_Unmarshal ¶
func (m *BuildState) XXX_Unmarshal(b []byte) error
type DeployEvent ¶
type DeployEvent struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Err string `protobuf:"bytes,2,opt,name=err,proto3" json:"err,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeployEvent) Descriptor ¶
func (*DeployEvent) Descriptor() ([]byte, []int)
func (*DeployEvent) GetErr ¶
func (m *DeployEvent) GetErr() string
func (*DeployEvent) GetStatus ¶
func (m *DeployEvent) GetStatus() string
func (*DeployEvent) ProtoMessage ¶
func (*DeployEvent) ProtoMessage()
func (*DeployEvent) Reset ¶
func (m *DeployEvent) Reset()
func (*DeployEvent) String ¶
func (m *DeployEvent) String() string
func (*DeployEvent) XXX_DiscardUnknown ¶
func (m *DeployEvent) XXX_DiscardUnknown()
func (*DeployEvent) XXX_Marshal ¶
func (m *DeployEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeployEvent) XXX_Merge ¶
func (dst *DeployEvent) XXX_Merge(src proto.Message)
func (*DeployEvent) XXX_Size ¶
func (m *DeployEvent) XXX_Size() int
func (*DeployEvent) XXX_Unmarshal ¶
func (m *DeployEvent) XXX_Unmarshal(b []byte) error
type DeployState ¶
type DeployState struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
DeployState contains the status of the current deploy
func (*DeployState) Descriptor ¶
func (*DeployState) Descriptor() ([]byte, []int)
func (*DeployState) GetStatus ¶
func (m *DeployState) GetStatus() string
func (*DeployState) ProtoMessage ¶
func (*DeployState) ProtoMessage()
func (*DeployState) Reset ¶
func (m *DeployState) Reset()
func (*DeployState) String ¶
func (m *DeployState) String() string
func (*DeployState) XXX_DiscardUnknown ¶
func (m *DeployState) XXX_DiscardUnknown()
func (*DeployState) XXX_Marshal ¶
func (m *DeployState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeployState) XXX_Merge ¶
func (dst *DeployState) XXX_Merge(src proto.Message)
func (*DeployState) XXX_Size ¶
func (m *DeployState) XXX_Size() int
func (*DeployState) XXX_Unmarshal ¶
func (m *DeployState) XXX_Unmarshal(b []byte) error
type Event ¶
type Event struct { // Types that are valid to be assigned to EventType: // *Event_MetaEvent // *Event_BuildEvent // *Event_DeployEvent // *Event_PortEvent EventType isEvent_EventType `protobuf_oneof:"event_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Event) Descriptor ¶
func (*Event) GetBuildEvent ¶
func (m *Event) GetBuildEvent() *BuildEvent
func (*Event) GetDeployEvent ¶
func (m *Event) GetDeployEvent() *DeployEvent
func (*Event) GetEventType ¶
func (m *Event) GetEventType() isEvent_EventType
func (*Event) GetMetaEvent ¶
func (*Event) GetPortEvent ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) XXX_DiscardUnknown ¶
func (m *Event) XXX_DiscardUnknown()
func (*Event) XXX_Marshal ¶
func (*Event) XXX_OneofFuncs ¶ added in v0.32.0
func (*Event) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*Event) XXX_Unmarshal ¶
type Event_BuildEvent ¶
type Event_BuildEvent struct {
BuildEvent *BuildEvent `protobuf:"bytes,2,opt,name=buildEvent,proto3,oneof"`
}
type Event_DeployEvent ¶
type Event_DeployEvent struct {
DeployEvent *DeployEvent `protobuf:"bytes,3,opt,name=deployEvent,proto3,oneof"`
}
type Event_MetaEvent ¶
type Event_MetaEvent struct {
MetaEvent *MetaEvent `protobuf:"bytes,1,opt,name=metaEvent,proto3,oneof"`
}
type Event_PortEvent ¶
type Event_PortEvent struct {
PortEvent *PortEvent `protobuf:"bytes,4,opt,name=portEvent,proto3,oneof"`
}
type LogEntry ¶
type LogEntry struct { Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Event *Event `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"` Entry string `protobuf:"bytes,3,opt,name=entry,proto3" json:"entry,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogEntry) Descriptor ¶
func (*LogEntry) GetTimestamp ¶
func (*LogEntry) ProtoMessage ¶
func (*LogEntry) ProtoMessage()
func (*LogEntry) XXX_DiscardUnknown ¶
func (m *LogEntry) XXX_DiscardUnknown()
func (*LogEntry) XXX_Marshal ¶
func (*LogEntry) XXX_Unmarshal ¶
type MetaEvent ¶
type MetaEvent struct { Entry string `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MetaEvent) Descriptor ¶
func (*MetaEvent) ProtoMessage ¶
func (*MetaEvent) ProtoMessage()
func (*MetaEvent) XXX_DiscardUnknown ¶
func (m *MetaEvent) XXX_DiscardUnknown()
func (*MetaEvent) XXX_Marshal ¶
func (*MetaEvent) XXX_Unmarshal ¶
type PortEvent ¶
type PortEvent struct { LocalPort int32 `protobuf:"varint,1,opt,name=localPort,proto3" json:"localPort,omitempty"` RemotePort int32 `protobuf:"varint,2,opt,name=remotePort,proto3" json:"remotePort,omitempty"` PodName string `protobuf:"bytes,3,opt,name=podName,proto3" json:"podName,omitempty"` ContainerName string `protobuf:"bytes,4,opt,name=containerName,proto3" json:"containerName,omitempty"` Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` PortName string `protobuf:"bytes,6,opt,name=portName,proto3" json:"portName,omitempty"` ResourceType string `protobuf:"bytes,7,opt,name=resourceType,proto3" json:"resourceType,omitempty"` ResourceName string `protobuf:"bytes,8,opt,name=resourceName,proto3" json:"resourceName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PortEvent) Descriptor ¶
func (*PortEvent) GetContainerName ¶
func (*PortEvent) GetLocalPort ¶
func (*PortEvent) GetNamespace ¶
func (*PortEvent) GetPodName ¶
func (*PortEvent) GetPortName ¶
func (*PortEvent) GetRemotePort ¶
func (*PortEvent) GetResourceName ¶ added in v0.32.0
func (*PortEvent) GetResourceType ¶ added in v0.32.0
func (*PortEvent) ProtoMessage ¶
func (*PortEvent) ProtoMessage()
func (*PortEvent) XXX_DiscardUnknown ¶
func (m *PortEvent) XXX_DiscardUnknown()
func (*PortEvent) XXX_Marshal ¶
func (*PortEvent) XXX_Unmarshal ¶
type Request ¶
type Request struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Request) Descriptor ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) XXX_DiscardUnknown ¶
func (m *Request) XXX_DiscardUnknown()
func (*Request) XXX_Marshal ¶
func (*Request) XXX_Unmarshal ¶
type Response ¶
type Response struct { Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Response) Descriptor ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) XXX_DiscardUnknown ¶
func (m *Response) XXX_DiscardUnknown()
func (*Response) XXX_Marshal ¶
func (*Response) XXX_Unmarshal ¶
type SkaffoldServiceClient ¶
type SkaffoldServiceClient interface { GetState(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*State, error) EventLog(ctx context.Context, opts ...grpc.CallOption) (SkaffoldService_EventLogClient, error) Handle(ctx context.Context, in *Event, opts ...grpc.CallOption) (*empty.Empty, error) Build(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) }
SkaffoldServiceClient is the client API for SkaffoldService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSkaffoldServiceClient ¶
func NewSkaffoldServiceClient(cc *grpc.ClientConn) SkaffoldServiceClient
type SkaffoldServiceServer ¶
type SkaffoldServiceServer interface { GetState(context.Context, *empty.Empty) (*State, error) EventLog(SkaffoldService_EventLogServer) error Handle(context.Context, *Event) (*empty.Empty, error) Build(context.Context, *empty.Empty) (*empty.Empty, error) }
SkaffoldServiceServer is the server API for SkaffoldService service.
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[string]*PortEvent `` /* 169-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*State) Descriptor ¶
func (*State) GetBuildState ¶
func (m *State) GetBuildState() *BuildState
func (*State) GetDeployState ¶
func (m *State) GetDeployState() *DeployState
func (*State) GetForwardedPorts ¶
func (*State) ProtoMessage ¶
func (*State) ProtoMessage()
func (*State) XXX_DiscardUnknown ¶
func (m *State) XXX_DiscardUnknown()
func (*State) XXX_Marshal ¶
func (*State) XXX_Unmarshal ¶
type StateResponse ¶
type StateResponse struct { State *State `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StateResponse) Descriptor ¶
func (*StateResponse) Descriptor() ([]byte, []int)
func (*StateResponse) GetState ¶
func (m *StateResponse) GetState() *State
func (*StateResponse) ProtoMessage ¶
func (*StateResponse) ProtoMessage()
func (*StateResponse) Reset ¶
func (m *StateResponse) Reset()
func (*StateResponse) String ¶
func (m *StateResponse) String() string
func (*StateResponse) XXX_DiscardUnknown ¶
func (m *StateResponse) XXX_DiscardUnknown()
func (*StateResponse) XXX_Marshal ¶
func (m *StateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StateResponse) XXX_Merge ¶
func (dst *StateResponse) XXX_Merge(src proto.Message)
func (*StateResponse) XXX_Size ¶
func (m *StateResponse) XXX_Size() int
func (*StateResponse) XXX_Unmarshal ¶
func (m *StateResponse) XXX_Unmarshal(b []byte) error