v1alpha1

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2020 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthApi        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowApi          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupApi = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterContainerServiceServer

func RegisterContainerServiceServer(s *grpc.Server, srv ContainerServiceServer)

Types

type AttachOptions

type AttachOptions struct {
	NoStdin              bool     `protobuf:"varint,1,opt,name=no_stdin,json=noStdin,proto3" json:"no_stdin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttachOptions) Descriptor

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

func (*AttachOptions) GetNoStdin

func (m *AttachOptions) GetNoStdin() bool

func (*AttachOptions) Marshal

func (m *AttachOptions) Marshal() (dAtA []byte, err error)

func (*AttachOptions) MarshalTo

func (m *AttachOptions) MarshalTo(dAtA []byte) (int, error)

func (*AttachOptions) MarshalToSizedBuffer

func (m *AttachOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AttachOptions) ProtoMessage

func (*AttachOptions) ProtoMessage()

func (*AttachOptions) Reset

func (m *AttachOptions) Reset()

func (*AttachOptions) Size

func (m *AttachOptions) Size() (n int)

func (*AttachOptions) String

func (this *AttachOptions) String() string

func (*AttachOptions) Unmarshal

func (m *AttachOptions) Unmarshal(dAtA []byte) error

func (*AttachOptions) XXX_DiscardUnknown

func (m *AttachOptions) XXX_DiscardUnknown()

func (*AttachOptions) XXX_Marshal

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

func (*AttachOptions) XXX_Merge

func (m *AttachOptions) XXX_Merge(src proto.Message)

func (*AttachOptions) XXX_Size

func (m *AttachOptions) XXX_Size() int

func (*AttachOptions) XXX_Unmarshal

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

type AttachRequest

type AttachRequest struct {
	Name                 string         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Opts                 *AttachOptions `protobuf:"bytes,2,opt,name=opts,proto3" json:"opts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AttachRequest) Descriptor

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

func (*AttachRequest) GetName

func (m *AttachRequest) GetName() string

func (*AttachRequest) GetOpts

func (m *AttachRequest) GetOpts() *AttachOptions

func (*AttachRequest) Marshal

func (m *AttachRequest) Marshal() (dAtA []byte, err error)

func (*AttachRequest) MarshalTo

func (m *AttachRequest) MarshalTo(dAtA []byte) (int, error)

func (*AttachRequest) MarshalToSizedBuffer

func (m *AttachRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AttachRequest) ProtoMessage

func (*AttachRequest) ProtoMessage()

func (*AttachRequest) Reset

func (m *AttachRequest) Reset()

func (*AttachRequest) Size

func (m *AttachRequest) Size() (n int)

func (*AttachRequest) String

func (this *AttachRequest) String() string

func (*AttachRequest) Unmarshal

func (m *AttachRequest) Unmarshal(dAtA []byte) error

func (*AttachRequest) XXX_DiscardUnknown

func (m *AttachRequest) XXX_DiscardUnknown()

func (*AttachRequest) XXX_Marshal

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

func (*AttachRequest) XXX_Merge

func (m *AttachRequest) XXX_Merge(src proto.Message)

func (*AttachRequest) XXX_Size

func (m *AttachRequest) XXX_Size() int

func (*AttachRequest) XXX_Unmarshal

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

type ContainerOptions

type ContainerOptions struct {
	Labels               map[string]string                 `` /* 153-byte string literal not displayed */
	Name                 string                            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Attempt              uint32                            `protobuf:"varint,3,opt,name=attempt,proto3" json:"attempt,omitempty"`
	Command              []string                          `protobuf:"bytes,4,rep,name=command,proto3" json:"command,omitempty"`
	Args                 []string                          `protobuf:"bytes,5,rep,name=args,proto3" json:"args,omitempty"`
	WorkingDir           string                            `protobuf:"bytes,6,opt,name=working_dir,json=workingDir,proto3" json:"working_dir,omitempty"`
	Envs                 []*v1alpha2.KeyValue              `protobuf:"bytes,7,rep,name=envs,proto3" json:"envs,omitempty"`
	Mounts               []*v1alpha2.Mount                 `protobuf:"bytes,8,rep,name=mounts,proto3" json:"mounts,omitempty"`
	Devices              []*v1alpha2.Device                `protobuf:"bytes,9,rep,name=devices,proto3" json:"devices,omitempty"`
	Stdin                bool                              `protobuf:"varint,10,opt,name=stdin,proto3" json:"stdin,omitempty"`
	StdinOnce            bool                              `protobuf:"varint,11,opt,name=stdin_once,json=stdinOnce,proto3" json:"stdin_once,omitempty"`
	Tty                  bool                              `protobuf:"varint,12,opt,name=tty,proto3" json:"tty,omitempty"`
	MillisCpu            int64                             `protobuf:"varint,13,opt,name=millis_cpu,json=millisCpu,proto3" json:"millis_cpu,omitempty"`
	LinuxResources       *v1alpha2.LinuxContainerResources `protobuf:"bytes,14,opt,name=linux_resources,json=linuxResources,proto3" json:"linux_resources,omitempty"`
	AddCapabilities      []string                          `protobuf:"bytes,15,rep,name=add_capabilities,json=addCapabilities,proto3" json:"add_capabilities,omitempty"`
	DropCapabilities     []string                          `protobuf:"bytes,16,rep,name=drop_capabilities,json=dropCapabilities,proto3" json:"drop_capabilities,omitempty"`
	ApparmorProfile      []string                          `protobuf:"bytes,17,rep,name=apparmor_profile,json=apparmorProfile,proto3" json:"apparmor_profile,omitempty"`
	NoNewPrivs           bool                              `protobuf:"varint,18,opt,name=no_new_privs,json=noNewPrivs,proto3" json:"no_new_privs,omitempty"`
	MaskedPaths          []string                          `protobuf:"bytes,19,rep,name=masked_paths,json=maskedPaths,proto3" json:"masked_paths,omitempty"`
	ReadonlyPaths        []string                          `protobuf:"bytes,20,rep,name=readonly_paths,json=readonlyPaths,proto3" json:"readonly_paths,omitempty"`
	SecurityContext      *SharedSecurityOptions            `protobuf:"bytes,22,opt,name=security_context,json=securityContext,proto3" json:"security_context,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*ContainerOptions) Descriptor

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

func (*ContainerOptions) GetAddCapabilities

func (m *ContainerOptions) GetAddCapabilities() []string

func (*ContainerOptions) GetApparmorProfile

func (m *ContainerOptions) GetApparmorProfile() []string

func (*ContainerOptions) GetArgs

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

func (*ContainerOptions) GetAttempt

func (m *ContainerOptions) GetAttempt() uint32

func (*ContainerOptions) GetCommand

func (m *ContainerOptions) GetCommand() []string

func (*ContainerOptions) GetDevices

func (m *ContainerOptions) GetDevices() []*v1alpha2.Device

func (*ContainerOptions) GetDropCapabilities

func (m *ContainerOptions) GetDropCapabilities() []string

func (*ContainerOptions) GetEnvs

func (m *ContainerOptions) GetEnvs() []*v1alpha2.KeyValue

func (*ContainerOptions) GetLabels

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

func (*ContainerOptions) GetLinuxResources

func (m *ContainerOptions) GetLinuxResources() *v1alpha2.LinuxContainerResources

func (*ContainerOptions) GetMaskedPaths

func (m *ContainerOptions) GetMaskedPaths() []string

func (*ContainerOptions) GetMillisCpu

func (m *ContainerOptions) GetMillisCpu() int64

func (*ContainerOptions) GetMounts

func (m *ContainerOptions) GetMounts() []*v1alpha2.Mount

func (*ContainerOptions) GetName

func (m *ContainerOptions) GetName() string

func (*ContainerOptions) GetNoNewPrivs

func (m *ContainerOptions) GetNoNewPrivs() bool

func (*ContainerOptions) GetReadonlyPaths

func (m *ContainerOptions) GetReadonlyPaths() []string

func (*ContainerOptions) GetSecurityContext

func (m *ContainerOptions) GetSecurityContext() *SharedSecurityOptions

func (*ContainerOptions) GetStdin

func (m *ContainerOptions) GetStdin() bool

func (*ContainerOptions) GetStdinOnce

func (m *ContainerOptions) GetStdinOnce() bool

func (*ContainerOptions) GetTty

func (m *ContainerOptions) GetTty() bool

func (*ContainerOptions) GetWorkingDir

func (m *ContainerOptions) GetWorkingDir() string

func (*ContainerOptions) Marshal

func (m *ContainerOptions) Marshal() (dAtA []byte, err error)

func (*ContainerOptions) MarshalTo

func (m *ContainerOptions) MarshalTo(dAtA []byte) (int, error)

func (*ContainerOptions) MarshalToSizedBuffer

func (m *ContainerOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContainerOptions) ProtoMessage

func (*ContainerOptions) ProtoMessage()

func (*ContainerOptions) Reset

func (m *ContainerOptions) Reset()

func (*ContainerOptions) Size

func (m *ContainerOptions) Size() (n int)

func (*ContainerOptions) String

func (this *ContainerOptions) String() string

func (*ContainerOptions) Unmarshal

func (m *ContainerOptions) Unmarshal(dAtA []byte) error

func (*ContainerOptions) XXX_DiscardUnknown

func (m *ContainerOptions) XXX_DiscardUnknown()

func (*ContainerOptions) XXX_Marshal

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

func (*ContainerOptions) XXX_Merge

func (m *ContainerOptions) XXX_Merge(src proto.Message)

func (*ContainerOptions) XXX_Size

func (m *ContainerOptions) XXX_Size() int

func (*ContainerOptions) XXX_Unmarshal

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

type ContainerServiceClient

type ContainerServiceClient interface {
	ListPods(ctx context.Context, in *ListPodsRequest, opts ...grpc.CallOption) (*ListPodsResponse, error)
	CreatePod(ctx context.Context, in *CreatePodRequest, opts ...grpc.CallOption) (*CreatePodResponse, error)
	CreateContainer(ctx context.Context, in *CreateContainerRequest, opts ...grpc.CallOption) (*CreateContainerResponse, error)
	StartContainer(ctx context.Context, in *StartContainerRequest, opts ...grpc.CallOption) (*StartContainerResponse, error)
	StopContainer(ctx context.Context, in *StopContainerRequest, opts ...grpc.CallOption) (*StopContainerResponse, error)
	RemoveContainer(ctx context.Context, in *RemoveContainerRequest, opts ...grpc.CallOption) (*RemoveContainerResponse, error)
	GetContainer(ctx context.Context, in *GetContainerRequest, opts ...grpc.CallOption) (*GetContainerResponse, error)
	Attach(ctx context.Context, in *AttachRequest, opts ...grpc.CallOption) (*StreamResponse, error)
	Exec(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption) (*StreamResponse, error)
	LogContainer(ctx context.Context, in *LogContainerRequest, opts ...grpc.CallOption) (ContainerService_LogContainerClient, error)
	ListImages(ctx context.Context, in *ListImagesRequest, opts ...grpc.CallOption) (*ListImagesResponse, error)
	RemoveImage(ctx context.Context, in *RemoveImageRequest, opts ...grpc.CallOption) (*RemoveImageResponse, error)
	PullImage(ctx context.Context, in *PullImageRequest, opts ...grpc.CallOption) (*PullImageResponse, error)
	PushImage(ctx context.Context, in *PushImageRequest, opts ...grpc.CallOption) (*PushImageResponse, error)
	GetImage(ctx context.Context, in *GetImageRequest, opts ...grpc.CallOption) (*GetImageResponse, error)
	TagImage(ctx context.Context, in *TagImageRequest, opts ...grpc.CallOption) (*TagImageResponse, error)
	PullProgress(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (ContainerService_PullProgressClient, error)
	PushProgress(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (ContainerService_PushProgressClient, error)
	ListVolumes(ctx context.Context, in *ListVolumesRequest, opts ...grpc.CallOption) (*ListVolumesResponse, error)
	CreateVolume(ctx context.Context, in *CreateVolumeRequest, opts ...grpc.CallOption) (*CreateVolumeResponse, error)
	RemoveVolume(ctx context.Context, in *RemoveVolumeRequest, opts ...grpc.CallOption) (*RemoveVolumeResponse, error)
	Events(ctx context.Context, in *EventsRequest, opts ...grpc.CallOption) (ContainerService_EventsClient, error)
}

ContainerServiceClient is the client API for ContainerService service.

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

func NewContainerServiceClient

func NewContainerServiceClient(cc *grpc.ClientConn) ContainerServiceClient

type ContainerServiceServer

type ContainerServiceServer interface {
	ListPods(context.Context, *ListPodsRequest) (*ListPodsResponse, error)
	CreatePod(context.Context, *CreatePodRequest) (*CreatePodResponse, error)
	CreateContainer(context.Context, *CreateContainerRequest) (*CreateContainerResponse, error)
	StartContainer(context.Context, *StartContainerRequest) (*StartContainerResponse, error)
	StopContainer(context.Context, *StopContainerRequest) (*StopContainerResponse, error)
	RemoveContainer(context.Context, *RemoveContainerRequest) (*RemoveContainerResponse, error)
	GetContainer(context.Context, *GetContainerRequest) (*GetContainerResponse, error)
	Attach(context.Context, *AttachRequest) (*StreamResponse, error)
	Exec(context.Context, *ExecRequest) (*StreamResponse, error)
	LogContainer(*LogContainerRequest, ContainerService_LogContainerServer) error
	ListImages(context.Context, *ListImagesRequest) (*ListImagesResponse, error)
	RemoveImage(context.Context, *RemoveImageRequest) (*RemoveImageResponse, error)
	PullImage(context.Context, *PullImageRequest) (*PullImageResponse, error)
	PushImage(context.Context, *PushImageRequest) (*PushImageResponse, error)
	GetImage(context.Context, *GetImageRequest) (*GetImageResponse, error)
	TagImage(context.Context, *TagImageRequest) (*TagImageResponse, error)
	PullProgress(*InfoRequest, ContainerService_PullProgressServer) error
	PushProgress(*InfoRequest, ContainerService_PushProgressServer) error
	ListVolumes(context.Context, *ListVolumesRequest) (*ListVolumesResponse, error)
	CreateVolume(context.Context, *CreateVolumeRequest) (*CreateVolumeResponse, error)
	RemoveVolume(context.Context, *RemoveVolumeRequest) (*RemoveVolumeResponse, error)
	Events(*EventsRequest, ContainerService_EventsServer) error
}

ContainerServiceServer is the server API for ContainerService service.

type ContainerService_EventsClient

type ContainerService_EventsClient interface {
	Recv() (*Event, error)
	grpc.ClientStream
}

type ContainerService_EventsServer

type ContainerService_EventsServer interface {
	Send(*Event) error
	grpc.ServerStream
}

type ContainerService_LogContainerClient

type ContainerService_LogContainerClient interface {
	Recv() (*LogEntry, error)
	grpc.ClientStream
}

type ContainerService_LogContainerServer

type ContainerService_LogContainerServer interface {
	Send(*LogEntry) error
	grpc.ServerStream
}

type ContainerService_PullProgressClient

type ContainerService_PullProgressClient interface {
	Recv() (*InfoResponse, error)
	grpc.ClientStream
}

type ContainerService_PullProgressServer

type ContainerService_PullProgressServer interface {
	Send(*InfoResponse) error
	grpc.ServerStream
}

type ContainerService_PushProgressClient

type ContainerService_PushProgressClient interface {
	Recv() (*InfoResponse, error)
	grpc.ClientStream
}

type ContainerService_PushProgressServer

type ContainerService_PushProgressServer interface {
	Send(*InfoResponse) error
	grpc.ServerStream
}

type CreateContainerRequest

type CreateContainerRequest struct {
	PodId                string            `protobuf:"bytes,1,opt,name=pod_id,json=podId,proto3" json:"pod_id,omitempty"`
	Image                string            `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	Opts                 *ContainerOptions `protobuf:"bytes,3,opt,name=opts,proto3" json:"opts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CreateContainerRequest) Descriptor

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

func (*CreateContainerRequest) GetImage

func (m *CreateContainerRequest) GetImage() string

func (*CreateContainerRequest) GetOpts

func (*CreateContainerRequest) GetPodId

func (m *CreateContainerRequest) GetPodId() string

func (*CreateContainerRequest) Marshal

func (m *CreateContainerRequest) Marshal() (dAtA []byte, err error)

func (*CreateContainerRequest) MarshalTo

func (m *CreateContainerRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateContainerRequest) MarshalToSizedBuffer

func (m *CreateContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateContainerRequest) ProtoMessage

func (*CreateContainerRequest) ProtoMessage()

func (*CreateContainerRequest) Reset

func (m *CreateContainerRequest) Reset()

func (*CreateContainerRequest) Size

func (m *CreateContainerRequest) Size() (n int)

func (*CreateContainerRequest) String

func (this *CreateContainerRequest) String() string

func (*CreateContainerRequest) Unmarshal

func (m *CreateContainerRequest) Unmarshal(dAtA []byte) error

func (*CreateContainerRequest) XXX_DiscardUnknown

func (m *CreateContainerRequest) XXX_DiscardUnknown()

func (*CreateContainerRequest) XXX_Marshal

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

func (*CreateContainerRequest) XXX_Merge

func (m *CreateContainerRequest) XXX_Merge(src proto.Message)

func (*CreateContainerRequest) XXX_Size

func (m *CreateContainerRequest) XXX_Size() int

func (*CreateContainerRequest) XXX_Unmarshal

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

type CreateContainerResponse

type CreateContainerResponse struct {
	ContainerId          string   `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateContainerResponse) Descriptor

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

func (*CreateContainerResponse) GetContainerId

func (m *CreateContainerResponse) GetContainerId() string

func (*CreateContainerResponse) Marshal

func (m *CreateContainerResponse) Marshal() (dAtA []byte, err error)

func (*CreateContainerResponse) MarshalTo

func (m *CreateContainerResponse) MarshalTo(dAtA []byte) (int, error)

func (*CreateContainerResponse) MarshalToSizedBuffer

func (m *CreateContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateContainerResponse) ProtoMessage

func (*CreateContainerResponse) ProtoMessage()

func (*CreateContainerResponse) Reset

func (m *CreateContainerResponse) Reset()

func (*CreateContainerResponse) Size

func (m *CreateContainerResponse) Size() (n int)

func (*CreateContainerResponse) String

func (this *CreateContainerResponse) String() string

func (*CreateContainerResponse) Unmarshal

func (m *CreateContainerResponse) Unmarshal(dAtA []byte) error

func (*CreateContainerResponse) XXX_DiscardUnknown

func (m *CreateContainerResponse) XXX_DiscardUnknown()

func (*CreateContainerResponse) XXX_Marshal

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

func (*CreateContainerResponse) XXX_Merge

func (m *CreateContainerResponse) XXX_Merge(src proto.Message)

func (*CreateContainerResponse) XXX_Size

func (m *CreateContainerResponse) XXX_Size() int

func (*CreateContainerResponse) XXX_Unmarshal

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

type CreatePodRequest

type CreatePodRequest struct {
	Name                 string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Opts                 *PodOptions `protobuf:"bytes,2,opt,name=opts,proto3" json:"opts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreatePodRequest) Descriptor

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

func (*CreatePodRequest) GetName

func (m *CreatePodRequest) GetName() string

func (*CreatePodRequest) GetOpts

func (m *CreatePodRequest) GetOpts() *PodOptions

func (*CreatePodRequest) Marshal

func (m *CreatePodRequest) Marshal() (dAtA []byte, err error)

func (*CreatePodRequest) MarshalTo

func (m *CreatePodRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreatePodRequest) MarshalToSizedBuffer

func (m *CreatePodRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreatePodRequest) ProtoMessage

func (*CreatePodRequest) ProtoMessage()

func (*CreatePodRequest) Reset

func (m *CreatePodRequest) Reset()

func (*CreatePodRequest) Size

func (m *CreatePodRequest) Size() (n int)

func (*CreatePodRequest) String

func (this *CreatePodRequest) String() string

func (*CreatePodRequest) Unmarshal

func (m *CreatePodRequest) Unmarshal(dAtA []byte) error

func (*CreatePodRequest) XXX_DiscardUnknown

func (m *CreatePodRequest) XXX_DiscardUnknown()

func (*CreatePodRequest) XXX_Marshal

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

func (*CreatePodRequest) XXX_Merge

func (m *CreatePodRequest) XXX_Merge(src proto.Message)

func (*CreatePodRequest) XXX_Size

func (m *CreatePodRequest) XXX_Size() int

func (*CreatePodRequest) XXX_Unmarshal

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

type CreatePodResponse

type CreatePodResponse struct {
	PodID                string   `protobuf:"bytes,1,opt,name=PodID,proto3" json:"PodID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreatePodResponse) Descriptor

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

func (*CreatePodResponse) GetPodID

func (m *CreatePodResponse) GetPodID() string

func (*CreatePodResponse) Marshal

func (m *CreatePodResponse) Marshal() (dAtA []byte, err error)

func (*CreatePodResponse) MarshalTo

func (m *CreatePodResponse) MarshalTo(dAtA []byte) (int, error)

func (*CreatePodResponse) MarshalToSizedBuffer

func (m *CreatePodResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreatePodResponse) ProtoMessage

func (*CreatePodResponse) ProtoMessage()

func (*CreatePodResponse) Reset

func (m *CreatePodResponse) Reset()

func (*CreatePodResponse) Size

func (m *CreatePodResponse) Size() (n int)

func (*CreatePodResponse) String

func (this *CreatePodResponse) String() string

func (*CreatePodResponse) Unmarshal

func (m *CreatePodResponse) Unmarshal(dAtA []byte) error

func (*CreatePodResponse) XXX_DiscardUnknown

func (m *CreatePodResponse) XXX_DiscardUnknown()

func (*CreatePodResponse) XXX_Marshal

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

func (*CreatePodResponse) XXX_Merge

func (m *CreatePodResponse) XXX_Merge(src proto.Message)

func (*CreatePodResponse) XXX_Size

func (m *CreatePodResponse) XXX_Size() int

func (*CreatePodResponse) XXX_Unmarshal

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

type CreateVolumeRequest

type CreateVolumeRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateVolumeRequest) Descriptor

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

func (*CreateVolumeRequest) GetName

func (m *CreateVolumeRequest) GetName() string

func (*CreateVolumeRequest) Marshal

func (m *CreateVolumeRequest) Marshal() (dAtA []byte, err error)

func (*CreateVolumeRequest) MarshalTo

func (m *CreateVolumeRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateVolumeRequest) MarshalToSizedBuffer

func (m *CreateVolumeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateVolumeRequest) ProtoMessage

func (*CreateVolumeRequest) ProtoMessage()

func (*CreateVolumeRequest) Reset

func (m *CreateVolumeRequest) Reset()

func (*CreateVolumeRequest) Size

func (m *CreateVolumeRequest) Size() (n int)

func (*CreateVolumeRequest) String

func (this *CreateVolumeRequest) String() string

func (*CreateVolumeRequest) Unmarshal

func (m *CreateVolumeRequest) Unmarshal(dAtA []byte) error

func (*CreateVolumeRequest) XXX_DiscardUnknown

func (m *CreateVolumeRequest) XXX_DiscardUnknown()

func (*CreateVolumeRequest) XXX_Marshal

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

func (*CreateVolumeRequest) XXX_Merge

func (m *CreateVolumeRequest) XXX_Merge(src proto.Message)

func (*CreateVolumeRequest) XXX_Size

func (m *CreateVolumeRequest) XXX_Size() int

func (*CreateVolumeRequest) XXX_Unmarshal

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

type CreateVolumeResponse

type CreateVolumeResponse struct {
	Volume               *Volume  `protobuf:"bytes,1,opt,name=volume,proto3" json:"volume,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateVolumeResponse) Descriptor

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

func (*CreateVolumeResponse) GetVolume

func (m *CreateVolumeResponse) GetVolume() *Volume

func (*CreateVolumeResponse) Marshal

func (m *CreateVolumeResponse) Marshal() (dAtA []byte, err error)

func (*CreateVolumeResponse) MarshalTo

func (m *CreateVolumeResponse) MarshalTo(dAtA []byte) (int, error)

func (*CreateVolumeResponse) MarshalToSizedBuffer

func (m *CreateVolumeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateVolumeResponse) ProtoMessage

func (*CreateVolumeResponse) ProtoMessage()

func (*CreateVolumeResponse) Reset

func (m *CreateVolumeResponse) Reset()

func (*CreateVolumeResponse) Size

func (m *CreateVolumeResponse) Size() (n int)

func (*CreateVolumeResponse) String

func (this *CreateVolumeResponse) String() string

func (*CreateVolumeResponse) Unmarshal

func (m *CreateVolumeResponse) Unmarshal(dAtA []byte) error

func (*CreateVolumeResponse) XXX_DiscardUnknown

func (m *CreateVolumeResponse) XXX_DiscardUnknown()

func (*CreateVolumeResponse) XXX_Marshal

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

func (*CreateVolumeResponse) XXX_Merge

func (m *CreateVolumeResponse) XXX_Merge(src proto.Message)

func (*CreateVolumeResponse) XXX_Size

func (m *CreateVolumeResponse) XXX_Size() int

func (*CreateVolumeResponse) XXX_Unmarshal

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

type Event

type Event struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Event) Descriptor

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

func (*Event) GetId

func (m *Event) GetId() string

func (*Event) GetName

func (m *Event) GetName() string

func (*Event) Marshal

func (m *Event) Marshal() (dAtA []byte, err error)

func (*Event) MarshalTo

func (m *Event) MarshalTo(dAtA []byte) (int, error)

func (*Event) MarshalToSizedBuffer

func (m *Event) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) Size

func (m *Event) Size() (n int)

func (*Event) String

func (this *Event) String() string

func (*Event) Unmarshal

func (m *Event) Unmarshal(dAtA []byte) error

func (*Event) XXX_DiscardUnknown

func (m *Event) XXX_DiscardUnknown()

func (*Event) XXX_Marshal

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

func (*Event) XXX_Merge

func (m *Event) XXX_Merge(src proto.Message)

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

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

type EventsRequest

type EventsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EventsRequest) Descriptor

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

func (*EventsRequest) Marshal

func (m *EventsRequest) Marshal() (dAtA []byte, err error)

func (*EventsRequest) MarshalTo

func (m *EventsRequest) MarshalTo(dAtA []byte) (int, error)

func (*EventsRequest) MarshalToSizedBuffer

func (m *EventsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EventsRequest) ProtoMessage

func (*EventsRequest) ProtoMessage()

func (*EventsRequest) Reset

func (m *EventsRequest) Reset()

func (*EventsRequest) Size

func (m *EventsRequest) Size() (n int)

func (*EventsRequest) String

func (this *EventsRequest) String() string

func (*EventsRequest) Unmarshal

func (m *EventsRequest) Unmarshal(dAtA []byte) error

func (*EventsRequest) XXX_DiscardUnknown

func (m *EventsRequest) XXX_DiscardUnknown()

func (*EventsRequest) XXX_Marshal

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

func (*EventsRequest) XXX_Merge

func (m *EventsRequest) XXX_Merge(src proto.Message)

func (*EventsRequest) XXX_Size

func (m *EventsRequest) XXX_Size() int

func (*EventsRequest) XXX_Unmarshal

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

type ExecOptions

type ExecOptions struct {
	Tty                  bool     `protobuf:"varint,1,opt,name=tty,proto3" json:"tty,omitempty"`
	Stdin                bool     `protobuf:"varint,2,opt,name=stdin,proto3" json:"stdin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExecOptions) Descriptor

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

func (*ExecOptions) GetStdin

func (m *ExecOptions) GetStdin() bool

func (*ExecOptions) GetTty

func (m *ExecOptions) GetTty() bool

func (*ExecOptions) Marshal

func (m *ExecOptions) Marshal() (dAtA []byte, err error)

func (*ExecOptions) MarshalTo

func (m *ExecOptions) MarshalTo(dAtA []byte) (int, error)

func (*ExecOptions) MarshalToSizedBuffer

func (m *ExecOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExecOptions) ProtoMessage

func (*ExecOptions) ProtoMessage()

func (*ExecOptions) Reset

func (m *ExecOptions) Reset()

func (*ExecOptions) Size

func (m *ExecOptions) Size() (n int)

func (*ExecOptions) String

func (this *ExecOptions) String() string

func (*ExecOptions) Unmarshal

func (m *ExecOptions) Unmarshal(dAtA []byte) error

func (*ExecOptions) XXX_DiscardUnknown

func (m *ExecOptions) XXX_DiscardUnknown()

func (*ExecOptions) XXX_Marshal

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

func (*ExecOptions) XXX_Merge

func (m *ExecOptions) XXX_Merge(src proto.Message)

func (*ExecOptions) XXX_Size

func (m *ExecOptions) XXX_Size() int

func (*ExecOptions) XXX_Unmarshal

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

type ExecRequest

type ExecRequest struct {
	Name                 string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Cmd                  []string     `protobuf:"bytes,2,rep,name=cmd,proto3" json:"cmd,omitempty"`
	Opts                 *ExecOptions `protobuf:"bytes,3,opt,name=opts,proto3" json:"opts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ExecRequest) Descriptor

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

func (*ExecRequest) GetCmd

func (m *ExecRequest) GetCmd() []string

func (*ExecRequest) GetName

func (m *ExecRequest) GetName() string

func (*ExecRequest) GetOpts

func (m *ExecRequest) GetOpts() *ExecOptions

func (*ExecRequest) Marshal

func (m *ExecRequest) Marshal() (dAtA []byte, err error)

func (*ExecRequest) MarshalTo

func (m *ExecRequest) MarshalTo(dAtA []byte) (int, error)

func (*ExecRequest) MarshalToSizedBuffer

func (m *ExecRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExecRequest) ProtoMessage

func (*ExecRequest) ProtoMessage()

func (*ExecRequest) Reset

func (m *ExecRequest) Reset()

func (*ExecRequest) Size

func (m *ExecRequest) Size() (n int)

func (*ExecRequest) String

func (this *ExecRequest) String() string

func (*ExecRequest) Unmarshal

func (m *ExecRequest) Unmarshal(dAtA []byte) error

func (*ExecRequest) XXX_DiscardUnknown

func (m *ExecRequest) XXX_DiscardUnknown()

func (*ExecRequest) XXX_Marshal

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

func (*ExecRequest) XXX_Merge

func (m *ExecRequest) XXX_Merge(src proto.Message)

func (*ExecRequest) XXX_Size

func (m *ExecRequest) XXX_Size() int

func (*ExecRequest) XXX_Unmarshal

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

type ExecResponse

type ExecResponse struct {
	// Fully qualified URL of the exec streaming server.
	Url                  string   `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExecResponse) Descriptor

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

func (*ExecResponse) GetUrl

func (m *ExecResponse) GetUrl() string

func (*ExecResponse) Marshal

func (m *ExecResponse) Marshal() (dAtA []byte, err error)

func (*ExecResponse) MarshalTo

func (m *ExecResponse) MarshalTo(dAtA []byte) (int, error)

func (*ExecResponse) MarshalToSizedBuffer

func (m *ExecResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExecResponse) ProtoMessage

func (*ExecResponse) ProtoMessage()

func (*ExecResponse) Reset

func (m *ExecResponse) Reset()

func (*ExecResponse) Size

func (m *ExecResponse) Size() (n int)

func (*ExecResponse) String

func (this *ExecResponse) String() string

func (*ExecResponse) Unmarshal

func (m *ExecResponse) Unmarshal(dAtA []byte) error

func (*ExecResponse) XXX_DiscardUnknown

func (m *ExecResponse) XXX_DiscardUnknown()

func (*ExecResponse) XXX_Marshal

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

func (*ExecResponse) XXX_Merge

func (m *ExecResponse) XXX_Merge(src proto.Message)

func (*ExecResponse) XXX_Size

func (m *ExecResponse) XXX_Size() int

func (*ExecResponse) XXX_Unmarshal

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

type GetContainerRequest

type GetContainerRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetContainerRequest) Descriptor

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

func (*GetContainerRequest) GetName

func (m *GetContainerRequest) GetName() string

func (*GetContainerRequest) Marshal

func (m *GetContainerRequest) Marshal() (dAtA []byte, err error)

func (*GetContainerRequest) MarshalTo

func (m *GetContainerRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetContainerRequest) MarshalToSizedBuffer

func (m *GetContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetContainerRequest) ProtoMessage

func (*GetContainerRequest) ProtoMessage()

func (*GetContainerRequest) Reset

func (m *GetContainerRequest) Reset()

func (*GetContainerRequest) Size

func (m *GetContainerRequest) Size() (n int)

func (*GetContainerRequest) String

func (this *GetContainerRequest) String() string

func (*GetContainerRequest) Unmarshal

func (m *GetContainerRequest) Unmarshal(dAtA []byte) error

func (*GetContainerRequest) XXX_DiscardUnknown

func (m *GetContainerRequest) XXX_DiscardUnknown()

func (*GetContainerRequest) XXX_Marshal

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

func (*GetContainerRequest) XXX_Merge

func (m *GetContainerRequest) XXX_Merge(src proto.Message)

func (*GetContainerRequest) XXX_Size

func (m *GetContainerRequest) XXX_Size() int

func (*GetContainerRequest) XXX_Unmarshal

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

type GetContainerResponse

type GetContainerResponse struct {
	Pod                  *v1.Pod       `protobuf:"bytes,1,opt,name=pod,proto3" json:"pod,omitempty"`
	Container            *v1.Container `protobuf:"bytes,2,opt,name=container,proto3" json:"container,omitempty"`
	ContainerId          string        `protobuf:"bytes,3,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*GetContainerResponse) Descriptor

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

func (*GetContainerResponse) GetContainer

func (m *GetContainerResponse) GetContainer() *v1.Container

func (*GetContainerResponse) GetContainerId

func (m *GetContainerResponse) GetContainerId() string

func (*GetContainerResponse) GetPod

func (m *GetContainerResponse) GetPod() *v1.Pod

func (*GetContainerResponse) Marshal

func (m *GetContainerResponse) Marshal() (dAtA []byte, err error)

func (*GetContainerResponse) MarshalTo

func (m *GetContainerResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetContainerResponse) MarshalToSizedBuffer

func (m *GetContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetContainerResponse) ProtoMessage

func (*GetContainerResponse) ProtoMessage()

func (*GetContainerResponse) Reset

func (m *GetContainerResponse) Reset()

func (*GetContainerResponse) Size

func (m *GetContainerResponse) Size() (n int)

func (*GetContainerResponse) String

func (this *GetContainerResponse) String() string

func (*GetContainerResponse) Unmarshal

func (m *GetContainerResponse) Unmarshal(dAtA []byte) error

func (*GetContainerResponse) XXX_DiscardUnknown

func (m *GetContainerResponse) XXX_DiscardUnknown()

func (*GetContainerResponse) XXX_Marshal

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

func (*GetContainerResponse) XXX_Merge

func (m *GetContainerResponse) XXX_Merge(src proto.Message)

func (*GetContainerResponse) XXX_Size

func (m *GetContainerResponse) XXX_Size() int

func (*GetContainerResponse) XXX_Unmarshal

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

type GetImageRequest

type GetImageRequest struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetImageRequest) Descriptor

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

func (*GetImageRequest) GetImage

func (m *GetImageRequest) GetImage() string

func (*GetImageRequest) Marshal

func (m *GetImageRequest) Marshal() (dAtA []byte, err error)

func (*GetImageRequest) MarshalTo

func (m *GetImageRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetImageRequest) MarshalToSizedBuffer

func (m *GetImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetImageRequest) ProtoMessage

func (*GetImageRequest) ProtoMessage()

func (*GetImageRequest) Reset

func (m *GetImageRequest) Reset()

func (*GetImageRequest) Size

func (m *GetImageRequest) Size() (n int)

func (*GetImageRequest) String

func (this *GetImageRequest) String() string

func (*GetImageRequest) Unmarshal

func (m *GetImageRequest) Unmarshal(dAtA []byte) error

func (*GetImageRequest) XXX_DiscardUnknown

func (m *GetImageRequest) XXX_DiscardUnknown()

func (*GetImageRequest) XXX_Marshal

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

func (*GetImageRequest) XXX_Merge

func (m *GetImageRequest) XXX_Merge(src proto.Message)

func (*GetImageRequest) XXX_Size

func (m *GetImageRequest) XXX_Size() int

func (*GetImageRequest) XXX_Unmarshal

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

type GetImageResponse

type GetImageResponse struct {
	Image                *Image   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetImageResponse) Descriptor

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

func (*GetImageResponse) GetImage

func (m *GetImageResponse) GetImage() *Image

func (*GetImageResponse) Marshal

func (m *GetImageResponse) Marshal() (dAtA []byte, err error)

func (*GetImageResponse) MarshalTo

func (m *GetImageResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetImageResponse) MarshalToSizedBuffer

func (m *GetImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetImageResponse) ProtoMessage

func (*GetImageResponse) ProtoMessage()

func (*GetImageResponse) Reset

func (m *GetImageResponse) Reset()

func (*GetImageResponse) Size

func (m *GetImageResponse) Size() (n int)

func (*GetImageResponse) String

func (this *GetImageResponse) String() string

func (*GetImageResponse) Unmarshal

func (m *GetImageResponse) Unmarshal(dAtA []byte) error

func (*GetImageResponse) XXX_DiscardUnknown

func (m *GetImageResponse) XXX_DiscardUnknown()

func (*GetImageResponse) XXX_Marshal

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

func (*GetImageResponse) XXX_Merge

func (m *GetImageResponse) XXX_Merge(src proto.Message)

func (*GetImageResponse) XXX_Size

func (m *GetImageResponse) XXX_Size() int

func (*GetImageResponse) XXX_Unmarshal

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

type Image

type Image struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags                 []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	Digests              []string `protobuf:"bytes,3,rep,name=digests,proto3" json:"digests,omitempty"`
	Size_                uint64   `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Basic information about a container image.

func (*Image) Descriptor

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

func (*Image) GetDigests

func (m *Image) GetDigests() []string

func (*Image) GetId

func (m *Image) GetId() string

func (*Image) GetSize_

func (m *Image) GetSize_() uint64

func (*Image) GetTags

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

func (*Image) Marshal

func (m *Image) Marshal() (dAtA []byte, err error)

func (*Image) MarshalTo

func (m *Image) MarshalTo(dAtA []byte) (int, error)

func (*Image) MarshalToSizedBuffer

func (m *Image) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) Reset

func (m *Image) Reset()

func (*Image) Size

func (m *Image) Size() (n int)

func (*Image) String

func (this *Image) String() string

func (*Image) Unmarshal

func (m *Image) Unmarshal(dAtA []byte) error

func (*Image) XXX_DiscardUnknown

func (m *Image) XXX_DiscardUnknown()

func (*Image) XXX_Marshal

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

func (*Image) XXX_Merge

func (m *Image) XXX_Merge(src proto.Message)

func (*Image) XXX_Size

func (m *Image) XXX_Size() int

func (*Image) XXX_Unmarshal

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

type Info

type Info struct {
	Ref                  string   `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	Status               string   `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	Offset               int64    `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Total                int64    `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
	StartedAt            int64    `protobuf:"varint,5,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	UpdatedAt            int64    `protobuf:"varint,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info) Descriptor

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

func (*Info) GetOffset

func (m *Info) GetOffset() int64

func (*Info) GetRef

func (m *Info) GetRef() string

func (*Info) GetStartedAt

func (m *Info) GetStartedAt() int64

func (*Info) GetStatus

func (m *Info) GetStatus() string

func (*Info) GetTotal

func (m *Info) GetTotal() int64

func (*Info) GetUpdatedAt

func (m *Info) GetUpdatedAt() int64

func (*Info) Marshal

func (m *Info) Marshal() (dAtA []byte, err error)

func (*Info) MarshalTo

func (m *Info) MarshalTo(dAtA []byte) (int, error)

func (*Info) MarshalToSizedBuffer

func (m *Info) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info) ProtoMessage

func (*Info) ProtoMessage()

func (*Info) Reset

func (m *Info) Reset()

func (*Info) Size

func (m *Info) Size() (n int)

func (*Info) String

func (this *Info) String() string

func (*Info) Unmarshal

func (m *Info) Unmarshal(dAtA []byte) error

func (*Info) XXX_DiscardUnknown

func (m *Info) XXX_DiscardUnknown()

func (*Info) XXX_Marshal

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

func (*Info) XXX_Merge

func (m *Info) XXX_Merge(src proto.Message)

func (*Info) XXX_Size

func (m *Info) XXX_Size() int

func (*Info) XXX_Unmarshal

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

type InfoRequest

type InfoRequest struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InfoRequest) Descriptor

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

