Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeService ¶
type RuntimeService interface {
ListEvents(context.Context, *api.ListEventsRequest) (*api.ListEventsResponse, error)
ListVolumes(context.Context, *api.ListVolumesRequest) (*api.ListVolumesResponse, error)
CreateVolume(context.Context, *api.CreateVolumeRequest) (*api.CreateVolumeResponse, error)
ExpandVolume(ctx context.Context, request *api.ExpandVolumeRequest) (*api.ExpandVolumeResponse, error)
DeleteVolume(context.Context, *api.DeleteVolumeRequest) (*api.DeleteVolumeResponse, error)
Status(context.Context, *api.StatusRequest) (*api.StatusResponse, error)
}
Click to show internal directories.
Click to hide internal directories.