Versions in this module Expand all Collapse all v0 v0.0.2 Nov 10, 2022 v0.0.1 Feb 21, 2020 Changes in this version + const HTTPTimeout + func InvokeRESTAPI(method string, url string, requestBody []byte, debug bool) (*http.Response, []byte, error) + func LogHTTPRequest(request *http.Request, requestBody []byte) + func LogHTTPResponse(response *http.Response, responseBody []byte) + type ClientVersionResponse struct + Client Version + type ErrorResponse struct + Error string + type GetBackendResponse struct + Backend storage.BackendExternal + Error string + type GetStorageClassResponse struct + Error string + type KubernetesNamespace struct + APIVersion string + Kind string + Metadata Metadata + type Metadata struct + Name string + type MultipleBackendResponse struct + Items []storage.BackendExternal + type MultipleNodeResponse struct + Items []utils.Node + type MultipleSnapshotResponse struct + Items []storage.SnapshotExternal + type MultipleStorageClassResponse struct + Items []StorageClass + type MultipleVolumeResponse struct + Items []storage.VolumeExternal + type StorageClass struct + Config struct{ ... } + Storage interface{} + type Version struct + APIVersion string + BuildMetadata string + MajorVersion uint + MinorVersion uint + PatchVersion uint + PreRelease string + Version string + type VersionResponse struct + Client Version + Server Version