func (*InfoRequest) GetImage

func (m *InfoRequest) GetImage() string

func (*InfoRequest) Marshal

func (m *InfoRequest) Marshal() (dAtA []byte, err error)

func (*InfoRequest) MarshalTo

func (m *InfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*InfoRequest) MarshalToSizedBuffer

func (m *InfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InfoRequest) ProtoMessage

func (*InfoRequest) ProtoMessage()

func (*InfoRequest) Reset

func (m *InfoRequest) Reset()

func (*InfoRequest) Size

func (m *InfoRequest) Size() (n int)

func (*InfoRequest) String

func (this *InfoRequest) String() string

func (*InfoRequest) Unmarshal

func (m *InfoRequest) Unmarshal(dAtA []byte) error

func (*InfoRequest) XXX_DiscardUnknown

func (m *InfoRequest) XXX_DiscardUnknown()

func (*InfoRequest) XXX_Marshal

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

func (*InfoRequest) XXX_Merge

func (m *InfoRequest) XXX_Merge(src proto.Message)

func (*InfoRequest) XXX_Size

func (m *InfoRequest) XXX_Size() int

func (*InfoRequest) XXX_Unmarshal

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

type InfoResponse

type InfoResponse struct {
	Info                 []*Info  `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InfoResponse) Descriptor

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

func (*InfoResponse) GetInfo

func (m *InfoResponse) GetInfo() []*Info

func (*InfoResponse) Marshal

func (m *InfoResponse) Marshal() (dAtA []byte, err error)

func (*InfoResponse) MarshalTo

func (m *InfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*InfoResponse) MarshalToSizedBuffer

func (m *InfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InfoResponse) ProtoMessage

func (*InfoResponse) ProtoMessage()

func (*InfoResponse) Reset

func (m *InfoResponse) Reset()

func (*InfoResponse) Size

func (m *InfoResponse) Size() (n int)

func (*InfoResponse) String

func (this *InfoResponse) String() string

func (*InfoResponse) Unmarshal

func (m *InfoResponse) Unmarshal(dAtA []byte) error

func (*InfoResponse) XXX_DiscardUnknown

func (m *InfoResponse) XXX_DiscardUnknown()

func (*InfoResponse) XXX_Marshal

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

func (*InfoResponse) XXX_Merge

func (m *InfoResponse) XXX_Merge(src proto.Message)

func (*InfoResponse) XXX_Size

func (m *InfoResponse) XXX_Size() int

func (*InfoResponse) XXX_Unmarshal

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

type ListImagesRequest

type ListImagesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListImagesRequest) Descriptor

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

func (*ListImagesRequest) Marshal

func (m *ListImagesRequest) Marshal() (dAtA []byte, err error)

func (*ListImagesRequest) MarshalTo

func (m *ListImagesRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListImagesRequest) MarshalToSizedBuffer

func (m *ListImagesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListImagesRequest) ProtoMessage

func (*ListImagesRequest) ProtoMessage()

func (*ListImagesRequest) Reset

func (m *ListImagesRequest) Reset()

func (*ListImagesRequest) Size

func (m *ListImagesRequest) Size() (n int)

func (*ListImagesRequest) String

func (this *ListImagesRequest) String() string

func (*ListImagesRequest) Unmarshal

func (m *ListImagesRequest) Unmarshal(dAtA []byte) error

func (*ListImagesRequest) XXX_DiscardUnknown

func (m *ListImagesRequest) XXX_DiscardUnknown()

func (*ListImagesRequest) XXX_Marshal

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

func (*ListImagesRequest) XXX_Merge

func (m *ListImagesRequest) XXX_Merge(src proto.Message)

func (*ListImagesRequest) XXX_Size

func (m *ListImagesRequest) XXX_Size() int

func (*ListImagesRequest) XXX_Unmarshal

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

type ListImagesResponse

type ListImagesResponse struct {
	Images               []*Image `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListImagesResponse) Descriptor

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

