pb

package
v0.0.0-...-1a62c48 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterCoreRPCServer

func RegisterCoreRPCServer(s *grpc.Server, srv CoreRPCServer)

Types

type AddNodeOptions

type AddNodeOptions struct {
	Nodename             string            `protobuf:"bytes,1,opt,name=nodename,proto3" json:"nodename,omitempty"`
	Endpoint             string            `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Podname              string            `protobuf:"bytes,3,opt,name=podname,proto3" json:"podname,omitempty"`
	Ca                   string            `protobuf:"bytes,4,opt,name=ca,proto3" json:"ca,omitempty"`
	Cert                 string            `protobuf:"bytes,5,opt,name=cert,proto3" json:"cert,omitempty"`
	Key                  string            `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"`
	Cpu                  int32             `protobuf:"varint,7,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Share                int32             `protobuf:"varint,8,opt,name=share,proto3" json:"share,omitempty"`
	Memory               int64             `protobuf:"varint,9,opt,name=memory,proto3" json:"memory,omitempty"`
	Labels               map[string]string `` /* 154-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*AddNodeOptions) Descriptor

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

func (*AddNodeOptions) GetCa

func (m *AddNodeOptions) GetCa() string

func (*AddNodeOptions) GetCert

func (m *AddNodeOptions) GetCert() string

func (*AddNodeOptions) GetCpu

func (m *AddNodeOptions) GetCpu() int32

func (*AddNodeOptions) GetEndpoint

func (m *AddNodeOptions) GetEndpoint() string

func (*AddNodeOptions) GetKey

func (m *AddNodeOptions) GetKey() string

func (*AddNodeOptions) GetLabels

func (m *AddNodeOptions) GetLabels() map[string]string

func (*AddNodeOptions) GetMemory

func (m *AddNodeOptions) GetMemory() int64

func (*AddNodeOptions) GetNodename

func (m *AddNodeOptions) GetNodename() string

func (*AddNodeOptions) GetPodname

func (m *AddNodeOptions) GetPodname() string

func (*AddNodeOptions) GetShare

func (m *AddNodeOptions) GetShare() int32

func (*AddNodeOptions) ProtoMessage

func (*AddNodeOptions) ProtoMessage()

func (*AddNodeOptions) Reset

func (m *AddNodeOptions) Reset()

func (*AddNodeOptions) String

func (m *AddNodeOptions) String() string

func (*AddNodeOptions) XXX_DiscardUnknown

func (m *AddNodeOptions) XXX_DiscardUnknown()

func (*AddNodeOptions) XXX_Marshal

func (m *AddNodeOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddNodeOptions) XXX_Merge

func (dst *AddNodeOptions) XXX_Merge(src proto.Message)

func (*AddNodeOptions) XXX_Size

func (m *AddNodeOptions) XXX_Size() int

func (*AddNodeOptions) XXX_Unmarshal

func (m *AddNodeOptions) XXX_Unmarshal(b []byte) error

type AddPodOptions

type AddPodOptions struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Favor                string   `protobuf:"bytes,2,opt,name=favor,proto3" json:"favor,omitempty"`
	Desc                 string   `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddPodOptions) Descriptor

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

func (*AddPodOptions) GetDesc

func (m *AddPodOptions) GetDesc() string

func (*AddPodOptions) GetFavor

func (m *AddPodOptions) GetFavor() string

func (*AddPodOptions) GetName

func (m *AddPodOptions) GetName() string

func (*AddPodOptions) ProtoMessage

func (*AddPodOptions) ProtoMessage()

func (*AddPodOptions) Reset

func (m *AddPodOptions) Reset()

func (*AddPodOptions) String

func (m *AddPodOptions) String() string

func (*AddPodOptions) XXX_DiscardUnknown

func (m *AddPodOptions) XXX_DiscardUnknown()

func (*AddPodOptions) XXX_Marshal

func (m *AddPodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddPodOptions) XXX_Merge

func (dst *AddPodOptions) XXX_Merge(src proto.Message)

func (*AddPodOptions) XXX_Size

func (m *AddPodOptions) XXX_Size() int

func (*AddPodOptions) XXX_Unmarshal

func (m *AddPodOptions) XXX_Unmarshal(b []byte) error

type Build

type Build struct {
	Base                 string            `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Repo                 string            `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"`
	Version              string            `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Dir                  string            `protobuf:"bytes,4,opt,name=dir,proto3" json:"dir,omitempty"`
	Submodule            bool              `protobuf:"varint,5,opt,name=submodule,proto3" json:"submodule,omitempty"`
	Commands             []string          `protobuf:"bytes,6,rep,name=commands,proto3" json:"commands,omitempty"`
	Envs                 map[string]string `` /* 149-byte string literal not displayed */
	Args                 map[string]string `` /* 149-byte string literal not displayed */
	Labels               map[string]string `` /* 153-byte string literal not displayed */
	Artifacts            map[string]string `` /* 160-byte string literal not displayed */
	Cache                map[string]string `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Build) Descriptor

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

func (*Build) GetArgs

func (m *Build) GetArgs() map[string]string

func (*Build) GetArtifacts

func (m *Build) GetArtifacts() map[string]string

func (*Build) GetBase

func (m *Build) GetBase() string

func (*Build) GetCache

func (m *Build) GetCache() map[string]string

func (*Build) GetCommands

func (m *Build) GetCommands() []string

func (*Build) GetDir

func (m *Build) GetDir() string

func (*Build) GetEnvs

func (m *Build) GetEnvs() map[string]string

func (*Build) GetLabels

func (m *Build) GetLabels() map[string]string

func (*Build) GetRepo

func (m *Build) GetRepo() string

func (*Build) GetSubmodule

func (m *Build) GetSubmodule() bool

func (*Build) GetVersion

func (m *Build) GetVersion() string

func (*Build) ProtoMessage

func (*Build) ProtoMessage()

func (*Build) Reset

func (m *Build) Reset()

func (*Build) String

func (m *Build) String() string

func (*Build) XXX_DiscardUnknown

func (m *Build) XXX_DiscardUnknown()

func (*Build) XXX_Marshal

func (m *Build) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Build) XXX_Merge

func (dst *Build) XXX_Merge(src proto.Message)

func (*Build) XXX_Size

func (m *Build) XXX_Size() int

func (*Build) XXX_Unmarshal

func (m *Build) XXX_Unmarshal(b []byte) error

type BuildImageMessage

type BuildImageMessage struct {
	Id                   string       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Status               string       `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Progress             string       `protobuf:"bytes,3,opt,name=progress,proto3" json:"progress,omitempty"`
	Error                string       `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	Stream               string       `protobuf:"bytes,5,opt,name=stream,proto3" json:"stream,omitempty"`
	ErrorDetail          *ErrorDetail `protobuf:"bytes,6,opt,name=error_detail,json=errorDetail,proto3" json:"error_detail,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*BuildImageMessage) Descriptor

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

func (*BuildImageMessage) GetError

func (m *BuildImageMessage) GetError() string

func (*BuildImageMessage) GetErrorDetail

func (m *BuildImageMessage) GetErrorDetail() *ErrorDetail

func (*BuildImageMessage) GetId

func (m *BuildImageMessage) GetId() string

func (*BuildImageMessage) GetProgress

func (m *BuildImageMessage) GetProgress() string

func (*BuildImageMessage) GetStatus

func (m *BuildImageMessage) GetStatus() string

func (*BuildImageMessage) GetStream

func (m *BuildImageMessage) GetStream() string

func (*BuildImageMessage) ProtoMessage

func (*BuildImageMessage) ProtoMessage()

func (*BuildImageMessage) Reset

func (m *BuildImageMessage) Reset()

func (*BuildImageMessage) String

func (m *BuildImageMessage) String() string

func (*BuildImageMessage) XXX_DiscardUnknown

func (m *BuildImageMessage) XXX_DiscardUnknown()

func (*BuildImageMessage) XXX_Marshal

func (m *BuildImageMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BuildImageMessage) XXX_Merge

func (dst *BuildImageMessage) XXX_Merge(src proto.Message)

func (*BuildImageMessage) XXX_Size

func (m *BuildImageMessage) XXX_Size() int

func (*BuildImageMessage) XXX_Unmarshal

func (m *BuildImageMessage) XXX_Unmarshal(b []byte) error

type BuildImageOptions

type BuildImageOptions struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	User                 string   `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Uid                  int32    `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Tags                 []string `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	Builds               *Builds  `protobuf:"bytes,5,opt,name=builds,proto3" json:"builds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BuildImageOptions) Descriptor

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

func (*BuildImageOptions) GetBuilds

func (m *BuildImageOptions) GetBuilds() *Builds

func (*BuildImageOptions) GetName

func (m *BuildImageOptions) GetName() string

func (*BuildImageOptions) GetTags

func (m *BuildImageOptions) GetTags() []string

func (*BuildImageOptions) GetUid

func (m *BuildImageOptions) GetUid() int32

func (*BuildImageOptions) GetUser

func (m *BuildImageOptions) GetUser() string

func (*BuildImageOptions) ProtoMessage

func (*BuildImageOptions) ProtoMessage()

func (*BuildImageOptions) Reset

func (m *BuildImageOptions) Reset()

func (*BuildImageOptions) String

func (m *BuildImageOptions) String() string

func (*BuildImageOptions) XXX_DiscardUnknown

func (m *BuildImageOptions) XXX_DiscardUnknown()

func (*BuildImageOptions) XXX_Marshal

func (m *BuildImageOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BuildImageOptions) XXX_Merge

func (dst *BuildImageOptions) XXX_Merge(src proto.Message)

func (*BuildImageOptions) XXX_Size

func (m *BuildImageOptions) XXX_Size() int

func (*BuildImageOptions) XXX_Unmarshal

func (m *BuildImageOptions) XXX_Unmarshal(b []byte) error

type Builds

type Builds struct {
	Stages               []string          `protobuf:"bytes,1,rep,name=stages,proto3" json:"stages,omitempty"`
	Builds               map[string]*Build `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Builds) Descriptor

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

