Documentation ¶
Index ¶
- Variables
- type Backdrop
- func (*Backdrop) Descriptor() ([]byte, []int)deprecated
- func (x *Backdrop) GetAliases() []string
- func (x *Backdrop) GetBuildInfo() *BuildInfo
- func (x *Backdrop) GetCapabilities() []string
- func (x *Backdrop) GetContainerName() string
- func (x *Backdrop) GetDevices() []*DeviceMapping
- func (x *Backdrop) GetEntrypoint() *Entrypoint
- func (x *Backdrop) GetEnvironment() []*EnvironmentVariable
- func (x *Backdrop) GetImageId() string
- func (x *Backdrop) GetName() string
- func (x *Backdrop) GetPorts() []*PortBinding
- func (x *Backdrop) GetRuntime() string
- func (x *Backdrop) GetUser() string
- func (x *Backdrop) GetVolumes() []*VolumeMount
- func (x *Backdrop) GetWorkingDir() string
- func (*Backdrop) ProtoMessage()
- func (x *Backdrop) ProtoReflect() protoreflect.Message
- func (x *Backdrop) Reset()
- func (x *Backdrop) String() string
- type BuildArgument
- func (*BuildArgument) Descriptor() ([]byte, []int)deprecated
- func (x *BuildArgument) GetKey() string
- func (x *BuildArgument) GetValue() string
- func (*BuildArgument) ProtoMessage()
- func (x *BuildArgument) ProtoReflect() protoreflect.Message
- func (x *BuildArgument) Reset()
- func (x *BuildArgument) String() string
- type BuildInfo
- func (*BuildInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BuildInfo) GetArguments() []*BuildArgument
- func (x *BuildInfo) GetBuilder() string
- func (x *BuildInfo) GetContext() string
- func (x *BuildInfo) GetDependencies() []string
- func (x *BuildInfo) GetDockerfile() string
- func (x *BuildInfo) GetForcePull() bool
- func (x *BuildInfo) GetForceRebuild() bool
- func (x *BuildInfo) GetImageName() string
- func (x *BuildInfo) GetInlineDockerfile() []string
- func (x *BuildInfo) GetNoCache() bool
- func (x *BuildInfo) GetSecrets() []*BuildSecret
- func (x *BuildInfo) GetSshAgents() []*SshAgent
- func (*BuildInfo) ProtoMessage()
- func (x *BuildInfo) ProtoReflect() protoreflect.Message
- func (x *BuildInfo) Reset()
- func (x *BuildInfo) String() string
- type BuildSecret
- type DeviceMapping
- func (*DeviceMapping) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceMapping) GetCgroupRule() string
- func (x *DeviceMapping) GetPermissions() string
- func (x *DeviceMapping) GetSource() string
- func (x *DeviceMapping) GetTarget() string
- func (*DeviceMapping) ProtoMessage()
- func (x *DeviceMapping) ProtoReflect() protoreflect.Message
- func (x *DeviceMapping) Reset()
- func (x *DeviceMapping) String() string
- type Entrypoint
- func (*Entrypoint) Descriptor() ([]byte, []int)deprecated
- func (x *Entrypoint) GetArguments() []string
- func (x *Entrypoint) GetInteractive() bool
- func (x *Entrypoint) GetInterpreter() []string
- func (x *Entrypoint) GetScript() string
- func (*Entrypoint) ProtoMessage()
- func (x *Entrypoint) ProtoReflect() protoreflect.Message
- func (x *Entrypoint) Reset()
- func (x *Entrypoint) String() string
- type EnvironmentVariable
- func (*EnvironmentVariable) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentVariable) GetKey() string
- func (x *EnvironmentVariable) GetValue() string
- func (*EnvironmentVariable) ProtoMessage()
- func (x *EnvironmentVariable) ProtoReflect() protoreflect.Message
- func (x *EnvironmentVariable) Reset()
- func (x *EnvironmentVariable) String() string
- type InitPluginResponse
- func (*InitPluginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InitPluginResponse) GetConfig() map[string]string
- func (*InitPluginResponse) ProtoMessage()
- func (x *InitPluginResponse) ProtoReflect() protoreflect.Message
- func (x *InitPluginResponse) Reset()
- func (x *InitPluginResponse) String() string
- type InitialStreamInputRequest
- func (*InitialStreamInputRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InitialStreamInputRequest) GetId() string
- func (*InitialStreamInputRequest) ProtoMessage()
- func (x *InitialStreamInputRequest) ProtoReflect() protoreflect.Message
- func (x *InitialStreamInputRequest) Reset()
- func (x *InitialStreamInputRequest) String() string
- type InputData
- type OutputData
- func (*OutputData) Descriptor() ([]byte, []int)deprecated
- func (x *OutputData) GetChannel() OutputData_Channel
- func (x *OutputData) GetData() []byte
- func (*OutputData) ProtoMessage()
- func (x *OutputData) ProtoReflect() protoreflect.Message
- func (x *OutputData) Reset()
- func (x *OutputData) String() string
- type OutputData_Channel
- func (OutputData_Channel) Descriptor() protoreflect.EnumDescriptor
- func (x OutputData_Channel) Enum() *OutputData_Channel
- func (OutputData_Channel) EnumDescriptor() ([]byte, []int)deprecated
- func (x OutputData_Channel) Number() protoreflect.EnumNumber
- func (x OutputData_Channel) String() string
- func (OutputData_Channel) Type() protoreflect.EnumType
- type PluginInfo
- func (*PluginInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PluginInfo) GetDependencies() []*PluginName
- func (x *PluginInfo) GetFields() map[string]string
- func (x *PluginInfo) GetName() *PluginName
- func (*PluginInfo) ProtoMessage()
- func (x *PluginInfo) ProtoReflect() protoreflect.Message
- func (x *PluginInfo) Reset()
- func (x *PluginInfo) String() string
- type PluginName
- type PortBinding
- func (*PortBinding) Descriptor() ([]byte, []int)deprecated
- func (x *PortBinding) GetHostIp() string
- func (x *PortBinding) GetProtocol() string
- func (x *PortBinding) GetPublished() string
- func (x *PortBinding) GetTarget() string
- func (*PortBinding) ProtoMessage()
- func (x *PortBinding) ProtoReflect() protoreflect.Message
- func (x *PortBinding) Reset()
- func (x *PortBinding) String() string
- type SshAgent
- type StreamInputRequest
- func (*StreamInputRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamInputRequest) GetInitialRequest() *InitialStreamInputRequest
- func (x *StreamInputRequest) GetInputData() *InputData
- func (m *StreamInputRequest) GetInputRequestType() isStreamInputRequest_InputRequestType
- func (*StreamInputRequest) ProtoMessage()
- func (x *StreamInputRequest) ProtoReflect() protoreflect.Message
- func (x *StreamInputRequest) Reset()
- func (x *StreamInputRequest) String() string
- type StreamInputRequest_InitialRequest
- type StreamInputRequest_InputData
- type StreamOutputRequest
- func (*StreamOutputRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamOutputRequest) GetId() string
- func (*StreamOutputRequest) ProtoMessage()
- func (x *StreamOutputRequest) ProtoReflect() protoreflect.Message
- func (x *StreamOutputRequest) Reset()
- func (x *StreamOutputRequest) String() string
- type VolumeMount
- func (*VolumeMount) Descriptor() ([]byte, []int)deprecated
- func (x *VolumeMount) GetReadonly() bool
- func (x *VolumeMount) GetSource() string
- func (x *VolumeMount) GetTarget() string
- func (*VolumeMount) ProtoMessage()
- func (x *VolumeMount) ProtoReflect() protoreflect.Message
- func (x *VolumeMount) Reset()
- func (x *VolumeMount) String() string
Constants ¶
This section is empty.
Variables ¶
var ( OutputData_Channel_name = map[int32]string{ 0: "INVALID", 1: "STDOUT", 2: "STDERR", } OutputData_Channel_value = map[string]int32{ "INVALID": 0, "STDOUT": 1, "STDERR": 2, } )
Enum value maps for OutputData_Channel.
var File_core_v1alpha5_backdrop_proto protoreflect.FileDescriptor
var File_core_v1alpha5_build_proto protoreflect.FileDescriptor
var File_core_v1alpha5_plugin_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Backdrop ¶
type Backdrop struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Aliases []string `protobuf:"bytes,2,rep,name=aliases,proto3" json:"aliases,omitempty"` ContainerName string `protobuf:"bytes,3,opt,name=container_name,json=containerName,proto3" json:"container_name,omitempty"` ImageId string `protobuf:"bytes,4,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"` Runtime string `protobuf:"bytes,5,opt,name=runtime,proto3" json:"runtime,omitempty"` Entrypoint *Entrypoint `protobuf:"bytes,6,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"` Environment []*EnvironmentVariable `protobuf:"bytes,7,rep,name=environment,proto3" json:"environment,omitempty"` Volumes []*VolumeMount `protobuf:"bytes,8,rep,name=volumes,proto3" json:"volumes,omitempty"` Devices []*DeviceMapping `protobuf:"bytes,9,rep,name=devices,proto3" json:"devices,omitempty"` Ports []*PortBinding `protobuf:"bytes,10,rep,name=ports,proto3" json:"ports,omitempty"` Capabilities []string `protobuf:"bytes,11,rep,name=capabilities,proto3" json:"capabilities,omitempty"` User string `protobuf:"bytes,12,opt,name=user,proto3" json:"user,omitempty"` WorkingDir string `protobuf:"bytes,13,opt,name=working_dir,json=workingDir,proto3" json:"working_dir,omitempty"` BuildInfo *BuildInfo `protobuf:"bytes,14,opt,name=build_info,json=buildInfo,proto3" json:"build_info,omitempty"` // contains filtered or unexported fields }
func (*Backdrop) Descriptor
deprecated
func (*Backdrop) GetAliases ¶
func (*Backdrop) GetBuildInfo ¶
func (*Backdrop) GetCapabilities ¶
func (*Backdrop) GetContainerName ¶
func (*Backdrop) GetDevices ¶
func (x *Backdrop) GetDevices() []*DeviceMapping
func (*Backdrop) GetEntrypoint ¶
func (x *Backdrop) GetEntrypoint() *Entrypoint
func (*Backdrop) GetEnvironment ¶
func (x *Backdrop) GetEnvironment() []*EnvironmentVariable
func (*Backdrop) GetImageId ¶
func (*Backdrop) GetPorts ¶
func (x *Backdrop) GetPorts() []*PortBinding
func (*Backdrop) GetRuntime ¶
func (*Backdrop) GetVolumes ¶
func (x *Backdrop) GetVolumes() []*VolumeMount
func (*Backdrop) GetWorkingDir ¶
func (*Backdrop) ProtoMessage ¶
func (*Backdrop) ProtoMessage()
func (*Backdrop) ProtoReflect ¶
func (x *Backdrop) ProtoReflect() protoreflect.Message
type BuildArgument ¶
type BuildArgument struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*BuildArgument) Descriptor
deprecated
func (*BuildArgument) Descriptor() ([]byte, []int)
Deprecated: Use BuildArgument.ProtoReflect.Descriptor instead.
func (*BuildArgument) GetKey ¶
func (x *BuildArgument) GetKey() string
func (*BuildArgument) GetValue ¶
func (x *BuildArgument) GetValue() string
func (*BuildArgument) ProtoMessage ¶
func (*BuildArgument) ProtoMessage()
func (*BuildArgument) ProtoReflect ¶
func (x *BuildArgument) ProtoReflect() protoreflect.Message
func (*BuildArgument) Reset ¶
func (x *BuildArgument) Reset()
func (*BuildArgument) String ¶
func (x *BuildArgument) String() string
type BuildInfo ¶
type BuildInfo struct { Builder string `protobuf:"bytes,1,opt,name=builder,proto3" json:"builder,omitempty"` ImageName string `protobuf:"bytes,2,opt,name=image_name,json=imageName,proto3" json:"image_name,omitempty"` Context string `protobuf:"bytes,3,opt,name=context,proto3" json:"context,omitempty"` Dockerfile string `protobuf:"bytes,4,opt,name=dockerfile,proto3" json:"dockerfile,omitempty"` InlineDockerfile []string `protobuf:"bytes,5,rep,name=inline_dockerfile,json=inlineDockerfile,proto3" json:"inline_dockerfile,omitempty"` Arguments []*BuildArgument `protobuf:"bytes,6,rep,name=arguments,proto3" json:"arguments,omitempty"` Secrets []*BuildSecret `protobuf:"bytes,7,rep,name=secrets,proto3" json:"secrets,omitempty"` SshAgents []*SshAgent `protobuf:"bytes,8,rep,name=ssh_agents,json=sshAgents,proto3" json:"ssh_agents,omitempty"` NoCache bool `protobuf:"varint,9,opt,name=no_cache,json=noCache,proto3" json:"no_cache,omitempty"` ForceRebuild bool `protobuf:"varint,10,opt,name=force_rebuild,json=forceRebuild,proto3" json:"force_rebuild,omitempty"` ForcePull bool `protobuf:"varint,11,opt,name=force_pull,json=forcePull,proto3" json:"force_pull,omitempty"` Dependencies []string `protobuf:"bytes,12,rep,name=dependencies,proto3" json:"dependencies,omitempty"` // contains filtered or unexported fields }
func (*BuildInfo) Descriptor
deprecated
func (*BuildInfo) GetArguments ¶
func (x *BuildInfo) GetArguments() []*BuildArgument
func (*BuildInfo) GetBuilder ¶
func (*BuildInfo) GetContext ¶
func (*BuildInfo) GetDependencies ¶
func (*BuildInfo) GetDockerfile ¶
func (*BuildInfo) GetForcePull ¶
func (*BuildInfo) GetForceRebuild ¶
func (*BuildInfo) GetImageName ¶
func (*BuildInfo) GetInlineDockerfile ¶
func (*BuildInfo) GetNoCache ¶
func (*BuildInfo) GetSecrets ¶
func (x *BuildInfo) GetSecrets() []*BuildSecret
func (*BuildInfo) GetSshAgents ¶
func (*BuildInfo) ProtoMessage ¶
func (*BuildInfo) ProtoMessage()
func (*BuildInfo) ProtoReflect ¶
func (x *BuildInfo) ProtoReflect() protoreflect.Message
type BuildSecret ¶
type BuildSecret struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*BuildSecret) Descriptor
deprecated
func (*BuildSecret) Descriptor() ([]byte, []int)
Deprecated: Use BuildSecret.ProtoReflect.Descriptor instead.
func (*BuildSecret) GetId ¶
func (x *BuildSecret) GetId() string
func (*BuildSecret) GetPath ¶
func (x *BuildSecret) GetPath() string
func (*BuildSecret) ProtoMessage ¶
func (*BuildSecret) ProtoMessage()
func (*BuildSecret) ProtoReflect ¶
func (x *BuildSecret) ProtoReflect() protoreflect.Message
func (*BuildSecret) Reset ¶
func (x *BuildSecret) Reset()
func (*BuildSecret) String ¶
func (x *BuildSecret) String() string
type DeviceMapping ¶
type DeviceMapping struct { CgroupRule string `protobuf:"bytes,1,opt,name=cgroup_rule,json=cgroupRule,proto3" json:"cgroup_rule,omitempty"` Source string `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"` Target string `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` Permissions string `protobuf:"bytes,4,opt,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*DeviceMapping) Descriptor
deprecated
func (*DeviceMapping) Descriptor() ([]byte, []int)
Deprecated: Use DeviceMapping.ProtoReflect.Descriptor instead.
func (*DeviceMapping) GetCgroupRule ¶
func (x *DeviceMapping) GetCgroupRule() string
func (*DeviceMapping) GetPermissions ¶
func (x *DeviceMapping) GetPermissions() string
func (*DeviceMapping) GetSource ¶
func (x *DeviceMapping) GetSource() string
func (*DeviceMapping) GetTarget ¶
func (x *DeviceMapping) GetTarget() string
func (*DeviceMapping) ProtoMessage ¶
func (*DeviceMapping) ProtoMessage()
func (*DeviceMapping) ProtoReflect ¶
func (x *DeviceMapping) ProtoReflect() protoreflect.Message
func (*DeviceMapping) Reset ¶
func (x *DeviceMapping) Reset()
func (*DeviceMapping) String ¶
func (x *DeviceMapping) String() string
type Entrypoint ¶
type Entrypoint struct { Interactive bool `protobuf:"varint,1,opt,name=interactive,proto3" json:"interactive,omitempty"` Script string `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` Interpreter []string `protobuf:"bytes,3,rep,name=interpreter,proto3" json:"interpreter,omitempty"` Arguments []string `protobuf:"bytes,4,rep,name=arguments,proto3" json:"arguments,omitempty"` // contains filtered or unexported fields }
func (*Entrypoint) Descriptor
deprecated
func (*Entrypoint) Descriptor() ([]byte, []int)
Deprecated: Use Entrypoint.ProtoReflect.Descriptor instead.
func (*Entrypoint) GetArguments ¶
func (x *Entrypoint) GetArguments() []string
func (*Entrypoint) GetInteractive ¶
func (x *Entrypoint) GetInteractive() bool
func (*Entrypoint) GetInterpreter ¶
func (x *Entrypoint) GetInterpreter() []string
func (*Entrypoint) GetScript ¶
func (x *Entrypoint) GetScript() string
func (*Entrypoint) ProtoMessage ¶
func (*Entrypoint) ProtoMessage()
func (*Entrypoint) ProtoReflect ¶
func (x *Entrypoint) ProtoReflect() protoreflect.Message
func (*Entrypoint) Reset ¶
func (x *Entrypoint) Reset()
func (*Entrypoint) String ¶
func (x *Entrypoint) String() string
type EnvironmentVariable ¶
type EnvironmentVariable struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*EnvironmentVariable) Descriptor
deprecated
func (*EnvironmentVariable) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentVariable.ProtoReflect.Descriptor instead.
func (*EnvironmentVariable) GetKey ¶
func (x *EnvironmentVariable) GetKey() string
func (*EnvironmentVariable) GetValue ¶
func (x *EnvironmentVariable) GetValue() string
func (*EnvironmentVariable) ProtoMessage ¶
func (*EnvironmentVariable) ProtoMessage()
func (*EnvironmentVariable) ProtoReflect ¶
func (x *EnvironmentVariable) ProtoReflect() protoreflect.Message
func (*EnvironmentVariable) Reset ¶
func (x *EnvironmentVariable) Reset()
func (*EnvironmentVariable) String ¶
func (x *EnvironmentVariable) String() string
type InitPluginResponse ¶
type InitPluginResponse struct { Config map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*InitPluginResponse) Descriptor
deprecated
func (*InitPluginResponse) Descriptor() ([]byte, []int)
Deprecated: Use InitPluginResponse.ProtoReflect.Descriptor instead.
func (*InitPluginResponse) GetConfig ¶
func (x *InitPluginResponse) GetConfig() map[string]string
func (*InitPluginResponse) ProtoMessage ¶
func (*InitPluginResponse) ProtoMessage()
func (*InitPluginResponse) ProtoReflect ¶
func (x *InitPluginResponse) ProtoReflect() protoreflect.Message
func (*InitPluginResponse) Reset ¶
func (x *InitPluginResponse) Reset()
func (*InitPluginResponse) String ¶
func (x *InitPluginResponse) String() string
type InitialStreamInputRequest ¶
type InitialStreamInputRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*InitialStreamInputRequest) Descriptor
deprecated
func (*InitialStreamInputRequest) Descriptor() ([]byte, []int)
Deprecated: Use InitialStreamInputRequest.ProtoReflect.Descriptor instead.
func (*InitialStreamInputRequest) GetId ¶
func (x *InitialStreamInputRequest) GetId() string
func (*InitialStreamInputRequest) ProtoMessage ¶
func (*InitialStreamInputRequest) ProtoMessage()
func (*InitialStreamInputRequest) ProtoReflect ¶
func (x *InitialStreamInputRequest) ProtoReflect() protoreflect.Message
func (*InitialStreamInputRequest) Reset ¶
func (x *InitialStreamInputRequest) Reset()
func (*InitialStreamInputRequest) String ¶
func (x *InitialStreamInputRequest) String() string
type InputData ¶
type InputData struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*InputData) Descriptor
deprecated
func (*InputData) ProtoMessage ¶
func (*InputData) ProtoMessage()
func (*InputData) ProtoReflect ¶
func (x *InputData) ProtoReflect() protoreflect.Message
type OutputData ¶
type OutputData struct { Channel OutputData_Channel `protobuf:"varint,1,opt,name=channel,proto3,enum=com.wabenet.dodo.core.v1alpha5.OutputData_Channel" json:"channel,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*OutputData) Descriptor
deprecated
func (*OutputData) Descriptor() ([]byte, []int)
Deprecated: Use OutputData.ProtoReflect.Descriptor instead.
func (*OutputData) GetChannel ¶
func (x *OutputData) GetChannel() OutputData_Channel
func (*OutputData) GetData ¶
func (x *OutputData) GetData() []byte
func (*OutputData) ProtoMessage ¶
func (*OutputData) ProtoMessage()
func (*OutputData) ProtoReflect ¶
func (x *OutputData) ProtoReflect() protoreflect.Message
func (*OutputData) Reset ¶
func (x *OutputData) Reset()
func (*OutputData) String ¶
func (x *OutputData) String() string
type OutputData_Channel ¶
type OutputData_Channel int32
const ( OutputData_INVALID OutputData_Channel = 0 OutputData_STDOUT OutputData_Channel = 1 OutputData_STDERR OutputData_Channel = 2 )
func (OutputData_Channel) Descriptor ¶
func (OutputData_Channel) Descriptor() protoreflect.EnumDescriptor
func (OutputData_Channel) Enum ¶
func (x OutputData_Channel) Enum() *OutputData_Channel
func (OutputData_Channel) EnumDescriptor
deprecated
func (OutputData_Channel) EnumDescriptor() ([]byte, []int)
Deprecated: Use OutputData_Channel.Descriptor instead.
func (OutputData_Channel) Number ¶
func (x OutputData_Channel) Number() protoreflect.EnumNumber
func (OutputData_Channel) String ¶
func (x OutputData_Channel) String() string
func (OutputData_Channel) Type ¶
func (OutputData_Channel) Type() protoreflect.EnumType
type PluginInfo ¶
type PluginInfo struct { Name *PluginName `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Dependencies []*PluginName `protobuf:"bytes,2,rep,name=dependencies,proto3" json:"dependencies,omitempty"` Fields map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PluginInfo) Descriptor
deprecated
func (*PluginInfo) Descriptor() ([]byte, []int)
Deprecated: Use PluginInfo.ProtoReflect.Descriptor instead.
func (*PluginInfo) GetDependencies ¶
func (x *PluginInfo) GetDependencies() []*PluginName
func (*PluginInfo) GetFields ¶
func (x *PluginInfo) GetFields() map[string]string
func (*PluginInfo) GetName ¶
func (x *PluginInfo) GetName() *PluginName
func (*PluginInfo) ProtoMessage ¶
func (*PluginInfo) ProtoMessage()
func (*PluginInfo) ProtoReflect ¶
func (x *PluginInfo) ProtoReflect() protoreflect.Message
func (*PluginInfo) Reset ¶
func (x *PluginInfo) Reset()
func (*PluginInfo) String ¶
func (x *PluginInfo) String() string
type PluginName ¶
type PluginName struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*PluginName) Descriptor
deprecated
func (*PluginName) Descriptor() ([]byte, []int)
Deprecated: Use PluginName.ProtoReflect.Descriptor instead.
func (*PluginName) GetName ¶
func (x *PluginName) GetName() string
func (*PluginName) GetType ¶
func (x *PluginName) GetType() string
func (*PluginName) ProtoMessage ¶
func (*PluginName) ProtoMessage()
func (*PluginName) ProtoReflect ¶
func (x *PluginName) ProtoReflect() protoreflect.Message
func (*PluginName) Reset ¶
func (x *PluginName) Reset()
func (*PluginName) String ¶
func (x *PluginName) String() string
type PortBinding ¶
type PortBinding struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` Published string `protobuf:"bytes,2,opt,name=published,proto3" json:"published,omitempty"` Protocol string `protobuf:"bytes,3,opt,name=protocol,proto3" json:"protocol,omitempty"` HostIp string `protobuf:"bytes,4,opt,name=host_ip,json=hostIp,proto3" json:"host_ip,omitempty"` // contains filtered or unexported fields }
func (*PortBinding) Descriptor
deprecated
func (*PortBinding) Descriptor() ([]byte, []int)
Deprecated: Use PortBinding.ProtoReflect.Descriptor instead.
func (*PortBinding) GetHostIp ¶
func (x *PortBinding) GetHostIp() string
func (*PortBinding) GetProtocol ¶
func (x *PortBinding) GetProtocol() string
func (*PortBinding) GetPublished ¶
func (x *PortBinding) GetPublished() string
func (*PortBinding) GetTarget ¶
func (x *PortBinding) GetTarget() string
func (*PortBinding) ProtoMessage ¶
func (*PortBinding) ProtoMessage()
func (*PortBinding) ProtoReflect ¶
func (x *PortBinding) ProtoReflect() protoreflect.Message
func (*PortBinding) Reset ¶
func (x *PortBinding) Reset()
func (*PortBinding) String ¶
func (x *PortBinding) String() string
type SshAgent ¶
type SshAgent struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` IdentityFile string `protobuf:"bytes,2,opt,name=identity_file,json=identityFile,proto3" json:"identity_file,omitempty"` // contains filtered or unexported fields }
func (*SshAgent) Descriptor
deprecated
func (*SshAgent) GetIdentityFile ¶
func (*SshAgent) ProtoMessage ¶
func (*SshAgent) ProtoMessage()
func (*SshAgent) ProtoReflect ¶
func (x *SshAgent) ProtoReflect() protoreflect.Message
type StreamInputRequest ¶
type StreamInputRequest struct { // Types that are assignable to InputRequestType: // *StreamInputRequest_InitialRequest // *StreamInputRequest_InputData InputRequestType isStreamInputRequest_InputRequestType `protobuf_oneof:"input_request_type"` // contains filtered or unexported fields }
func (*StreamInputRequest) Descriptor
deprecated
func (*StreamInputRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamInputRequest.ProtoReflect.Descriptor instead.
func (*StreamInputRequest) GetInitialRequest ¶
func (x *StreamInputRequest) GetInitialRequest() *InitialStreamInputRequest
func (*StreamInputRequest) GetInputData ¶
func (x *StreamInputRequest) GetInputData() *InputData
func (*StreamInputRequest) GetInputRequestType ¶
func (m *StreamInputRequest) GetInputRequestType() isStreamInputRequest_InputRequestType
func (*StreamInputRequest) ProtoMessage ¶
func (*StreamInputRequest) ProtoMessage()
func (*StreamInputRequest) ProtoReflect ¶
func (x *StreamInputRequest) ProtoReflect() protoreflect.Message
func (*StreamInputRequest) Reset ¶
func (x *StreamInputRequest) Reset()
func (*StreamInputRequest) String ¶
func (x *StreamInputRequest) String() string
type StreamInputRequest_InitialRequest ¶
type StreamInputRequest_InitialRequest struct {
InitialRequest *InitialStreamInputRequest `protobuf:"bytes,1,opt,name=initial_request,json=initialRequest,proto3,oneof"`
}
type StreamInputRequest_InputData ¶
type StreamInputRequest_InputData struct {
InputData *InputData `protobuf:"bytes,2,opt,name=input_data,json=inputData,proto3,oneof"`
}
type StreamOutputRequest ¶
type StreamOutputRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*StreamOutputRequest) Descriptor
deprecated
func (*StreamOutputRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamOutputRequest.ProtoReflect.Descriptor instead.
func (*StreamOutputRequest) GetId ¶
func (x *StreamOutputRequest) GetId() string
func (*StreamOutputRequest) ProtoMessage ¶
func (*StreamOutputRequest) ProtoMessage()
func (*StreamOutputRequest) ProtoReflect ¶
func (x *StreamOutputRequest) ProtoReflect() protoreflect.Message
func (*StreamOutputRequest) Reset ¶
func (x *StreamOutputRequest) Reset()
func (*StreamOutputRequest) String ¶
func (x *StreamOutputRequest) String() string
type VolumeMount ¶
type VolumeMount struct { Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` Target string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"` Readonly bool `protobuf:"varint,3,opt,name=readonly,proto3" json:"readonly,omitempty"` // contains filtered or unexported fields }
func (*VolumeMount) Descriptor
deprecated
func (*VolumeMount) Descriptor() ([]byte, []int)
Deprecated: Use VolumeMount.ProtoReflect.Descriptor instead.
func (*VolumeMount) GetReadonly ¶
func (x *VolumeMount) GetReadonly() bool
func (*VolumeMount) GetSource ¶
func (x *VolumeMount) GetSource() string
func (*VolumeMount) GetTarget ¶
func (x *VolumeMount) GetTarget() string
func (*VolumeMount) ProtoMessage ¶
func (*VolumeMount) ProtoMessage()
func (*VolumeMount) ProtoReflect ¶
func (x *VolumeMount) ProtoReflect() protoreflect.Message
func (*VolumeMount) Reset ¶
func (x *VolumeMount) Reset()
func (*VolumeMount) String ¶
func (x *VolumeMount) String() string