func (*ListImagesResponse) GetImages

func (m *ListImagesResponse) GetImages() []*Image

func (*ListImagesResponse) Marshal

func (m *ListImagesResponse) Marshal() (dAtA []byte, err error)

func (*ListImagesResponse) MarshalTo

func (m *ListImagesResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListImagesResponse) MarshalToSizedBuffer

func (m *ListImagesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListImagesResponse) ProtoMessage

func (*ListImagesResponse) ProtoMessage()

func (*ListImagesResponse) Reset

func (m *ListImagesResponse) Reset()

func (*ListImagesResponse) Size

func (m *ListImagesResponse) Size() (n int)

func (*ListImagesResponse) String

func (this *ListImagesResponse) String() string

func (*ListImagesResponse) Unmarshal

func (m *ListImagesResponse) Unmarshal(dAtA []byte) error

func (*ListImagesResponse) XXX_DiscardUnknown

func (m *ListImagesResponse) XXX_DiscardUnknown()

func (*ListImagesResponse) XXX_Marshal

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

func (*ListImagesResponse) XXX_Merge

func (m *ListImagesResponse) XXX_Merge(src proto.Message)

func (*ListImagesResponse) XXX_Size

func (m *ListImagesResponse) XXX_Size() int

func (*ListImagesResponse) XXX_Unmarshal

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