func (*Builds) GetBuilds

func (m *Builds) GetBuilds() map[string]*Build

func (*Builds) GetStages

func (m *Builds) GetStages() []string

func (*Builds) ProtoMessage

func (*Builds) ProtoMessage()

func (*Builds) Reset

func (m *Builds) Reset()

func (*Builds) String

func (m *Builds) String() string

func (*Builds) XXX_DiscardUnknown

func (m *Builds) XXX_DiscardUnknown()

func (*Builds) XXX_Marshal

func (m *Builds) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Builds) XXX_Merge

func (dst *Builds) XXX_Merge(src proto.Message)

func (*Builds) XXX_Size

func (m *Builds) XXX_Size() int

func (*Builds) XXX_Unmarshal

func (m *Builds) XXX_Unmarshal(b []byte) error

type Container

type Container struct {
	Id                   string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Podname              string           `protobuf:"bytes,2,opt,name=podname,proto3" json:"podname,omitempty"`
	Nodename             string           `protobuf:"bytes,3,opt,name=nodename,proto3" json:"nodename,omitempty"`
	Name                 string           `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Cpu                  map[string]int32 `` /* 148-byte string literal not displayed */
	Quota                float64          `protobuf:"fixed64,6,opt,name=quota,proto3" json:"quota,omitempty"`
	Memory               int64            `protobuf:"varint,7,opt,name=memory,proto3" json:"memory,omitempty"`
	Privileged           bool             `protobuf:"varint,8,opt,name=privileged,proto3" json:"privileged,omitempty"`
	Inspect              []byte           `protobuf:"bytes,9,opt,name=inspect,proto3" json:"inspect,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Container) Descriptor

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

func (*Container) GetCpu

func (m *Container) GetCpu() map[string]int32

func (*Container) GetId

func (m *Container) GetId() string

func (*Container) GetInspect

func (m *Container) GetInspect() []byte

func (*Container) GetMemory

func (m *Container) GetMemory() int64

func (*Container) GetName

func (m *Container) GetName() string

func (*Container) GetNodename

func (m *Container) GetNodename() string

func (*Container) GetPodname

func (m *Container) GetPodname() string

func (*Container) GetPrivileged

func (m *Container) GetPrivileged() bool

func (*Container) GetQuota

func (m *Container) GetQuota() float64

func (*Container) ProtoMessage

func (*Container) ProtoMessage()

func (*Container) Reset

func (m *Container) Reset()

func (*Container) String

func (m *Container) String() string

func (*Container) XXX_DiscardUnknown

func (m *Container) XXX_DiscardUnknown()

func (*Container) XXX_Marshal

func (m *Container) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Container) XXX_Merge

func (dst *Container) XXX_Merge(src proto.Message)

func (*Container) XXX_Size

func (m *Container) XXX_Size() int

func (*Container) XXX_Unmarshal

func (m *Container) XXX_Unmarshal(b []byte) error

type ContainerDeployedOptions

type ContainerDeployedOptions struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Appname              string   `protobuf:"bytes,2,opt,name=appname,proto3" json:"appname,omitempty"`
	Entrypoint           string   `protobuf:"bytes,3,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	Nodename             string   `protobuf:"bytes,4,opt,name=nodename,proto3" json:"nodename,omitempty"`
	Data                 []byte   `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContainerDeployedOptions) Descriptor

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

func (*ContainerDeployedOptions) GetAppname

func (m *ContainerDeployedOptions) GetAppname() string

func (*ContainerDeployedOptions) GetData

func (m *ContainerDeployedOptions) GetData() []byte

func (*ContainerDeployedOptions) GetEntrypoint

func (m *ContainerDeployedOptions) GetEntrypoint() string

func (*ContainerDeployedOptions) GetId

func (m *ContainerDeployedOptions) GetId() string

func (*ContainerDeployedOptions) GetNodename

func (m *ContainerDeployedOptions) GetNodename() string

func (*ContainerDeployedOptions) ProtoMessage

func (*ContainerDeployedOptions) ProtoMessage()

func (*ContainerDeployedOptions) Reset

func (m *ContainerDeployedOptions) Reset()

func (*ContainerDeployedOptions) String

func (m *ContainerDeployedOptions) String() string

func (*ContainerDeployedOptions) XXX_DiscardUnknown

func (m *ContainerDeployedOptions) XXX_DiscardUnknown()

func (*ContainerDeployedOptions) XXX_Marshal

func (m *ContainerDeployedOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContainerDeployedOptions) XXX_Merge

func (dst *ContainerDeployedOptions) XXX_Merge(src proto.Message)

func (*ContainerDeployedOptions) XXX_Size

func (m *ContainerDeployedOptions) XXX_Size() int

func (*ContainerDeployedOptions) XXX_Unmarshal

func (m *ContainerDeployedOptions) XXX_Unmarshal(b []byte) error

type ContainerID

type ContainerID struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContainerID) Descriptor

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

func (*ContainerID) GetId

func (m *ContainerID) GetId() string

func (*ContainerID) ProtoMessage

func (*ContainerID) ProtoMessage()

func (*ContainerID) Reset

func (m *ContainerID) Reset()

func (*ContainerID) String

func (m *ContainerID) String() string

func (*ContainerID) XXX_DiscardUnknown

func (m *ContainerID) XXX_DiscardUnknown()

func (*ContainerID) XXX_Marshal

func (m *ContainerID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContainerID) XXX_Merge

func (dst *ContainerID) XXX_Merge(src proto.Message)

func (*ContainerID) XXX_Size

func (m *ContainerID) XXX_Size() int

func (*ContainerID) XXX_Unmarshal

func (m *ContainerID) XXX_Unmarshal(b []byte) error

type ContainerIDs

type ContainerIDs struct {
	Ids                  []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContainerIDs) Descriptor

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

func (*ContainerIDs) GetIds

func (m *ContainerIDs) GetIds() []string

func (*ContainerIDs) ProtoMessage

func (*ContainerIDs) ProtoMessage()

func (*ContainerIDs) Reset

func (m *ContainerIDs) Reset()

func (*ContainerIDs) String

func (m *ContainerIDs) String() string

func (*ContainerIDs) XXX_DiscardUnknown

func (m *ContainerIDs) XXX_DiscardUnknown()

func (*ContainerIDs) XXX_Marshal

func (m *ContainerIDs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContainerIDs) XXX_Merge

func (dst *ContainerIDs) XXX_Merge(src proto.Message)

func (*ContainerIDs) XXX_Size

func (m *ContainerIDs) XXX_Size() int

func (*ContainerIDs) XXX_Unmarshal

func (m *ContainerIDs) XXX_Unmarshal(b []byte) error

type Containers

