_go

package module
v1.34.1-20240324123834... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_mercury_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DeployConfig

type DeployConfig struct {
	Name       string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`             // deployment_name
	Endpoint   string           `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`     // domain
	Expose     []string         `protobuf:"bytes,3,rep,name=expose,proto3" json:"expose,omitempty"`         // port
	Flag       string           `protobuf:"bytes,4,opt,name=flag,proto3" json:"flag,omitempty"`             // domain
	Containers []*_go.Container `protobuf:"bytes,5,rep,name=containers,proto3" json:"containers,omitempty"` // containers
	// contains filtered or unexported fields
}

func (*DeployConfig) Descriptor deprecated

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

Deprecated: Use DeployConfig.ProtoReflect.Descriptor instead.

func (*DeployConfig) GetContainers

func (x *DeployConfig) GetContainers() []*_go.Container

func (*DeployConfig) GetEndpoint

func (x *DeployConfig) GetEndpoint() string

func (*DeployConfig) GetExpose

func (x *DeployConfig) GetExpose() []string

func (*DeployConfig) GetFlag

func (x *DeployConfig) GetFlag() string

func (*DeployConfig) GetName

func (x *DeployConfig) GetName() string

func (*DeployConfig) ProtoMessage

func (*DeployConfig) ProtoMessage()

func (*DeployConfig) ProtoReflect

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

func (*DeployConfig) Reset

func (x *DeployConfig) Reset()

func (*DeployConfig) String

func (x *DeployConfig) String() string

type Empty

type Empty struct {
	// contains filtered or unexported fields
}

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type ExecReq

type ExecReq struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Index   int64  `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Command string `protobuf:"bytes,3,opt,name=command,proto3" json:"command,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecReq) Descriptor deprecated

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

Deprecated: Use ExecReq.ProtoReflect.Descriptor instead.

func (*ExecReq) GetCommand

func (x *ExecReq) GetCommand() string

func (*ExecReq) GetIndex

func (x *ExecReq) GetIndex() int64

func (*ExecReq) GetName

func (x *ExecReq) GetName() string

func (*ExecReq) ProtoMessage

func (*ExecReq) ProtoMessage()

func (*ExecReq) ProtoReflect

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

func (*ExecReq) Reset

func (x *ExecReq) Reset()

func (*ExecReq) String

func (x *ExecReq) String() string

type ExecRsp

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

func (*ExecRsp) Descriptor deprecated

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

Deprecated: Use ExecRsp.ProtoReflect.Descriptor instead.

func (*ExecRsp) GetStdout

func (x *ExecRsp) GetStdout() string

func (*ExecRsp) ProtoMessage

func (*ExecRsp) ProtoMessage()

func (*ExecRsp) ProtoReflect

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

func (*ExecRsp) Reset

func (x *ExecRsp) Reset()

func (*ExecRsp) String

func (x *ExecRsp) String() string

type InspectRsp

type InspectRsp struct {
	Deployment *v1.Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*InspectRsp) Descriptor deprecated

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

Deprecated: Use InspectRsp.ProtoReflect.Descriptor instead.

func (*InspectRsp) GetDeployment

func (x *InspectRsp) GetDeployment() *v1.Deployment

func (*InspectRsp) ProtoMessage

func (*InspectRsp) ProtoMessage()

func (*InspectRsp) ProtoReflect

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

func (*InspectRsp) Reset

func (x *InspectRsp) Reset()

func (*InspectRsp) String

func (x *InspectRsp) String() string

type ListRsp

type ListRsp struct {
	Deployment []*v1.Deployment `protobuf:"bytes,1,rep,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRsp) Descriptor deprecated

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

Deprecated: Use ListRsp.ProtoReflect.Descriptor instead.

func (*ListRsp) GetDeployment

func (x *ListRsp) GetDeployment() []*v1.Deployment

func (*ListRsp) ProtoMessage

func (*ListRsp) ProtoMessage()

func (*ListRsp) ProtoReflect

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

func (*ListRsp) Reset

func (x *ListRsp) Reset()

func (*ListRsp) String

func (x *ListRsp) String() string

type LogsRsp

type LogsRsp struct {
	Data []*LogsRsp_Log `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*LogsRsp) Descriptor deprecated

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

Deprecated: Use LogsRsp.ProtoReflect.Descriptor instead.

func (*LogsRsp) GetData

func (x *LogsRsp) GetData() []*LogsRsp_Log

func (*LogsRsp) ProtoMessage

func (*LogsRsp) ProtoMessage()

func (*LogsRsp) ProtoReflect

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

func (*LogsRsp) Reset

func (x *LogsRsp) Reset()

func (*LogsRsp) String

func (x *LogsRsp) String() string

type LogsRsp_Log

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

func (*LogsRsp_Log) Descriptor deprecated

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

Deprecated: Use LogsRsp_Log.ProtoReflect.Descriptor instead.

func (*LogsRsp_Log) GetData

func (x *LogsRsp_Log) GetData() string

func (*LogsRsp_Log) GetName

func (x *LogsRsp_Log) GetName() string

func (*LogsRsp_Log) ProtoMessage

func (*LogsRsp_Log) ProtoMessage()

func (*LogsRsp_Log) ProtoReflect

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

func (*LogsRsp_Log) Reset

func (x *LogsRsp_Log) Reset()

func (*LogsRsp_Log) String

func (x *LogsRsp_Log) String() string

type NameReq

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

func (*NameReq) Descriptor deprecated

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

Deprecated: Use NameReq.ProtoReflect.Descriptor instead.

func (*NameReq) GetName

func (x *NameReq) GetName() string

func (*NameReq) ProtoMessage

func (*NameReq) ProtoMessage()

func (*NameReq) ProtoReflect

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

func (*NameReq) Reset

func (x *NameReq) Reset()

func (*NameReq) String

func (x *NameReq) String() string

type PodListRsp

type PodListRsp struct {
	Pods *v11.PodList `protobuf:"bytes,1,opt,name=pods,proto3" json:"pods,omitempty"`
	// contains filtered or unexported fields
}

func (*PodListRsp) Descriptor deprecated

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

Deprecated: Use PodListRsp.ProtoReflect.Descriptor instead.

func (*PodListRsp) GetPods

func (x *PodListRsp) GetPods() *v11.PodList

func (*PodListRsp) ProtoMessage

func (*PodListRsp) ProtoMessage()

func (*PodListRsp) ProtoReflect

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

func (*PodListRsp) Reset

func (x *PodListRsp) Reset()

func (*PodListRsp) String

func (x *PodListRsp) String() string

type ShellReq

type ShellReq struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Index int64  `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Stdin []byte `protobuf:"bytes,3,opt,name=stdin,proto3" json:"stdin,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellReq) Descriptor deprecated

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

Deprecated: Use ShellReq.ProtoReflect.Descriptor instead.

func (*ShellReq) GetIndex

func (x *ShellReq) GetIndex() int64

func (*ShellReq) GetName

func (x *ShellReq) GetName() string

func (*ShellReq) GetStdin

func (x *ShellReq) GetStdin() []byte

func (*ShellReq) ProtoMessage

func (*ShellReq) ProtoMessage()

func (*ShellReq) ProtoReflect

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

func (*ShellReq) Reset

func (x *ShellReq) Reset()

func (*ShellReq) String

func (x *ShellReq) String() string

type ShellRsp

type ShellRsp struct {
	Stdout []byte `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellRsp) Descriptor deprecated

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

Deprecated: Use ShellRsp.ProtoReflect.Descriptor instead.

func (*ShellRsp) GetStdout

func (x *ShellRsp) GetStdout() []byte

func (*ShellRsp) ProtoMessage

func (*ShellRsp) ProtoMessage()

func (*ShellRsp) ProtoReflect

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

func (*ShellRsp) Reset

func (x *ShellRsp) Reset()

func (*ShellRsp) String

func (x *ShellRsp) String() string

Jump to

Keyboard shortcuts

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