type ListPodsRequest

type ListPodsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListPodsRequest) Descriptor

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

func (*ListPodsRequest) Marshal

func (m *ListPodsRequest) Marshal() (dAtA []byte, err error)

func (*ListPodsRequest) MarshalTo

func (m *ListPodsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListPodsRequest) MarshalToSizedBuffer

func (m *ListPodsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListPodsRequest) ProtoMessage

func (*ListPodsRequest) ProtoMessage()

func (*ListPodsRequest) Reset

func (m *ListPodsRequest) Reset()

func (*ListPodsRequest) Size

func (m *ListPodsRequest) Size() (n int)

func (*ListPodsRequest) String

func (this *ListPodsRequest) String() string

func (*ListPodsRequest) Unmarshal

func (m *ListPodsRequest) Unmarshal(dAtA []byte) error

func (*ListPodsRequest) XXX_DiscardUnknown

func (m *ListPodsRequest) XXX_DiscardUnknown()

func (*ListPodsRequest) XXX_Marshal

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

func (*ListPodsRequest) XXX_Merge

func (m *ListPodsRequest) XXX_Merge(src proto.Message)

func (*ListPodsRequest) XXX_Size

func (m *ListPodsRequest) XXX_Size() int

func (*ListPodsRequest) XXX_Unmarshal

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