type Containers struct {
	Containers           []*Container `protobuf:"bytes,1,rep,name=containers,proto3" json:"containers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Containers) Descriptor

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

func (*Containers) GetContainers

func (m *Containers) GetContainers() []*Container

func (*Containers) ProtoMessage

func (*Containers) ProtoMessage()

func (*Containers) Reset

func (m *Containers) Reset()

func (*Containers) String

func (m *Containers) String() string

func (*Containers) XXX_DiscardUnknown

func (m *Containers) XXX_DiscardUnknown()

func (*Containers) XXX_Marshal

func (m *Containers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Containers) XXX_Merge

func (dst *Containers) XXX_Merge(src proto.Message)

func (*Containers) XXX_Size

func (m *Containers) XXX_Size() int

func (*Containers) XXX_Unmarshal

func (m *Containers) XXX_Unmarshal(b []byte) error

type CopyMessage

type CopyMessage struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Status               string   `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Path                 string   `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Error                string   `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"`
	Data                 []byte   `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CopyMessage) Descriptor

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

func (*CopyMessage) GetData

func (m *CopyMessage) GetData() []byte

func (*CopyMessage) GetError

func (m *CopyMessage) GetError() string

func (*CopyMessage) GetId

func (m *CopyMessage) GetId() string

func (*CopyMessage) GetName

func (m *CopyMessage) GetName() string

func (*CopyMessage) GetPath

func (m *CopyMessage) GetPath() string

func (*CopyMessage) GetStatus

func (m *CopyMessage) GetStatus() string

func (*CopyMessage) ProtoMessage

func (*CopyMessage) ProtoMessage()

func (*CopyMessage) Reset

func (m *CopyMessage) Reset()

func (*CopyMessage) String

func (m *CopyMessage) String() string

func (*CopyMessage) XXX_DiscardUnknown

func (m *CopyMessage) XXX_DiscardUnknown()

func (*CopyMessage) XXX_Marshal

func (m *CopyMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CopyMessage) XXX_Merge

func (dst *CopyMessage) XXX_Merge(src proto.Message)

func (*CopyMessage) XXX_Size

func (m *CopyMessage) XXX_Size() int

func (*CopyMessage) XXX_Unmarshal

func (m *CopyMessage) XXX_Unmarshal(b []byte) error

type CopyOptions

type CopyOptions struct {
	Targets              map[string]*CopyPaths `` /* 155-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CopyOptions) Descriptor

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

func (*CopyOptions) GetTargets

func (m *CopyOptions) GetTargets() map[string]*CopyPaths

func (*CopyOptions) ProtoMessage

func (*CopyOptions) ProtoMessage()

func (*CopyOptions) Reset

func (m *CopyOptions) Reset()

func (*CopyOptions) String

func (m *CopyOptions) String() string

func (*CopyOptions) XXX_DiscardUnknown

func (m *CopyOptions) XXX_DiscardUnknown()

func (*CopyOptions) XXX_Marshal

func (m *CopyOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CopyOptions) XXX_Merge

func (dst *CopyOptions) XXX_Merge(src proto.Message)

func (*CopyOptions) XXX_Size

func (m *CopyOptions) XXX_Size() int

func (*CopyOptions) XXX_Unmarshal

func (m *CopyOptions) XXX_Unmarshal(b []byte) error

type CopyPaths

type CopyPaths struct {
	Paths                []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CopyPaths) Descriptor

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

func (*CopyPaths) GetPaths

func (m *CopyPaths) GetPaths() []string

func (*CopyPaths) ProtoMessage

func (*CopyPaths) ProtoMessage()

func (*CopyPaths) Reset

func (m *CopyPaths) Reset()

func (*CopyPaths) String

func (m *CopyPaths) String() string

func (*CopyPaths) XXX_DiscardUnknown

func (m *CopyPaths) XXX_DiscardUnknown()

func (*CopyPaths) XXX_Marshal

func (m *CopyPaths) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CopyPaths) XXX_Merge

func (dst *CopyPaths) XXX_Merge(src proto.Message)

func (*CopyPaths) XXX_Size

func (m *CopyPaths) XXX_Size() int

func (*CopyPaths) XXX_Unmarshal

func (m *CopyPaths) XXX_Unmarshal(b []byte) error

type CoreRPCClient

type CoreRPCClient interface {
	ListPods(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Pods, error)
	AddPod(ctx context.Context, in *AddPodOptions, opts ...grpc.CallOption) (*Pod, error)
	RemovePod(ctx context.Context, in *RemovePodOptions, opts ...grpc.CallOption) (*Empty, error)
	GetPod(ctx context.Context, in *GetPodOptions, opts ...grpc.CallOption) (*Pod, error)
	AddNode(ctx context.Context, in *AddNodeOptions, opts ...grpc.CallOption) (*Node, error)
	RemoveNode(ctx context.Context, in *RemoveNodeOptions, opts ...grpc.CallOption) (*Pod, error)
	SetNodeAvailable(ctx context.Context, in *NodeAvailable, opts ...grpc.CallOption) (*Node, error)
	GetNode(ctx context.Context, in *GetNodeOptions, opts ...grpc.CallOption) (*Node, error)
	GetContainer(ctx context.Context, in *ContainerID, opts ...grpc.CallOption) (*Container, error)
	GetContainers(ctx context.Context, in *ContainerIDs, opts ...grpc.CallOption) (*Containers, error)
	GetNodeByName(ctx context.Context, in *GetNodeOptions, opts ...grpc.CallOption) (*Node, error)
	ListPodNodes(ctx context.Context, in *ListNodesOptions, opts ...grpc.CallOption) (*Nodes, error)
	ListNetworks(ctx context.Context, in *ListNetworkOptions, opts ...grpc.CallOption) (*Networks, error)
	ListContainers(ctx context.Context, in *DeployStatusOptions, opts ...grpc.CallOption) (*Containers, error)
	ListNodeContainers(ctx context.Context, in *GetNodeOptions, opts ...grpc.CallOption) (*Containers, error)
	ContainerDeployed(ctx context.Context, in *ContainerDeployedOptions, opts ...grpc.CallOption) (*Empty, error)
	Copy(ctx context.Context, in *CopyOptions, opts ...grpc.CallOption) (CoreRPC_CopyClient, error)
	BuildImage(ctx context.Context, in *BuildImageOptions, opts ...grpc.CallOption) (CoreRPC_BuildImageClient, error)
	RemoveImage(ctx context.Context, in *RemoveImageOptions, opts ...grpc.CallOption) (CoreRPC_RemoveImageClient, error)
	DeployStatus(ctx context.Context, in *DeployStatusOptions, opts ...grpc.CallOption) (CoreRPC_DeployStatusClient, error)
	RunAndWait(ctx context.Context, opts ...grpc.CallOption) (CoreRPC_RunAndWaitClient, error)
	CreateContainer(ctx context.Context, in *DeployOptions, opts ...grpc.CallOption) (CoreRPC_CreateContainerClient, error)
	ReplaceContainer(ctx context.Context, in *ReplaceOptions, opts ...grpc.CallOption) (CoreRPC_ReplaceContainerClient, error)
	RemoveContainer(ctx context.Context, in *RemoveContainerOptions, opts ...grpc.CallOption) (CoreRPC_RemoveContainerClient, error)
	ReallocResource(ctx context.Context, in *ReallocOptions, opts ...grpc.CallOption) (CoreRPC_ReallocResourceClient, error)
}

CoreRPCClient is the client API for CoreRPC service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCoreRPCClient

func NewCoreRPCClient(cc *grpc.ClientConn) CoreRPCClient

type CoreRPCServer

type CoreRPCServer interface {
	ListPods(context.Context, *Empty) (*Pods, error)
	AddPod(context.Context, *AddPodOptions) (*Pod, error)
	RemovePod(context.Context, *RemovePodOptions) (*Empty, error)
	GetPod(context.Context, *GetPodOptions) (*Pod, error)
	AddNode(context.Context, *AddNodeOptions) (*Node, error)
	RemoveNode(context.Context, *RemoveNodeOptions) (*Pod, error)
	SetNodeAvailable(context.Context, *NodeAvailable) (*Node, error)
	GetNode(context.Context, *GetNodeOptions) (*Node, error)
	GetContainer(context.Context, *ContainerID) (*Container, error)
	GetContainers(context.Context, *ContainerIDs) (*Containers, error)
	GetNodeByName(context.Context, *GetNodeOptions) (*Node, error)
	ListPodNodes(context.Context, *ListNodesOptions) (*Nodes, error)
	ListNetworks(context.Context, *ListNetworkOptions) (*Networks, error)
	ListContainers(context.Context, *DeployStatusOptions) (*Containers, error)
	ListNodeContainers(context.Context, *GetNodeOptions) (*Containers, error)
	ContainerDeployed(context.Context, *ContainerDeployedOptions) (*Empty, error)
	Copy(*CopyOptions, CoreRPC_CopyServer) error
	BuildImage(*BuildImageOptions, CoreRPC_BuildImageServer) error
	RemoveImage(*RemoveImageOptions, CoreRPC_RemoveImageServer) error
	DeployStatus(*DeployStatusOptions, CoreRPC_DeployStatusServer) error
	RunAndWait(CoreRPC_RunAndWaitServer) error
	CreateContainer(*DeployOptions, CoreRPC_CreateContainerServer) error
	ReplaceContainer(*ReplaceOptions, CoreRPC_ReplaceContainerServer) error
	RemoveContainer(*RemoveContainerOptions, CoreRPC_RemoveContainerServer) error
	ReallocResource(*ReallocOptions, CoreRPC_ReallocResourceServer) error
}

CoreRPCServer is the server API for CoreRPC service.

type CoreRPC_BuildImageClient

type CoreRPC_BuildImageClient interface {
	Recv() (*BuildImageMessage, error)
	grpc.ClientStream
}

type CoreRPC_BuildImageServer

type CoreRPC_BuildImageServer interface {
	Send(*BuildImageMessage) error
	grpc.ServerStream
}

type CoreRPC_CopyClient

type CoreRPC_CopyClient interface {
	Recv() (*CopyMessage, error)
	grpc.ClientStream
}

type CoreRPC_CopyServer

type CoreRPC_CopyServer interface {
	Send(*CopyMessage) error
	grpc.ServerStream
}

type CoreRPC_CreateContainerClient

type CoreRPC_CreateContainerClient interface {
	Recv() (*CreateContainerMessage, error)
	grpc.ClientStream
}

type CoreRPC_CreateContainerServer

type CoreRPC_CreateContainerServer interface {
	Send(*CreateContainerMessage) error
	grpc.ServerStream
}

type CoreRPC_DeployStatusClient

type CoreRPC_DeployStatusClient interface {
	Recv() (*DeployStatusMessage, error)
	grpc.ClientStream
}

type CoreRPC_DeployStatusServer

type CoreRPC_DeployStatusServer interface {
	Send(*DeployStatusMessage) error
	grpc.ServerStream
}

type CoreRPC_ReallocResourceClient

type CoreRPC_ReallocResourceClient interface {
	Recv() (*ReallocResourceMessage, error)
	grpc.ClientStream
}

type CoreRPC_ReallocResourceServer

type CoreRPC_ReallocResourceServer interface {
	Send(*ReallocResourceMessage) error
	grpc.ServerStream
}

type CoreRPC_RemoveContainerClient

type CoreRPC_RemoveContainerClient interface {
	Recv() (*RemoveContainerMessage, error)
	grpc.ClientStream
}

type CoreRPC_RemoveContainerServer

type CoreRPC_RemoveContainerServer interface {
	Send(*RemoveContainerMessage) error
	grpc.ServerStream
}

type CoreRPC_RemoveImageClient

type CoreRPC_RemoveImageClient interface {
	Recv() (*RemoveImageMessage, error)
	grpc.ClientStream
}

type CoreRPC_RemoveImageServer

type CoreRPC_RemoveImageServer interface {
	Send(*RemoveImageMessage) error
	grpc.ServerStream
}

type CoreRPC_ReplaceContainerClient

type CoreRPC_ReplaceContainerClient interface {
	Recv() (*ReplaceContainerMessage, error)
	grpc.ClientStream
}

type CoreRPC_ReplaceContainerServer

type CoreRPC_ReplaceContainerServer interface {
	Send(*ReplaceContainerMessage) error
	grpc.ServerStream
}

type CoreRPC_RunAndWaitClient

type CoreRPC_RunAndWaitClient interface {
	Send(*RunAndWaitOptions) error
	Recv() (*RunAndWaitMessage, error)
	grpc.ClientStream
}

type CoreRPC_RunAndWaitServer

type CoreRPC_RunAndWaitServer interface {
	Send(*RunAndWaitMessage) error
	Recv() (*RunAndWaitOptions, error)
	grpc.ServerStream
}

type CreateContainerMessage

type CreateContainerMessage struct {
	Podname              string            `protobuf:"bytes,1,opt,name=podname,proto3" json:"podname,omitempty"`
	Nodename             string            `protobuf:"bytes,2,opt,name=nodename,proto3" json:"nodename,omitempty"`
	Id                   string            `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string            `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Error                string            `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"`
	Success              bool              `protobuf:"varint,6,opt,name=success,proto3" json:"success,omitempty"`
	Cpu                  map[string]int32  `` /* 148-byte string literal not displayed */
	Quota                float64           `protobuf:"fixed64,8,opt,name=quota,proto3" json:"quota,omitempty"`
	Memory               int64             `protobuf:"varint,9,opt,name=memory,proto3" json:"memory,omitempty"`
	Publish              map[string]string `` /* 156-byte string literal not displayed */
	Hook                 []byte            `protobuf:"bytes,11,opt,name=hook,proto3" json:"hook,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CreateContainerMessage) Descriptor

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

func (*CreateContainerMessage) GetCpu

func (m *CreateContainerMessage) GetCpu() map[string]int32

func (*CreateContainerMessage) GetError

func (m *CreateContainerMessage) GetError() string

func (*CreateContainerMessage) GetHook

func (m *CreateContainerMessage) GetHook() []byte

func (*CreateContainerMessage) GetId

func (m *CreateContainerMessage) GetId() string

func (*CreateContainerMessage) GetMemory

func (m *CreateContainerMessage) GetMemory() int64

func (*CreateContainerMessage) GetName

func (m *CreateContainerMessage) GetName() string

func (*CreateContainerMessage) GetNodename

func (m *CreateContainerMessage) GetNodename() string

func (*CreateContainerMessage) GetPodname

func (m *CreateContainerMessage) GetPodname() string

func (*CreateContainerMessage) GetPublish

func (m *CreateContainerMessage) GetPublish() map[string]string

func (*CreateContainerMessage) GetQuota

func (m *CreateContainerMessage) GetQuota() float64

func (*CreateContainerMessage) GetSuccess

func (m *CreateContainerMessage) GetSuccess() bool

func (*CreateContainerMessage) ProtoMessage

func (*CreateContainerMessage) ProtoMessage()

func (*CreateContainerMessage) Reset

func (m *CreateContainerMessage) Reset()

func (*CreateContainerMessage) String

func (m *CreateContainerMessage) String() string

func (*CreateContainerMessage) XXX_DiscardUnknown

func (m *CreateContainerMessage) XXX_DiscardUnknown()

func (*CreateContainerMessage) XXX_Marshal

func (m *CreateContainerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateContainerMessage) XXX_Merge

func (dst *CreateContainerMessage) XXX_Merge(src proto.Message)

func (*CreateContainerMessage) XXX_Size

func (m *CreateContainerMessage) XXX_Size() int

func (*CreateContainerMessage) XXX_Unmarshal

func (m *CreateContainerMessage) XXX_Unmarshal(b []byte) error

type DeployOptions

type DeployOptions struct {
	Name                 string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Entrypoint           *EntrypointOptions `protobuf:"bytes,2,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	Podname              string             `protobuf:"bytes,3,opt,name=podname,proto3" json:"podname,omitempty"`
	Nodename             string             `protobuf:"bytes,4,opt,name=nodename,proto3" json:"nodename,omitempty"`
	Image                string             `protobuf:"bytes,5,opt,name=image,proto3" json:"image,omitempty"`
	ExtraArgs            string             `protobuf:"bytes,6,opt,name=extra_args,json=extraArgs,proto3" json:"extra_args,omitempty"`
	CpuQuota             float64            `protobuf:"fixed64,7,opt,name=cpu_quota,json=cpuQuota,proto3" json:"cpu_quota,omitempty"`
	Memory               int64              `protobuf:"varint,8,opt,name=memory,proto3" json:"memory,omitempty"`
	Count                int32              `protobuf:"varint,9,opt,name=count,proto3" json:"count,omitempty"`
	Env                  []string           `protobuf:"bytes,10,rep,name=env,proto3" json:"env,omitempty"`
	Dns                  []string           `protobuf:"bytes,11,rep,name=dns,proto3" json:"dns,omitempty"`
	ExtraHosts           []string           `protobuf:"bytes,12,rep,name=extra_hosts,json=extraHosts,proto3" json:"extra_hosts,omitempty"`
	Volumes              []string           `protobuf:"bytes,13,rep,name=volumes,proto3" json:"volumes,omitempty"`
	Networks             map[string]string  `` /* 158-byte string literal not displayed */
	Networkmode          string             `protobuf:"bytes,15,opt,name=networkmode,proto3" json:"networkmode,omitempty"`
	User                 string             `protobuf:"bytes,16,opt,name=user,proto3" json:"user,omitempty"`
	Debug                bool               `protobuf:"varint,17,opt,name=debug,proto3" json:"debug,omitempty"`
	OpenStdin            bool               `protobuf:"varint,18,opt,name=openStdin,proto3" json:"openStdin,omitempty"`
	Meta                 map[string]string  `` /* 150-byte string literal not displayed */
	Nodelabels           map[string]string  `` /* 162-byte string literal not displayed */
	DeployMethod         string             `protobuf:"bytes,21,opt,name=deploy_method,json=deployMethod,proto3" json:"deploy_method,omitempty"`
	Data                 map[string][]byte  `` /* 150-byte string literal not displayed */
	Softlimit            bool               `protobuf:"varint,23,opt,name=softlimit,proto3" json:"softlimit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DeployOptions) Descriptor

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

func (*DeployOptions) GetCount

func (m *DeployOptions) GetCount() int32

func (*DeployOptions) GetCpuQuota

func (m *DeployOptions) GetCpuQuota() float64

func (*DeployOptions) GetData

func (m *DeployOptions) GetData() map[string][]byte

func (*DeployOptions) GetDebug

func (m *DeployOptions) GetDebug() bool

func (*DeployOptions) GetDeployMethod

func (m *DeployOptions) GetDeployMethod() string

func (*DeployOptions) GetDns

func (m *DeployOptions) GetDns() []string

func (*DeployOptions) GetEntrypoint

func (m *DeployOptions) GetEntrypoint() *EntrypointOptions

func (*DeployOptions) GetEnv

func (m *DeployOptions) GetEnv() []string

func (*DeployOptions) GetExtraArgs

func (m *DeployOptions) GetExtraArgs() string

func (*DeployOptions) GetExtraHosts

func (m *DeployOptions) GetExtraHosts() []string

func (*DeployOptions) GetImage

func (m *DeployOptions) GetImage() string

func (*DeployOptions) GetMemory

func (m *DeployOptions) GetMemory() int64

func (*DeployOptions) GetMeta

func (m *DeployOptions) GetMeta() map[string]string

func (*DeployOptions) GetName

func (m *DeployOptions) GetName() string

func (*DeployOptions) GetNetworkmode

func (m *DeployOptions) GetNetworkmode() string

func (*DeployOptions) GetNetworks

func (m *DeployOptions) GetNetworks() map[string]string

func (*DeployOptions) GetNodelabels

func (m *DeployOptions) GetNodelabels() map[string]string

func (*DeployOptions) GetNodename

func (m *DeployOptions) GetNodename() string

func (*DeployOptions) GetOpenStdin

func (m *DeployOptions) GetOpenStdin() bool

func (*DeployOptions) GetPodname

func (m *DeployOptions) GetPodname() string

func (*DeployOptions) GetSoftlimit

func (m *DeployOptions) GetSoftlimit() bool

func (*DeployOptions) GetUser

func (m *DeployOptions) GetUser() string

func (*DeployOptions) GetVolumes

func (m *DeployOptions) GetVolumes() []string

func (*DeployOptions) ProtoMessage

func (*DeployOptions) ProtoMessage()

func (*DeployOptions) Reset

func (m *DeployOptions) Reset()

func (*DeployOptions) String

func (m *DeployOptions) String() string

func (*DeployOptions) XXX_DiscardUnknown

func (m *DeployOptions) XXX_DiscardUnknown()

func (*DeployOptions) XXX_Marshal

func (m *DeployOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeployOptions) XXX_Merge

func (dst *DeployOptions) XXX_Merge(src proto.Message)

func (*DeployOptions) XXX_Size

func (m *DeployOptions) XXX_Size() int

func (*DeployOptions) XXX_Unmarshal

func (m *DeployOptions) XXX_Unmarshal(b []byte) error

type DeployStatusMessage

type DeployStatusMessage struct {
	Action               string   `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"`
	Appname              string   `protobuf:"bytes,2,opt,name=appname,proto3" json:"appname,omitempty"`
	Entrypoint           string   `protobuf:"bytes,3,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	Nodename             string   `protobuf:"bytes,4,opt,name=nodename,proto3" json:"nodename,omitempty"`
	Id                   string   `protobuf:"bytes,5,opt,name=id,proto3" json:"id,omitempty"`
	Data                 []byte   `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeployStatusMessage) Descriptor

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

