Documentation ¶
Index ¶
- Variables
- func RegisterExtendedStatusService(srv *github_com_containerd_ttrpc.Server, svc ExtendedStatusService)
- type ExpandVolumeRequest
- func (*ExpandVolumeRequest) Descriptor() ([]byte, []int)
- func (m *ExpandVolumeRequest) Marshal() (dAtA []byte, err error)
- func (m *ExpandVolumeRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ExpandVolumeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExpandVolumeRequest) ProtoMessage()
- func (m *ExpandVolumeRequest) Reset()
- func (m *ExpandVolumeRequest) Size() (n int)
- func (this *ExpandVolumeRequest) String() string
- func (m *ExpandVolumeRequest) Unmarshal(dAtA []byte) error
- func (m *ExpandVolumeRequest) XXX_DiscardUnknown()
- func (m *ExpandVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExpandVolumeRequest) XXX_Merge(src proto.Message)
- func (m *ExpandVolumeRequest) XXX_Size() int
- func (m *ExpandVolumeRequest) XXX_Unmarshal(b []byte) error
- type ExtendedStatusService
Constants ¶
This section is empty.
Variables ¶
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)
}
func NewExtendedStatusClient ¶
func NewExtendedStatusClient(client *github_com_containerd_ttrpc.Client) ExtendedStatusService
Click to show internal directories.
Click to hide internal directories.