type ListPodsResponse

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

func (*ListPodsResponse) Descriptor

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

func (*ListPodsResponse) GetPods

func (m *ListPodsResponse) GetPods() []*v1.Pod

func (*ListPodsResponse) Marshal

func (m *ListPodsResponse) Marshal() (dAtA []byte, err error)

func (*ListPodsResponse) MarshalTo

func (m *ListPodsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListPodsResponse) MarshalToSizedBuffer

func (m *ListPodsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListPodsResponse) ProtoMessage

func (*ListPodsResponse) ProtoMessage()

func (*ListPodsResponse) Reset

func (m *ListPodsResponse) Reset()

func (*ListPodsResponse) Size

func (m *ListPodsResponse) Size() (n int)

func (*ListPodsResponse) String

func (this *ListPodsResponse) String() string

func (*ListPodsResponse) Unmarshal

func (m *ListPodsResponse) Unmarshal(dAtA []byte) error

func (*ListPodsResponse) XXX_DiscardUnknown

func (m *ListPodsResponse) XXX_DiscardUnknown()

func (*ListPodsResponse) XXX_Marshal

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

func (*ListPodsResponse) XXX_Merge

func (m *ListPodsResponse) XXX_Merge(src proto.Message)

func (*ListPodsResponse) XXX_Size

func (m *ListPodsResponse) XXX_Size() int

func (*ListPodsResponse) XXX_Unmarshal

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

type ListVolumesRequest

type ListVolumesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListVolumesRequest) Descriptor

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

func (*ListVolumesRequest) Marshal

func (m *ListVolumesRequest) Marshal() (dAtA []byte, err error)

func (*ListVolumesRequest) MarshalTo

func (m *ListVolumesRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListVolumesRequest) MarshalToSizedBuffer

func (m *ListVolumesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListVolumesRequest) ProtoMessage

func (*ListVolumesRequest) ProtoMessage()

func (*ListVolumesRequest) Reset

func (m *ListVolumesRequest) Reset()

func (*ListVolumesRequest) Size

func (m *ListVolumesRequest) Size() (n int)

func (*ListVolumesRequest) String

func (this *ListVolumesRequest) String() string

func (*ListVolumesRequest) Unmarshal

func (m *ListVolumesRequest) Unmarshal(dAtA []byte) error

func (*ListVolumesRequest) XXX_DiscardUnknown

func (m *ListVolumesRequest) XXX_DiscardUnknown()

func (*ListVolumesRequest) XXX_Marshal

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

func (*ListVolumesRequest) XXX_Merge

func (m *ListVolumesRequest) XXX_Merge(src proto.Message)

func (*ListVolumesRequest) XXX_Size

func (m *ListVolumesRequest) XXX_Size() int

func (*ListVolumesRequest) XXX_Unmarshal

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

type ListVolumesResponse