func (*DeployStatusMessage) GetAction

func (m *DeployStatusMessage) GetAction() string

func (*DeployStatusMessage) GetAppname

func (m *DeployStatusMessage) GetAppname() string

func (*DeployStatusMessage) GetData

func (m *DeployStatusMessage) GetData() []byte

func (*DeployStatusMessage) GetEntrypoint

func (m *DeployStatusMessage) GetEntrypoint() string

func (*DeployStatusMessage) GetId

func (m *DeployStatusMessage) GetId() string

func (*DeployStatusMessage) GetNodename

func (m *DeployStatusMessage) GetNodename() string

func (*DeployStatusMessage) ProtoMessage

func (*DeployStatusMessage) ProtoMessage()

func (*DeployStatusMessage) Reset

func (m *DeployStatusMessage) Reset()

func (*DeployStatusMessage) String

func (m *DeployStatusMessage) String() string

func (*DeployStatusMessage) XXX_DiscardUnknown

func (m *DeployStatusMessage) XXX_DiscardUnknown()

func (*DeployStatusMessage) XXX_Marshal

func (m *DeployStatusMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeployStatusMessage) XXX_Merge

func (dst *DeployStatusMessage) XXX_Merge(src proto.Message)

func (*DeployStatusMessage) XXX_Size

