v1alpha5

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2023 License: Apache-2.0 Imports: 4 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
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.

View Source
var File_core_v1alpha5_backdrop_proto protoreflect.FileDescriptor
View Source
var File_core_v1alpha5_build_proto protoreflect.FileDescriptor
View Source
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) Descriptor() ([]byte, []int)

Deprecated: Use Backdrop.ProtoReflect.Descriptor instead.

func (*Backdrop) GetAliases

func (x *Backdrop) GetAliases() []string

func (*Backdrop) GetBuildInfo

func (x *Backdrop) GetBuildInfo() *BuildInfo

func (*Backdrop) GetCapabilities

func (x *Backdrop) GetCapabilities() []string

func (*Backdrop) GetContainerName

func (x *Backdrop) GetContainerName() string

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 (x *Backdrop) GetImageId() string

func (*Backdrop) GetName

func (x *Backdrop) GetName() string

func (*Backdrop) GetPorts

func (x *Backdrop) GetPorts() []*PortBinding

func (*Backdrop) GetRuntime

func (x *Backdrop) GetRuntime() string

func (*Backdrop) GetUser

func (x *Backdrop) GetUser() string

func (*Backdrop) GetVolumes

func (x *Backdrop) GetVolumes() []*VolumeMount

func (*Backdrop) GetWorkingDir

func (x *Backdrop) GetWorkingDir() string

func (*Backdrop) ProtoMessage

func (*Backdrop) ProtoMessage()

func (*Backdrop) ProtoReflect

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

func (*Backdrop) Reset

func (x *Backdrop) Reset()

func (*Backdrop) String

func (x *Backdrop) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use BuildInfo.ProtoReflect.Descriptor instead.

func (*BuildInfo) GetArguments

func (x *BuildInfo) GetArguments() []*BuildArgument

func (*BuildInfo) GetBuilder

func (x *BuildInfo) GetBuilder() string

func (*BuildInfo) GetContext

func (x *BuildInfo) GetContext() string

func (*BuildInfo) GetDependencies

func (x *BuildInfo) GetDependencies() []string

func (*BuildInfo) GetDockerfile

func (x *BuildInfo) GetDockerfile() string

func (*BuildInfo) GetForcePull

func (x *BuildInfo) GetForcePull() bool

func (*BuildInfo) GetForceRebuild

func (x *BuildInfo) GetForceRebuild() bool

func (*BuildInfo) GetImageName

func (x *BuildInfo) GetImageName() string

func (*BuildInfo) GetInlineDockerfile

func (x *BuildInfo) GetInlineDockerfile() []string

func (*BuildInfo) GetNoCache

func (x *BuildInfo) GetNoCache() bool

func (*BuildInfo) GetSecrets

func (x *BuildInfo) GetSecrets() []*BuildSecret

func (*BuildInfo) GetSshAgents

func (x *BuildInfo) GetSshAgents() []*SshAgent

func (*BuildInfo) ProtoMessage

func (*BuildInfo) ProtoMessage()

func (*BuildInfo) ProtoReflect

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

func (*BuildInfo) Reset

func (x *BuildInfo) Reset()

func (*BuildInfo) String

func (x *BuildInfo) String() string

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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use InputData.ProtoReflect.Descriptor instead.

func (*InputData) GetData

func (x *InputData) GetData() []byte

func (*InputData) ProtoMessage

func (*InputData) ProtoMessage()

func (*InputData) ProtoReflect

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

func (*InputData) Reset

func (x *InputData) Reset()

func (*InputData) String

func (x *InputData) String() string

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) Enum

func (OutputData_Channel) EnumDescriptor deprecated

func (OutputData_Channel) EnumDescriptor() ([]byte, []int)

Deprecated: Use OutputData_Channel.Descriptor instead.

func (OutputData_Channel) Number

func (OutputData_Channel) String

func (x OutputData_Channel) String() string

func (OutputData_Channel) Type

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) Descriptor() ([]byte, []int)

Deprecated: Use SshAgent.ProtoReflect.Descriptor instead.

func (*SshAgent) GetId

func (x *SshAgent) GetId() string

func (*SshAgent) GetIdentityFile

func (x *SshAgent) GetIdentityFile() string

func (*SshAgent) ProtoMessage

func (*SshAgent) ProtoMessage()

func (*SshAgent) ProtoReflect

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

func (*SshAgent) Reset

func (x *SshAgent) Reset()

func (*SshAgent) String

func (x *SshAgent) String() string

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

Jump to

Keyboard shortcuts

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