type ListVolumesResponse struct {
	Volumes              []*Volume `protobuf:"bytes,1,rep,name=volumes,proto3" json:"volumes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ListVolumesResponse) Descriptor

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

func (*ListVolumesResponse) GetVolumes

func (m *ListVolumesResponse) GetVolumes() []*Volume

func (*ListVolumesResponse) Marshal

func (m *ListVolumesResponse) Marshal() (dAtA []byte, err error)

func (*ListVolumesResponse) MarshalTo

func (m *ListVolumesResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListVolumesResponse) MarshalToSizedBuffer

func (m *ListVolumesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListVolumesResponse) ProtoMessage

func (*ListVolumesResponse) ProtoMessage()

func (*ListVolumesResponse) Reset

func (m *ListVolumesResponse) Reset()

func (*ListVolumesResponse) Size

func (m *ListVolumesResponse) Size() (n int)

func (*ListVolumesResponse) String

func (this *ListVolumesResponse) String() string

func (*ListVolumesResponse) Unmarshal

func (m *ListVolumesResponse) Unmarshal(dAtA []byte) error

func (*ListVolumesResponse) XXX_DiscardUnknown

func (m *ListVolumesResponse) XXX_DiscardUnknown()

func (*ListVolumesResponse) XXX_Marshal

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

func (*ListVolumesResponse) XXX_Merge

func (m *ListVolumesResponse) XXX_Merge(src proto.Message)

func (*ListVolumesResponse) XXX_Size

func (m *ListVolumesResponse) XXX_Size() int

func (*ListVolumesResponse) XXX_Unmarshal

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

type LogContainerRequest

type LogContainerRequest struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Opts                 *v1.PodLogOptions `protobuf:"bytes,2,opt,name=opts,proto3" json:"opts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*LogContainerRequest) Descriptor

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

func (*LogContainerRequest) GetName

func (m *LogContainerRequest) GetName() string

func (*LogContainerRequest) GetOpts

func (m *LogContainerRequest) GetOpts() *v1.PodLogOptions

func (*LogContainerRequest) Marshal

func (m *LogContainerRequest) Marshal() (dAtA []byte, err error)

func (*LogContainerRequest) MarshalTo

func (m *LogContainerRequest) MarshalTo(dAtA []byte) (int, error)

func (*LogContainerRequest) MarshalToSizedBuffer

func (m *LogContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogContainerRequest) ProtoMessage

func (*LogContainerRequest) ProtoMessage()

func (*LogContainerRequest) Reset

func (m *LogContainerRequest) Reset()

func (*LogContainerRequest) Size

func (m *LogContainerRequest) Size() (n int)

func (*LogContainerRequest) String

func (this *LogContainerRequest) String() string

func (*LogContainerRequest) Unmarshal

func (m *LogContainerRequest) Unmarshal(dAtA []byte) error

func (*LogContainerRequest) XXX_DiscardUnknown

func (m *LogContainerRequest) XXX_DiscardUnknown()

func (*LogContainerRequest) XXX_Marshal

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

func (*LogContainerRequest) XXX_Merge

func (m *LogContainerRequest) XXX_Merge(src proto.Message)

func (*LogContainerRequest) XXX_Size

func (m *LogContainerRequest) XXX_Size() int

func (*LogContainerRequest) XXX_Unmarshal

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

type LogEntry

type LogEntry struct {
	Stderr               bool     `protobuf:"varint,1,opt,name=stderr,proto3" json:"stderr,omitempty"`
	Message              []byte   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogEntry) Descriptor

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

func (*LogEntry) GetMessage

func (m *LogEntry) GetMessage() []byte

func (*LogEntry) GetStderr

func (m *LogEntry) GetStderr() bool

func (*LogEntry) Marshal

func (m *LogEntry) Marshal() (dAtA []byte, err error)

func (*LogEntry) MarshalTo

func (m *LogEntry) MarshalTo(dAtA []byte) (int, error)

func (*LogEntry) MarshalToSizedBuffer

func (m *LogEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogEntry) ProtoMessage

func (*LogEntry) ProtoMessage()

func (*LogEntry) Reset

func (m *LogEntry) Reset()

func (*LogEntry) Size

func (m *LogEntry) Size() (n int)

func (*LogEntry) String

func (this *LogEntry) String() string

func (*LogEntry) Unmarshal

func (m *LogEntry) Unmarshal(dAtA []byte) error

func (*LogEntry) XXX_DiscardUnknown

func (m *LogEntry) XXX_DiscardUnknown()

func (*LogEntry) XXX_Marshal

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

func (*LogEntry) XXX_Merge

func (m *LogEntry) XXX_Merge(src proto.Message)

func (*LogEntry) XXX_Size

func (m *LogEntry) XXX_Size() int

func (*LogEntry) XXX_Unmarshal

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

type PodOptions

type PodOptions struct {
	Hostname             string                  `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Runtime              string                  `protobuf:"bytes,2,opt,name=runtime,proto3" json:"runtime,omitempty"`
	Labels               map[string]string       `` /* 153-byte string literal not displayed */
	Annotations          map[string]string       `` /* 163-byte string literal not displayed */
	DnsConfig            *v1alpha2.DNSConfig     `protobuf:"bytes,5,opt,name=dns_config,json=dnsConfig,proto3" json:"dns_config,omitempty"`
	PortMappings         []*v1alpha2.PortMapping `protobuf:"bytes,6,rep,name=port_mappings,json=portMappings,proto3" json:"port_mappings,omitempty"`
	CgroupParent         string                  `protobuf:"bytes,7,opt,name=cgroup_parent,json=cgroupParent,proto3" json:"cgroup_parent,omitempty"`
	Sysctls              map[string]string       `` /* 155-byte string literal not displayed */
	SecurityContext      *SharedSecurityOptions  `protobuf:"bytes,10,opt,name=security_context,json=securityContext,proto3" json:"security_context,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*PodOptions) Descriptor

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

func (*PodOptions) GetAnnotations

func (m *PodOptions) GetAnnotations() map[string]string

func (*PodOptions) GetCgroupParent

func (m *PodOptions) GetCgroupParent() string

func (*PodOptions) GetDnsConfig

func (m *PodOptions) GetDnsConfig() *v1alpha2.DNSConfig

func (*PodOptions) GetHostname

func (m *PodOptions) GetHostname() string

func (*PodOptions) GetLabels

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

func (*PodOptions) GetPortMappings

func (m *PodOptions) GetPortMappings() []*v1alpha2.PortMapping

func (*PodOptions) GetRuntime

func (m *PodOptions) GetRuntime() string

func (*PodOptions) GetSecurityContext

func (m *PodOptions) GetSecurityContext() *SharedSecurityOptions

func (*PodOptions) GetSysctls

func (m *PodOptions) GetSysctls() map[string]string

func (*PodOptions) Marshal

func (m *PodOptions) Marshal() (dAtA []byte, err error)

func (*PodOptions) MarshalTo

func (m *PodOptions) MarshalTo(dAtA []byte) (int, error)

func (*PodOptions) MarshalToSizedBuffer

func (m *PodOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PodOptions) ProtoMessage

func (*PodOptions) ProtoMessage()

func (*PodOptions) Reset

func (m *PodOptions) Reset()

func (*PodOptions) Size

func (m *PodOptions) Size() (n int)

func (*PodOptions) String

func (this *PodOptions) String() string

func (*PodOptions) Unmarshal

func (m *PodOptions) Unmarshal(dAtA []byte) error

func (*PodOptions) XXX_DiscardUnknown

func (m *PodOptions) XXX_DiscardUnknown()

func (*PodOptions) XXX_Marshal

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

func (*PodOptions) XXX_Merge

func (m *PodOptions) XXX_Merge(src proto.Message)

func (*PodOptions) XXX_Size

func (m *PodOptions) XXX_Size() int

func (*PodOptions) XXX_Unmarshal

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

type PullImageRequest

type PullImageRequest struct {
	Image                string               `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	AuthConfig           *v1alpha2.AuthConfig `protobuf:"bytes,2,opt,name=auth_config,json=authConfig,proto3" json:"auth_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PullImageRequest) Descriptor

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

func (*PullImageRequest) GetAuthConfig

func (m *PullImageRequest) GetAuthConfig() *v1alpha2.AuthConfig

func (*PullImageRequest) GetImage

func (m *PullImageRequest) GetImage() string

func (*PullImageRequest) Marshal

func (m *PullImageRequest) Marshal() (dAtA []byte, err error)

func (*PullImageRequest) MarshalTo

func (m *PullImageRequest) MarshalTo(dAtA []byte) (int, error)

func (*PullImageRequest) MarshalToSizedBuffer

func (m *PullImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PullImageRequest) ProtoMessage

func (*PullImageRequest) ProtoMessage()

func (*PullImageRequest) Reset

func (m *PullImageRequest) Reset()

func (*PullImageRequest) Size

func (m *PullImageRequest) Size() (n int)

func (*PullImageRequest) String

func (this *PullImageRequest) String() string

func (*PullImageRequest) Unmarshal

func (m *PullImageRequest) Unmarshal(dAtA []byte) error

func (*PullImageRequest) XXX_DiscardUnknown

func (m *PullImageRequest) XXX_DiscardUnknown()

func (*PullImageRequest) XXX_Marshal

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

func (*PullImageRequest) XXX_Merge

func (m *PullImageRequest) XXX_Merge(src proto.Message)

func (*PullImageRequest) XXX_Size

func (m *PullImageRequest) XXX_Size() int

func (*PullImageRequest) XXX_Unmarshal

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

type PullImageResponse

type PullImageResponse struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PullImageResponse) Descriptor

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

func (*PullImageResponse) GetImage

func (m *PullImageResponse) GetImage() string

func (*PullImageResponse) Marshal

func (m *PullImageResponse) Marshal() (dAtA []byte, err error)

func (*PullImageResponse) MarshalTo

func (m *PullImageResponse) MarshalTo(dAtA []byte) (int, error)

func (*PullImageResponse) MarshalToSizedBuffer

func (m *PullImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PullImageResponse) ProtoMessage

func (*PullImageResponse) ProtoMessage()

func (*PullImageResponse) Reset

func (m *PullImageResponse) Reset()

func (*PullImageResponse) Size

func (m *PullImageResponse) Size() (n int)

func (*PullImageResponse) String

func (this *PullImageResponse) String() string

func (*PullImageResponse) Unmarshal

func (m *PullImageResponse) Unmarshal(dAtA []byte) error

func (*PullImageResponse) XXX_DiscardUnknown

func (m *PullImageResponse) XXX_DiscardUnknown()

func (*PullImageResponse) XXX_Marshal

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

func (*PullImageResponse) XXX_Merge

func (m *PullImageResponse) XXX_Merge(src proto.Message)

func (*PullImageResponse) XXX_Size

func (m *PullImageResponse) XXX_Size() int

func (*PullImageResponse) XXX_Unmarshal

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

type PushImageRequest

type PushImageRequest struct {
	Image                string               `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	AuthConfig           *v1alpha2.AuthConfig `protobuf:"bytes,2,opt,name=auth_config,json=authConfig,proto3" json:"auth_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PushImageRequest) Descriptor

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

func (*PushImageRequest) GetAuthConfig

func (m *PushImageRequest) GetAuthConfig() *v1alpha2.AuthConfig

func (*PushImageRequest) GetImage

func (m *PushImageRequest) GetImage() string

func (*PushImageRequest) Marshal

func (m *PushImageRequest) Marshal() (dAtA []byte, err error)

func (*PushImageRequest) MarshalTo

func (m *PushImageRequest) MarshalTo(dAtA []byte) (int, error)

func (*PushImageRequest) MarshalToSizedBuffer

func (m *PushImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PushImageRequest) ProtoMessage

func (*PushImageRequest) ProtoMessage()

func (*PushImageRequest) Reset

func (m *PushImageRequest) Reset()

func (*PushImageRequest) Size

func (m *PushImageRequest) Size() (n int)

func (*PushImageRequest) String

func (this *PushImageRequest) String() string

func (*PushImageRequest) Unmarshal

func (m *PushImageRequest) Unmarshal(dAtA []byte) error

func (*PushImageRequest) XXX_DiscardUnknown

func (m *PushImageRequest) XXX_DiscardUnknown()

func (*PushImageRequest) XXX_Marshal

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

func (*PushImageRequest) XXX_Merge

func (m *PushImageRequest) XXX_Merge(src proto.Message)

func (*PushImageRequest) XXX_Size

func (m *PushImageRequest) XXX_Size() int

func (*PushImageRequest) XXX_Unmarshal

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

type PushImageResponse

type PushImageResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PushImageResponse) Descriptor

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

func (*PushImageResponse) Marshal

func (m *PushImageResponse) Marshal() (dAtA []byte, err error)

func (*PushImageResponse) MarshalTo

func (m *PushImageResponse) MarshalTo(dAtA []byte) (int, error)

func (*PushImageResponse) MarshalToSizedBuffer

func (m *PushImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PushImageResponse) ProtoMessage

func (*PushImageResponse) ProtoMessage()

func (*PushImageResponse) Reset

func (m *PushImageResponse) Reset()

func (*PushImageResponse) Size

func (m *PushImageResponse) Size() (n int)

func (*PushImageResponse) String

func (this *PushImageResponse) String() string

func (*PushImageResponse) Unmarshal

func (m *PushImageResponse) Unmarshal(dAtA []byte) error

func (*PushImageResponse) XXX_DiscardUnknown

func (m *PushImageResponse) XXX_DiscardUnknown()

func (*PushImageResponse) XXX_Marshal

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

func (*PushImageResponse) XXX_Merge

func (m *PushImageResponse) XXX_Merge(src proto.Message)

func (*PushImageResponse) XXX_Size

func (m *PushImageResponse) XXX_Size() int

func (*PushImageResponse) XXX_Unmarshal

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

type RemoveContainerRequest

type RemoveContainerRequest struct {
	ContainerId          string   `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveContainerRequest) Descriptor

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

func (*RemoveContainerRequest) GetContainerId

func (m *RemoveContainerRequest) GetContainerId() string

func (*RemoveContainerRequest) Marshal

func (m *RemoveContainerRequest) Marshal() (dAtA []byte, err error)

func (*RemoveContainerRequest) MarshalTo

func (m *RemoveContainerRequest) MarshalTo(dAtA []byte) (int, error)

func (*RemoveContainerRequest) MarshalToSizedBuffer

func (m *RemoveContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveContainerRequest) ProtoMessage

func (*RemoveContainerRequest) ProtoMessage()

func (*RemoveContainerRequest) Reset

func (m *RemoveContainerRequest) Reset()

func (*RemoveContainerRequest) Size

func (m *RemoveContainerRequest) Size() (n int)

func (*RemoveContainerRequest) String

func (this *RemoveContainerRequest) String() string

func (*RemoveContainerRequest) Unmarshal

func (m *RemoveContainerRequest) Unmarshal(dAtA []byte) error

func (*RemoveContainerRequest) XXX_DiscardUnknown

func (m *RemoveContainerRequest) XXX_DiscardUnknown()

func (*RemoveContainerRequest) XXX_Marshal

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

func (*RemoveContainerRequest) XXX_Merge

func (m *RemoveContainerRequest) XXX_Merge(src proto.Message)

func (*RemoveContainerRequest) XXX_Size

func (m *RemoveContainerRequest) XXX_Size() int

func (*RemoveContainerRequest) XXX_Unmarshal

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

type RemoveContainerResponse

type RemoveContainerResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveContainerResponse) Descriptor

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

func (*RemoveContainerResponse) Marshal

func (m *RemoveContainerResponse) Marshal() (dAtA []byte, err error)

func (*RemoveContainerResponse) MarshalTo

func (m *RemoveContainerResponse) MarshalTo(dAtA []byte) (int, error)

func (*RemoveContainerResponse) MarshalToSizedBuffer

func (m *RemoveContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveContainerResponse) ProtoMessage

func (*RemoveContainerResponse) ProtoMessage()

func (*RemoveContainerResponse) Reset

func (m *RemoveContainerResponse) Reset()

func (*RemoveContainerResponse) Size

func (m *RemoveContainerResponse) Size() (n int)

func (*RemoveContainerResponse) String

func (this *RemoveContainerResponse) String() string

func (*RemoveContainerResponse) Unmarshal

func (m *RemoveContainerResponse) Unmarshal(dAtA []byte) error

func (*RemoveContainerResponse) XXX_DiscardUnknown

func (m *RemoveContainerResponse) XXX_DiscardUnknown()

func (*RemoveContainerResponse) XXX_Marshal

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

func (*RemoveContainerResponse) XXX_Merge

func (m *RemoveContainerResponse) XXX_Merge(src proto.Message)

func (*RemoveContainerResponse) XXX_Size

func (m *RemoveContainerResponse) XXX_Size() int

func (*RemoveContainerResponse) XXX_Unmarshal

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

type RemoveImageRequest

type RemoveImageRequest struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveImageRequest) Descriptor

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

func (*RemoveImageRequest) GetImage

func (m *RemoveImageRequest) GetImage() string

func (*RemoveImageRequest) Marshal

func (m *RemoveImageRequest) Marshal() (dAtA []byte, err error)

func (*RemoveImageRequest) MarshalTo

func (m *RemoveImageRequest) MarshalTo(dAtA []byte) (int, error)

func (*RemoveImageRequest) MarshalToSizedBuffer

func (m *RemoveImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveImageRequest) ProtoMessage

func (*RemoveImageRequest) ProtoMessage()

func (*RemoveImageRequest) Reset

func (m *RemoveImageRequest) Reset()

func (*RemoveImageRequest) Size

func (m *RemoveImageRequest) Size() (n int)

func (*RemoveImageRequest) String

func (this *RemoveImageRequest) String() string

func (*RemoveImageRequest) Unmarshal

func (m *RemoveImageRequest) Unmarshal(dAtA []byte) error

func (*RemoveImageRequest) XXX_DiscardUnknown

func (m *RemoveImageRequest) XXX_DiscardUnknown()

func (*RemoveImageRequest) XXX_Marshal

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

func (*RemoveImageRequest) XXX_Merge

func (m *RemoveImageRequest) XXX_Merge(src proto.Message)

func (*RemoveImageRequest) XXX_Size

func (m *RemoveImageRequest) XXX_Size() int

func (*RemoveImageRequest) XXX_Unmarshal

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

type RemoveImageResponse

type RemoveImageResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveImageResponse) Descriptor

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

func (*RemoveImageResponse) Marshal

func (m *RemoveImageResponse) Marshal() (dAtA []byte, err error)

func (*RemoveImageResponse) MarshalTo

func (m *RemoveImageResponse) MarshalTo(dAtA []byte) (int, error)

func (*RemoveImageResponse) MarshalToSizedBuffer

func (m *RemoveImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveImageResponse) ProtoMessage

func (*RemoveImageResponse) ProtoMessage()

func (*RemoveImageResponse) Reset

func (m *RemoveImageResponse) Reset()

func (*RemoveImageResponse) Size

func (m *RemoveImageResponse) Size() (n int)

func (*RemoveImageResponse) String

func (this *RemoveImageResponse) String() string

func (*RemoveImageResponse) Unmarshal

func (m *RemoveImageResponse) Unmarshal(dAtA []byte) error

func (*RemoveImageResponse) XXX_DiscardUnknown

func (m *RemoveImageResponse) XXX_DiscardUnknown()

func (*RemoveImageResponse) XXX_Marshal

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

func (*RemoveImageResponse) XXX_Merge

func (m *RemoveImageResponse) XXX_Merge(src proto.Message)

func (*RemoveImageResponse) XXX_Size

func (m *RemoveImageResponse) XXX_Size() int

func (*RemoveImageResponse) XXX_Unmarshal

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

type RemoveVolumeRequest

type RemoveVolumeRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Force                bool     `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveVolumeRequest) Descriptor

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

func (*RemoveVolumeRequest) GetForce

func (m *RemoveVolumeRequest) GetForce() bool

func (*RemoveVolumeRequest) GetName

func (m *RemoveVolumeRequest) GetName() string

func (*RemoveVolumeRequest) Marshal

func (m *RemoveVolumeRequest) Marshal() (dAtA []byte, err error)

func (*RemoveVolumeRequest) MarshalTo

func (m *RemoveVolumeRequest) MarshalTo(dAtA []byte) (int, error)

func (*RemoveVolumeRequest) MarshalToSizedBuffer

func (m *RemoveVolumeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveVolumeRequest) ProtoMessage

func (*RemoveVolumeRequest) ProtoMessage()

func (*RemoveVolumeRequest) Reset

func (m *RemoveVolumeRequest) Reset()

func (*RemoveVolumeRequest) Size

func (m *RemoveVolumeRequest) Size() (n int)

func (*RemoveVolumeRequest) String

func (this *RemoveVolumeRequest) String() string

func (*RemoveVolumeRequest) Unmarshal

func (m *RemoveVolumeRequest) Unmarshal(dAtA []byte) error

func (*RemoveVolumeRequest) XXX_DiscardUnknown

func (m *RemoveVolumeRequest) XXX_DiscardUnknown()

func (*RemoveVolumeRequest) XXX_Marshal

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

func (*RemoveVolumeRequest) XXX_Merge

func (m *RemoveVolumeRequest) XXX_Merge(src proto.Message)

func (*RemoveVolumeRequest) XXX_Size

func (m *RemoveVolumeRequest) XXX_Size() int

func (*RemoveVolumeRequest) XXX_Unmarshal

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

type RemoveVolumeResponse

type RemoveVolumeResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveVolumeResponse) Descriptor

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

func (*RemoveVolumeResponse) Marshal

func (m *RemoveVolumeResponse) Marshal() (dAtA []byte, err error)

func (*RemoveVolumeResponse) MarshalTo

func (m *RemoveVolumeResponse) MarshalTo(dAtA []byte) (int, error)

func (*RemoveVolumeResponse) MarshalToSizedBuffer

func (m *RemoveVolumeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveVolumeResponse) ProtoMessage

func (*RemoveVolumeResponse) ProtoMessage()

func (*RemoveVolumeResponse) Reset

func (m *RemoveVolumeResponse) Reset()

func (*RemoveVolumeResponse) Size

func (m *RemoveVolumeResponse) Size() (n int)

func (*RemoveVolumeResponse) String

func (this *RemoveVolumeResponse) String() string

func (*RemoveVolumeResponse) Unmarshal

func (m *RemoveVolumeResponse) Unmarshal(dAtA []byte) error

func (*RemoveVolumeResponse) XXX_DiscardUnknown

func (m *RemoveVolumeResponse) XXX_DiscardUnknown()

func (*RemoveVolumeResponse) XXX_Marshal

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

func (*RemoveVolumeResponse) XXX_Merge

func (m *RemoveVolumeResponse) XXX_Merge(src proto.Message)

func (*RemoveVolumeResponse) XXX_Size

func (m *RemoveVolumeResponse) XXX_Size() int

func (*RemoveVolumeResponse) XXX_Unmarshal

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

type SharedSecurityOptions

type SharedSecurityOptions struct {
	Privileged           bool                    `protobuf:"varint,1,opt,name=privileged,proto3" json:"privileged,omitempty"`
	SelinuxOptions       *v1alpha2.SELinuxOption `protobuf:"bytes,2,opt,name=selinux_options,json=selinuxOptions,proto3" json:"selinux_options,omitempty"`
	NetMode              v1alpha2.NamespaceMode  `protobuf:"varint,3,opt,name=net_mode,json=netMode,proto3,enum=runtime.v1alpha2.NamespaceMode" json:"net_mode,omitempty"`
	PidMode              v1alpha2.NamespaceMode  `protobuf:"varint,4,opt,name=pid_mode,json=pidMode,proto3,enum=runtime.v1alpha2.NamespaceMode" json:"pid_mode,omitempty"`
	IpcMode              v1alpha2.NamespaceMode  `protobuf:"varint,5,opt,name=ipc_mode,json=ipcMode,proto3,enum=runtime.v1alpha2.NamespaceMode" json:"ipc_mode,omitempty"`
	User                 string                  `protobuf:"bytes,6,opt,name=user,proto3" json:"user,omitempty"`
	Group                string                  `protobuf:"bytes,7,opt,name=group,proto3" json:"group,omitempty"`
	Groups               []string                `protobuf:"bytes,8,rep,name=groups,proto3" json:"groups,omitempty"`
	ReadonlyRoot         bool                    `protobuf:"varint,9,opt,name=readonly_root,json=readonlyRoot,proto3" json:"readonly_root,omitempty"`
	SeccompProfile       string                  `protobuf:"bytes,10,opt,name=seccomp_profile,json=seccompProfile,proto3" json:"seccomp_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*SharedSecurityOptions) Descriptor

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

func (*SharedSecurityOptions) GetGroup

func (m *SharedSecurityOptions) GetGroup() string

func (*SharedSecurityOptions) GetGroups

func (m *SharedSecurityOptions) GetGroups() []string

func (*SharedSecurityOptions) GetIpcMode

func (*SharedSecurityOptions) GetNetMode

func (*SharedSecurityOptions) GetPidMode

func (*SharedSecurityOptions) GetPrivileged

func (m *SharedSecurityOptions) GetPrivileged() bool

func (*SharedSecurityOptions) GetReadonlyRoot

func (m *SharedSecurityOptions) GetReadonlyRoot() bool

func (*SharedSecurityOptions) GetSeccompProfile

func (m *SharedSecurityOptions) GetSeccompProfile() string

func (*SharedSecurityOptions) GetSelinuxOptions

func (m *SharedSecurityOptions) GetSelinuxOptions() *v1alpha2.SELinuxOption

func (*SharedSecurityOptions) GetUser

func (m *SharedSecurityOptions) GetUser() string

func (*SharedSecurityOptions) Marshal

func (m *SharedSecurityOptions) Marshal() (dAtA []byte, err error)

func (*SharedSecurityOptions) MarshalTo

func (m *SharedSecurityOptions) MarshalTo(dAtA []byte) (int, error)

func (*SharedSecurityOptions) MarshalToSizedBuffer

func (m *SharedSecurityOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SharedSecurityOptions) ProtoMessage

func (*SharedSecurityOptions) ProtoMessage()

func (*SharedSecurityOptions) Reset

func (m *SharedSecurityOptions) Reset()

func (*SharedSecurityOptions) Size

func (m *SharedSecurityOptions) Size() (n int)

func (*SharedSecurityOptions) String

func (this *SharedSecurityOptions) String() string

func (*SharedSecurityOptions) Unmarshal

func (m *SharedSecurityOptions) Unmarshal(dAtA []byte) error

func (*SharedSecurityOptions) XXX_DiscardUnknown

func (m *SharedSecurityOptions) XXX_DiscardUnknown()

func (*SharedSecurityOptions) XXX_Marshal

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

func (*SharedSecurityOptions) XXX_Merge

func (m *SharedSecurityOptions) XXX_Merge(src proto.Message)

func (*SharedSecurityOptions) XXX_Size

func (m *SharedSecurityOptions) XXX_Size() int

func (*SharedSecurityOptions) XXX_Unmarshal

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

type StartContainerRequest

type StartContainerRequest struct {
	ContainerId          string   `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartContainerRequest) Descriptor

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

func (*StartContainerRequest) GetContainerId

func (m *StartContainerRequest) GetContainerId() string

func (*StartContainerRequest) Marshal

func (m *StartContainerRequest) Marshal() (dAtA []byte, err error)

func (*StartContainerRequest) MarshalTo

func (m *StartContainerRequest) MarshalTo(dAtA []byte) (int, error)

func (*StartContainerRequest) MarshalToSizedBuffer

func (m *StartContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartContainerRequest) ProtoMessage

func (*StartContainerRequest) ProtoMessage()

func (*StartContainerRequest) Reset

func (m *StartContainerRequest) Reset()

func (*StartContainerRequest) Size

func (m *StartContainerRequest) Size() (n int)

func (*StartContainerRequest) String

func (this *StartContainerRequest) String() string

func (*StartContainerRequest) Unmarshal

func (m *StartContainerRequest) Unmarshal(dAtA []byte) error

func (*StartContainerRequest) XXX_DiscardUnknown

func (m *StartContainerRequest) XXX_DiscardUnknown()

func (*StartContainerRequest) XXX_Marshal

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

func (*StartContainerRequest) XXX_Merge

func (m *StartContainerRequest) XXX_Merge(src proto.Message)

func (*StartContainerRequest) XXX_Size

func (m *StartContainerRequest) XXX_Size() int

func (*StartContainerRequest) XXX_Unmarshal

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

type StartContainerResponse

type StartContainerResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartContainerResponse) Descriptor

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