func (m *DeployStatusMessage) XXX_Size() int

func (*DeployStatusMessage) XXX_Unmarshal

func (m *DeployStatusMessage) XXX_Unmarshal(b []byte) error

type DeployStatusOptions

type DeployStatusOptions struct {
	Appname              string   `protobuf:"bytes,1,opt,name=appname,proto3" json:"appname,omitempty"`
	Entrypoint           string   `protobuf:"bytes,2,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	Nodename             string   `protobuf:"bytes,3,opt,name=nodename,proto3" json:"nodename,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeployStatusOptions) Descriptor

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

func (*DeployStatusOptions) GetAppname

func (m *DeployStatusOptions) GetAppname() string

func (*DeployStatusOptions) GetEntrypoint

func (m *DeployStatusOptions) GetEntrypoint() string

func (*DeployStatusOptions) GetNodename

func (m *DeployStatusOptions) GetNodename() string

func (*DeployStatusOptions) ProtoMessage

func (*DeployStatusOptions) ProtoMessage()

func (*DeployStatusOptions) Reset

func (m *DeployStatusOptions) Reset()

func (*DeployStatusOptions) String

func (m *DeployStatusOptions) String() string

func (*DeployStatusOptions) XXX_DiscardUnknown

func (m *DeployStatusOptions) XXX_DiscardUnknown()

func (*DeployStatusOptions) XXX_Marshal

func (m *DeployStatusOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeployStatusOptions) XXX_Merge

func (dst *DeployStatusOptions) XXX_Merge(src proto.Message)

func (*DeployStatusOptions) XXX_Size

func (m *DeployStatusOptions) XXX_Size() int

func (*DeployStatusOptions) XXX_Unmarshal

func (m *DeployStatusOptions) XXX_Unmarshal(b []byte) error

type Empty

type Empty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Empty) Descriptor

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

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Empty) XXX_Merge

func (dst *Empty) XXX_Merge(src proto.Message)

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

func (m *Empty) XXX_Unmarshal(b []byte) error

type EntrypointOptions

type EntrypointOptions struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Command              string              `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
	Privileged           bool                `protobuf:"varint,3,opt,name=privileged,proto3" json:"privileged,omitempty"`
	Dir                  string              `protobuf:"bytes,4,opt,name=dir,proto3" json:"dir,omitempty"`
	Log                  *LogOptions         `protobuf:"bytes,5,opt,name=log,proto3" json:"log,omitempty"`
	Publish              []string            `protobuf:"bytes,6,rep,name=publish,proto3" json:"publish,omitempty"`
	Healthcheck          *HealthCheckOptions `protobuf:"bytes,7,opt,name=healthcheck,proto3" json:"healthcheck,omitempty"`
	Hook                 *HookOptions        `protobuf:"bytes,8,opt,name=hook,proto3" json:"hook,omitempty"`
	RestartPolicy        string              `protobuf:"bytes,9,opt,name=restart_policy,json=restartPolicy,proto3" json:"restart_policy,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*EntrypointOptions) Descriptor

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

func (*EntrypointOptions) GetCommand

func (m *EntrypointOptions) GetCommand() string

func (*EntrypointOptions) GetDir

func (m *EntrypointOptions) GetDir() string

func (*EntrypointOptions) GetHealthcheck

func (m *EntrypointOptions) GetHealthcheck() *HealthCheckOptions

func (*EntrypointOptions) GetHook

func (m *EntrypointOptions) GetHook() *HookOptions

func (*EntrypointOptions) GetLog

func (m *EntrypointOptions) GetLog() *LogOptions

func (*EntrypointOptions) GetName

func (m *EntrypointOptions) GetName() string

func (*EntrypointOptions) GetPrivileged

func (m *EntrypointOptions) GetPrivileged() bool

func (*EntrypointOptions) GetPublish

func (m *EntrypointOptions) GetPublish() []string

func (*EntrypointOptions) GetRestartPolicy

func (m *EntrypointOptions) GetRestartPolicy() string

func (*EntrypointOptions) ProtoMessage

func (*EntrypointOptions) ProtoMessage()

func (*EntrypointOptions) Reset

func (m *EntrypointOptions) Reset()

func (*EntrypointOptions) String

func (m *EntrypointOptions) String() string

func (*EntrypointOptions) XXX_DiscardUnknown

func (m *EntrypointOptions) XXX_DiscardUnknown()

func (*EntrypointOptions) XXX_Marshal

func (m *EntrypointOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntrypointOptions) XXX_Merge

func (dst *EntrypointOptions) XXX_Merge(src proto.Message)

func (*EntrypointOptions) XXX_Size

func (m *EntrypointOptions) XXX_Size() int

func (*EntrypointOptions) XXX_Unmarshal

func (m *EntrypointOptions) XXX_Unmarshal(b []byte) error

type ErrorDetail

type ErrorDetail struct {
	Code                 int64    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ErrorDetail) Descriptor

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

func (*ErrorDetail) GetCode

func (m *ErrorDetail) GetCode() int64

func (*ErrorDetail) GetMessage

func (m *ErrorDetail) GetMessage() string

func (*ErrorDetail) ProtoMessage

func (*ErrorDetail) ProtoMessage()

func (*ErrorDetail) Reset

func (m *ErrorDetail) Reset()

func (*ErrorDetail) String

func (m *ErrorDetail) String() string

func (*ErrorDetail) XXX_DiscardUnknown

func (m *ErrorDetail) XXX_DiscardUnknown()

func (*ErrorDetail) XXX_Marshal

func (m *ErrorDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ErrorDetail) XXX_Merge

func (dst *ErrorDetail) XXX_Merge(src proto.Message)

func (*ErrorDetail) XXX_Size

func (m *ErrorDetail) XXX_Size() int

func (*ErrorDetail) XXX_Unmarshal

func (m *ErrorDetail) XXX_Unmarshal(b []byte) error

type GetNodeOptions

type GetNodeOptions struct {
	Podname              string   `protobuf:"bytes,1,opt,name=podname,proto3" json:"podname,omitempty"`
	Nodename             string   `protobuf:"bytes,2,opt,name=nodename,proto3" json:"nodename,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNodeOptions) Descriptor

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

func (*GetNodeOptions) GetNodename

func (m *GetNodeOptions) GetNodename() string

func (*GetNodeOptions) GetPodname

func (m *GetNodeOptions) GetPodname() string

func (*GetNodeOptions) ProtoMessage

func (*GetNodeOptions) ProtoMessage()

func (*GetNodeOptions) Reset

func (m *GetNodeOptions) Reset()

func (*GetNodeOptions) String

func (m *GetNodeOptions) String() string

func (*GetNodeOptions) XXX_DiscardUnknown

func (m *GetNodeOptions) XXX_DiscardUnknown()

func (*GetNodeOptions) XXX_Marshal

func (m *GetNodeOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNodeOptions) XXX_Merge

func (dst *GetNodeOptions) XXX_Merge(src proto.Message)

func (*GetNodeOptions) XXX_Size

func (m *GetNodeOptions) XXX_Size() int

func (*GetNodeOptions) XXX_Unmarshal

func (m *GetNodeOptions) XXX_Unmarshal(b []byte) error

type GetPodOptions

type GetPodOptions 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 (*GetPodOptions) Descriptor

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

func (*GetPodOptions) GetName

func (m *GetPodOptions) GetName() string

func (*GetPodOptions) ProtoMessage

func (*GetPodOptions) ProtoMessage()

func (*GetPodOptions) Reset

func (m *GetPodOptions) Reset()

func (*GetPodOptions) String

func (m *GetPodOptions) String() string

func (*GetPodOptions) XXX_DiscardUnknown

func (m *GetPodOptions) XXX_DiscardUnknown()

func (*GetPodOptions) XXX_Marshal

func (m *GetPodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPodOptions) XXX_Merge

func (dst *GetPodOptions) XXX_Merge(src proto.Message)

func (*GetPodOptions) XXX_Size

func (m *GetPodOptions) XXX_Size() int

func (*GetPodOptions) XXX_Unmarshal

func (m *GetPodOptions) XXX_Unmarshal(b []byte) error

type HealthCheckOptions

type HealthCheckOptions struct {
	TcpPorts             []string `protobuf:"bytes,1,rep,name=tcp_ports,json=tcpPorts,proto3" json:"tcp_ports,omitempty"`
	HttpPort             string   `protobuf:"bytes,2,opt,name=http_port,json=httpPort,proto3" json:"http_port,omitempty"`
	Url                  string   `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Code                 int32    `protobuf:"varint,4,opt,name=code,proto3" json:"code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HealthCheckOptions) Descriptor

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

func (*HealthCheckOptions) GetCode

func (m *HealthCheckOptions) GetCode() int32

func (*HealthCheckOptions) GetHttpPort

func (m *HealthCheckOptions) GetHttpPort() string

func (*HealthCheckOptions) GetTcpPorts

func (m *HealthCheckOptions) GetTcpPorts() []string

func (*HealthCheckOptions) GetUrl

func (m *HealthCheckOptions) GetUrl() string

func (*HealthCheckOptions) ProtoMessage

func (*HealthCheckOptions) ProtoMessage()

func (*HealthCheckOptions) Reset

func (m *HealthCheckOptions) Reset()

func (*HealthCheckOptions) String

func (m *HealthCheckOptions) String() string

func (*HealthCheckOptions) XXX_DiscardUnknown

func (m *HealthCheckOptions) XXX_DiscardUnknown()

func (*HealthCheckOptions) XXX_Marshal

func (m *HealthCheckOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HealthCheckOptions) XXX_Merge

func (dst *HealthCheckOptions) XXX_Merge(src proto.Message)

func (*HealthCheckOptions) XXX_Size

func (m *HealthCheckOptions) XXX_Size() int

func (*HealthCheckOptions) XXX_Unmarshal

func (m *HealthCheckOptions) XXX_Unmarshal(b []byte) error

type HookOptions

type HookOptions struct {
	AfterStart           []string `protobuf:"bytes,1,rep,name=after_start,json=afterStart,proto3" json:"after_start,omitempty"`
	BeforeStop           []string `protobuf:"bytes,2,rep,name=before_stop,json=beforeStop,proto3" json:"before_stop,omitempty"`
	Force                bool     `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HookOptions) Descriptor

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

