kubeProto

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package kubeProto is a generated protocol buffer package.

It is generated from these files:

exec.proto

It has these top-level messages:

ExecCommand
TerminalSize
ExecFromClient
ExecToClient

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecCommand

type ExecCommand struct {
	Command string   `protobuf:"bytes,1,opt,name=command" json:"command,omitempty"`
	Args    []string `protobuf:"bytes,2,rep,name=args" json:"args,omitempty"`
}

func (*ExecCommand) Descriptor

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

func (*ExecCommand) GetArgs

func (m *ExecCommand) GetArgs() []string

func (*ExecCommand) GetCommand

func (m *ExecCommand) GetCommand() string

func (*ExecCommand) ProtoMessage

func (*ExecCommand) ProtoMessage()

func (*ExecCommand) Reset

func (m *ExecCommand) Reset()

func (*ExecCommand) String

func (m *ExecCommand) String() string

type ExecFromClient

type ExecFromClient struct {
	// Types that are valid to be assigned to ClientMessage:
	//	*ExecFromClient_StdinData
	//	*ExecFromClient_TerminalSize
	ClientMessage isExecFromClient_ClientMessage `protobuf_oneof:"clientMessage"`
}

func (*ExecFromClient) Descriptor

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

func (*ExecFromClient) GetClientMessage

func (m *ExecFromClient) GetClientMessage() isExecFromClient_ClientMessage

func (*ExecFromClient) GetStdinData

func (m *ExecFromClient) GetStdinData() []byte

func (*ExecFromClient) GetTerminalSize

func (m *ExecFromClient) GetTerminalSize() *TerminalSize

func (*ExecFromClient) ProtoMessage

func (*ExecFromClient) ProtoMessage()

func (*ExecFromClient) Reset

func (m *ExecFromClient) Reset()

func (*ExecFromClient) String

func (m *ExecFromClient) String() string

func (*ExecFromClient) XXX_OneofFuncs

func (*ExecFromClient) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

type ExecFromClient_StdinData

type ExecFromClient_StdinData struct {
	StdinData []byte `protobuf:"bytes,1,opt,name=stdin_data,json=stdinData,proto3,oneof"`
}

type ExecFromClient_TerminalSize

type ExecFromClient_TerminalSize struct {
	TerminalSize *TerminalSize `protobuf:"bytes,2,opt,name=terminal_size,json=terminalSize,oneof"`
}

type ExecToClient

type ExecToClient struct {
	// Types that are valid to be assigned to ServerMessage:
	//	*ExecToClient_StdoutData
	//	*ExecToClient_StderrData
	ServerMessage isExecToClient_ServerMessage `protobuf_oneof:"serverMessage"`
}

func (*ExecToClient) Descriptor

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

func (*ExecToClient) GetServerMessage

func (m *ExecToClient) GetServerMessage() isExecToClient_ServerMessage

func (*ExecToClient) GetStderrData

func (m *ExecToClient) GetStderrData() []byte

func (*ExecToClient) GetStdoutData

func (m *ExecToClient) GetStdoutData() []byte

func (*ExecToClient) ProtoMessage

func (*ExecToClient) ProtoMessage()

func (*ExecToClient) Reset

func (m *ExecToClient) Reset()

func (*ExecToClient) String

func (m *ExecToClient) String() string

func (*ExecToClient) XXX_OneofFuncs

func (*ExecToClient) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

type ExecToClient_StderrData

type ExecToClient_StderrData struct {
	StderrData []byte `protobuf:"bytes,2,opt,name=stderr_data,json=stderrData,proto3,oneof"`
}

type ExecToClient_StdoutData

type ExecToClient_StdoutData struct {
	StdoutData []byte `protobuf:"bytes,1,opt,name=stdout_data,json=stdoutData,proto3,oneof"`
}

type TerminalSize

type TerminalSize struct {
	Width  uint32 `protobuf:"varint,1,opt,name=width" json:"width,omitempty"`
	Height uint32 `protobuf:"varint,2,opt,name=height" json:"height,omitempty"`
}

func (*TerminalSize) Descriptor

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

func (*TerminalSize) GetHeight

func (m *TerminalSize) GetHeight() uint32

func (*TerminalSize) GetWidth

func (m *TerminalSize) GetWidth() uint32

func (*TerminalSize) ProtoMessage

func (*TerminalSize) ProtoMessage()

func (*TerminalSize) Reset

func (m *TerminalSize) Reset()

func (*TerminalSize) String

func (m *TerminalSize) String() string

Jump to

Keyboard shortcuts

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