func (*StartContainerResponse) Marshal

func (m *StartContainerResponse) Marshal() (dAtA []byte, err error)

func (*StartContainerResponse) MarshalTo

func (m *StartContainerResponse) MarshalTo(dAtA []byte) (int, error)

func (*StartContainerResponse) MarshalToSizedBuffer

func (m *StartContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartContainerResponse) ProtoMessage

func (*StartContainerResponse) ProtoMessage()

func (*StartContainerResponse) Reset

func (m *StartContainerResponse) Reset()

func (*StartContainerResponse) Size

func (m *StartContainerResponse) Size() (n int)

func (*StartContainerResponse) String

func (this *StartContainerResponse) String() string

func (*StartContainerResponse) Unmarshal

func (m *StartContainerResponse) Unmarshal(dAtA []byte) error

func (*StartContainerResponse) XXX_DiscardUnknown

func (m *StartContainerResponse) XXX_DiscardUnknown()

func (*StartContainerResponse) XXX_Marshal

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

func (*StartContainerResponse) XXX_Merge

func (m *StartContainerResponse) XXX_Merge(src proto.Message)

func (*StartContainerResponse) XXX_Size

func (m *StartContainerResponse) XXX_Size() int

func (*StartContainerResponse) XXX_Unmarshal

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