func (*HookOptions) GetAfterStart

func (m *HookOptions) GetAfterStart() []string

func (*HookOptions) GetBeforeStop

func (m *HookOptions) GetBeforeStop() []string

func (*HookOptions) GetForce

func (m *HookOptions) GetForce() bool

func (*HookOptions) ProtoMessage

func (*HookOptions) ProtoMessage()

func (*HookOptions) Reset

func (m *HookOptions) Reset()

func (*HookOptions) String

func (m *HookOptions) String() string

func (*HookOptions) XXX_DiscardUnknown

func (m *HookOptions) XXX_DiscardUnknown()

func (*HookOptions) XXX_Marshal

func (m *HookOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HookOptions) XXX_Merge

func (dst *HookOptions) XXX_Merge(src proto.Message)

func (*HookOptions) XXX_Size

func (m *HookOptions) XXX_Size() int

func (*HookOptions) XXX_Unmarshal

func (m *HookOptions) XXX_Unmarshal(b []byte) error

type ListNetworkOptions

type ListNetworkOptions struct {
	Podname              string   `protobuf:"bytes,1,opt,name=podname,proto3" json:"podname,omitempty"`
	Driver               string   `protobuf:"bytes,2,opt,name=driver,proto3" json:"driver,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListNetworkOptions) Descriptor

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

func (*ListNetworkOptions) GetDriver

func (m *ListNetworkOptions) GetDriver() string

func (*ListNetworkOptions) GetPodname

func (m *ListNetworkOptions) GetPodname() string

func (*ListNetworkOptions) ProtoMessage

func (*ListNetworkOptions) ProtoMessage()

func (*ListNetworkOptions) Reset

func (m *ListNetworkOptions) Reset()

func (*ListNetworkOptions) String

func (m *ListNetworkOptions) String() string

func (*ListNetworkOptions) XXX_DiscardUnknown

func (m *ListNetworkOptions) XXX_DiscardUnknown()

func (*ListNetworkOptions) XXX_Marshal

func (m *ListNetworkOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNetworkOptions) XXX_Merge

func (dst *ListNetworkOptions) XXX_Merge(src proto.Message)

func (*ListNetworkOptions) XXX_Size

func (m *ListNetworkOptions) XXX_Size() int

func (*ListNetworkOptions) XXX_Unmarshal

func (m *ListNetworkOptions) XXX_Unmarshal(b []byte) error

type ListNodesOptions

type ListNodesOptions struct {
	Podname              string   `protobuf:"bytes,1,opt,name=podname,proto3" json:"podname,omitempty"`
	All                  bool     `protobuf:"varint,2,opt,name=all,proto3" json:"all,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListNodesOptions) Descriptor

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

func (*ListNodesOptions) GetAll

func (m *ListNodesOptions) GetAll() bool

func (*ListNodesOptions) GetPodname

func (m *ListNodesOptions) GetPodname() string

func (*ListNodesOptions) ProtoMessage

func (*ListNodesOptions) ProtoMessage()

func (*ListNodesOptions) Reset

func (m *ListNodesOptions) Reset()

func (*ListNodesOptions) String

func (m *ListNodesOptions) String() string

func (*ListNodesOptions) XXX_DiscardUnknown

func (m *ListNodesOptions) XXX_DiscardUnknown()

func (*ListNodesOptions) XXX_Marshal

func (m *ListNodesOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNodesOptions) XXX_Merge

func (dst *ListNodesOptions) XXX_Merge(src proto.Message)

func (*ListNodesOptions) XXX_Size

func (m *ListNodesOptions) XXX_Size() int

func (*ListNodesOptions) XXX_Unmarshal

func (m *ListNodesOptions) XXX_Unmarshal(b []byte) error

type LogOptions

type LogOptions struct {
	Type                 string            `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Config               map[string]string `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*LogOptions) Descriptor

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

func (*LogOptions) GetConfig

func (m *LogOptions) GetConfig() map[string]string

func (*LogOptions) GetType

func (m *LogOptions) GetType() string

func (*LogOptions) ProtoMessage

func (*LogOptions) ProtoMessage()

func (*LogOptions) Reset

func (m *LogOptions) Reset()

func (*LogOptions) String

func (m *LogOptions) String() string

func (*LogOptions) XXX_DiscardUnknown

func (m *LogOptions) XXX_DiscardUnknown()

func (*LogOptions) XXX_Marshal

func (m *LogOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogOptions) XXX_Merge

func (dst *LogOptions) XXX_Merge(src proto.Message)

func (*LogOptions) XXX_Size

func (m *LogOptions) XXX_Size() int

func (*LogOptions) XXX_Unmarshal

func (m *LogOptions) XXX_Unmarshal(b []byte) error

type Network

type Network struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Subnets              []string `protobuf:"bytes,2,rep,name=subnets,proto3" json:"subnets,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Network) Descriptor

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

func (*Network) GetName

func (m *Network) GetName() string

func (*Network) GetSubnets

func (m *Network) GetSubnets() []string

func (*Network) ProtoMessage

func (*Network) ProtoMessage()

func (*Network) Reset

func (m *Network) Reset()

func (*Network) String

func (m *Network) String() string

func (*Network) XXX_DiscardUnknown

func (m *Network) XXX_DiscardUnknown()

func (*Network) XXX_Marshal

func (m *Network) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Network) XXX_Merge

func (dst *Network) XXX_Merge(src proto.Message)

func (*Network) XXX_Size

func (m *Network) XXX_Size() int

func (*Network) XXX_Unmarshal

func (m *Network) XXX_Unmarshal(b []byte) error

type Networks

type Networks struct {
	Networks             []*Network `protobuf:"bytes,1,rep,name=networks,proto3" json:"networks,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Networks) Descriptor

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

func (*Networks) GetNetworks

func (m *Networks) GetNetworks() []*Network

func (*Networks) ProtoMessage

func (*Networks) ProtoMessage()

func (*Networks) Reset

func (m *Networks) Reset()

func (*Networks) String

func (m *Networks) String() string

func (*Networks) XXX_DiscardUnknown

func (m *Networks) XXX_DiscardUnknown()

func (*Networks) XXX_Marshal

func (m *Networks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Networks) XXX_Merge

func (dst *Networks) XXX_Merge(src proto.Message)

func (*Networks) XXX_Size

func (m *Networks) XXX_Size() int

func (*Networks) XXX_Unmarshal

func (m *Networks) XXX_Unmarshal(b []byte) error

type Node

type Node struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Endpoint             string            `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Podname              string            `protobuf:"bytes,3,opt,name=podname,proto3" json:"podname,omitempty"`
	Cpu                  map[string]int32  `` /* 148-byte string literal not displayed */
	Memory               int64             `protobuf:"varint,5,opt,name=memory,proto3" json:"memory,omitempty"`
	Info                 string            `protobuf:"bytes,6,opt,name=info,proto3" json:"info,omitempty"`
	Available            bool              `protobuf:"varint,7,opt,name=available,proto3" json:"available,omitempty"`
	Labels               map[string]string `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Node) Descriptor

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

func (*Node) GetAvailable

func (m *Node) GetAvailable() bool

func (*Node) GetCpu

func (m *Node) GetCpu() map[string]int32

func (*Node) GetEndpoint

func (m *Node) GetEndpoint() string

func (*Node) GetInfo

func (m *Node) GetInfo() string

func (*Node) GetLabels

func (m *Node) GetLabels() map[string]string

func (*Node) GetMemory

func (m *Node) GetMemory() int64

func (*Node) GetName

func (m *Node) GetName() string

func (*Node) GetPodname

func (m *Node) GetPodname() string

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) Reset

func (m *Node) Reset()

func (*Node) String

func (m *Node) String() string

func (*Node) XXX_DiscardUnknown

func (m *Node) XXX_DiscardUnknown()

func (*Node) XXX_Marshal

func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Node) XXX_Merge

func (dst *Node) XXX_Merge(src proto.Message)

func (*Node) XXX_Size

func (m *Node) XXX_Size() int

func (*Node) XXX_Unmarshal

func (m *Node) XXX_Unmarshal(b []byte) error

type NodeAvailable

