proto

package
v1.1.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthDisk        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDisk          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupDisk = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterExtendedStatusService

func RegisterExtendedStatusService(srv *github_com_containerd_ttrpc.Server, svc ExtendedStatusService)

Types

type ExpandVolumeRequest

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

文件系统扩容请求消息

func (*ExpandVolumeRequest) Descriptor

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

func (*ExpandVolumeRequest) Marshal

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

func (*ExpandVolumeRequest) MarshalTo

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

func (*ExpandVolumeRequest) MarshalToSizedBuffer

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

func (*ExpandVolumeRequest) ProtoMessage

func (*ExpandVolumeRequest) ProtoMessage()

func (*ExpandVolumeRequest) Reset

func (m *ExpandVolumeRequest) Reset()

func (*ExpandVolumeRequest) Size

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

func (*ExpandVolumeRequest) String

func (this *ExpandVolumeRequest) String() string

func (*ExpandVolumeRequest) Unmarshal

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

func (*ExpandVolumeRequest) XXX_DiscardUnknown

func (m *ExpandVolumeRequest) XXX_DiscardUnknown()

func (*ExpandVolumeRequest) XXX_Marshal

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

func (*ExpandVolumeRequest) XXX_Merge

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

func (*ExpandVolumeRequest) XXX_Size

func (m *ExpandVolumeRequest) XXX_Size() int

func (*ExpandVolumeRequest) XXX_Unmarshal

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

type ExtendedStatusService

type ExtendedStatusService interface {
	ExpandVolume(ctx context.Context, req *ExpandVolumeRequest) (*types.Empty, error)
}

Jump to

Keyboard shortcuts

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