type StopContainerRequest

type StopContainerRequest struct {
	ContainerId          string   `protobuf:"bytes,1,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	Timeout              int64    `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopContainerRequest) Descriptor

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

func (*StopContainerRequest) GetContainerId

func (m *StopContainerRequest) GetContainerId() string

func (*StopContainerRequest) GetTimeout

func (m *StopContainerRequest) GetTimeout() int64

func (*StopContainerRequest) Marshal

func (m *StopContainerRequest) Marshal() (dAtA []byte, err error)

func (*StopContainerRequest) MarshalTo

func (m *StopContainerRequest) MarshalTo(dAtA []byte) (int, error)

func (*StopContainerRequest) MarshalToSizedBuffer

func (m *StopContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StopContainerRequest) ProtoMessage

func (*StopContainerRequest) ProtoMessage()

func (*StopContainerRequest) Reset

func (m *StopContainerRequest) Reset()

func (*StopContainerRequest) Size

func (m *StopContainerRequest) Size() (n int)

func (*StopContainerRequest) String

func (this *StopContainerRequest) String() string

func (*StopContainerRequest) Unmarshal

func (m *StopContainerRequest) Unmarshal(dAtA []byte) error

func (*StopContainerRequest) XXX_DiscardUnknown

func (m *StopContainerRequest) XXX_DiscardUnknown()

func (*StopContainerRequest) XXX_Marshal

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

func (*StopContainerRequest) XXX_Merge

func (m *StopContainerRequest) XXX_Merge(src proto.Message)

func (*StopContainerRequest) XXX_Size

func (m *StopContainerRequest) XXX_Size() int

func (*StopContainerRequest) XXX_Unmarshal

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

type StopContainerResponse

type StopContainerResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopContainerResponse) Descriptor

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

func (*StopContainerResponse) Marshal

func (m *StopContainerResponse) Marshal() (dAtA []byte, err error)

func (*StopContainerResponse) MarshalTo

func (m *StopContainerResponse) MarshalTo(dAtA []byte) (int, error)

func (*StopContainerResponse) MarshalToSizedBuffer

func (m *StopContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StopContainerResponse) ProtoMessage

func (*StopContainerResponse) ProtoMessage()

func (*StopContainerResponse) Reset

func (m *StopContainerResponse) Reset()

func (*StopContainerResponse) Size

func (m *StopContainerResponse) Size() (n int)

func (*StopContainerResponse) String

func (this *StopContainerResponse) String() string

func (*StopContainerResponse) Unmarshal

func (m *StopContainerResponse) Unmarshal(dAtA []byte) error

func (*StopContainerResponse) XXX_DiscardUnknown

func (m *StopContainerResponse) XXX_DiscardUnknown()

func (*StopContainerResponse) XXX_Marshal

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

func (*StopContainerResponse) XXX_Merge

func (m *StopContainerResponse) XXX_Merge(src proto.Message)

func (*StopContainerResponse) XXX_Size

func (m *StopContainerResponse) XXX_Size() int

func (*StopContainerResponse) XXX_Unmarshal

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

type StreamResponse

type StreamResponse struct {
	Url                  string   `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Tty                  bool     `protobuf:"varint,2,opt,name=tty,proto3" json:"tty,omitempty"`
	Stdin                bool     `protobuf:"varint,3,opt,name=stdin,proto3" json:"stdin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamResponse) Descriptor

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

func (*StreamResponse) GetStdin

func (m *StreamResponse) GetStdin() bool

func (*StreamResponse) GetTty

func (m *StreamResponse) GetTty() bool

func (*StreamResponse) GetUrl

func (m *StreamResponse) GetUrl() string

func (*StreamResponse) Marshal

func (m *StreamResponse) Marshal() (dAtA []byte, err error)

func (*StreamResponse) MarshalTo

func (m *StreamResponse) MarshalTo(dAtA []byte) (int, error)

func (*StreamResponse) MarshalToSizedBuffer

func (m *StreamResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StreamResponse) ProtoMessage

func (*StreamResponse) ProtoMessage()

func (*StreamResponse) Reset

func (m *StreamResponse) Reset()

func (*StreamResponse) Size

func (m *StreamResponse) Size() (n int)

func (*StreamResponse) String

func (this *StreamResponse) String() string

func (*StreamResponse) Unmarshal

func (m *StreamResponse) Unmarshal(dAtA []byte) error

func (*StreamResponse) XXX_DiscardUnknown

func (m *StreamResponse) XXX_DiscardUnknown()

func (*StreamResponse) XXX_Marshal

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

func (*StreamResponse) XXX_Merge

func (m *StreamResponse) XXX_Merge(src proto.Message)

func (*StreamResponse) XXX_Size

func (m *StreamResponse) XXX_Size() int

func (*StreamResponse) XXX_Unmarshal

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

type TagImageRequest

type TagImageRequest struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Tags                 []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TagImageRequest) Descriptor

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

func (*TagImageRequest) GetImage

func (m *TagImageRequest) GetImage() string

func (*TagImageRequest) GetTags

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

func (*TagImageRequest) Marshal

func (m *TagImageRequest) Marshal() (dAtA []byte, err error)

func (*TagImageRequest) MarshalTo

func (m *TagImageRequest) MarshalTo(dAtA []byte) (int, error)

func (*TagImageRequest) MarshalToSizedBuffer

func (m *TagImageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TagImageRequest) ProtoMessage

func (*TagImageRequest) ProtoMessage()

func (*TagImageRequest) Reset

func (m *TagImageRequest) Reset()

func (*TagImageRequest) Size

func (m *TagImageRequest) Size() (n int)

func (*TagImageRequest) String

func (this *TagImageRequest) String() string

func (*TagImageRequest) Unmarshal

func (m *TagImageRequest) Unmarshal(dAtA []byte) error

func (*TagImageRequest) XXX_DiscardUnknown

func (m *TagImageRequest) XXX_DiscardUnknown()

func (*TagImageRequest) XXX_Marshal

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

func (*TagImageRequest) XXX_Merge

func (m *TagImageRequest) XXX_Merge(src proto.Message)

func (*TagImageRequest) XXX_Size

func (m *TagImageRequest) XXX_Size() int

func (*TagImageRequest) XXX_Unmarshal

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

type TagImageResponse

type TagImageResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TagImageResponse) Descriptor

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

func (*TagImageResponse) Marshal

func (m *TagImageResponse) Marshal() (dAtA []byte, err error)

func (*TagImageResponse) MarshalTo

func (m *TagImageResponse) MarshalTo(dAtA []byte) (int, error)

func (*TagImageResponse) MarshalToSizedBuffer

func (m *TagImageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TagImageResponse) ProtoMessage

func (*TagImageResponse) ProtoMessage()

func (*TagImageResponse) Reset

func (m *TagImageResponse) Reset()

func (*TagImageResponse) Size

func (m *TagImageResponse) Size() (n int)

func (*TagImageResponse) String

func (this *TagImageResponse) String() string

func (*TagImageResponse) Unmarshal

func (m *TagImageResponse) Unmarshal(dAtA []byte) error

func (*TagImageResponse) XXX_DiscardUnknown

func (m *TagImageResponse) XXX_DiscardUnknown()

func (*TagImageResponse) XXX_Marshal

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

func (*TagImageResponse) XXX_Merge

func (m *TagImageResponse) XXX_Merge(src proto.Message)

func (*TagImageResponse) XXX_Size

func (m *TagImageResponse) XXX_Size() int

func (*TagImageResponse) XXX_Unmarshal

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

type UnimplementedContainerServiceServer

type UnimplementedContainerServiceServer struct {
}

UnimplementedContainerServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedContainerServiceServer) Attach

func (*UnimplementedContainerServiceServer) CreateContainer

func (*UnimplementedContainerServiceServer) CreatePod

func (*UnimplementedContainerServiceServer) CreateVolume

func (*UnimplementedContainerServiceServer) Events

func (*UnimplementedContainerServiceServer) Exec

func (*UnimplementedContainerServiceServer) GetContainer

func (*UnimplementedContainerServiceServer) GetImage

func (*UnimplementedContainerServiceServer) ListImages

func (*UnimplementedContainerServiceServer) ListPods

func (*UnimplementedContainerServiceServer) ListVolumes

func (*UnimplementedContainerServiceServer) LogContainer

func (*UnimplementedContainerServiceServer) PullImage

func (*UnimplementedContainerServiceServer) PullProgress

func (*UnimplementedContainerServiceServer) PushImage

func (*UnimplementedContainerServiceServer) PushProgress

func (*UnimplementedContainerServiceServer) RemoveContainer

func (*UnimplementedContainerServiceServer) RemoveImage

func (*UnimplementedContainerServiceServer) RemoveVolume

func (*UnimplementedContainerServiceServer) StartContainer

func (*UnimplementedContainerServiceServer) StopContainer

func (*UnimplementedContainerServiceServer) TagImage

type Volume

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

func (*Volume) Descriptor

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

func (*Volume) GetId

func (m *Volume) GetId() string

func (*Volume) Marshal

func (m *Volume) Marshal() (dAtA []byte, err error)

func (*Volume) MarshalTo

func (m *Volume) MarshalTo(dAtA []byte) (int, error)

func (*Volume) MarshalToSizedBuffer

func (m *Volume) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Volume) ProtoMessage

func (*Volume) ProtoMessage()

func (*Volume) Reset

func (m *Volume) Reset()

func (*Volume) Size

func (m *Volume) Size() (n int)

func (*Volume) String

func (this *Volume) String() string

func (*Volume) Unmarshal

func (m *Volume) Unmarshal(dAtA []byte) error

func (*Volume) XXX_DiscardUnknown

func (m *Volume) XXX_DiscardUnknown()

func (*Volume) XXX_Marshal

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

func (*Volume) XXX_Merge

func (m *Volume) XXX_Merge(src proto.Message)

func (*Volume) XXX_Size

func (m *Volume) XXX_Size() int

func (*Volume) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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