type NodeAvailable struct {
	Nodename             string   `protobuf:"bytes,1,opt,name=nodename,proto3" json:"nodename,omitempty"`
	Podname              string   `protobuf:"bytes,2,opt,name=podname,proto3" json:"podname,omitempty"`
	Available            bool     `protobuf:"varint,3,opt,name=available,proto3" json:"available,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeAvailable) Descriptor

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

func (*NodeAvailable) GetAvailable

func (m *NodeAvailable) GetAvailable() bool

func (*NodeAvailable) GetNodename

func (m *NodeAvailable) GetNodename() string

func (*NodeAvailable) GetPodname

func (m *NodeAvailable) GetPodname() string

func (*NodeAvailable) ProtoMessage

func (*NodeAvailable) ProtoMessage()

func (*NodeAvailable) Reset

func (m *NodeAvailable) Reset()

func (*NodeAvailable) String

func (m *NodeAvailable) String() string

func (*NodeAvailable) XXX_DiscardUnknown

func (m *NodeAvailable) XXX_DiscardUnknown()

func (*NodeAvailable) XXX_Marshal

func (m *NodeAvailable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeAvailable) XXX_Merge

func (dst *NodeAvailable) XXX_Merge(src proto.Message)

func (*NodeAvailable) XXX_Size

func (m *NodeAvailable) XXX_Size() int

func (*NodeAvailable) XXX_Unmarshal

func (m *NodeAvailable) XXX_Unmarshal(b []byte) error

type Nodes

type Nodes struct {
	Nodes                []*Node  `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Nodes) Descriptor

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

func (*Nodes) GetNodes

func (m *Nodes) GetNodes() []*Node

func (*Nodes) ProtoMessage

func (*Nodes) ProtoMessage()

func (*Nodes) Reset

func (m *Nodes) Reset()

func (*Nodes) String

func (m *Nodes) String() string

func (*Nodes) XXX_DiscardUnknown

func (m *Nodes) XXX_DiscardUnknown()

func (*Nodes) XXX_Marshal

func (m *Nodes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Nodes) XXX_Merge

func (dst *Nodes) XXX_Merge(src proto.Message)

func (*Nodes) XXX_Size

func (m *Nodes) XXX_Size() int

func (*Nodes) XXX_Unmarshal

func (m *Nodes) XXX_Unmarshal(b []byte) error

type Pod

type Pod struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Desc                 string   `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

对的, protobuf 就是这样...

func (*Pod) Descriptor

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

func (*Pod) GetDesc

func (m *Pod) GetDesc() string

func (*Pod) GetName

func (m *Pod) GetName() string

func (*Pod) ProtoMessage

func (*Pod) ProtoMessage()

func (*Pod) Reset

func (m *Pod) Reset()

func (*Pod) String

func (m *Pod) String() string

func (*Pod) XXX_DiscardUnknown

func (m *Pod) XXX_DiscardUnknown()

func (*Pod) XXX_Marshal

func (m *Pod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pod) XXX_Merge

func (dst *Pod) XXX_Merge(src proto.Message)

func (*Pod) XXX_Size

func (m *Pod) XXX_Size() int

func (*Pod) XXX_Unmarshal

func (m *Pod) XXX_Unmarshal(b []byte) error

type Pods

type Pods struct {
	Pods                 []*Pod   `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pods) Descriptor

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

func (*Pods) GetPods

func (m *Pods) GetPods() []*Pod

func (*Pods) ProtoMessage

func (*Pods) ProtoMessage()

func (*Pods) Reset

func (m *Pods) Reset()

func (*Pods) String

func (m *Pods) String() string

func (*Pods) XXX_DiscardUnknown

func (m *Pods) XXX_DiscardUnknown()

func (*Pods) XXX_Marshal

func (m *Pods) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pods) XXX_Merge

func (dst *Pods) XXX_Merge(src proto.Message)

func (*Pods) XXX_Size

func (m *Pods) XXX_Size() int

func (*Pods) XXX_Unmarshal

func (m *Pods) XXX_Unmarshal(b []byte) error

type ReallocOptions

type ReallocOptions struct {
	Ids                  []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	Cpu                  float64  `protobuf:"fixed64,2,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Mem                  int64    `protobuf:"varint,3,opt,name=mem,proto3" json:"mem,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReallocOptions) Descriptor

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

func (*ReallocOptions) GetCpu

func (m *ReallocOptions) GetCpu() float64

func (*ReallocOptions) GetIds

func (m *ReallocOptions) GetIds() []string

func (*ReallocOptions) GetMem

func (m *ReallocOptions) GetMem() int64

func (*ReallocOptions) ProtoMessage

func (*ReallocOptions) ProtoMessage()

func (*ReallocOptions) Reset

func (m *ReallocOptions) Reset()

func (*ReallocOptions) String

func (m *ReallocOptions) String() string

func (*ReallocOptions) XXX_DiscardUnknown

func (m *ReallocOptions) XXX_DiscardUnknown()

func (*ReallocOptions) XXX_Marshal

func (m *ReallocOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReallocOptions) XXX_Merge

func (dst *ReallocOptions) XXX_Merge(src proto.Message)

func (*ReallocOptions) XXX_Size

func (m *ReallocOptions) XXX_Size() int

func (*ReallocOptions) XXX_Unmarshal

func (m *ReallocOptions) XXX_Unmarshal(b []byte) error

type ReallocResourceMessage

type ReallocResourceMessage struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Success              bool     `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReallocResourceMessage) Descriptor

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

func (*ReallocResourceMessage) GetId

func (m *ReallocResourceMessage) GetId() string

func (*ReallocResourceMessage) GetSuccess

func (m *ReallocResourceMessage) GetSuccess() bool

func (*ReallocResourceMessage) ProtoMessage

func (*ReallocResourceMessage) ProtoMessage()

func (*ReallocResourceMessage) Reset

func (m *ReallocResourceMessage) Reset()

func (*ReallocResourceMessage) String

func (m *ReallocResourceMessage) String() string

func (*ReallocResourceMessage) XXX_DiscardUnknown

func (m *ReallocResourceMessage) XXX_DiscardUnknown()

func (*ReallocResourceMessage) XXX_Marshal

func (m *ReallocResourceMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReallocResourceMessage) XXX_Merge

func (dst *ReallocResourceMessage) XXX_Merge(src proto.Message)

func (*ReallocResourceMessage) XXX_Size

func (m *ReallocResourceMessage) XXX_Size() int

func (*ReallocResourceMessage) XXX_Unmarshal

func (m *ReallocResourceMessage) XXX_Unmarshal(b []byte) error

type RemoveContainerMessage

type RemoveContainerMessage struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Success              bool     `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
	Message              string   `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveContainerMessage) Descriptor

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

func (*RemoveContainerMessage) GetId

func (m *RemoveContainerMessage) GetId() string

func (*RemoveContainerMessage) GetMessage

func (m *RemoveContainerMessage) GetMessage() string

func (*RemoveContainerMessage) GetSuccess

func (m *RemoveContainerMessage) GetSuccess() bool

func (*RemoveContainerMessage) ProtoMessage

func (*RemoveContainerMessage) ProtoMessage()

func (*RemoveContainerMessage) Reset

func (m *RemoveContainerMessage) Reset()

func (*RemoveContainerMessage) String

func (m *RemoveContainerMessage) String() string

func (*RemoveContainerMessage) XXX_DiscardUnknown

func (m *RemoveContainerMessage) XXX_DiscardUnknown()

func (*RemoveContainerMessage) XXX_Marshal

func (m *RemoveContainerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveContainerMessage) XXX_Merge

func (dst *RemoveContainerMessage) XXX_Merge(src proto.Message)

func (*RemoveContainerMessage) XXX_Size

func (m *RemoveContainerMessage) XXX_Size() int

func (*RemoveContainerMessage) XXX_Unmarshal

func (m *RemoveContainerMessage) XXX_Unmarshal(b []byte) error

type RemoveContainerOptions

type RemoveContainerOptions struct {
	Ids                  []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	Force                bool     `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveContainerOptions) Descriptor

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

func (*RemoveContainerOptions) GetForce

func (m *RemoveContainerOptions) GetForce() bool

func (*RemoveContainerOptions) GetIds

func (m *RemoveContainerOptions) GetIds() []string

func (*RemoveContainerOptions) ProtoMessage

func (*RemoveContainerOptions) ProtoMessage()

func (*RemoveContainerOptions) Reset

func (m *RemoveContainerOptions) Reset()

func (*RemoveContainerOptions) String

func (m *RemoveContainerOptions) String() string

func (*RemoveContainerOptions) XXX_DiscardUnknown

func (m *RemoveContainerOptions) XXX_DiscardUnknown()

func (*RemoveContainerOptions) XXX_Marshal

func (m *RemoveContainerOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveContainerOptions) XXX_Merge

func (dst *RemoveContainerOptions) XXX_Merge(src proto.Message)

func (*RemoveContainerOptions) XXX_Size

func (m *RemoveContainerOptions) XXX_Size() int

func (*RemoveContainerOptions) XXX_Unmarshal

func (m *RemoveContainerOptions) XXX_Unmarshal(b []byte) error

type RemoveImageMessage

type RemoveImageMessage struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Success              bool     `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
	Messages             []string `protobuf:"bytes,3,rep,name=messages,proto3" json:"messages,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveImageMessage) Descriptor

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

func (*RemoveImageMessage) GetImage

func (m *RemoveImageMessage) GetImage() string

func (*RemoveImageMessage) GetMessages

func (m *RemoveImageMessage) GetMessages() []string

func (*RemoveImageMessage) GetSuccess

func (m *RemoveImageMessage) GetSuccess() bool

func (*RemoveImageMessage) ProtoMessage

func (*RemoveImageMessage) ProtoMessage()

func (*RemoveImageMessage) Reset

func (m *RemoveImageMessage) Reset()

func (*RemoveImageMessage) String

func (m *RemoveImageMessage) String() string

func (*RemoveImageMessage) XXX_DiscardUnknown

func (m *RemoveImageMessage) XXX_DiscardUnknown()

func (*RemoveImageMessage) XXX_Marshal

func (m *RemoveImageMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveImageMessage) XXX_Merge

func (dst *RemoveImageMessage) XXX_Merge(src proto.Message)

func (*RemoveImageMessage) XXX_Size

func (m *RemoveImageMessage) XXX_Size() int

func (*RemoveImageMessage) XXX_Unmarshal

func (m *RemoveImageMessage) XXX_Unmarshal(b []byte) error

type RemoveImageOptions

type RemoveImageOptions struct {
	Podname              string   `protobuf:"bytes,1,opt,name=podname,proto3" json:"podname,omitempty"`
	Nodename             string   `protobuf:"bytes,2,opt,name=nodename,proto3" json:"nodename,omitempty"`
	Images               []string `protobuf:"bytes,3,rep,name=images,proto3" json:"images,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveImageOptions) Descriptor

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

func (*RemoveImageOptions) GetImages

func (m *RemoveImageOptions) GetImages() []string

func (*RemoveImageOptions) GetNodename

func (m *RemoveImageOptions) GetNodename() string

func (*RemoveImageOptions) GetPodname

func (m *RemoveImageOptions) GetPodname() string

func (*RemoveImageOptions) ProtoMessage

func (*RemoveImageOptions) ProtoMessage()

func (*RemoveImageOptions) Reset

func (m *RemoveImageOptions) Reset()

func (*RemoveImageOptions) String

func (m *RemoveImageOptions) String() string

func (*RemoveImageOptions) XXX_DiscardUnknown

func (m *RemoveImageOptions) XXX_DiscardUnknown()

func (*RemoveImageOptions) XXX_Marshal

func (m *RemoveImageOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveImageOptions) XXX_Merge

func (dst *RemoveImageOptions) XXX_Merge(src proto.Message)

func (*RemoveImageOptions) XXX_Size

func (m *RemoveImageOptions) XXX_Size() int

func (*RemoveImageOptions) XXX_Unmarshal

func (m *RemoveImageOptions) XXX_Unmarshal(b []byte) error

type RemoveNodeOptions

type RemoveNodeOptions struct {
	Nodename             string   `protobuf:"bytes,1,opt,name=nodename,proto3" json:"nodename,omitempty"`
	Podname              string   `protobuf:"bytes,2,opt,name=podname,proto3" json:"podname,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveNodeOptions) Descriptor

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

func (*RemoveNodeOptions) GetNodename

func (m *RemoveNodeOptions) GetNodename() string

func (*RemoveNodeOptions) GetPodname

func (m *RemoveNodeOptions) GetPodname() string

func (*RemoveNodeOptions) ProtoMessage

func (*RemoveNodeOptions) ProtoMessage()

func (*RemoveNodeOptions) Reset

func (m *RemoveNodeOptions) Reset()

func (*RemoveNodeOptions) String

func (m *RemoveNodeOptions) String() string

func (*RemoveNodeOptions) XXX_DiscardUnknown

func (m *RemoveNodeOptions) XXX_DiscardUnknown()

func (*RemoveNodeOptions) XXX_Marshal

func (m *RemoveNodeOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveNodeOptions) XXX_Merge

func (dst *RemoveNodeOptions) XXX_Merge(src proto.Message)

func (*RemoveNodeOptions) XXX_Size

func (m *RemoveNodeOptions) XXX_Size() int

func (*RemoveNodeOptions) XXX_Unmarshal

func (m *RemoveNodeOptions) XXX_Unmarshal(b []byte) error

type RemovePodOptions

type RemovePodOptions 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 (*RemovePodOptions) Descriptor

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

func (*RemovePodOptions) GetName

func (m *RemovePodOptions) GetName() string

func (*RemovePodOptions) ProtoMessage

func (*RemovePodOptions) ProtoMessage()

func (*RemovePodOptions) Reset

func (m *RemovePodOptions) Reset()

func (*RemovePodOptions) String

func (m *RemovePodOptions) String() string

func (*RemovePodOptions) XXX_DiscardUnknown

func (m *RemovePodOptions) XXX_DiscardUnknown()

func (*RemovePodOptions) XXX_Marshal

func (m *RemovePodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemovePodOptions) XXX_Merge

func (dst *RemovePodOptions) XXX_Merge(src proto.Message)

func (*RemovePodOptions) XXX_Size

func (m *RemovePodOptions) XXX_Size() int

func (*RemovePodOptions) XXX_Unmarshal

func (m *RemovePodOptions) XXX_Unmarshal(b []byte) error

type ReplaceContainerMessage

type ReplaceContainerMessage struct {
	Create               *CreateContainerMessage `protobuf:"bytes,1,opt,name=create,proto3" json:"create,omitempty"`
	Remove               *RemoveContainerMessage `protobuf:"bytes,2,opt,name=remove,proto3" json:"remove,omitempty"`
	Error                string                  `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ReplaceContainerMessage) Descriptor

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

func (*ReplaceContainerMessage) GetCreate

func (*ReplaceContainerMessage) GetError

func (m *ReplaceContainerMessage) GetError() string

func (*ReplaceContainerMessage) GetRemove

func (*ReplaceContainerMessage) ProtoMessage

func (*ReplaceContainerMessage) ProtoMessage()

func (*ReplaceContainerMessage) Reset

func (m *ReplaceContainerMessage) Reset()

func (*ReplaceContainerMessage) String

func (m *ReplaceContainerMessage) String() string

func (*ReplaceContainerMessage) XXX_DiscardUnknown

func (m *ReplaceContainerMessage) XXX_DiscardUnknown()

func (*ReplaceContainerMessage) XXX_Marshal

func (m *ReplaceContainerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplaceContainerMessage) XXX_Merge

func (dst *ReplaceContainerMessage) XXX_Merge(src proto.Message)

func (*ReplaceContainerMessage) XXX_Size

func (m *ReplaceContainerMessage) XXX_Size() int

func (*ReplaceContainerMessage) XXX_Unmarshal

func (m *ReplaceContainerMessage) XXX_Unmarshal(b []byte) error

type ReplaceOptions

type ReplaceOptions struct {
	DeployOpt            *DeployOptions `protobuf:"bytes,1,opt,name=deployOpt,proto3" json:"deployOpt,omitempty"`
	Force                bool           `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ReplaceOptions) Descriptor

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

func (*ReplaceOptions) GetDeployOpt

func (m *ReplaceOptions) GetDeployOpt() *DeployOptions

func (*ReplaceOptions) GetForce

func (m *ReplaceOptions) GetForce() bool

func (*ReplaceOptions) ProtoMessage

func (*ReplaceOptions) ProtoMessage()

func (*ReplaceOptions) Reset

func (m *ReplaceOptions) Reset()

func (*ReplaceOptions) String

func (m *ReplaceOptions) String() string

func (*ReplaceOptions) XXX_DiscardUnknown

func (m *ReplaceOptions) XXX_DiscardUnknown()

func (*ReplaceOptions) XXX_Marshal

func (m *ReplaceOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplaceOptions) XXX_Merge

func (dst *ReplaceOptions) XXX_Merge(src proto.Message)

func (*ReplaceOptions) XXX_Size

func (m *ReplaceOptions) XXX_Size() int

func (*ReplaceOptions) XXX_Unmarshal

func (m *ReplaceOptions) XXX_Unmarshal(b []byte) error

type RunAndWaitMessage

type RunAndWaitMessage struct {
	ContainerId          string   `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RunAndWaitMessage) Descriptor

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

func (*RunAndWaitMessage) GetContainerId

func (m *RunAndWaitMessage) GetContainerId() string

func (*RunAndWaitMessage) GetData

func (m *RunAndWaitMessage) GetData() []byte

func (*RunAndWaitMessage) ProtoMessage

func (*RunAndWaitMessage) ProtoMessage()

func (*RunAndWaitMessage) Reset

func (m *RunAndWaitMessage) Reset()

func (*RunAndWaitMessage) String

func (m *RunAndWaitMessage) String() string

func (*RunAndWaitMessage) XXX_DiscardUnknown

func (m *RunAndWaitMessage) XXX_DiscardUnknown()

func (*RunAndWaitMessage) XXX_Marshal

func (m *RunAndWaitMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RunAndWaitMessage) XXX_Merge

func (dst *RunAndWaitMessage) XXX_Merge(src proto.Message)

func (*RunAndWaitMessage) XXX_Size

func (m *RunAndWaitMessage) XXX_Size() int

func (*RunAndWaitMessage) XXX_Unmarshal

func (m *RunAndWaitMessage) XXX_Unmarshal(b []byte) error

type RunAndWaitOptions

type RunAndWaitOptions struct {
	DeployOptions        *DeployOptions `protobuf:"bytes,1,opt,name=DeployOptions,proto3" json:"DeployOptions,omitempty"`
	Cmd                  []byte         `protobuf:"bytes,2,opt,name=Cmd,proto3" json:"Cmd,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*RunAndWaitOptions) Descriptor

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

func (*RunAndWaitOptions) GetCmd

func (m *RunAndWaitOptions) GetCmd() []byte

func (*RunAndWaitOptions) GetDeployOptions

func (m *RunAndWaitOptions) GetDeployOptions() *DeployOptions

func (*RunAndWaitOptions) ProtoMessage

func (*RunAndWaitOptions) ProtoMessage()

func (*RunAndWaitOptions) Reset

func (m *RunAndWaitOptions) Reset()

func (*RunAndWaitOptions) String

func (m *RunAndWaitOptions) String() string

func (*RunAndWaitOptions) XXX_DiscardUnknown

func (m *RunAndWaitOptions) XXX_DiscardUnknown()

func (*RunAndWaitOptions) XXX_Marshal

func (m *RunAndWaitOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RunAndWaitOptions) XXX_Merge

func (dst *RunAndWaitOptions) XXX_Merge(src proto.Message)

func (*RunAndWaitOptions) XXX_Size

func (m *RunAndWaitOptions) XXX_Size() int

func (*RunAndWaitOptions) XXX_Unmarshal

func (m *RunAndWaitOptions) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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