Documentation
¶
Overview ¶
Package api provides primitives to interact with the openapi HTTP API.
Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.7.0 DO NOT EDIT.
Package api provides primitives to interact with the openapi HTTP API.
Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.7.0 DO NOT EDIT.
Package api provides primitives to interact with the openapi HTTP API.
Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.7.0 DO NOT EDIT.
Index ¶
- Constants
- func GetSpec() (swagger *openapi3.T, err error)
- func GetSpecJSON() ([]byte, error)
- func GetSwagger() (*openapi3.T, error)deprecated
- func NewDeleteDaemonProcessRequest(server string, nodename InPathNodeName, params *DeleteDaemonProcessParams) (*http.Request, error)
- func NewDeleteObjectDataKeyRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewGetArrayRequest(server string, params *GetArrayParams) (*http.Request, error)
- func NewGetAuthInfoRequest(server string) (*http.Request, error)
- func NewGetAuthWhoAmIRequest(server string) (*http.Request, error)
- func NewGetClusterConfigFileRequest(server string) (*http.Request, error)
- func NewGetClusterConfigKeywordsRequest(server string, params *GetClusterConfigKeywordsParams) (*http.Request, error)
- func NewGetClusterConfigRequest(server string, params *GetClusterConfigParams) (*http.Request, error)
- func NewGetClusterStatusRequest(server string, params *GetClusterStatusParams) (*http.Request, error)
- func NewGetDaemonDNSDumpRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetDaemonEventsRequest(server string, nodename InPathNodeName, params *GetDaemonEventsParams) (*http.Request, error)
- func NewGetDaemonProcessRequest(server string, nodename InPathNodeName, params *GetDaemonProcessParams) (*http.Request, error)
- func NewGetInstanceConfigFileRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewGetInstanceContainerLogRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewGetInstanceLogsRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewGetInstanceRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewGetInstanceResourceFileRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewGetInstanceResourceInfoRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewGetInstanceScheduleRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewGetInstancesRequest(server string, params *GetInstancesParams) (*http.Request, error)
- func NewGetNetworkIPRequest(server string, params *GetNetworkIPParams) (*http.Request, error)
- func NewGetNetworksRequest(server string, params *GetNetworksParams) (*http.Request, error)
- func NewGetNodeCapabilitiesRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeConfigFileRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeConfigKeywordsRequest(server string, nodename InPathNodeName, params *GetNodeConfigKeywordsParams) (*http.Request, error)
- func NewGetNodeConfigRequest(server string, nodename InPathNodeName, params *GetNodeConfigParams) (*http.Request, error)
- func NewGetNodeDRBDAllocationRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeDRBDConfigRequest(server string, nodename InPathNodeName, params *GetNodeDRBDConfigParams) (*http.Request, error)
- func NewGetNodeDriverRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeLogsRequest(server string, nodename InPathNodeName, params *GetNodeLogsParams) (*http.Request, error)
- func NewGetNodeMetricsRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodePingRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSSHHostkeysRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSSHKeyRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeScheduleRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSystemDiskRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSystemGroupRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSystemHardwareRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSystemIPAddressRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSystemPackageRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSystemPropertyRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSystemSANInitiatorRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSystemSANPathRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodeSystemUserRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewGetNodesInfoRequest(server string) (*http.Request, error)
- func NewGetNodesRequest(server string, params *GetNodesParams) (*http.Request, error)
- func NewGetObjectConfigFileRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewGetObjectConfigKeywordsRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewGetObjectConfigRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewGetObjectDataKeyRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewGetObjectDataKeysRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewGetObjectDataRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewGetObjectPathsRequest(server string, params *GetObjectPathsParams) (*http.Request, error)
- func NewGetObjectRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewGetObjectResourceInfoRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewGetObjectScheduleRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewGetObjectsRequest(server string, params *GetObjectsParams) (*http.Request, error)
- func NewGetPoolVolumesRequest(server string, params *GetPoolVolumesParams) (*http.Request, error)
- func NewGetPoolsRequest(server string, params *GetPoolsParams) (*http.Request, error)
- func NewGetRelayMessageRequest(server string, params *GetRelayMessageParams) (*http.Request, error)
- func NewGetRelayStatusRequest(server string, params *GetRelayStatusParams) (*http.Request, error)
- func NewGetResourcesRequest(server string, params *GetResourcesParams) (*http.Request, error)
- func NewGetSwaggerRequest(server string) (*http.Request, error)
- func NewPatchClusterConfigRequest(server string, params *PatchClusterConfigParams) (*http.Request, error)
- func NewPatchNodeConfigRequest(server string, nodename InPathNodeName, params *PatchNodeConfigParams) (*http.Request, error)
- func NewPatchObjectConfigRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPatchObjectDataRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPatchObjectDataRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostAuthRefreshRequest(server string, params *PostAuthRefreshParams) (*http.Request, error)
- func NewPostAuthTokenRequest(server string, params *PostAuthTokenParams) (*http.Request, error)
- func NewPostClusterActionAbortRequest(server string) (*http.Request, error)
- func NewPostClusterActionFreezeRequest(server string) (*http.Request, error)
- func NewPostClusterActionUnfreezeRequest(server string) (*http.Request, error)
- func NewPostClusterHeartbeatRotateRequest(server string) (*http.Request, error)
- func NewPostClusterJoinRequest(server string, params *PostClusterJoinParams) (*http.Request, error)
- func NewPostClusterLeaveRequest(server string, params *PostClusterLeaveParams) (*http.Request, error)
- func NewPostDaemonAuditRequest(server string, nodename InPathNodeName, params *PostDaemonAuditParams) (*http.Request, error)
- func NewPostDaemonHeartbeatRestartRequest(server string, nodename InPathNodeName, name InPathHeartbeatName) (*http.Request, error)
- func NewPostDaemonHeartbeatSignRequest(server string, nodename InPathNodeName, name InPathHeartbeatName) (*http.Request, error)
- func NewPostDaemonHeartbeatStartRequest(server string, nodename InPathNodeName, name InPathHeartbeatName) (*http.Request, error)
- func NewPostDaemonHeartbeatStopRequest(server string, nodename InPathNodeName, name InPathHeartbeatName) (*http.Request, error)
- func NewPostDaemonHeartbeatWipeRequest(server string, nodename InPathNodeName, name InPathHeartbeatName) (*http.Request, error)
- func NewPostDaemonListenerLogControlRequest(server string, nodename InPathNodeName, name InPathListenerName, ...) (*http.Request, error)
- func NewPostDaemonListenerLogControlRequestWithBody(server string, nodename InPathNodeName, name InPathListenerName, ...) (*http.Request, error)
- func NewPostDaemonListenerRestartRequest(server string, nodename InPathNodeName, name InPathListenerName) (*http.Request, error)
- func NewPostDaemonListenerStartRequest(server string, nodename InPathNodeName, name InPathListenerName) (*http.Request, error)
- func NewPostDaemonListenerStopRequest(server string, nodename InPathNodeName, name InPathListenerName) (*http.Request, error)
- func NewPostDaemonLogControlRequest(server string, nodename InPathNodeName, ...) (*http.Request, error)
- func NewPostDaemonLogControlRequestWithBody(server string, nodename InPathNodeName, contentType string, body io.Reader) (*http.Request, error)
- func NewPostDaemonRestartRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewPostDaemonShutdownRequest(server string, nodename InPathNodeName, params *PostDaemonShutdownParams) (*http.Request, error)
- func NewPostDaemonStopRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewPostInstanceActionBootRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionDeleteRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionFreezeRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionPGUpdateRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionPRStartRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionPRStopRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionProvisionRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionPushResourceInfoRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionRestartRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionRunRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionShutdownRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionStartRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionStartStandbyRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionStatusRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionStopRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionSyncIngestRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionUnfreezeRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceActionUnprovisionRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceClearRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceProgressRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostInstanceProgressRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostInstanceResourceConsoleRequest(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceStateFileRequestWithBody(server string, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Request, error)
- func NewPostInstanceStatusRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostInstanceStatusRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostNodeActionClearRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewPostNodeActionPushAssetRequest(server string, nodename InPathNodeName, params *PostNodeActionPushAssetParams) (*http.Request, error)
- func NewPostNodeActionPushDiskRequest(server string, nodename InPathNodeName, params *PostNodeActionPushDiskParams) (*http.Request, error)
- func NewPostNodeActionPushPkgRequest(server string, nodename InPathNodeName, params *PostNodeActionPushPkgParams) (*http.Request, error)
- func NewPostNodeActionSCSIScanRequest(server string, nodename InPathNodeName, params *PostNodeActionSCSIScanParams) (*http.Request, error)
- func NewPostNodeActionScanCapabilitiesRequest(server string, nodename InPathNodeName, ...) (*http.Request, error)
- func NewPostNodeActionSysreportRequest(server string, nodename InPathNodeName, params *PostNodeActionSysreportParams) (*http.Request, error)
- func NewPostNodeDRBDConfigRequest(server string, nodename InPathNodeName, params *PostNodeDRBDConfigParams, ...) (*http.Request, error)
- func NewPostNodeDRBDConfigRequestWithBody(server string, nodename InPathNodeName, params *PostNodeDRBDConfigParams, ...) (*http.Request, error)
- func NewPostNodeDRBDConnectRequest(server string, nodename InPathNodeName, params *PostNodeDRBDConnectParams) (*http.Request, error)
- func NewPostNodeDRBDPrimaryRequest(server string, nodename InPathNodeName, params *PostNodeDRBDPrimaryParams) (*http.Request, error)
- func NewPostNodeDRBDSecondaryRequest(server string, nodename InPathNodeName, params *PostNodeDRBDSecondaryParams) (*http.Request, error)
- func NewPostObjectActionAbortRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewPostObjectActionDeleteRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewPostObjectActionFreezeRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewPostObjectActionGivebackRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewPostObjectActionProvisionRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewPostObjectActionPurgeRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewPostObjectActionRestartRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostObjectActionRestartRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostObjectActionStartRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewPostObjectActionStopRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewPostObjectActionSwitchRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostObjectActionSwitchRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostObjectActionUnfreezeRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewPostObjectActionUnprovisionRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
- func NewPostObjectConfigFileRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostObjectDataKeyRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPostPeerActionAbortRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewPostPeerActionDequeueRequest(server string, nodename InPathNodeName, params *PostPeerActionDequeueParams) (*http.Request, error)
- func NewPostPeerActionDrainRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewPostPeerActionFreezeRequest(server string, nodename InPathNodeName, params *PostPeerActionFreezeParams) (*http.Request, error)
- func NewPostPeerActionUnfreezeRequest(server string, nodename InPathNodeName, params *PostPeerActionUnfreezeParams) (*http.Request, error)
- func NewPostRelayMessageRequest(server string, body PostRelayMessageJSONRequestBody) (*http.Request, error)
- func NewPostRelayMessageRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewPostSvcDisableRequest(server string, namespace InPathNamespace, name InPathName, ...) (*http.Request, error)
- func NewPostSvcEnableRequest(server string, namespace InPathNamespace, name InPathName, ...) (*http.Request, error)
- func NewPutClusterConfigFileRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewPutNodeConfigFileRequestWithBody(server string, nodename InPathNodeName, contentType string, body io.Reader) (*http.Request, error)
- func NewPutNodeSSHTrustRequest(server string, nodename InPathNodeName) (*http.Request, error)
- func NewPutObjectConfigFileRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func NewPutObjectDataKeyRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, ...) (*http.Request, error)
- func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error)
- func RegisterHandlers(router EchoRouter, si ServerInterface)
- func RegisterHandlersWithBaseURL(router EchoRouter, si ServerInterface, baseURL string)
- func RegisterHandlersWithOptions(router EchoRouter, si ServerInterface, options RegisterHandlersOptions)
- type ArbitratorStatus
- type ArrayItem
- type ArrayItems
- type ArrayList
- type ArrayListKind
- type AuthAccessToken
- type AuthInfo
- type AuthInfoMethods
- type AuthRefreshToken
- type AuthToken
- type Capability
- type CapabilityItem
- type CapabilityItemKind
- type CapabilityItems
- type CapabilityList
- type CapabilityListKind
- type Client
- func (c *Client) DeleteDaemonProcess(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) DeleteObjectDataKey(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) GetArray(ctx context.Context, params *GetArrayParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetAuthInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetAuthWhoAmI(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetClusterConfig(ctx context.Context, params *GetClusterConfigParams, ...) (*http.Response, error)
- func (c *Client) GetClusterConfigFile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetClusterConfigKeywords(ctx context.Context, params *GetClusterConfigKeywordsParams, ...) (*http.Response, error)
- func (c *Client) GetClusterStatus(ctx context.Context, params *GetClusterStatusParams, ...) (*http.Response, error)
- func (c *Client) GetDaemonDNSDump(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetDaemonEvents(ctx context.Context, nodename InPathNodeName, params *GetDaemonEventsParams, ...) (*http.Response, error)
- func (c *Client) GetDaemonProcess(ctx context.Context, nodename InPathNodeName, params *GetDaemonProcessParams, ...) (*http.Response, error)
- func (c *Client) GetInstance(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) GetInstanceConfigFile(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) GetInstanceContainerLog(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) GetInstanceLogs(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) GetInstanceResourceFile(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) GetInstanceResourceInfo(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) GetInstanceSchedule(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) GetInstances(ctx context.Context, params *GetInstancesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNetworkIP(ctx context.Context, params *GetNetworkIPParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNetworks(ctx context.Context, params *GetNetworksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeCapabilities(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeConfig(ctx context.Context, nodename InPathNodeName, params *GetNodeConfigParams, ...) (*http.Response, error)
- func (c *Client) GetNodeConfigFile(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeConfigKeywords(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) GetNodeDRBDAllocation(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeDRBDConfig(ctx context.Context, nodename InPathNodeName, params *GetNodeDRBDConfigParams, ...) (*http.Response, error)
- func (c *Client) GetNodeDriver(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeLogs(ctx context.Context, nodename InPathNodeName, params *GetNodeLogsParams, ...) (*http.Response, error)
- func (c *Client) GetNodeMetrics(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodePing(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSSHHostkeys(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSSHKey(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSchedule(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSystemDisk(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSystemGroup(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSystemHardware(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSystemIPAddress(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSystemPackage(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSystemProperty(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSystemSANInitiator(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSystemSANPath(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodeSystemUser(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodes(ctx context.Context, params *GetNodesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNodesInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetObject(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) GetObjectConfig(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) GetObjectConfigFile(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) GetObjectConfigKeywords(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) GetObjectData(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) GetObjectDataKey(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) GetObjectDataKeys(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) GetObjectPaths(ctx context.Context, params *GetObjectPathsParams, ...) (*http.Response, error)
- func (c *Client) GetObjectResourceInfo(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) GetObjectSchedule(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) GetObjects(ctx context.Context, params *GetObjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetPoolVolumes(ctx context.Context, params *GetPoolVolumesParams, ...) (*http.Response, error)
- func (c *Client) GetPools(ctx context.Context, params *GetPoolsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetRelayMessage(ctx context.Context, params *GetRelayMessageParams, ...) (*http.Response, error)
- func (c *Client) GetRelayStatus(ctx context.Context, params *GetRelayStatusParams, ...) (*http.Response, error)
- func (c *Client) GetResources(ctx context.Context, params *GetResourcesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetSwagger(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PatchClusterConfig(ctx context.Context, params *PatchClusterConfigParams, ...) (*http.Response, error)
- func (c *Client) PatchNodeConfig(ctx context.Context, nodename InPathNodeName, params *PatchNodeConfigParams, ...) (*http.Response, error)
- func (c *Client) PatchObjectConfig(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PatchObjectData(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PatchObjectDataWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostAuthRefresh(ctx context.Context, params *PostAuthRefreshParams, ...) (*http.Response, error)
- func (c *Client) PostAuthToken(ctx context.Context, params *PostAuthTokenParams, ...) (*http.Response, error)
- func (c *Client) PostClusterActionAbort(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PostClusterActionFreeze(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PostClusterActionUnfreeze(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PostClusterHeartbeatRotate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PostClusterJoin(ctx context.Context, params *PostClusterJoinParams, ...) (*http.Response, error)
- func (c *Client) PostClusterLeave(ctx context.Context, params *PostClusterLeaveParams, ...) (*http.Response, error)
- func (c *Client) PostDaemonAudit(ctx context.Context, nodename InPathNodeName, params *PostDaemonAuditParams, ...) (*http.Response, error)
- func (c *Client) PostDaemonHeartbeatRestart(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, ...) (*http.Response, error)
- func (c *Client) PostDaemonHeartbeatSign(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, ...) (*http.Response, error)
- func (c *Client) PostDaemonHeartbeatStart(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, ...) (*http.Response, error)
- func (c *Client) PostDaemonHeartbeatStop(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, ...) (*http.Response, error)
- func (c *Client) PostDaemonHeartbeatWipe(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, ...) (*http.Response, error)
- func (c *Client) PostDaemonListenerLogControl(ctx context.Context, nodename InPathNodeName, name InPathListenerName, ...) (*http.Response, error)
- func (c *Client) PostDaemonListenerLogControlWithBody(ctx context.Context, nodename InPathNodeName, name InPathListenerName, ...) (*http.Response, error)
- func (c *Client) PostDaemonListenerRestart(ctx context.Context, nodename InPathNodeName, name InPathListenerName, ...) (*http.Response, error)
- func (c *Client) PostDaemonListenerStart(ctx context.Context, nodename InPathNodeName, name InPathListenerName, ...) (*http.Response, error)
- func (c *Client) PostDaemonListenerStop(ctx context.Context, nodename InPathNodeName, name InPathListenerName, ...) (*http.Response, error)
- func (c *Client) PostDaemonLogControl(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostDaemonLogControlWithBody(ctx context.Context, nodename InPathNodeName, contentType string, ...) (*http.Response, error)
- func (c *Client) PostDaemonRestart(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PostDaemonShutdown(ctx context.Context, nodename InPathNodeName, params *PostDaemonShutdownParams, ...) (*http.Response, error)
- func (c *Client) PostDaemonStop(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PostInstanceActionBoot(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionDelete(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionFreeze(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionPGUpdate(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionPRStart(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionPRStop(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionProvision(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionPushResourceInfo(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionRestart(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionRun(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionShutdown(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionStart(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionStartStandby(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionStatus(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionStop(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionSyncIngest(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionUnfreeze(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceActionUnprovision(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceClear(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceProgress(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostInstanceProgressWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostInstanceResourceConsole(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceStateFileWithBody(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*http.Response, error)
- func (c *Client) PostInstanceStatus(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostInstanceStatusWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostNodeActionClear(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PostNodeActionPushAsset(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostNodeActionPushDisk(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostNodeActionPushPkg(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostNodeActionSCSIScan(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostNodeActionScanCapabilities(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostNodeActionSysreport(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostNodeDRBDConfig(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, ...) (*http.Response, error)
- func (c *Client) PostNodeDRBDConfigWithBody(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, ...) (*http.Response, error)
- func (c *Client) PostNodeDRBDConnect(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostNodeDRBDPrimary(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostNodeDRBDSecondary(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostObjectActionAbort(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionDelete(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionFreeze(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionGiveback(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionProvision(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionPurge(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionRestart(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionRestartWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionStart(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionStop(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionSwitch(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionSwitchWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionUnfreeze(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectActionUnprovision(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectConfigFileWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostObjectDataKeyWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PostPeerActionAbort(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PostPeerActionDequeue(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostPeerActionDrain(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PostPeerActionFreeze(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostPeerActionUnfreeze(ctx context.Context, nodename InPathNodeName, ...) (*http.Response, error)
- func (c *Client) PostRelayMessage(ctx context.Context, body PostRelayMessageJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) PostRelayMessageWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) PostSvcDisable(ctx context.Context, namespace InPathNamespace, name InPathName, ...) (*http.Response, error)
- func (c *Client) PostSvcEnable(ctx context.Context, namespace InPathNamespace, name InPathName, ...) (*http.Response, error)
- func (c *Client) PutClusterConfigFileWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) PutNodeConfigFileWithBody(ctx context.Context, nodename InPathNodeName, contentType string, ...) (*http.Response, error)
- func (c *Client) PutNodeSSHTrust(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) PutObjectConfigFileWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- func (c *Client) PutObjectDataKeyWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*http.Response, error)
- type ClientInterface
- type ClientOption
- type ClientWithResponses
- func (c *ClientWithResponses) DeleteDaemonProcessWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*DeleteDaemonProcessResponse, error)
- func (c *ClientWithResponses) DeleteObjectDataKeyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*DeleteObjectDataKeyResponse, error)
- func (c *ClientWithResponses) GetArrayWithResponse(ctx context.Context, params *GetArrayParams, reqEditors ...RequestEditorFn) (*GetArrayResponse, error)
- func (c *ClientWithResponses) GetAuthInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAuthInfoResponse, error)
- func (c *ClientWithResponses) GetAuthWhoAmIWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAuthWhoAmIResponse, error)
- func (c *ClientWithResponses) GetClusterConfigFileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetClusterConfigFileResponse, error)
- func (c *ClientWithResponses) GetClusterConfigKeywordsWithResponse(ctx context.Context, params *GetClusterConfigKeywordsParams, ...) (*GetClusterConfigKeywordsResponse, error)
- func (c *ClientWithResponses) GetClusterConfigWithResponse(ctx context.Context, params *GetClusterConfigParams, ...) (*GetClusterConfigResponse, error)
- func (c *ClientWithResponses) GetClusterStatusWithResponse(ctx context.Context, params *GetClusterStatusParams, ...) (*GetClusterStatusResponse, error)
- func (c *ClientWithResponses) GetDaemonDNSDumpWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetDaemonDNSDumpResponse, error)
- func (c *ClientWithResponses) GetDaemonEventsWithResponse(ctx context.Context, nodename InPathNodeName, params *GetDaemonEventsParams, ...) (*GetDaemonEventsResponse, error)
- func (c *ClientWithResponses) GetDaemonProcessWithResponse(ctx context.Context, nodename InPathNodeName, params *GetDaemonProcessParams, ...) (*GetDaemonProcessResponse, error)
- func (c *ClientWithResponses) GetInstanceConfigFileWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*GetInstanceConfigFileResponse, error)
- func (c *ClientWithResponses) GetInstanceContainerLogWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*GetInstanceContainerLogResponse, error)
- func (c *ClientWithResponses) GetInstanceLogsWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*GetInstanceLogsResponse, error)
- func (c *ClientWithResponses) GetInstanceResourceFileWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*GetInstanceResourceFileResponse, error)
- func (c *ClientWithResponses) GetInstanceResourceInfoWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*GetInstanceResourceInfoResponse, error)
- func (c *ClientWithResponses) GetInstanceScheduleWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*GetInstanceScheduleResponse, error)
- func (c *ClientWithResponses) GetInstanceWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*GetInstanceResponse, error)
- func (c *ClientWithResponses) GetInstancesWithResponse(ctx context.Context, params *GetInstancesParams, reqEditors ...RequestEditorFn) (*GetInstancesResponse, error)
- func (c *ClientWithResponses) GetNetworkIPWithResponse(ctx context.Context, params *GetNetworkIPParams, reqEditors ...RequestEditorFn) (*GetNetworkIPResponse, error)
- func (c *ClientWithResponses) GetNetworksWithResponse(ctx context.Context, params *GetNetworksParams, reqEditors ...RequestEditorFn) (*GetNetworksResponse, error)
- func (c *ClientWithResponses) GetNodeCapabilitiesWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeCapabilitiesResponse, error)
- func (c *ClientWithResponses) GetNodeConfigFileWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeConfigFileResponse, error)
- func (c *ClientWithResponses) GetNodeConfigKeywordsWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*GetNodeConfigKeywordsResponse, error)
- func (c *ClientWithResponses) GetNodeConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeConfigParams, ...) (*GetNodeConfigResponse, error)
- func (c *ClientWithResponses) GetNodeDRBDAllocationWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeDRBDAllocationResponse, error)
- func (c *ClientWithResponses) GetNodeDRBDConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeDRBDConfigParams, ...) (*GetNodeDRBDConfigResponse, error)
- func (c *ClientWithResponses) GetNodeDriverWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeDriverResponse, error)
- func (c *ClientWithResponses) GetNodeLogsWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeLogsParams, ...) (*GetNodeLogsResponse, error)
- func (c *ClientWithResponses) GetNodeMetricsWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeMetricsResponse, error)
- func (c *ClientWithResponses) GetNodePingWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodePingResponse, error)
- func (c *ClientWithResponses) GetNodeSSHHostkeysWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSSHHostkeysResponse, error)
- func (c *ClientWithResponses) GetNodeSSHKeyWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSSHKeyResponse, error)
- func (c *ClientWithResponses) GetNodeScheduleWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeScheduleResponse, error)
- func (c *ClientWithResponses) GetNodeSystemDiskWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemDiskResponse, error)
- func (c *ClientWithResponses) GetNodeSystemGroupWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemGroupResponse, error)
- func (c *ClientWithResponses) GetNodeSystemHardwareWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemHardwareResponse, error)
- func (c *ClientWithResponses) GetNodeSystemIPAddressWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemIPAddressResponse, error)
- func (c *ClientWithResponses) GetNodeSystemPackageWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemPackageResponse, error)
- func (c *ClientWithResponses) GetNodeSystemPropertyWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemPropertyResponse, error)
- func (c *ClientWithResponses) GetNodeSystemSANInitiatorWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemSANInitiatorResponse, error)
- func (c *ClientWithResponses) GetNodeSystemSANPathWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemSANPathResponse, error)
- func (c *ClientWithResponses) GetNodeSystemUserWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemUserResponse, error)
- func (c *ClientWithResponses) GetNodesInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNodesInfoResponse, error)
- func (c *ClientWithResponses) GetNodesWithResponse(ctx context.Context, params *GetNodesParams, reqEditors ...RequestEditorFn) (*GetNodesResponse, error)
- func (c *ClientWithResponses) GetObjectConfigFileWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*GetObjectConfigFileResponse, error)
- func (c *ClientWithResponses) GetObjectConfigKeywordsWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*GetObjectConfigKeywordsResponse, error)
- func (c *ClientWithResponses) GetObjectConfigWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*GetObjectConfigResponse, error)
- func (c *ClientWithResponses) GetObjectDataKeyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*GetObjectDataKeyResponse, error)
- func (c *ClientWithResponses) GetObjectDataKeysWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*GetObjectDataKeysResponse, error)
- func (c *ClientWithResponses) GetObjectDataWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*GetObjectDataResponse, error)
- func (c *ClientWithResponses) GetObjectPathsWithResponse(ctx context.Context, params *GetObjectPathsParams, ...) (*GetObjectPathsResponse, error)
- func (c *ClientWithResponses) GetObjectResourceInfoWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*GetObjectResourceInfoResponse, error)
- func (c *ClientWithResponses) GetObjectScheduleWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*GetObjectScheduleResponse, error)
- func (c *ClientWithResponses) GetObjectWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*GetObjectResponse, error)
- func (c *ClientWithResponses) GetObjectsWithResponse(ctx context.Context, params *GetObjectsParams, reqEditors ...RequestEditorFn) (*GetObjectsResponse, error)
- func (c *ClientWithResponses) GetPoolVolumesWithResponse(ctx context.Context, params *GetPoolVolumesParams, ...) (*GetPoolVolumesResponse, error)
- func (c *ClientWithResponses) GetPoolsWithResponse(ctx context.Context, params *GetPoolsParams, reqEditors ...RequestEditorFn) (*GetPoolsResponse, error)
- func (c *ClientWithResponses) GetRelayMessageWithResponse(ctx context.Context, params *GetRelayMessageParams, ...) (*GetRelayMessageResponse, error)
- func (c *ClientWithResponses) GetRelayStatusWithResponse(ctx context.Context, params *GetRelayStatusParams, ...) (*GetRelayStatusResponse, error)
- func (c *ClientWithResponses) GetResourcesWithResponse(ctx context.Context, params *GetResourcesParams, reqEditors ...RequestEditorFn) (*GetResourcesResponse, error)
- func (c *ClientWithResponses) GetSwaggerWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSwaggerResponse, error)
- func (c *ClientWithResponses) PatchClusterConfigWithResponse(ctx context.Context, params *PatchClusterConfigParams, ...) (*PatchClusterConfigResponse, error)
- func (c *ClientWithResponses) PatchNodeConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *PatchNodeConfigParams, ...) (*PatchNodeConfigResponse, error)
- func (c *ClientWithResponses) PatchObjectConfigWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PatchObjectConfigResponse, error)
- func (c *ClientWithResponses) PatchObjectDataWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PatchObjectDataResponse, error)
- func (c *ClientWithResponses) PatchObjectDataWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PatchObjectDataResponse, error)
- func (c *ClientWithResponses) PostAuthRefreshWithResponse(ctx context.Context, params *PostAuthRefreshParams, ...) (*PostAuthRefreshResponse, error)
- func (c *ClientWithResponses) PostAuthTokenWithResponse(ctx context.Context, params *PostAuthTokenParams, ...) (*PostAuthTokenResponse, error)
- func (c *ClientWithResponses) PostClusterActionAbortWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterActionAbortResponse, error)
- func (c *ClientWithResponses) PostClusterActionFreezeWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterActionFreezeResponse, error)
- func (c *ClientWithResponses) PostClusterActionUnfreezeWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterActionUnfreezeResponse, error)
- func (c *ClientWithResponses) PostClusterHeartbeatRotateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterHeartbeatRotateResponse, error)
- func (c *ClientWithResponses) PostClusterJoinWithResponse(ctx context.Context, params *PostClusterJoinParams, ...) (*PostClusterJoinResponse, error)
- func (c *ClientWithResponses) PostClusterLeaveWithResponse(ctx context.Context, params *PostClusterLeaveParams, ...) (*PostClusterLeaveResponse, error)
- func (c *ClientWithResponses) PostDaemonAuditWithResponse(ctx context.Context, nodename InPathNodeName, params *PostDaemonAuditParams, ...) (*PostDaemonAuditResponse, error)
- func (c *ClientWithResponses) PostDaemonHeartbeatRestartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, ...) (*PostDaemonHeartbeatRestartResponse, error)
- func (c *ClientWithResponses) PostDaemonHeartbeatSignWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, ...) (*PostDaemonHeartbeatSignResponse, error)
- func (c *ClientWithResponses) PostDaemonHeartbeatStartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, ...) (*PostDaemonHeartbeatStartResponse, error)
- func (c *ClientWithResponses) PostDaemonHeartbeatStopWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, ...) (*PostDaemonHeartbeatStopResponse, error)
- func (c *ClientWithResponses) PostDaemonHeartbeatWipeWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, ...) (*PostDaemonHeartbeatWipeResponse, error)
- func (c *ClientWithResponses) PostDaemonListenerLogControlWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, ...) (*PostDaemonListenerLogControlResponse, error)
- func (c *ClientWithResponses) PostDaemonListenerLogControlWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, ...) (*PostDaemonListenerLogControlResponse, error)
- func (c *ClientWithResponses) PostDaemonListenerRestartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, ...) (*PostDaemonListenerRestartResponse, error)
- func (c *ClientWithResponses) PostDaemonListenerStartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, ...) (*PostDaemonListenerStartResponse, error)
- func (c *ClientWithResponses) PostDaemonListenerStopWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, ...) (*PostDaemonListenerStopResponse, error)
- func (c *ClientWithResponses) PostDaemonLogControlWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, contentType string, ...) (*PostDaemonLogControlResponse, error)
- func (c *ClientWithResponses) PostDaemonLogControlWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostDaemonLogControlResponse, error)
- func (c *ClientWithResponses) PostDaemonRestartWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostDaemonRestartResponse, error)
- func (c *ClientWithResponses) PostDaemonShutdownWithResponse(ctx context.Context, nodename InPathNodeName, params *PostDaemonShutdownParams, ...) (*PostDaemonShutdownResponse, error)
- func (c *ClientWithResponses) PostDaemonStopWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostDaemonStopResponse, error)
- func (c *ClientWithResponses) PostInstanceActionBootWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionBootResponse, error)
- func (c *ClientWithResponses) PostInstanceActionDeleteWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionDeleteResponse, error)
- func (c *ClientWithResponses) PostInstanceActionFreezeWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionFreezeResponse, error)
- func (c *ClientWithResponses) PostInstanceActionPGUpdateWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionPGUpdateResponse, error)
- func (c *ClientWithResponses) PostInstanceActionPRStartWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionPRStartResponse, error)
- func (c *ClientWithResponses) PostInstanceActionPRStopWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionPRStopResponse, error)
- func (c *ClientWithResponses) PostInstanceActionProvisionWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionProvisionResponse, error)
- func (c *ClientWithResponses) PostInstanceActionPushResourceInfoWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionPushResourceInfoResponse, error)
- func (c *ClientWithResponses) PostInstanceActionRestartWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionRestartResponse, error)
- func (c *ClientWithResponses) PostInstanceActionRunWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionRunResponse, error)
- func (c *ClientWithResponses) PostInstanceActionShutdownWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionShutdownResponse, error)
- func (c *ClientWithResponses) PostInstanceActionStartStandbyWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionStartStandbyResponse, error)
- func (c *ClientWithResponses) PostInstanceActionStartWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionStartResponse, error)
- func (c *ClientWithResponses) PostInstanceActionStatusWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionStatusResponse, error)
- func (c *ClientWithResponses) PostInstanceActionStopWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionStopResponse, error)
- func (c *ClientWithResponses) PostInstanceActionSyncIngestWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionSyncIngestResponse, error)
- func (c *ClientWithResponses) PostInstanceActionUnfreezeWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionUnfreezeResponse, error)
- func (c *ClientWithResponses) PostInstanceActionUnprovisionWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceActionUnprovisionResponse, error)
- func (c *ClientWithResponses) PostInstanceClearWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceClearResponse, error)
- func (c *ClientWithResponses) PostInstanceProgressWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostInstanceProgressResponse, error)
- func (c *ClientWithResponses) PostInstanceProgressWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostInstanceProgressResponse, error)
- func (c *ClientWithResponses) PostInstanceResourceConsoleWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceResourceConsoleResponse, error)
- func (c *ClientWithResponses) PostInstanceStateFileWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, ...) (*PostInstanceStateFileResponse, error)
- func (c *ClientWithResponses) PostInstanceStatusWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostInstanceStatusResponse, error)
- func (c *ClientWithResponses) PostInstanceStatusWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostInstanceStatusResponse, error)
- func (c *ClientWithResponses) PostNodeActionClearWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostNodeActionClearResponse, error)
- func (c *ClientWithResponses) PostNodeActionPushAssetWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostNodeActionPushAssetResponse, error)
- func (c *ClientWithResponses) PostNodeActionPushDiskWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostNodeActionPushDiskResponse, error)
- func (c *ClientWithResponses) PostNodeActionPushPkgWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostNodeActionPushPkgResponse, error)
- func (c *ClientWithResponses) PostNodeActionSCSIScanWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostNodeActionSCSIScanResponse, error)
- func (c *ClientWithResponses) PostNodeActionScanCapabilitiesWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostNodeActionScanCapabilitiesResponse, error)
- func (c *ClientWithResponses) PostNodeActionSysreportWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostNodeActionSysreportResponse, error)
- func (c *ClientWithResponses) PostNodeDRBDConfigWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, ...) (*PostNodeDRBDConfigResponse, error)
- func (c *ClientWithResponses) PostNodeDRBDConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, ...) (*PostNodeDRBDConfigResponse, error)
- func (c *ClientWithResponses) PostNodeDRBDConnectWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostNodeDRBDConnectResponse, error)
- func (c *ClientWithResponses) PostNodeDRBDPrimaryWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostNodeDRBDPrimaryResponse, error)
- func (c *ClientWithResponses) PostNodeDRBDSecondaryWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostNodeDRBDSecondaryResponse, error)
- func (c *ClientWithResponses) PostObjectActionAbortWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionAbortResponse, error)
- func (c *ClientWithResponses) PostObjectActionDeleteWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionDeleteResponse, error)
- func (c *ClientWithResponses) PostObjectActionFreezeWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionFreezeResponse, error)
- func (c *ClientWithResponses) PostObjectActionGivebackWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionGivebackResponse, error)
- func (c *ClientWithResponses) PostObjectActionProvisionWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionProvisionResponse, error)
- func (c *ClientWithResponses) PostObjectActionPurgeWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionPurgeResponse, error)
- func (c *ClientWithResponses) PostObjectActionRestartWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionRestartResponse, error)
- func (c *ClientWithResponses) PostObjectActionRestartWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionRestartResponse, error)
- func (c *ClientWithResponses) PostObjectActionStartWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionStartResponse, error)
- func (c *ClientWithResponses) PostObjectActionStopWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionStopResponse, error)
- func (c *ClientWithResponses) PostObjectActionSwitchWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionSwitchResponse, error)
- func (c *ClientWithResponses) PostObjectActionSwitchWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionSwitchResponse, error)
- func (c *ClientWithResponses) PostObjectActionUnfreezeWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionUnfreezeResponse, error)
- func (c *ClientWithResponses) PostObjectActionUnprovisionWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectActionUnprovisionResponse, error)
- func (c *ClientWithResponses) PostObjectConfigFileWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectConfigFileResponse, error)
- func (c *ClientWithResponses) PostObjectDataKeyWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PostObjectDataKeyResponse, error)
- func (c *ClientWithResponses) PostPeerActionAbortWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostPeerActionAbortResponse, error)
- func (c *ClientWithResponses) PostPeerActionDequeueWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostPeerActionDequeueResponse, error)
- func (c *ClientWithResponses) PostPeerActionDrainWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostPeerActionDrainResponse, error)
- func (c *ClientWithResponses) PostPeerActionFreezeWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostPeerActionFreezeResponse, error)
- func (c *ClientWithResponses) PostPeerActionUnfreezeWithResponse(ctx context.Context, nodename InPathNodeName, ...) (*PostPeerActionUnfreezeResponse, error)
- func (c *ClientWithResponses) PostRelayMessageWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PostRelayMessageResponse, error)
- func (c *ClientWithResponses) PostRelayMessageWithResponse(ctx context.Context, body PostRelayMessageJSONRequestBody, ...) (*PostRelayMessageResponse, error)
- func (c *ClientWithResponses) PostSvcDisableWithResponse(ctx context.Context, namespace InPathNamespace, name InPathName, ...) (*PostSvcDisableResponse, error)
- func (c *ClientWithResponses) PostSvcEnableWithResponse(ctx context.Context, namespace InPathNamespace, name InPathName, ...) (*PostSvcEnableResponse, error)
- func (c *ClientWithResponses) PutClusterConfigFileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PutClusterConfigFileResponse, error)
- func (c *ClientWithResponses) PutNodeConfigFileWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, contentType string, ...) (*PutNodeConfigFileResponse, error)
- func (c *ClientWithResponses) PutNodeSSHTrustWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PutNodeSSHTrustResponse, error)
- func (c *ClientWithResponses) PutObjectConfigFileWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PutObjectConfigFileResponse, error)
- func (c *ClientWithResponses) PutObjectDataKeyWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, ...) (*PutObjectDataKeyResponse, error)
- type ClientWithResponsesInterface
- type ClusterID
- type ClusterStatus
- type Committed
- type DNSRecord
- type DNSZone
- type DRBDAllocation
- type DRBDConfig
- type DRBDResourceName
- type DRBDResourceNodeID
- type DaemonHeartbeatName
- type DaemonListener
- type DaemonListenerName
- type DaemonPid
- type DaemonSubsystemStatus
- type DataKey
- type DataKeyList
- type DataKeyListItem
- type DataKeyListItems
- type DataKeyListKind
- type DataKeys
- type DeleteDaemonProcessParams
- type DeleteDaemonProcessResponse
- type DeleteObjectDataKeyParams
- type DeleteObjectDataKeyResponse
- type Disk
- type DiskItem
- type DiskItemKind
- type DiskItems
- type DiskList
- type DiskListKind
- type Driver
- type DriverItem
- type DriverItemKind
- type DriverItems
- type DriverList
- type DriverListKind
- type Duration
- type EchoRouter
- type EventCache
- type EventFilter
- type EventList
- type EventReplay
- type FlexConfig
- type GetArrayParams
- type GetArrayResponse
- type GetAuthInfoResponse
- type GetAuthWhoAmIResponse
- type GetClusterConfigFileResponse
- type GetClusterConfigKeywordsParams
- type GetClusterConfigKeywordsResponse
- type GetClusterConfigParams
- type GetClusterConfigResponse
- type GetClusterStatusParams
- type GetClusterStatusResponse
- type GetDaemonDNSDumpResponse
- type GetDaemonEventsParams
- type GetDaemonEventsResponse
- type GetDaemonProcessParams
- type GetDaemonProcessResponse
- type GetInstanceConfigFileResponse
- type GetInstanceContainerLogParams
- type GetInstanceContainerLogResponse
- type GetInstanceLogsParams
- type GetInstanceLogsResponse
- type GetInstanceResourceFileParams
- type GetInstanceResourceFileResponse
- type GetInstanceResourceInfoResponse
- type GetInstanceResponse
- type GetInstanceScheduleResponse
- type GetInstancesParams
- type GetInstancesResponse
- type GetNetworkIPParams
- type GetNetworkIPResponse
- type GetNetworksParams
- type GetNetworksResponse
- type GetNodeCapabilitiesResponse
- type GetNodeConfigFileResponse
- type GetNodeConfigKeywordsParams
- type GetNodeConfigKeywordsResponse
- type GetNodeConfigParams
- type GetNodeConfigResponse
- type GetNodeDRBDAllocationResponse
- type GetNodeDRBDConfigParams
- type GetNodeDRBDConfigResponse
- type GetNodeDriverResponse
- type GetNodeLogsParams
- type GetNodeLogsResponse
- type GetNodeMetricsResponse
- type GetNodePingResponse
- type GetNodeSSHHostkeysResponse
- type GetNodeSSHKeyResponse
- type GetNodeScheduleResponse
- type GetNodeSystemDiskResponse
- type GetNodeSystemGroupResponse
- type GetNodeSystemHardwareResponse
- type GetNodeSystemIPAddressResponse
- type GetNodeSystemPackageResponse
- type GetNodeSystemPropertyResponse
- type GetNodeSystemSANInitiatorResponse
- type GetNodeSystemSANPathResponse
- type GetNodeSystemUserResponse
- type GetNodesInfoResponse
- type GetNodesParams
- type GetNodesResponse
- type GetObjectConfigFileResponse
- type GetObjectConfigKeywordsParams
- type GetObjectConfigKeywordsResponse
- type GetObjectConfigParams
- type GetObjectConfigResponse
- type GetObjectDataKeyParams
- type GetObjectDataKeyResponse
- type GetObjectDataKeysResponse
- type GetObjectDataParams
- type GetObjectDataResponse
- type GetObjectPathsParams
- type GetObjectPathsResponse
- type GetObjectResourceInfoResponse
- type GetObjectResponse
- type GetObjectScheduleResponse
- type GetObjectsParams
- type GetObjectsResponse
- type GetPoolVolumesParams
- type GetPoolVolumesResponse
- type GetPoolsParams
- type GetPoolsResponse
- type GetRelayMessageParams
- type GetRelayMessageResponse
- type GetRelayStatusParams
- type GetRelayStatusResponse
- type GetResourcesParams
- type GetResourcesResponse
- type GetSwaggerResponse
- type Group
- type GroupItem
- type GroupItemKind
- type GroupItems
- type GroupList
- type GroupListKind
- type Hardware
- type HardwareItem
- type HardwareItemKind
- type HardwareItems
- type HardwareList
- type HardwareListKind
- type HeartbeatRotateResponse
- type HttpRequestDoer
- type IPAddress
- type IPAddressItem
- type IPAddressItemKind
- type IPAddressItems
- type IPAddressList
- type IPAddressListKind
- type InPathHeartbeatName
- type InPathKind
- type InPathListenerName
- type InPathName
- type InPathNamespace
- type InPathNodeName
- type InQueryAllSlaves
- type InQueryArrayName
- type InQueryConfirm
- type InQueryCron
- type InQueryDeletes
- type InQueryDisableRollback
- type InQueryDriver
- type InQueryEnvs
- type InQueryEvaluate
- type InQueryForce
- type InQueryGreetTimeout
- type InQueryHBA
- type InQueryImpersonate
- type InQueryKeyName
- type InQueryKeywords
- type InQueryLUN
- type InQueryLeader
- type InQueryMaster
- type InQueryMoveTo
- type InQueryNamespaceOptional
- type InQueryNodeSelector
- type InQueryOption
- type InQueryPoolName
- type InQueryResourceFileName
- type InQueryResourceFileRid
- type InQueryRid
- type InQuerySeats
- type InQuerySection
- type InQuerySelectorOptional
- type InQuerySessionID
- type InQuerySets
- type InQuerySlaves
- type InQueryStateOnly
- type InQuerySubset
- type InQueryTag
- type InQueryTarget
- type InQueryTo
- type InQueryUnsets
- type Instance
- type InstanceActionAccepted
- type InstanceConfig
- type InstanceItem
- type InstanceItemKind
- type InstanceItems
- type InstanceList
- type InstanceListKind
- type InstanceMap
- type InstanceMeta
- type InstanceMonitor
- type InstanceStatus
- type KeywordDefinitionItem
- type KeywordDefinitionItems
- type KeywordDefinitionList
- type KeywordDefinitionListKind
- type KeywordItem
- type KeywordItems
- type KeywordList
- type KeywordListKind
- type Kind
- type Limit
- type LogControl
- type LogControlBody
- type LogFilter
- type LogFollow
- type LogGrep
- type LogLines
- type LogList
- type N200
- type N400
- type N401
- type N403
- type N404
- type N408
- type N409
- type N413
- type N500
- type N503
- type Names
- type Network
- type NetworkIP
- type NetworkIPItems
- type NetworkIPList
- type NetworkIPListKind
- type NetworkIPNetwork
- type NetworkItems
- type NetworkList
- type NetworkListKind
- type Node
- type NodeActionAccepted
- type NodeConfig
- type NodeConfigCollector
- type NodeConfigHook
- type NodeInfo
- type NodeItem
- type NodeItemKind
- type NodeItems
- type NodeLabel
- type NodeList
- type NodeListKind
- type NodeMeta
- type NodeMonitor
- type NodeOptional
- type NodeStatus
- type NodesInfo
- type ObjectActor
- type ObjectCcfg
- type ObjectCfg
- type ObjectCore
- type ObjectData
- func (t ObjectData) AsObjectActor() (ObjectActor, error)
- func (t ObjectData) AsObjectCcfg() (ObjectCcfg, error)
- func (t ObjectData) AsObjectCfg() (ObjectCfg, error)
- func (t ObjectData) AsObjectCore() (ObjectCore, error)
- func (t ObjectData) AsObjectSec() (ObjectSec, error)
- func (t ObjectData) AsObjectSvc() (ObjectSvc, error)
- func (t ObjectData) AsObjectUsr() (ObjectUsr, error)
- func (t ObjectData) AsObjectVol() (ObjectVol, error)
- func (t ObjectData) AsObjectVolConfig() (ObjectVolConfig, error)
- func (t *ObjectData) FromObjectActor(v ObjectActor) error
- func (t *ObjectData) FromObjectCcfg(v ObjectCcfg) error
- func (t *ObjectData) FromObjectCfg(v ObjectCfg) error
- func (t *ObjectData) FromObjectCore(v ObjectCore) error
- func (t *ObjectData) FromObjectSec(v ObjectSec) error
- func (t *ObjectData) FromObjectSvc(v ObjectSvc) error
- func (t *ObjectData) FromObjectUsr(v ObjectUsr) error
- func (t *ObjectData) FromObjectVol(v ObjectVol) error
- func (t *ObjectData) FromObjectVolConfig(v ObjectVolConfig) error
- func (t ObjectData) MarshalJSON() ([]byte, error)
- func (t *ObjectData) MergeObjectActor(v ObjectActor) error
- func (t *ObjectData) MergeObjectCcfg(v ObjectCcfg) error
- func (t *ObjectData) MergeObjectCfg(v ObjectCfg) error
- func (t *ObjectData) MergeObjectCore(v ObjectCore) error
- func (t *ObjectData) MergeObjectSec(v ObjectSec) error
- func (t *ObjectData) MergeObjectSvc(v ObjectSvc) error
- func (t *ObjectData) MergeObjectUsr(v ObjectUsr) error
- func (t *ObjectData) MergeObjectVol(v ObjectVol) error
- func (t *ObjectData) MergeObjectVolConfig(v ObjectVolConfig) error
- func (t *ObjectData) UnmarshalJSON(b []byte) error
- func (t ObjectData) Unstructured() map[string]any
- type ObjectFrozen
- type ObjectItem
- type ObjectItemKind
- type ObjectItems
- type ObjectList
- type ObjectListKind
- type ObjectMeta
- type ObjectPaths
- type ObjectSec
- type ObjectSvc
- type ObjectUsr
- type ObjectVol
- type ObjectVolConfig
- type Orchestrate
- type OrchestrationQueued
- type Package
- type PackageItem
- type PackageItemKind
- type PackageItems
- type PackageList
- type PackageListKind
- type PatchClusterConfigParams
- type PatchClusterConfigResponse
- type PatchDataKey
- type PatchDataKeyAction
- type PatchDataKeys
- type PatchNodeConfigParams
- type PatchNodeConfigResponse
- type PatchObjectConfigParams
- type PatchObjectConfigResponse
- type PatchObjectDataJSONRequestBody
- type PatchObjectDataResponse
- type Path
- type PathOptional
- type Paths
- type PlacementPolicy
- type PlacementState
- type Pool
- type PoolItems
- type PoolList
- type PoolListKind
- type PoolVolume
- type PoolVolumeItems
- type PoolVolumeList
- type PoolVolumeListKind
- type PostAuthRefreshParams
- type PostAuthRefreshResponse
- type PostAuthTokenParams
- type PostAuthTokenResponse
- type PostClusterActionAbortResponse
- type PostClusterActionFreezeResponse
- type PostClusterActionUnfreezeResponse
- type PostClusterHeartbeatRotateResponse
- type PostClusterJoinParams
- type PostClusterJoinResponse
- type PostClusterLeaveParams
- type PostClusterLeaveResponse
- type PostDaemonAuditParams
- type PostDaemonAuditParamsLevel
- type PostDaemonAuditResponse
- type PostDaemonHeartbeatRestartResponse
- type PostDaemonHeartbeatSignResponse
- type PostDaemonHeartbeatStartResponse
- type PostDaemonHeartbeatStopResponse
- type PostDaemonHeartbeatWipeResponse
- type PostDaemonListenerLogControlJSONRequestBody
- type PostDaemonListenerLogControlResponse
- type PostDaemonListenerRestartResponse
- type PostDaemonListenerStartResponse
- type PostDaemonListenerStopResponse
- type PostDaemonLogControlJSONRequestBody
- type PostDaemonLogControlResponse
- type PostDaemonRestartResponse
- type PostDaemonShutdownParams
- type PostDaemonShutdownResponse
- type PostDaemonStopResponse
- type PostInstanceActionBootParams
- type PostInstanceActionBootResponse
- type PostInstanceActionDeleteParams
- type PostInstanceActionDeleteResponse
- type PostInstanceActionFreezeParams
- type PostInstanceActionFreezeResponse
- type PostInstanceActionPGUpdateParams
- type PostInstanceActionPGUpdateResponse
- type PostInstanceActionPRStartParams
- type PostInstanceActionPRStartResponse
- type PostInstanceActionPRStopParams
- type PostInstanceActionPRStopResponse
- type PostInstanceActionProvisionParams
- type PostInstanceActionProvisionResponse
- type PostInstanceActionPushResourceInfoParams
- type PostInstanceActionPushResourceInfoResponse
- type PostInstanceActionRestartParams
- type PostInstanceActionRestartResponse
- type PostInstanceActionRunParams
- type PostInstanceActionRunResponse
- type PostInstanceActionShutdownParams
- type PostInstanceActionShutdownResponse
- type PostInstanceActionStartParams
- type PostInstanceActionStartResponse
- type PostInstanceActionStartStandbyParams
- type PostInstanceActionStartStandbyResponse
- type PostInstanceActionStatusParams
- type PostInstanceActionStatusResponse
- type PostInstanceActionStopParams
- type PostInstanceActionStopResponse
- type PostInstanceActionSyncIngestParams
- type PostInstanceActionSyncIngestResponse
- type PostInstanceActionUnfreezeParams
- type PostInstanceActionUnfreezeResponse
- type PostInstanceActionUnprovisionParams
- type PostInstanceActionUnprovisionResponse
- type PostInstanceClearResponse
- type PostInstanceProgress
- type PostInstanceProgressJSONRequestBody
- type PostInstanceProgressResponse
- type PostInstanceResourceConsoleParams
- type PostInstanceResourceConsoleResponse
- type PostInstanceStateFileResponse
- type PostInstanceStatusJSONRequestBody
- type PostInstanceStatusResponse
- type PostNodeActionClearResponse
- type PostNodeActionPushAssetParams
- type PostNodeActionPushAssetResponse
- type PostNodeActionPushDiskParams
- type PostNodeActionPushDiskResponse
- type PostNodeActionPushPkgParams
- type PostNodeActionPushPkgResponse
- type PostNodeActionSCSIScanParams
- type PostNodeActionSCSIScanResponse
- type PostNodeActionScanCapabilitiesParams
- type PostNodeActionScanCapabilitiesResponse
- type PostNodeActionSysreportParams
- type PostNodeActionSysreportResponse
- type PostNodeDRBDConfigJSONRequestBody
- type PostNodeDRBDConfigParams
- type PostNodeDRBDConfigRequest
- type PostNodeDRBDConfigResponse
- type PostNodeDRBDConnectParams
- type PostNodeDRBDConnectResponse
- type PostNodeDRBDPrimaryParams
- type PostNodeDRBDPrimaryResponse
- type PostNodeDRBDSecondaryParams
- type PostNodeDRBDSecondaryResponse
- type PostObjectActionAbortResponse
- type PostObjectActionDeleteResponse
- type PostObjectActionFreezeResponse
- type PostObjectActionGivebackResponse
- type PostObjectActionProvisionResponse
- type PostObjectActionPurgeResponse
- type PostObjectActionRestart
- type PostObjectActionRestartJSONRequestBody
- type PostObjectActionRestartResponse
- type PostObjectActionStartResponse
- type PostObjectActionStopResponse
- type PostObjectActionSwitch
- type PostObjectActionSwitchJSONRequestBody
- type PostObjectActionSwitchResponse
- type PostObjectActionUnfreezeResponse
- type PostObjectActionUnprovisionResponse
- type PostObjectConfigFileResponse
- type PostObjectDataKeyParams
- type PostObjectDataKeyResponse
- type PostPeerActionAbortResponse
- type PostPeerActionDequeueParams
- type PostPeerActionDequeueResponse
- type PostPeerActionDrainResponse
- type PostPeerActionFreezeParams
- type PostPeerActionFreezeResponse
- type PostPeerActionUnfreezeParams
- type PostPeerActionUnfreezeResponse
- type PostRelayMessage
- type PostRelayMessageJSONRequestBody
- type PostRelayMessageResponse
- type PostSvcDisableParams
- type PostSvcDisableResponse
- type PostSvcEnableParams
- type PostSvcEnableResponse
- type Priority
- type Problem
- type ProcessItem
- type ProcessItems
- type ProcessList
- type ProcessListKind
- type Property
- type PropertyItem
- type PropertyItems
- type PropertyList
- type PropertyListKind
- type Provisioned
- type PutClusterConfigFileResponse
- type PutNodeConfigFileResponse
- type PutNodeSSHTrustResponse
- type PutObjectConfigFileResponse
- type PutObjectDataKeyParams
- type PutObjectDataKeyResponse
- type Region
- type RegisterHandlersOptions
- type RelayMessage
- type RelayNodename
- type RelayRemote
- type RelayStatusItem
- type RelayStatusItems
- type RelayStatusList
- type RelayStatusListKind
- type RelayUsername
- type Relays
- type RequestEditorFn
- type Resource
- type ResourceConfig
- type ResourceFile
- type ResourceFiles
- type ResourceInfoItem
- type ResourceInfoItems
- type ResourceInfoList
- type ResourceInfoListKind
- type ResourceItem
- type ResourceItemKind
- type ResourceItems
- type ResourceList
- type ResourceListKind
- type ResourceLog
- type ResourceLogEntry
- type ResourceMeta
- type ResourceMonitor
- type ResourceMonitorRestart
- type ResourceProvisionStatus
- type ResourceStatus
- type RidOptional
- type Role
- type Roles
- type RunningInfo
- type SANPath
- type SANPathInitiator
- type SANPathInitiatorItem
- type SANPathInitiatorItemKind
- type SANPathInitiatorItems
- type SANPathInitiatorList
- type SANPathInitiatorListKind
- type SANPathItems
- type SANPathList
- type SANPathListKind
- type SANPathTarget
- type Schedule
- type ScheduleConfig
- type ScheduleItem
- type ScheduleItemKind
- type ScheduleItems
- type ScheduleList
- type ScheduleListKind
- type Scope
- type ServerInterface
- type ServerInterfaceWrapper
- func (w *ServerInterfaceWrapper) DeleteDaemonProcess(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) DeleteObjectDataKey(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetArray(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetAuthInfo(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetAuthWhoAmI(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetClusterConfig(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetClusterConfigFile(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetClusterConfigKeywords(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetClusterStatus(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetDaemonDNSDump(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetDaemonEvents(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetDaemonProcess(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetInstance(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetInstanceConfigFile(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetInstanceContainerLog(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetInstanceLogs(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetInstanceResourceFile(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetInstanceResourceInfo(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetInstanceSchedule(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetInstances(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNetworkIP(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNetworks(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeCapabilities(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeConfig(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeConfigFile(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeConfigKeywords(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeDRBDAllocation(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeDRBDConfig(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeDriver(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeLogs(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeMetrics(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodePing(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSSHHostkeys(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSSHKey(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSchedule(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSystemDisk(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSystemGroup(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSystemHardware(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSystemIPAddress(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSystemPackage(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSystemProperty(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSystemSANInitiator(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSystemSANPath(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodeSystemUser(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodes(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetNodesInfo(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObject(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObjectConfig(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObjectConfigFile(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObjectConfigKeywords(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObjectData(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObjectDataKey(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObjectDataKeys(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObjectPaths(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObjectResourceInfo(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObjectSchedule(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetObjects(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetPoolVolumes(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetPools(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetRelayMessage(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetRelayStatus(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetResources(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) GetSwagger(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PatchClusterConfig(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PatchNodeConfig(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PatchObjectConfig(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PatchObjectData(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostAuthRefresh(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostAuthToken(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostClusterActionAbort(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostClusterActionFreeze(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostClusterActionUnfreeze(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostClusterHeartbeatRotate(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostClusterJoin(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostClusterLeave(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonAudit(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonHeartbeatRestart(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonHeartbeatSign(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonHeartbeatStart(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonHeartbeatStop(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonHeartbeatWipe(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonListenerLogControl(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonListenerRestart(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonListenerStart(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonListenerStop(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonLogControl(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonRestart(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonShutdown(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostDaemonStop(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionBoot(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionDelete(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionFreeze(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionPGUpdate(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionPRStart(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionPRStop(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionProvision(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionPushResourceInfo(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionRestart(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionRun(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionShutdown(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionStart(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionStartStandby(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionStatus(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionStop(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionSyncIngest(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionUnfreeze(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceActionUnprovision(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceClear(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceProgress(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceResourceConsole(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceStateFile(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostInstanceStatus(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeActionClear(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeActionPushAsset(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeActionPushDisk(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeActionPushPkg(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeActionSCSIScan(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeActionScanCapabilities(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeActionSysreport(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeDRBDConfig(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeDRBDConnect(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeDRBDPrimary(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostNodeDRBDSecondary(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionAbort(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionDelete(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionFreeze(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionGiveback(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionProvision(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionPurge(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionRestart(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionStart(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionStop(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionSwitch(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionUnfreeze(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectActionUnprovision(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectConfigFile(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostObjectDataKey(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostPeerActionAbort(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostPeerActionDequeue(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostPeerActionDrain(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostPeerActionFreeze(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostPeerActionUnfreeze(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostRelayMessage(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostSvcDisable(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PostSvcEnable(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PutClusterConfigFile(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PutNodeConfigFile(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PutNodeSSHTrust(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PutObjectConfigFile(ctx echo.Context) error
- func (w *ServerInterfaceWrapper) PutObjectDataKey(ctx echo.Context) error
- type Status
- type SubsetConfig
- type SubsetsConfig
- type Topology
- type UpdatedAt
- type User
- type UserIdentity
- type UserItem
- type UserItemKind
- type UserItems
- type UserList
- type UserListKind
Constants ¶
const ( BasicAuthScopes basicAuthContextKey = "basicAuth.Scopes" BearerAuthScopes bearerAuthContextKey = "bearerAuth.Scopes" )
const ( HeaderGroup = "OM-Group" HeaderLastModified = "OM-Last-Modified" HeaderPerm = "OM-Perm" HeaderRelativePath = "OM-relative-path" HeaderServedBy = "OM-Served-By" HeaderUser = "OM-User" )
const ( AliasLocalhost = "localhost" AliasShortLocalhost = "_" )
Variables ¶
This section is empty.
Functions ¶
func GetSpec ¶
GetSpec returns the OpenAPI specification corresponding to the generated code in this file. External references in the spec are resolved through PathToRawSpec; externally-referenced files must be embedded in their corresponding Go packages (via the import-mapping feature). URL-based external refs are not supported.
func GetSpecJSON ¶
GetSpecJSON returns the raw JSON bytes of the embedded OpenAPI specification: decompressed but not unmarshaled. External references are not resolved here; the bytes are the spec exactly as embedded by codegen. The result is cached at package init time, so repeated calls are cheap.
func GetSwagger
deprecated
func NewDeleteDaemonProcessRequest ¶
func NewDeleteDaemonProcessRequest(server string, nodename InPathNodeName, params *DeleteDaemonProcessParams) (*http.Request, error)
NewDeleteDaemonProcessRequest generates requests for DeleteDaemonProcess
func NewDeleteObjectDataKeyRequest ¶
func NewDeleteObjectDataKeyRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, params *DeleteObjectDataKeyParams) (*http.Request, error)
NewDeleteObjectDataKeyRequest generates requests for DeleteObjectDataKey
func NewGetArrayRequest ¶
func NewGetArrayRequest(server string, params *GetArrayParams) (*http.Request, error)
NewGetArrayRequest generates requests for GetArray
func NewGetAuthInfoRequest ¶
NewGetAuthInfoRequest generates requests for GetAuthInfo
func NewGetAuthWhoAmIRequest ¶
NewGetAuthWhoAmIRequest generates requests for GetAuthWhoAmI
func NewGetClusterConfigFileRequest ¶
NewGetClusterConfigFileRequest generates requests for GetClusterConfigFile
func NewGetClusterConfigKeywordsRequest ¶
func NewGetClusterConfigKeywordsRequest(server string, params *GetClusterConfigKeywordsParams) (*http.Request, error)
NewGetClusterConfigKeywordsRequest generates requests for GetClusterConfigKeywords
func NewGetClusterConfigRequest ¶
func NewGetClusterConfigRequest(server string, params *GetClusterConfigParams) (*http.Request, error)
NewGetClusterConfigRequest generates requests for GetClusterConfig
func NewGetClusterStatusRequest ¶
func NewGetClusterStatusRequest(server string, params *GetClusterStatusParams) (*http.Request, error)
NewGetClusterStatusRequest generates requests for GetClusterStatus
func NewGetDaemonDNSDumpRequest ¶
func NewGetDaemonDNSDumpRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetDaemonDNSDumpRequest generates requests for GetDaemonDNSDump
func NewGetDaemonEventsRequest ¶
func NewGetDaemonEventsRequest(server string, nodename InPathNodeName, params *GetDaemonEventsParams) (*http.Request, error)
NewGetDaemonEventsRequest generates requests for GetDaemonEvents
func NewGetDaemonProcessRequest ¶
func NewGetDaemonProcessRequest(server string, nodename InPathNodeName, params *GetDaemonProcessParams) (*http.Request, error)
NewGetDaemonProcessRequest generates requests for GetDaemonProcess
func NewGetInstanceConfigFileRequest ¶
func NewGetInstanceConfigFileRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewGetInstanceConfigFileRequest generates requests for GetInstanceConfigFile
func NewGetInstanceContainerLogRequest ¶
func NewGetInstanceContainerLogRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceContainerLogParams) (*http.Request, error)
NewGetInstanceContainerLogRequest generates requests for GetInstanceContainerLog
func NewGetInstanceLogsRequest ¶
func NewGetInstanceLogsRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceLogsParams) (*http.Request, error)
NewGetInstanceLogsRequest generates requests for GetInstanceLogs
func NewGetInstanceRequest ¶
func NewGetInstanceRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewGetInstanceRequest generates requests for GetInstance
func NewGetInstanceResourceFileRequest ¶
func NewGetInstanceResourceFileRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceResourceFileParams) (*http.Request, error)
NewGetInstanceResourceFileRequest generates requests for GetInstanceResourceFile
func NewGetInstanceResourceInfoRequest ¶
func NewGetInstanceResourceInfoRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewGetInstanceResourceInfoRequest generates requests for GetInstanceResourceInfo
func NewGetInstanceScheduleRequest ¶
func NewGetInstanceScheduleRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewGetInstanceScheduleRequest generates requests for GetInstanceSchedule
func NewGetInstancesRequest ¶
func NewGetInstancesRequest(server string, params *GetInstancesParams) (*http.Request, error)
NewGetInstancesRequest generates requests for GetInstances
func NewGetNetworkIPRequest ¶
func NewGetNetworkIPRequest(server string, params *GetNetworkIPParams) (*http.Request, error)
NewGetNetworkIPRequest generates requests for GetNetworkIP
func NewGetNetworksRequest ¶
func NewGetNetworksRequest(server string, params *GetNetworksParams) (*http.Request, error)
NewGetNetworksRequest generates requests for GetNetworks
func NewGetNodeCapabilitiesRequest ¶
func NewGetNodeCapabilitiesRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeCapabilitiesRequest generates requests for GetNodeCapabilities
func NewGetNodeConfigFileRequest ¶
func NewGetNodeConfigFileRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeConfigFileRequest generates requests for GetNodeConfigFile
func NewGetNodeConfigKeywordsRequest ¶
func NewGetNodeConfigKeywordsRequest(server string, nodename InPathNodeName, params *GetNodeConfigKeywordsParams) (*http.Request, error)
NewGetNodeConfigKeywordsRequest generates requests for GetNodeConfigKeywords
func NewGetNodeConfigRequest ¶
func NewGetNodeConfigRequest(server string, nodename InPathNodeName, params *GetNodeConfigParams) (*http.Request, error)
NewGetNodeConfigRequest generates requests for GetNodeConfig
func NewGetNodeDRBDAllocationRequest ¶
func NewGetNodeDRBDAllocationRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeDRBDAllocationRequest generates requests for GetNodeDRBDAllocation
func NewGetNodeDRBDConfigRequest ¶
func NewGetNodeDRBDConfigRequest(server string, nodename InPathNodeName, params *GetNodeDRBDConfigParams) (*http.Request, error)
NewGetNodeDRBDConfigRequest generates requests for GetNodeDRBDConfig
func NewGetNodeDriverRequest ¶
func NewGetNodeDriverRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeDriverRequest generates requests for GetNodeDriver
func NewGetNodeLogsRequest ¶
func NewGetNodeLogsRequest(server string, nodename InPathNodeName, params *GetNodeLogsParams) (*http.Request, error)
NewGetNodeLogsRequest generates requests for GetNodeLogs
func NewGetNodeMetricsRequest ¶
func NewGetNodeMetricsRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeMetricsRequest generates requests for GetNodeMetrics
func NewGetNodePingRequest ¶
func NewGetNodePingRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodePingRequest generates requests for GetNodePing
func NewGetNodeSSHHostkeysRequest ¶
func NewGetNodeSSHHostkeysRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSSHHostkeysRequest generates requests for GetNodeSSHHostkeys
func NewGetNodeSSHKeyRequest ¶
func NewGetNodeSSHKeyRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSSHKeyRequest generates requests for GetNodeSSHKey
func NewGetNodeScheduleRequest ¶
func NewGetNodeScheduleRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeScheduleRequest generates requests for GetNodeSchedule
func NewGetNodeSystemDiskRequest ¶
func NewGetNodeSystemDiskRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSystemDiskRequest generates requests for GetNodeSystemDisk
func NewGetNodeSystemGroupRequest ¶
func NewGetNodeSystemGroupRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSystemGroupRequest generates requests for GetNodeSystemGroup
func NewGetNodeSystemHardwareRequest ¶
func NewGetNodeSystemHardwareRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSystemHardwareRequest generates requests for GetNodeSystemHardware
func NewGetNodeSystemIPAddressRequest ¶
func NewGetNodeSystemIPAddressRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSystemIPAddressRequest generates requests for GetNodeSystemIPAddress
func NewGetNodeSystemPackageRequest ¶
func NewGetNodeSystemPackageRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSystemPackageRequest generates requests for GetNodeSystemPackage
func NewGetNodeSystemPropertyRequest ¶
func NewGetNodeSystemPropertyRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSystemPropertyRequest generates requests for GetNodeSystemProperty
func NewGetNodeSystemSANInitiatorRequest ¶
func NewGetNodeSystemSANInitiatorRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSystemSANInitiatorRequest generates requests for GetNodeSystemSANInitiator
func NewGetNodeSystemSANPathRequest ¶
func NewGetNodeSystemSANPathRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSystemSANPathRequest generates requests for GetNodeSystemSANPath
func NewGetNodeSystemUserRequest ¶
func NewGetNodeSystemUserRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewGetNodeSystemUserRequest generates requests for GetNodeSystemUser
func NewGetNodesInfoRequest ¶
NewGetNodesInfoRequest generates requests for GetNodesInfo
func NewGetNodesRequest ¶
func NewGetNodesRequest(server string, params *GetNodesParams) (*http.Request, error)
NewGetNodesRequest generates requests for GetNodes
func NewGetObjectConfigFileRequest ¶
func NewGetObjectConfigFileRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewGetObjectConfigFileRequest generates requests for GetObjectConfigFile
func NewGetObjectConfigKeywordsRequest ¶
func NewGetObjectConfigKeywordsRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectConfigKeywordsParams) (*http.Request, error)
NewGetObjectConfigKeywordsRequest generates requests for GetObjectConfigKeywords
func NewGetObjectConfigRequest ¶
func NewGetObjectConfigRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectConfigParams) (*http.Request, error)
NewGetObjectConfigRequest generates requests for GetObjectConfig
func NewGetObjectDataKeyRequest ¶
func NewGetObjectDataKeyRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectDataKeyParams) (*http.Request, error)
NewGetObjectDataKeyRequest generates requests for GetObjectDataKey
func NewGetObjectDataKeysRequest ¶
func NewGetObjectDataKeysRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewGetObjectDataKeysRequest generates requests for GetObjectDataKeys
func NewGetObjectDataRequest ¶
func NewGetObjectDataRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectDataParams) (*http.Request, error)
NewGetObjectDataRequest generates requests for GetObjectData
func NewGetObjectPathsRequest ¶
func NewGetObjectPathsRequest(server string, params *GetObjectPathsParams) (*http.Request, error)
NewGetObjectPathsRequest generates requests for GetObjectPaths
func NewGetObjectRequest ¶
func NewGetObjectRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewGetObjectRequest generates requests for GetObject
func NewGetObjectResourceInfoRequest ¶
func NewGetObjectResourceInfoRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewGetObjectResourceInfoRequest generates requests for GetObjectResourceInfo
func NewGetObjectScheduleRequest ¶
func NewGetObjectScheduleRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewGetObjectScheduleRequest generates requests for GetObjectSchedule
func NewGetObjectsRequest ¶
func NewGetObjectsRequest(server string, params *GetObjectsParams) (*http.Request, error)
NewGetObjectsRequest generates requests for GetObjects
func NewGetPoolVolumesRequest ¶
func NewGetPoolVolumesRequest(server string, params *GetPoolVolumesParams) (*http.Request, error)
NewGetPoolVolumesRequest generates requests for GetPoolVolumes
func NewGetPoolsRequest ¶
func NewGetPoolsRequest(server string, params *GetPoolsParams) (*http.Request, error)
NewGetPoolsRequest generates requests for GetPools
func NewGetRelayMessageRequest ¶
func NewGetRelayMessageRequest(server string, params *GetRelayMessageParams) (*http.Request, error)
NewGetRelayMessageRequest generates requests for GetRelayMessage
func NewGetRelayStatusRequest ¶
func NewGetRelayStatusRequest(server string, params *GetRelayStatusParams) (*http.Request, error)
NewGetRelayStatusRequest generates requests for GetRelayStatus
func NewGetResourcesRequest ¶
func NewGetResourcesRequest(server string, params *GetResourcesParams) (*http.Request, error)
NewGetResourcesRequest generates requests for GetResources
func NewGetSwaggerRequest ¶
NewGetSwaggerRequest generates requests for GetSwagger
func NewPatchClusterConfigRequest ¶
func NewPatchClusterConfigRequest(server string, params *PatchClusterConfigParams) (*http.Request, error)
NewPatchClusterConfigRequest generates requests for PatchClusterConfig
func NewPatchNodeConfigRequest ¶
func NewPatchNodeConfigRequest(server string, nodename InPathNodeName, params *PatchNodeConfigParams) (*http.Request, error)
NewPatchNodeConfigRequest generates requests for PatchNodeConfig
func NewPatchObjectConfigRequest ¶
func NewPatchObjectConfigRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, params *PatchObjectConfigParams) (*http.Request, error)
NewPatchObjectConfigRequest generates requests for PatchObjectConfig
func NewPatchObjectDataRequest ¶
func NewPatchObjectDataRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, body PatchObjectDataJSONRequestBody) (*http.Request, error)
NewPatchObjectDataRequest calls the generic PatchObjectData builder with application/json body
func NewPatchObjectDataRequestWithBody ¶
func NewPatchObjectDataRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader) (*http.Request, error)
NewPatchObjectDataRequestWithBody generates requests for PatchObjectData with any type of body
func NewPostAuthRefreshRequest ¶
func NewPostAuthRefreshRequest(server string, params *PostAuthRefreshParams) (*http.Request, error)
NewPostAuthRefreshRequest generates requests for PostAuthRefresh
func NewPostAuthTokenRequest ¶
func NewPostAuthTokenRequest(server string, params *PostAuthTokenParams) (*http.Request, error)
NewPostAuthTokenRequest generates requests for PostAuthToken
func NewPostClusterActionAbortRequest ¶
NewPostClusterActionAbortRequest generates requests for PostClusterActionAbort
func NewPostClusterActionFreezeRequest ¶
NewPostClusterActionFreezeRequest generates requests for PostClusterActionFreeze
func NewPostClusterActionUnfreezeRequest ¶
NewPostClusterActionUnfreezeRequest generates requests for PostClusterActionUnfreeze
func NewPostClusterHeartbeatRotateRequest ¶
NewPostClusterHeartbeatRotateRequest generates requests for PostClusterHeartbeatRotate
func NewPostClusterJoinRequest ¶
func NewPostClusterJoinRequest(server string, params *PostClusterJoinParams) (*http.Request, error)
NewPostClusterJoinRequest generates requests for PostClusterJoin
func NewPostClusterLeaveRequest ¶
func NewPostClusterLeaveRequest(server string, params *PostClusterLeaveParams) (*http.Request, error)
NewPostClusterLeaveRequest generates requests for PostClusterLeave
func NewPostDaemonAuditRequest ¶
func NewPostDaemonAuditRequest(server string, nodename InPathNodeName, params *PostDaemonAuditParams) (*http.Request, error)
NewPostDaemonAuditRequest generates requests for PostDaemonAudit
func NewPostDaemonHeartbeatRestartRequest ¶
func NewPostDaemonHeartbeatRestartRequest(server string, nodename InPathNodeName, name InPathHeartbeatName) (*http.Request, error)
NewPostDaemonHeartbeatRestartRequest generates requests for PostDaemonHeartbeatRestart
func NewPostDaemonHeartbeatSignRequest ¶
func NewPostDaemonHeartbeatSignRequest(server string, nodename InPathNodeName, name InPathHeartbeatName) (*http.Request, error)
NewPostDaemonHeartbeatSignRequest generates requests for PostDaemonHeartbeatSign
func NewPostDaemonHeartbeatStartRequest ¶
func NewPostDaemonHeartbeatStartRequest(server string, nodename InPathNodeName, name InPathHeartbeatName) (*http.Request, error)
NewPostDaemonHeartbeatStartRequest generates requests for PostDaemonHeartbeatStart
func NewPostDaemonHeartbeatStopRequest ¶
func NewPostDaemonHeartbeatStopRequest(server string, nodename InPathNodeName, name InPathHeartbeatName) (*http.Request, error)
NewPostDaemonHeartbeatStopRequest generates requests for PostDaemonHeartbeatStop
func NewPostDaemonHeartbeatWipeRequest ¶
func NewPostDaemonHeartbeatWipeRequest(server string, nodename InPathNodeName, name InPathHeartbeatName) (*http.Request, error)
NewPostDaemonHeartbeatWipeRequest generates requests for PostDaemonHeartbeatWipe
func NewPostDaemonListenerLogControlRequest ¶
func NewPostDaemonListenerLogControlRequest(server string, nodename InPathNodeName, name InPathListenerName, body PostDaemonListenerLogControlJSONRequestBody) (*http.Request, error)
NewPostDaemonListenerLogControlRequest calls the generic PostDaemonListenerLogControl builder with application/json body
func NewPostDaemonListenerLogControlRequestWithBody ¶
func NewPostDaemonListenerLogControlRequestWithBody(server string, nodename InPathNodeName, name InPathListenerName, contentType string, body io.Reader) (*http.Request, error)
NewPostDaemonListenerLogControlRequestWithBody generates requests for PostDaemonListenerLogControl with any type of body
func NewPostDaemonListenerRestartRequest ¶
func NewPostDaemonListenerRestartRequest(server string, nodename InPathNodeName, name InPathListenerName) (*http.Request, error)
NewPostDaemonListenerRestartRequest generates requests for PostDaemonListenerRestart
func NewPostDaemonListenerStartRequest ¶
func NewPostDaemonListenerStartRequest(server string, nodename InPathNodeName, name InPathListenerName) (*http.Request, error)
NewPostDaemonListenerStartRequest generates requests for PostDaemonListenerStart
func NewPostDaemonListenerStopRequest ¶
func NewPostDaemonListenerStopRequest(server string, nodename InPathNodeName, name InPathListenerName) (*http.Request, error)
NewPostDaemonListenerStopRequest generates requests for PostDaemonListenerStop
func NewPostDaemonLogControlRequest ¶
func NewPostDaemonLogControlRequest(server string, nodename InPathNodeName, body PostDaemonLogControlJSONRequestBody) (*http.Request, error)
NewPostDaemonLogControlRequest calls the generic PostDaemonLogControl builder with application/json body
func NewPostDaemonLogControlRequestWithBody ¶
func NewPostDaemonLogControlRequestWithBody(server string, nodename InPathNodeName, contentType string, body io.Reader) (*http.Request, error)
NewPostDaemonLogControlRequestWithBody generates requests for PostDaemonLogControl with any type of body
func NewPostDaemonRestartRequest ¶
func NewPostDaemonRestartRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewPostDaemonRestartRequest generates requests for PostDaemonRestart
func NewPostDaemonShutdownRequest ¶
func NewPostDaemonShutdownRequest(server string, nodename InPathNodeName, params *PostDaemonShutdownParams) (*http.Request, error)
NewPostDaemonShutdownRequest generates requests for PostDaemonShutdown
func NewPostDaemonStopRequest ¶
func NewPostDaemonStopRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewPostDaemonStopRequest generates requests for PostDaemonStop
func NewPostInstanceActionBootRequest ¶
func NewPostInstanceActionBootRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionBootParams) (*http.Request, error)
NewPostInstanceActionBootRequest generates requests for PostInstanceActionBoot
func NewPostInstanceActionDeleteRequest ¶
func NewPostInstanceActionDeleteRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionDeleteParams) (*http.Request, error)
NewPostInstanceActionDeleteRequest generates requests for PostInstanceActionDelete
func NewPostInstanceActionFreezeRequest ¶
func NewPostInstanceActionFreezeRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionFreezeParams) (*http.Request, error)
NewPostInstanceActionFreezeRequest generates requests for PostInstanceActionFreeze
func NewPostInstanceActionPGUpdateRequest ¶
func NewPostInstanceActionPGUpdateRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPGUpdateParams) (*http.Request, error)
NewPostInstanceActionPGUpdateRequest generates requests for PostInstanceActionPGUpdate
func NewPostInstanceActionPRStartRequest ¶
func NewPostInstanceActionPRStartRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPRStartParams) (*http.Request, error)
NewPostInstanceActionPRStartRequest generates requests for PostInstanceActionPRStart
func NewPostInstanceActionPRStopRequest ¶
func NewPostInstanceActionPRStopRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPRStopParams) (*http.Request, error)
NewPostInstanceActionPRStopRequest generates requests for PostInstanceActionPRStop
func NewPostInstanceActionProvisionRequest ¶
func NewPostInstanceActionProvisionRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionProvisionParams) (*http.Request, error)
NewPostInstanceActionProvisionRequest generates requests for PostInstanceActionProvision
func NewPostInstanceActionPushResourceInfoRequest ¶
func NewPostInstanceActionPushResourceInfoRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPushResourceInfoParams) (*http.Request, error)
NewPostInstanceActionPushResourceInfoRequest generates requests for PostInstanceActionPushResourceInfo
func NewPostInstanceActionRestartRequest ¶
func NewPostInstanceActionRestartRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionRestartParams) (*http.Request, error)
NewPostInstanceActionRestartRequest generates requests for PostInstanceActionRestart
func NewPostInstanceActionRunRequest ¶
func NewPostInstanceActionRunRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionRunParams) (*http.Request, error)
NewPostInstanceActionRunRequest generates requests for PostInstanceActionRun
func NewPostInstanceActionShutdownRequest ¶
func NewPostInstanceActionShutdownRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionShutdownParams) (*http.Request, error)
NewPostInstanceActionShutdownRequest generates requests for PostInstanceActionShutdown
func NewPostInstanceActionStartRequest ¶
func NewPostInstanceActionStartRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStartParams) (*http.Request, error)
NewPostInstanceActionStartRequest generates requests for PostInstanceActionStart
func NewPostInstanceActionStartStandbyRequest ¶
func NewPostInstanceActionStartStandbyRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStartStandbyParams) (*http.Request, error)
NewPostInstanceActionStartStandbyRequest generates requests for PostInstanceActionStartStandby
func NewPostInstanceActionStatusRequest ¶
func NewPostInstanceActionStatusRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStatusParams) (*http.Request, error)
NewPostInstanceActionStatusRequest generates requests for PostInstanceActionStatus
func NewPostInstanceActionStopRequest ¶
func NewPostInstanceActionStopRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStopParams) (*http.Request, error)
NewPostInstanceActionStopRequest generates requests for PostInstanceActionStop
func NewPostInstanceActionSyncIngestRequest ¶
func NewPostInstanceActionSyncIngestRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionSyncIngestParams) (*http.Request, error)
NewPostInstanceActionSyncIngestRequest generates requests for PostInstanceActionSyncIngest
func NewPostInstanceActionUnfreezeRequest ¶
func NewPostInstanceActionUnfreezeRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionUnfreezeParams) (*http.Request, error)
NewPostInstanceActionUnfreezeRequest generates requests for PostInstanceActionUnfreeze
func NewPostInstanceActionUnprovisionRequest ¶
func NewPostInstanceActionUnprovisionRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionUnprovisionParams) (*http.Request, error)
NewPostInstanceActionUnprovisionRequest generates requests for PostInstanceActionUnprovision
func NewPostInstanceClearRequest ¶
func NewPostInstanceClearRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostInstanceClearRequest generates requests for PostInstanceClear
func NewPostInstanceProgressRequest ¶
func NewPostInstanceProgressRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, body PostInstanceProgressJSONRequestBody) (*http.Request, error)
NewPostInstanceProgressRequest calls the generic PostInstanceProgress builder with application/json body
func NewPostInstanceProgressRequestWithBody ¶
func NewPostInstanceProgressRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader) (*http.Request, error)
NewPostInstanceProgressRequestWithBody generates requests for PostInstanceProgress with any type of body
func NewPostInstanceResourceConsoleRequest ¶
func NewPostInstanceResourceConsoleRequest(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceResourceConsoleParams) (*http.Request, error)
NewPostInstanceResourceConsoleRequest generates requests for PostInstanceResourceConsole
func NewPostInstanceStateFileRequestWithBody ¶
func NewPostInstanceStateFileRequestWithBody(server string, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader) (*http.Request, error)
NewPostInstanceStateFileRequestWithBody generates requests for PostInstanceStateFile with any type of body
func NewPostInstanceStatusRequest ¶
func NewPostInstanceStatusRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, body PostInstanceStatusJSONRequestBody) (*http.Request, error)
NewPostInstanceStatusRequest calls the generic PostInstanceStatus builder with application/json body
func NewPostInstanceStatusRequestWithBody ¶
func NewPostInstanceStatusRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader) (*http.Request, error)
NewPostInstanceStatusRequestWithBody generates requests for PostInstanceStatus with any type of body
func NewPostNodeActionClearRequest ¶
func NewPostNodeActionClearRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewPostNodeActionClearRequest generates requests for PostNodeActionClear
func NewPostNodeActionPushAssetRequest ¶
func NewPostNodeActionPushAssetRequest(server string, nodename InPathNodeName, params *PostNodeActionPushAssetParams) (*http.Request, error)
NewPostNodeActionPushAssetRequest generates requests for PostNodeActionPushAsset
func NewPostNodeActionPushDiskRequest ¶
func NewPostNodeActionPushDiskRequest(server string, nodename InPathNodeName, params *PostNodeActionPushDiskParams) (*http.Request, error)
NewPostNodeActionPushDiskRequest generates requests for PostNodeActionPushDisk
func NewPostNodeActionPushPkgRequest ¶
func NewPostNodeActionPushPkgRequest(server string, nodename InPathNodeName, params *PostNodeActionPushPkgParams) (*http.Request, error)
NewPostNodeActionPushPkgRequest generates requests for PostNodeActionPushPkg
func NewPostNodeActionSCSIScanRequest ¶
func NewPostNodeActionSCSIScanRequest(server string, nodename InPathNodeName, params *PostNodeActionSCSIScanParams) (*http.Request, error)
NewPostNodeActionSCSIScanRequest generates requests for PostNodeActionSCSIScan
func NewPostNodeActionScanCapabilitiesRequest ¶
func NewPostNodeActionScanCapabilitiesRequest(server string, nodename InPathNodeName, params *PostNodeActionScanCapabilitiesParams) (*http.Request, error)
NewPostNodeActionScanCapabilitiesRequest generates requests for PostNodeActionScanCapabilities
func NewPostNodeActionSysreportRequest ¶
func NewPostNodeActionSysreportRequest(server string, nodename InPathNodeName, params *PostNodeActionSysreportParams) (*http.Request, error)
NewPostNodeActionSysreportRequest generates requests for PostNodeActionSysreport
func NewPostNodeDRBDConfigRequest ¶
func NewPostNodeDRBDConfigRequest(server string, nodename InPathNodeName, params *PostNodeDRBDConfigParams, body PostNodeDRBDConfigJSONRequestBody) (*http.Request, error)
NewPostNodeDRBDConfigRequest calls the generic PostNodeDRBDConfig builder with application/json body
func NewPostNodeDRBDConfigRequestWithBody ¶
func NewPostNodeDRBDConfigRequestWithBody(server string, nodename InPathNodeName, params *PostNodeDRBDConfigParams, contentType string, body io.Reader) (*http.Request, error)
NewPostNodeDRBDConfigRequestWithBody generates requests for PostNodeDRBDConfig with any type of body
func NewPostNodeDRBDConnectRequest ¶
func NewPostNodeDRBDConnectRequest(server string, nodename InPathNodeName, params *PostNodeDRBDConnectParams) (*http.Request, error)
NewPostNodeDRBDConnectRequest generates requests for PostNodeDRBDConnect
func NewPostNodeDRBDPrimaryRequest ¶
func NewPostNodeDRBDPrimaryRequest(server string, nodename InPathNodeName, params *PostNodeDRBDPrimaryParams) (*http.Request, error)
NewPostNodeDRBDPrimaryRequest generates requests for PostNodeDRBDPrimary
func NewPostNodeDRBDSecondaryRequest ¶
func NewPostNodeDRBDSecondaryRequest(server string, nodename InPathNodeName, params *PostNodeDRBDSecondaryParams) (*http.Request, error)
NewPostNodeDRBDSecondaryRequest generates requests for PostNodeDRBDSecondary
func NewPostObjectActionAbortRequest ¶
func NewPostObjectActionAbortRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostObjectActionAbortRequest generates requests for PostObjectActionAbort
func NewPostObjectActionDeleteRequest ¶
func NewPostObjectActionDeleteRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostObjectActionDeleteRequest generates requests for PostObjectActionDelete
func NewPostObjectActionFreezeRequest ¶
func NewPostObjectActionFreezeRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostObjectActionFreezeRequest generates requests for PostObjectActionFreeze
func NewPostObjectActionGivebackRequest ¶
func NewPostObjectActionGivebackRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostObjectActionGivebackRequest generates requests for PostObjectActionGiveback
func NewPostObjectActionProvisionRequest ¶
func NewPostObjectActionProvisionRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostObjectActionProvisionRequest generates requests for PostObjectActionProvision
func NewPostObjectActionPurgeRequest ¶
func NewPostObjectActionPurgeRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostObjectActionPurgeRequest generates requests for PostObjectActionPurge
func NewPostObjectActionRestartRequest ¶
func NewPostObjectActionRestartRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, body PostObjectActionRestartJSONRequestBody) (*http.Request, error)
NewPostObjectActionRestartRequest calls the generic PostObjectActionRestart builder with application/json body
func NewPostObjectActionRestartRequestWithBody ¶
func NewPostObjectActionRestartRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader) (*http.Request, error)
NewPostObjectActionRestartRequestWithBody generates requests for PostObjectActionRestart with any type of body
func NewPostObjectActionStartRequest ¶
func NewPostObjectActionStartRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostObjectActionStartRequest generates requests for PostObjectActionStart
func NewPostObjectActionStopRequest ¶
func NewPostObjectActionStopRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostObjectActionStopRequest generates requests for PostObjectActionStop
func NewPostObjectActionSwitchRequest ¶
func NewPostObjectActionSwitchRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName, body PostObjectActionSwitchJSONRequestBody) (*http.Request, error)
NewPostObjectActionSwitchRequest calls the generic PostObjectActionSwitch builder with application/json body
func NewPostObjectActionSwitchRequestWithBody ¶
func NewPostObjectActionSwitchRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader) (*http.Request, error)
NewPostObjectActionSwitchRequestWithBody generates requests for PostObjectActionSwitch with any type of body
func NewPostObjectActionUnfreezeRequest ¶
func NewPostObjectActionUnfreezeRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostObjectActionUnfreezeRequest generates requests for PostObjectActionUnfreeze
func NewPostObjectActionUnprovisionRequest ¶
func NewPostObjectActionUnprovisionRequest(server string, namespace InPathNamespace, kind InPathKind, name InPathName) (*http.Request, error)
NewPostObjectActionUnprovisionRequest generates requests for PostObjectActionUnprovision
func NewPostObjectConfigFileRequestWithBody ¶
func NewPostObjectConfigFileRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader) (*http.Request, error)
NewPostObjectConfigFileRequestWithBody generates requests for PostObjectConfigFile with any type of body
func NewPostObjectDataKeyRequestWithBody ¶
func NewPostObjectDataKeyRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostObjectDataKeyParams, contentType string, body io.Reader) (*http.Request, error)
NewPostObjectDataKeyRequestWithBody generates requests for PostObjectDataKey with any type of body
func NewPostPeerActionAbortRequest ¶
func NewPostPeerActionAbortRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewPostPeerActionAbortRequest generates requests for PostPeerActionAbort
func NewPostPeerActionDequeueRequest ¶
func NewPostPeerActionDequeueRequest(server string, nodename InPathNodeName, params *PostPeerActionDequeueParams) (*http.Request, error)
NewPostPeerActionDequeueRequest generates requests for PostPeerActionDequeue
func NewPostPeerActionDrainRequest ¶
func NewPostPeerActionDrainRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewPostPeerActionDrainRequest generates requests for PostPeerActionDrain
func NewPostPeerActionFreezeRequest ¶
func NewPostPeerActionFreezeRequest(server string, nodename InPathNodeName, params *PostPeerActionFreezeParams) (*http.Request, error)
NewPostPeerActionFreezeRequest generates requests for PostPeerActionFreeze
func NewPostPeerActionUnfreezeRequest ¶
func NewPostPeerActionUnfreezeRequest(server string, nodename InPathNodeName, params *PostPeerActionUnfreezeParams) (*http.Request, error)
NewPostPeerActionUnfreezeRequest generates requests for PostPeerActionUnfreeze
func NewPostRelayMessageRequest ¶
func NewPostRelayMessageRequest(server string, body PostRelayMessageJSONRequestBody) (*http.Request, error)
NewPostRelayMessageRequest calls the generic PostRelayMessage builder with application/json body
func NewPostRelayMessageRequestWithBody ¶
func NewPostRelayMessageRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewPostRelayMessageRequestWithBody generates requests for PostRelayMessage with any type of body
func NewPostSvcDisableRequest ¶
func NewPostSvcDisableRequest(server string, namespace InPathNamespace, name InPathName, params *PostSvcDisableParams) (*http.Request, error)
NewPostSvcDisableRequest generates requests for PostSvcDisable
func NewPostSvcEnableRequest ¶
func NewPostSvcEnableRequest(server string, namespace InPathNamespace, name InPathName, params *PostSvcEnableParams) (*http.Request, error)
NewPostSvcEnableRequest generates requests for PostSvcEnable
func NewPutClusterConfigFileRequestWithBody ¶
func NewPutClusterConfigFileRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewPutClusterConfigFileRequestWithBody generates requests for PutClusterConfigFile with any type of body
func NewPutNodeConfigFileRequestWithBody ¶
func NewPutNodeConfigFileRequestWithBody(server string, nodename InPathNodeName, contentType string, body io.Reader) (*http.Request, error)
NewPutNodeConfigFileRequestWithBody generates requests for PutNodeConfigFile with any type of body
func NewPutNodeSSHTrustRequest ¶
func NewPutNodeSSHTrustRequest(server string, nodename InPathNodeName) (*http.Request, error)
NewPutNodeSSHTrustRequest generates requests for PutNodeSSHTrust
func NewPutObjectConfigFileRequestWithBody ¶
func NewPutObjectConfigFileRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader) (*http.Request, error)
NewPutObjectConfigFileRequestWithBody generates requests for PutObjectConfigFile with any type of body
func NewPutObjectDataKeyRequestWithBody ¶
func NewPutObjectDataKeyRequestWithBody(server string, namespace InPathNamespace, kind InPathKind, name InPathName, params *PutObjectDataKeyParams, contentType string, body io.Reader) (*http.Request, error)
NewPutObjectDataKeyRequestWithBody generates requests for PutObjectDataKey with any type of body
func PathToRawSpec ¶
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
func RegisterHandlers ¶
func RegisterHandlers(router EchoRouter, si ServerInterface)
RegisterHandlers adds each server route to the EchoRouter.
func RegisterHandlersWithBaseURL ¶
func RegisterHandlersWithBaseURL(router EchoRouter, si ServerInterface, baseURL string)
RegisterHandlersWithBaseURL registers handlers and prepends BaseURL to the paths so the API can be served under a prefix.
func RegisterHandlersWithOptions ¶
func RegisterHandlersWithOptions(router EchoRouter, si ServerInterface, options RegisterHandlersOptions)
RegisterHandlersWithOptions registers handlers using the supplied options, including any per-operation middleware.
Types ¶
type ArbitratorStatus ¶
type ArbitratorStatus struct {
// Status Represents a resource, instance or object status, e.g., 'up', 'down', 'warn', ....
Status Status `json:"status"`
Url string `json:"url"`
Weight int `json:"weight"`
}
ArbitratorStatus defines model for ArbitratorStatus.
type ArrayList ¶
type ArrayList struct {
Items ArrayItems `json:"items"`
Kind ArrayListKind `json:"kind"`
}
ArrayList defines model for ArrayList.
type ArrayListKind ¶
type ArrayListKind string
ArrayListKind defines model for ArrayList.Kind.
const (
Array ArrayListKind = "Array"
)
Defines values for ArrayListKind.
func (ArrayListKind) Valid ¶
func (e ArrayListKind) Valid() bool
Valid indicates whether the value is a known member of the ArrayListKind enum.
type AuthAccessToken ¶
type AuthAccessToken struct {
AccessExpiredAt time.Time `json:"access_expired_at"`
AccessToken string `json:"access_token"`
}
AuthAccessToken defines model for AuthAccessToken.
type AuthInfo ¶
type AuthInfo struct {
Methods []AuthInfoMethods `json:"methods"`
Openid *struct {
ClientId string `json:"client_id"`
Issuer string `json:"issuer"`
} `json:"openid,omitempty"`
}
AuthInfo defines model for AuthInfo.
type AuthInfoMethods ¶
type AuthInfoMethods string
AuthInfoMethods defines model for AuthInfo.Methods.
const ( Basic AuthInfoMethods = "basic" Openid AuthInfoMethods = "openid" Session AuthInfoMethods = "session" X509 AuthInfoMethods = "x509" )
Defines values for AuthInfoMethods.
func (AuthInfoMethods) Valid ¶
func (e AuthInfoMethods) Valid() bool
Valid indicates whether the value is a known member of the AuthInfoMethods enum.
type AuthRefreshToken ¶
type AuthRefreshToken struct {
RefreshExpiredAt *time.Time `json:"refresh_expired_at,omitempty"`
RefreshToken *string `json:"refresh_token,omitempty"`
}
AuthRefreshToken defines model for AuthRefreshToken.
type AuthToken ¶
type AuthToken struct {
AccessExpiredAt time.Time `json:"access_expired_at"`
AccessToken string `json:"access_token"`
RefreshExpiredAt *time.Time `json:"refresh_expired_at,omitempty"`
RefreshToken *string `json:"refresh_token,omitempty"`
}
AuthToken defines model for AuthToken.
func (AuthToken) Unstructured ¶
type Capability ¶
type Capability struct {
Name string `json:"name"`
}
Capability defines model for Capability.
func (Capability) Unstructured ¶
func (t Capability) Unstructured() map[string]any
type CapabilityItem ¶
type CapabilityItem struct {
Data Capability `json:"data"`
Kind CapabilityItemKind `json:"kind"`
Meta NodeMeta `json:"meta"`
}
CapabilityItem defines model for CapabilityItem.
func (CapabilityItem) Unstructured ¶
func (t CapabilityItem) Unstructured() map[string]any
type CapabilityItemKind ¶
type CapabilityItemKind string
CapabilityItemKind defines model for CapabilityItem.Kind.
const (
CapabilityItemKindCapabilityItem CapabilityItemKind = "CapabilityItem"
)
Defines values for CapabilityItemKind.
func (CapabilityItemKind) Valid ¶
func (e CapabilityItemKind) Valid() bool
Valid indicates whether the value is a known member of the CapabilityItemKind enum.
type CapabilityItems ¶
type CapabilityItems = []CapabilityItem
CapabilityItems defines model for CapabilityItems.
type CapabilityList ¶
type CapabilityList struct {
Items CapabilityItems `json:"items"`
Kind CapabilityListKind `json:"kind"`
}
CapabilityList defines model for CapabilityList.
func (CapabilityList) GetItems ¶
func (t CapabilityList) GetItems() any
type CapabilityListKind ¶
type CapabilityListKind string
CapabilityListKind defines model for CapabilityList.Kind.
const (
CapabilityListKindCapabilityList CapabilityListKind = "CapabilityList"
)
Defines values for CapabilityListKind.
func (CapabilityListKind) Valid ¶
func (e CapabilityListKind) Valid() bool
Valid indicates whether the value is a known member of the CapabilityListKind enum.
type Client ¶
type Client struct {
// The endpoint of the server conforming to this interface, with scheme,
// https://api.deepmap.com for example. This can contain a path relative
// to the server, such as https://api.deepmap.com/dev-test, and all the
// paths in the swagger spec will be appended to the server.
Server string
// Doer for performing requests, typically a *http.Client with any
// customized settings, such as certificate chains.
Client HttpRequestDoer
// A list of callbacks for modifying requests which are generated before sending over
// the network.
RequestEditors []RequestEditorFn
}
Client which conforms to the OpenAPI3 specification for this service.
func NewClient ¶
func NewClient(server string, opts ...ClientOption) (*Client, error)
Creates a new Client, with reasonable defaults
func (*Client) DeleteDaemonProcess ¶
func (c *Client) DeleteDaemonProcess(ctx context.Context, nodename InPathNodeName, params *DeleteDaemonProcessParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeleteObjectDataKey ¶
func (c *Client) DeleteObjectDataKey(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *DeleteObjectDataKeyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetArray ¶
func (c *Client) GetArray(ctx context.Context, params *GetArrayParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAuthInfo ¶
func (*Client) GetAuthWhoAmI ¶
func (*Client) GetClusterConfig ¶
func (c *Client) GetClusterConfig(ctx context.Context, params *GetClusterConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetClusterConfigFile ¶
func (*Client) GetClusterConfigKeywords ¶
func (c *Client) GetClusterConfigKeywords(ctx context.Context, params *GetClusterConfigKeywordsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetClusterStatus ¶
func (c *Client) GetClusterStatus(ctx context.Context, params *GetClusterStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetDaemonDNSDump ¶
func (c *Client) GetDaemonDNSDump(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetDaemonEvents ¶
func (c *Client) GetDaemonEvents(ctx context.Context, nodename InPathNodeName, params *GetDaemonEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetDaemonProcess ¶
func (c *Client) GetDaemonProcess(ctx context.Context, nodename InPathNodeName, params *GetDaemonProcessParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetInstance ¶
func (c *Client) GetInstance(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetInstanceConfigFile ¶
func (c *Client) GetInstanceConfigFile(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetInstanceContainerLog ¶
func (c *Client) GetInstanceContainerLog(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceContainerLogParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetInstanceLogs ¶
func (c *Client) GetInstanceLogs(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetInstanceResourceFile ¶
func (c *Client) GetInstanceResourceFile(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceResourceFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetInstanceResourceInfo ¶
func (c *Client) GetInstanceResourceInfo(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetInstanceSchedule ¶
func (c *Client) GetInstanceSchedule(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetInstances ¶
func (c *Client) GetInstances(ctx context.Context, params *GetInstancesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNetworkIP ¶
func (c *Client) GetNetworkIP(ctx context.Context, params *GetNetworkIPParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNetworks ¶
func (c *Client) GetNetworks(ctx context.Context, params *GetNetworksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeCapabilities ¶
func (c *Client) GetNodeCapabilities(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeConfig ¶
func (c *Client) GetNodeConfig(ctx context.Context, nodename InPathNodeName, params *GetNodeConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeConfigFile ¶
func (c *Client) GetNodeConfigFile(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeConfigKeywords ¶
func (c *Client) GetNodeConfigKeywords(ctx context.Context, nodename InPathNodeName, params *GetNodeConfigKeywordsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeDRBDAllocation ¶
func (c *Client) GetNodeDRBDAllocation(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeDRBDConfig ¶
func (c *Client) GetNodeDRBDConfig(ctx context.Context, nodename InPathNodeName, params *GetNodeDRBDConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeDriver ¶
func (c *Client) GetNodeDriver(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeLogs ¶
func (c *Client) GetNodeLogs(ctx context.Context, nodename InPathNodeName, params *GetNodeLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeMetrics ¶
func (c *Client) GetNodeMetrics(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodePing ¶
func (c *Client) GetNodePing(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSSHHostkeys ¶
func (c *Client) GetNodeSSHHostkeys(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSSHKey ¶
func (c *Client) GetNodeSSHKey(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSchedule ¶
func (c *Client) GetNodeSchedule(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSystemDisk ¶
func (c *Client) GetNodeSystemDisk(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSystemGroup ¶
func (c *Client) GetNodeSystemGroup(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSystemHardware ¶
func (c *Client) GetNodeSystemHardware(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSystemIPAddress ¶
func (c *Client) GetNodeSystemIPAddress(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSystemPackage ¶
func (c *Client) GetNodeSystemPackage(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSystemProperty ¶
func (c *Client) GetNodeSystemProperty(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSystemSANInitiator ¶
func (c *Client) GetNodeSystemSANInitiator(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSystemSANPath ¶
func (c *Client) GetNodeSystemSANPath(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodeSystemUser ¶
func (c *Client) GetNodeSystemUser(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodes ¶
func (c *Client) GetNodes(ctx context.Context, params *GetNodesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNodesInfo ¶
func (*Client) GetObject ¶
func (c *Client) GetObject(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetObjectConfig ¶
func (c *Client) GetObjectConfig(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetObjectConfigFile ¶
func (c *Client) GetObjectConfigFile(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetObjectConfigKeywords ¶
func (c *Client) GetObjectConfigKeywords(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectConfigKeywordsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetObjectData ¶
func (c *Client) GetObjectData(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectDataParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetObjectDataKey ¶
func (c *Client) GetObjectDataKey(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectDataKeyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetObjectDataKeys ¶
func (c *Client) GetObjectDataKeys(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetObjectPaths ¶
func (c *Client) GetObjectPaths(ctx context.Context, params *GetObjectPathsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetObjectResourceInfo ¶
func (c *Client) GetObjectResourceInfo(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetObjectSchedule ¶
func (c *Client) GetObjectSchedule(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetObjects ¶
func (c *Client) GetObjects(ctx context.Context, params *GetObjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetPoolVolumes ¶
func (c *Client) GetPoolVolumes(ctx context.Context, params *GetPoolVolumesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetPools ¶
func (c *Client) GetPools(ctx context.Context, params *GetPoolsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetRelayMessage ¶
func (c *Client) GetRelayMessage(ctx context.Context, params *GetRelayMessageParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetRelayStatus ¶
func (c *Client) GetRelayStatus(ctx context.Context, params *GetRelayStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetResources ¶
func (c *Client) GetResources(ctx context.Context, params *GetResourcesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetSwagger ¶
func (*Client) PatchClusterConfig ¶
func (c *Client) PatchClusterConfig(ctx context.Context, params *PatchClusterConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PatchNodeConfig ¶
func (c *Client) PatchNodeConfig(ctx context.Context, nodename InPathNodeName, params *PatchNodeConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PatchObjectConfig ¶
func (c *Client) PatchObjectConfig(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PatchObjectConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PatchObjectData ¶
func (c *Client) PatchObjectData(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PatchObjectDataJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PatchObjectDataWithBody ¶
func (c *Client) PatchObjectDataWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostAuthRefresh ¶
func (c *Client) PostAuthRefresh(ctx context.Context, params *PostAuthRefreshParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostAuthToken ¶
func (c *Client) PostAuthToken(ctx context.Context, params *PostAuthTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostClusterActionAbort ¶
func (*Client) PostClusterActionFreeze ¶
func (*Client) PostClusterActionUnfreeze ¶
func (*Client) PostClusterHeartbeatRotate ¶
func (*Client) PostClusterJoin ¶
func (c *Client) PostClusterJoin(ctx context.Context, params *PostClusterJoinParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostClusterLeave ¶
func (c *Client) PostClusterLeave(ctx context.Context, params *PostClusterLeaveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonAudit ¶
func (c *Client) PostDaemonAudit(ctx context.Context, nodename InPathNodeName, params *PostDaemonAuditParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonHeartbeatRestart ¶
func (c *Client) PostDaemonHeartbeatRestart(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonHeartbeatSign ¶
func (c *Client) PostDaemonHeartbeatSign(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonHeartbeatStart ¶
func (c *Client) PostDaemonHeartbeatStart(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonHeartbeatStop ¶
func (c *Client) PostDaemonHeartbeatStop(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonHeartbeatWipe ¶
func (c *Client) PostDaemonHeartbeatWipe(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonListenerLogControl ¶
func (c *Client) PostDaemonListenerLogControl(ctx context.Context, nodename InPathNodeName, name InPathListenerName, body PostDaemonListenerLogControlJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonListenerLogControlWithBody ¶
func (c *Client) PostDaemonListenerLogControlWithBody(ctx context.Context, nodename InPathNodeName, name InPathListenerName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonListenerRestart ¶
func (c *Client) PostDaemonListenerRestart(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonListenerStart ¶
func (c *Client) PostDaemonListenerStart(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonListenerStop ¶
func (c *Client) PostDaemonListenerStop(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonLogControl ¶
func (c *Client) PostDaemonLogControl(ctx context.Context, nodename InPathNodeName, body PostDaemonLogControlJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonLogControlWithBody ¶
func (*Client) PostDaemonRestart ¶
func (c *Client) PostDaemonRestart(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonShutdown ¶
func (c *Client) PostDaemonShutdown(ctx context.Context, nodename InPathNodeName, params *PostDaemonShutdownParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostDaemonStop ¶
func (c *Client) PostDaemonStop(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionBoot ¶
func (c *Client) PostInstanceActionBoot(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionBootParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionDelete ¶
func (c *Client) PostInstanceActionDelete(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionFreeze ¶
func (c *Client) PostInstanceActionFreeze(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionFreezeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionPGUpdate ¶
func (c *Client) PostInstanceActionPGUpdate(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPGUpdateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionPRStart ¶
func (c *Client) PostInstanceActionPRStart(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPRStartParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionPRStop ¶
func (c *Client) PostInstanceActionPRStop(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPRStopParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionProvision ¶
func (c *Client) PostInstanceActionProvision(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionProvisionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionPushResourceInfo ¶
func (c *Client) PostInstanceActionPushResourceInfo(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPushResourceInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionRestart ¶
func (c *Client) PostInstanceActionRestart(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionRestartParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionRun ¶
func (c *Client) PostInstanceActionRun(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionRunParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionShutdown ¶
func (c *Client) PostInstanceActionShutdown(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionShutdownParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionStart ¶
func (c *Client) PostInstanceActionStart(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStartParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionStartStandby ¶
func (c *Client) PostInstanceActionStartStandby(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStartStandbyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionStatus ¶
func (c *Client) PostInstanceActionStatus(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionStop ¶
func (c *Client) PostInstanceActionStop(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStopParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionSyncIngest ¶
func (c *Client) PostInstanceActionSyncIngest(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionSyncIngestParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionUnfreeze ¶
func (c *Client) PostInstanceActionUnfreeze(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionUnfreezeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceActionUnprovision ¶
func (c *Client) PostInstanceActionUnprovision(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionUnprovisionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceClear ¶
func (c *Client) PostInstanceClear(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceProgress ¶
func (c *Client) PostInstanceProgress(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostInstanceProgressJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceProgressWithBody ¶
func (c *Client) PostInstanceProgressWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceResourceConsole ¶
func (c *Client) PostInstanceResourceConsole(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceResourceConsoleParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceStateFileWithBody ¶
func (c *Client) PostInstanceStateFileWithBody(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceStatus ¶
func (c *Client) PostInstanceStatus(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostInstanceStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostInstanceStatusWithBody ¶
func (c *Client) PostInstanceStatusWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeActionClear ¶
func (c *Client) PostNodeActionClear(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeActionPushAsset ¶
func (c *Client) PostNodeActionPushAsset(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushAssetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeActionPushDisk ¶
func (c *Client) PostNodeActionPushDisk(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushDiskParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeActionPushPkg ¶
func (c *Client) PostNodeActionPushPkg(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushPkgParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeActionSCSIScan ¶
func (c *Client) PostNodeActionSCSIScan(ctx context.Context, nodename InPathNodeName, params *PostNodeActionSCSIScanParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeActionScanCapabilities ¶
func (c *Client) PostNodeActionScanCapabilities(ctx context.Context, nodename InPathNodeName, params *PostNodeActionScanCapabilitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeActionSysreport ¶
func (c *Client) PostNodeActionSysreport(ctx context.Context, nodename InPathNodeName, params *PostNodeActionSysreportParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeDRBDConfig ¶
func (c *Client) PostNodeDRBDConfig(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, body PostNodeDRBDConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeDRBDConfigWithBody ¶
func (c *Client) PostNodeDRBDConfigWithBody(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeDRBDConnect ¶
func (c *Client) PostNodeDRBDConnect(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConnectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeDRBDPrimary ¶
func (c *Client) PostNodeDRBDPrimary(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDPrimaryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostNodeDRBDSecondary ¶
func (c *Client) PostNodeDRBDSecondary(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDSecondaryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionAbort ¶
func (c *Client) PostObjectActionAbort(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionDelete ¶
func (c *Client) PostObjectActionDelete(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionFreeze ¶
func (c *Client) PostObjectActionFreeze(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionGiveback ¶
func (c *Client) PostObjectActionGiveback(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionProvision ¶
func (c *Client) PostObjectActionProvision(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionPurge ¶
func (c *Client) PostObjectActionPurge(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionRestart ¶
func (c *Client) PostObjectActionRestart(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostObjectActionRestartJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionRestartWithBody ¶
func (c *Client) PostObjectActionRestartWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionStart ¶
func (c *Client) PostObjectActionStart(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionStop ¶
func (c *Client) PostObjectActionStop(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionSwitch ¶
func (c *Client) PostObjectActionSwitch(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostObjectActionSwitchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionSwitchWithBody ¶
func (c *Client) PostObjectActionSwitchWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionUnfreeze ¶
func (c *Client) PostObjectActionUnfreeze(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectActionUnprovision ¶
func (c *Client) PostObjectActionUnprovision(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectConfigFileWithBody ¶
func (c *Client) PostObjectConfigFileWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostObjectDataKeyWithBody ¶
func (c *Client) PostObjectDataKeyWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostObjectDataKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostPeerActionAbort ¶
func (c *Client) PostPeerActionAbort(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostPeerActionDequeue ¶
func (c *Client) PostPeerActionDequeue(ctx context.Context, nodename InPathNodeName, params *PostPeerActionDequeueParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostPeerActionDrain ¶
func (c *Client) PostPeerActionDrain(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostPeerActionFreeze ¶
func (c *Client) PostPeerActionFreeze(ctx context.Context, nodename InPathNodeName, params *PostPeerActionFreezeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostPeerActionUnfreeze ¶
func (c *Client) PostPeerActionUnfreeze(ctx context.Context, nodename InPathNodeName, params *PostPeerActionUnfreezeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostRelayMessage ¶
func (c *Client) PostRelayMessage(ctx context.Context, body PostRelayMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostRelayMessageWithBody ¶
func (*Client) PostSvcDisable ¶
func (c *Client) PostSvcDisable(ctx context.Context, namespace InPathNamespace, name InPathName, params *PostSvcDisableParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PostSvcEnable ¶
func (c *Client) PostSvcEnable(ctx context.Context, namespace InPathNamespace, name InPathName, params *PostSvcEnableParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PutClusterConfigFileWithBody ¶
func (*Client) PutNodeConfigFileWithBody ¶
func (*Client) PutNodeSSHTrust ¶
func (c *Client) PutNodeSSHTrust(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PutObjectConfigFileWithBody ¶
func (c *Client) PutObjectConfigFileWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) PutObjectDataKeyWithBody ¶
func (c *Client) PutObjectDataKeyWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PutObjectDataKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
type ClientInterface ¶
type ClientInterface interface {
// GetArray request
GetArray(ctx context.Context, params *GetArrayParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAuthInfo request
GetAuthInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostAuthRefresh request
PostAuthRefresh(ctx context.Context, params *PostAuthRefreshParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostAuthToken request
PostAuthToken(ctx context.Context, params *PostAuthTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAuthWhoAmI request
GetAuthWhoAmI(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostClusterActionAbort request
PostClusterActionAbort(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostClusterActionFreeze request
PostClusterActionFreeze(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostClusterActionUnfreeze request
PostClusterActionUnfreeze(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetClusterConfig request
GetClusterConfig(ctx context.Context, params *GetClusterConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PatchClusterConfig request
PatchClusterConfig(ctx context.Context, params *PatchClusterConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetClusterConfigFile request
GetClusterConfigFile(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// PutClusterConfigFileWithBody request with any body
PutClusterConfigFileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetClusterConfigKeywords request
GetClusterConfigKeywords(ctx context.Context, params *GetClusterConfigKeywordsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostClusterHeartbeatRotate request
PostClusterHeartbeatRotate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostClusterJoin request
PostClusterJoin(ctx context.Context, params *PostClusterJoinParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostClusterLeave request
PostClusterLeave(ctx context.Context, params *PostClusterLeaveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetClusterStatus request
GetClusterStatus(ctx context.Context, params *GetClusterStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetInstances request
GetInstances(ctx context.Context, params *GetInstancesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceProgressWithBody request with any body
PostInstanceProgressWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PostInstanceProgress(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostInstanceProgressJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceStatusWithBody request with any body
PostInstanceStatusWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PostInstanceStatus(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostInstanceStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNetworks request
GetNetworks(ctx context.Context, params *GetNetworksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNetworkIP request
GetNetworkIP(ctx context.Context, params *GetNetworkIPParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodes request
GetNodes(ctx context.Context, params *GetNodesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodesInfo request
GetNodesInfo(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostPeerActionAbort request
PostPeerActionAbort(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeActionClear request
PostNodeActionClear(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostPeerActionDequeue request
PostPeerActionDequeue(ctx context.Context, nodename InPathNodeName, params *PostPeerActionDequeueParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostPeerActionDrain request
PostPeerActionDrain(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostPeerActionFreeze request
PostPeerActionFreeze(ctx context.Context, nodename InPathNodeName, params *PostPeerActionFreezeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeActionPushAsset request
PostNodeActionPushAsset(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushAssetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeActionPushDisk request
PostNodeActionPushDisk(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushDiskParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeActionPushPkg request
PostNodeActionPushPkg(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushPkgParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeActionScanCapabilities request
PostNodeActionScanCapabilities(ctx context.Context, nodename InPathNodeName, params *PostNodeActionScanCapabilitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeActionSCSIScan request
PostNodeActionSCSIScan(ctx context.Context, nodename InPathNodeName, params *PostNodeActionSCSIScanParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeActionSysreport request
PostNodeActionSysreport(ctx context.Context, nodename InPathNodeName, params *PostNodeActionSysreportParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostPeerActionUnfreeze request
PostPeerActionUnfreeze(ctx context.Context, nodename InPathNodeName, params *PostPeerActionUnfreezeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeCapabilities request
GetNodeCapabilities(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeConfig request
GetNodeConfig(ctx context.Context, nodename InPathNodeName, params *GetNodeConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PatchNodeConfig request
PatchNodeConfig(ctx context.Context, nodename InPathNodeName, params *PatchNodeConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeConfigFile request
GetNodeConfigFile(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PutNodeConfigFileWithBody request with any body
PutNodeConfigFileWithBody(ctx context.Context, nodename InPathNodeName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeConfigKeywords request
GetNodeConfigKeywords(ctx context.Context, nodename InPathNodeName, params *GetNodeConfigKeywordsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonRestart request
PostDaemonRestart(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonShutdown request
PostDaemonShutdown(ctx context.Context, nodename InPathNodeName, params *PostDaemonShutdownParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonStop request
PostDaemonStop(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonAudit request
PostDaemonAudit(ctx context.Context, nodename InPathNodeName, params *PostDaemonAuditParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetDaemonDNSDump request
GetDaemonDNSDump(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetDaemonEvents request
GetDaemonEvents(ctx context.Context, nodename InPathNodeName, params *GetDaemonEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonHeartbeatRestart request
PostDaemonHeartbeatRestart(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonHeartbeatSign request
PostDaemonHeartbeatSign(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonHeartbeatStart request
PostDaemonHeartbeatStart(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonHeartbeatStop request
PostDaemonHeartbeatStop(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonHeartbeatWipe request
PostDaemonHeartbeatWipe(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonListenerRestart request
PostDaemonListenerRestart(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonListenerStart request
PostDaemonListenerStart(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonListenerStop request
PostDaemonListenerStop(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonListenerLogControlWithBody request with any body
PostDaemonListenerLogControlWithBody(ctx context.Context, nodename InPathNodeName, name InPathListenerName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PostDaemonListenerLogControl(ctx context.Context, nodename InPathNodeName, name InPathListenerName, body PostDaemonListenerLogControlJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostDaemonLogControlWithBody request with any body
PostDaemonLogControlWithBody(ctx context.Context, nodename InPathNodeName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PostDaemonLogControl(ctx context.Context, nodename InPathNodeName, body PostDaemonLogControlJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteDaemonProcess request
DeleteDaemonProcess(ctx context.Context, nodename InPathNodeName, params *DeleteDaemonProcessParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetDaemonProcess request
GetDaemonProcess(ctx context.Context, nodename InPathNodeName, params *GetDaemonProcessParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeDRBDAllocation request
GetNodeDRBDAllocation(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeDRBDConfig request
GetNodeDRBDConfig(ctx context.Context, nodename InPathNodeName, params *GetNodeDRBDConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeDRBDConfigWithBody request with any body
PostNodeDRBDConfigWithBody(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PostNodeDRBDConfig(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, body PostNodeDRBDConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeDRBDConnect request
PostNodeDRBDConnect(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConnectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeDRBDPrimary request
PostNodeDRBDPrimary(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDPrimaryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostNodeDRBDSecondary request
PostNodeDRBDSecondary(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDSecondaryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeDriver request
GetNodeDriver(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetInstance request
GetInstance(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionBoot request
PostInstanceActionBoot(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionBootParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionDelete request
PostInstanceActionDelete(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionDeleteParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionFreeze request
PostInstanceActionFreeze(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionFreezeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionPGUpdate request
PostInstanceActionPGUpdate(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPGUpdateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionProvision request
PostInstanceActionProvision(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionProvisionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionPRStart request
PostInstanceActionPRStart(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPRStartParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionPRStop request
PostInstanceActionPRStop(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPRStopParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionPushResourceInfo request
PostInstanceActionPushResourceInfo(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPushResourceInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionRestart request
PostInstanceActionRestart(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionRestartParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionRun request
PostInstanceActionRun(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionRunParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionShutdown request
PostInstanceActionShutdown(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionShutdownParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionStart request
PostInstanceActionStart(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStartParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionStartStandby request
PostInstanceActionStartStandby(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStartStandbyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionStatus request
PostInstanceActionStatus(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionStop request
PostInstanceActionStop(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStopParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionSyncIngest request
PostInstanceActionSyncIngest(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionSyncIngestParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionUnfreeze request
PostInstanceActionUnfreeze(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionUnfreezeParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceActionUnprovision request
PostInstanceActionUnprovision(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionUnprovisionParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceClear request
PostInstanceClear(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetInstanceConfigFile request
GetInstanceConfigFile(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceResourceConsole request
PostInstanceResourceConsole(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceResourceConsoleParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetInstanceContainerLog request
GetInstanceContainerLog(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceContainerLogParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetInstanceLogs request
GetInstanceLogs(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetInstanceResourceFile request
GetInstanceResourceFile(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceResourceFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetInstanceResourceInfo request
GetInstanceResourceInfo(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetInstanceSchedule request
GetInstanceSchedule(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostInstanceStateFileWithBody request with any body
PostInstanceStateFileWithBody(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeLogs request
GetNodeLogs(ctx context.Context, nodename InPathNodeName, params *GetNodeLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeMetrics request
GetNodeMetrics(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodePing request
GetNodePing(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSchedule request
GetNodeSchedule(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSSHHostkeys request
GetNodeSSHHostkeys(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSSHKey request
GetNodeSSHKey(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PutNodeSSHTrust request
PutNodeSSHTrust(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSystemDisk request
GetNodeSystemDisk(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSystemGroup request
GetNodeSystemGroup(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSystemHardware request
GetNodeSystemHardware(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSystemIPAddress request
GetNodeSystemIPAddress(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSystemPackage request
GetNodeSystemPackage(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSystemProperty request
GetNodeSystemProperty(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSystemSANInitiator request
GetNodeSystemSANInitiator(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSystemSANPath request
GetNodeSystemSANPath(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNodeSystemUser request
GetNodeSystemUser(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObjects request
GetObjects(ctx context.Context, params *GetObjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObjectPaths request
GetObjectPaths(ctx context.Context, params *GetObjectPathsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostSvcDisable request
PostSvcDisable(ctx context.Context, namespace InPathNamespace, name InPathName, params *PostSvcDisableParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostSvcEnable request
PostSvcEnable(ctx context.Context, namespace InPathNamespace, name InPathName, params *PostSvcEnableParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObject request
GetObject(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionAbort request
PostObjectActionAbort(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionDelete request
PostObjectActionDelete(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionFreeze request
PostObjectActionFreeze(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionGiveback request
PostObjectActionGiveback(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionProvision request
PostObjectActionProvision(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionPurge request
PostObjectActionPurge(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionRestartWithBody request with any body
PostObjectActionRestartWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PostObjectActionRestart(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostObjectActionRestartJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionStart request
PostObjectActionStart(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionStop request
PostObjectActionStop(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionSwitchWithBody request with any body
PostObjectActionSwitchWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PostObjectActionSwitch(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostObjectActionSwitchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionUnfreeze request
PostObjectActionUnfreeze(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectActionUnprovision request
PostObjectActionUnprovision(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObjectConfig request
GetObjectConfig(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PatchObjectConfig request
PatchObjectConfig(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PatchObjectConfigParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObjectConfigFile request
GetObjectConfigFile(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectConfigFileWithBody request with any body
PostObjectConfigFileWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// PutObjectConfigFileWithBody request with any body
PutObjectConfigFileWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObjectConfigKeywords request
GetObjectConfigKeywords(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectConfigKeywordsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObjectData request
GetObjectData(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectDataParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PatchObjectDataWithBody request with any body
PatchObjectDataWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PatchObjectData(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PatchObjectDataJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteObjectDataKey request
DeleteObjectDataKey(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *DeleteObjectDataKeyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObjectDataKey request
GetObjectDataKey(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectDataKeyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostObjectDataKeyWithBody request with any body
PostObjectDataKeyWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostObjectDataKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// PutObjectDataKeyWithBody request with any body
PutObjectDataKeyWithBody(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PutObjectDataKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObjectDataKeys request
GetObjectDataKeys(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObjectResourceInfo request
GetObjectResourceInfo(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetObjectSchedule request
GetObjectSchedule(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetSwagger request
GetSwagger(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetPools request
GetPools(ctx context.Context, params *GetPoolsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetPoolVolumes request
GetPoolVolumes(ctx context.Context, params *GetPoolVolumesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRelayMessage request
GetRelayMessage(ctx context.Context, params *GetRelayMessageParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostRelayMessageWithBody request with any body
PostRelayMessageWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PostRelayMessage(ctx context.Context, body PostRelayMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRelayStatus request
GetRelayStatus(ctx context.Context, params *GetRelayStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetResources request
GetResources(ctx context.Context, params *GetResourcesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
}
The interface specification for the client above.
type ClientOption ¶
ClientOption allows setting custom parameters during construction
func WithHTTPClient ¶
func WithHTTPClient(doer HttpRequestDoer) ClientOption
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.
func WithRequestEditorFn ¶
func WithRequestEditorFn(fn RequestEditorFn) ClientOption
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.
type ClientWithResponses ¶
type ClientWithResponses struct {
ClientInterface
}
ClientWithResponses builds on ClientInterface to offer response payloads
func NewClientWithResponses ¶
func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling
func (*ClientWithResponses) DeleteDaemonProcessWithResponse ¶
func (c *ClientWithResponses) DeleteDaemonProcessWithResponse(ctx context.Context, nodename InPathNodeName, params *DeleteDaemonProcessParams, reqEditors ...RequestEditorFn) (*DeleteDaemonProcessResponse, error)
DeleteDaemonProcessWithResponse request returning *DeleteDaemonProcessResponse
func (*ClientWithResponses) DeleteObjectDataKeyWithResponse ¶
func (c *ClientWithResponses) DeleteObjectDataKeyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *DeleteObjectDataKeyParams, reqEditors ...RequestEditorFn) (*DeleteObjectDataKeyResponse, error)
DeleteObjectDataKeyWithResponse request returning *DeleteObjectDataKeyResponse
func (*ClientWithResponses) GetArrayWithResponse ¶
func (c *ClientWithResponses) GetArrayWithResponse(ctx context.Context, params *GetArrayParams, reqEditors ...RequestEditorFn) (*GetArrayResponse, error)
GetArrayWithResponse request returning *GetArrayResponse
func (*ClientWithResponses) GetAuthInfoWithResponse ¶
func (c *ClientWithResponses) GetAuthInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAuthInfoResponse, error)
GetAuthInfoWithResponse request returning *GetAuthInfoResponse
func (*ClientWithResponses) GetAuthWhoAmIWithResponse ¶
func (c *ClientWithResponses) GetAuthWhoAmIWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAuthWhoAmIResponse, error)
GetAuthWhoAmIWithResponse request returning *GetAuthWhoAmIResponse
func (*ClientWithResponses) GetClusterConfigFileWithResponse ¶
func (c *ClientWithResponses) GetClusterConfigFileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetClusterConfigFileResponse, error)
GetClusterConfigFileWithResponse request returning *GetClusterConfigFileResponse
func (*ClientWithResponses) GetClusterConfigKeywordsWithResponse ¶
func (c *ClientWithResponses) GetClusterConfigKeywordsWithResponse(ctx context.Context, params *GetClusterConfigKeywordsParams, reqEditors ...RequestEditorFn) (*GetClusterConfigKeywordsResponse, error)
GetClusterConfigKeywordsWithResponse request returning *GetClusterConfigKeywordsResponse
func (*ClientWithResponses) GetClusterConfigWithResponse ¶
func (c *ClientWithResponses) GetClusterConfigWithResponse(ctx context.Context, params *GetClusterConfigParams, reqEditors ...RequestEditorFn) (*GetClusterConfigResponse, error)
GetClusterConfigWithResponse request returning *GetClusterConfigResponse
func (*ClientWithResponses) GetClusterStatusWithResponse ¶
func (c *ClientWithResponses) GetClusterStatusWithResponse(ctx context.Context, params *GetClusterStatusParams, reqEditors ...RequestEditorFn) (*GetClusterStatusResponse, error)
GetClusterStatusWithResponse request returning *GetClusterStatusResponse
func (*ClientWithResponses) GetDaemonDNSDumpWithResponse ¶
func (c *ClientWithResponses) GetDaemonDNSDumpWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetDaemonDNSDumpResponse, error)
GetDaemonDNSDumpWithResponse request returning *GetDaemonDNSDumpResponse
func (*ClientWithResponses) GetDaemonEventsWithResponse ¶
func (c *ClientWithResponses) GetDaemonEventsWithResponse(ctx context.Context, nodename InPathNodeName, params *GetDaemonEventsParams, reqEditors ...RequestEditorFn) (*GetDaemonEventsResponse, error)
GetDaemonEventsWithResponse request returning *GetDaemonEventsResponse
func (*ClientWithResponses) GetDaemonProcessWithResponse ¶
func (c *ClientWithResponses) GetDaemonProcessWithResponse(ctx context.Context, nodename InPathNodeName, params *GetDaemonProcessParams, reqEditors ...RequestEditorFn) (*GetDaemonProcessResponse, error)
GetDaemonProcessWithResponse request returning *GetDaemonProcessResponse
func (*ClientWithResponses) GetInstanceConfigFileWithResponse ¶
func (c *ClientWithResponses) GetInstanceConfigFileWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetInstanceConfigFileResponse, error)
GetInstanceConfigFileWithResponse request returning *GetInstanceConfigFileResponse
func (*ClientWithResponses) GetInstanceContainerLogWithResponse ¶
func (c *ClientWithResponses) GetInstanceContainerLogWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceContainerLogParams, reqEditors ...RequestEditorFn) (*GetInstanceContainerLogResponse, error)
GetInstanceContainerLogWithResponse request returning *GetInstanceContainerLogResponse
func (*ClientWithResponses) GetInstanceLogsWithResponse ¶
func (c *ClientWithResponses) GetInstanceLogsWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceLogsParams, reqEditors ...RequestEditorFn) (*GetInstanceLogsResponse, error)
GetInstanceLogsWithResponse request returning *GetInstanceLogsResponse
func (*ClientWithResponses) GetInstanceResourceFileWithResponse ¶
func (c *ClientWithResponses) GetInstanceResourceFileWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceResourceFileParams, reqEditors ...RequestEditorFn) (*GetInstanceResourceFileResponse, error)
GetInstanceResourceFileWithResponse request returning *GetInstanceResourceFileResponse
func (*ClientWithResponses) GetInstanceResourceInfoWithResponse ¶
func (c *ClientWithResponses) GetInstanceResourceInfoWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetInstanceResourceInfoResponse, error)
GetInstanceResourceInfoWithResponse request returning *GetInstanceResourceInfoResponse
func (*ClientWithResponses) GetInstanceScheduleWithResponse ¶
func (c *ClientWithResponses) GetInstanceScheduleWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetInstanceScheduleResponse, error)
GetInstanceScheduleWithResponse request returning *GetInstanceScheduleResponse
func (*ClientWithResponses) GetInstanceWithResponse ¶
func (c *ClientWithResponses) GetInstanceWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetInstanceResponse, error)
GetInstanceWithResponse request returning *GetInstanceResponse
func (*ClientWithResponses) GetInstancesWithResponse ¶
func (c *ClientWithResponses) GetInstancesWithResponse(ctx context.Context, params *GetInstancesParams, reqEditors ...RequestEditorFn) (*GetInstancesResponse, error)
GetInstancesWithResponse request returning *GetInstancesResponse
func (*ClientWithResponses) GetNetworkIPWithResponse ¶
func (c *ClientWithResponses) GetNetworkIPWithResponse(ctx context.Context, params *GetNetworkIPParams, reqEditors ...RequestEditorFn) (*GetNetworkIPResponse, error)
GetNetworkIPWithResponse request returning *GetNetworkIPResponse
func (*ClientWithResponses) GetNetworksWithResponse ¶
func (c *ClientWithResponses) GetNetworksWithResponse(ctx context.Context, params *GetNetworksParams, reqEditors ...RequestEditorFn) (*GetNetworksResponse, error)
GetNetworksWithResponse request returning *GetNetworksResponse
func (*ClientWithResponses) GetNodeCapabilitiesWithResponse ¶
func (c *ClientWithResponses) GetNodeCapabilitiesWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeCapabilitiesResponse, error)
GetNodeCapabilitiesWithResponse request returning *GetNodeCapabilitiesResponse
func (*ClientWithResponses) GetNodeConfigFileWithResponse ¶
func (c *ClientWithResponses) GetNodeConfigFileWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeConfigFileResponse, error)
GetNodeConfigFileWithResponse request returning *GetNodeConfigFileResponse
func (*ClientWithResponses) GetNodeConfigKeywordsWithResponse ¶
func (c *ClientWithResponses) GetNodeConfigKeywordsWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeConfigKeywordsParams, reqEditors ...RequestEditorFn) (*GetNodeConfigKeywordsResponse, error)
GetNodeConfigKeywordsWithResponse request returning *GetNodeConfigKeywordsResponse
func (*ClientWithResponses) GetNodeConfigWithResponse ¶
func (c *ClientWithResponses) GetNodeConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeConfigParams, reqEditors ...RequestEditorFn) (*GetNodeConfigResponse, error)
GetNodeConfigWithResponse request returning *GetNodeConfigResponse
func (*ClientWithResponses) GetNodeDRBDAllocationWithResponse ¶
func (c *ClientWithResponses) GetNodeDRBDAllocationWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeDRBDAllocationResponse, error)
GetNodeDRBDAllocationWithResponse request returning *GetNodeDRBDAllocationResponse
func (*ClientWithResponses) GetNodeDRBDConfigWithResponse ¶
func (c *ClientWithResponses) GetNodeDRBDConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeDRBDConfigParams, reqEditors ...RequestEditorFn) (*GetNodeDRBDConfigResponse, error)
GetNodeDRBDConfigWithResponse request returning *GetNodeDRBDConfigResponse
func (*ClientWithResponses) GetNodeDriverWithResponse ¶
func (c *ClientWithResponses) GetNodeDriverWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeDriverResponse, error)
GetNodeDriverWithResponse request returning *GetNodeDriverResponse
func (*ClientWithResponses) GetNodeLogsWithResponse ¶
func (c *ClientWithResponses) GetNodeLogsWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeLogsParams, reqEditors ...RequestEditorFn) (*GetNodeLogsResponse, error)
GetNodeLogsWithResponse request returning *GetNodeLogsResponse
func (*ClientWithResponses) GetNodeMetricsWithResponse ¶
func (c *ClientWithResponses) GetNodeMetricsWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeMetricsResponse, error)
GetNodeMetricsWithResponse request returning *GetNodeMetricsResponse
func (*ClientWithResponses) GetNodePingWithResponse ¶
func (c *ClientWithResponses) GetNodePingWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodePingResponse, error)
GetNodePingWithResponse request returning *GetNodePingResponse
func (*ClientWithResponses) GetNodeSSHHostkeysWithResponse ¶
func (c *ClientWithResponses) GetNodeSSHHostkeysWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSSHHostkeysResponse, error)
GetNodeSSHHostkeysWithResponse request returning *GetNodeSSHHostkeysResponse
func (*ClientWithResponses) GetNodeSSHKeyWithResponse ¶
func (c *ClientWithResponses) GetNodeSSHKeyWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSSHKeyResponse, error)
GetNodeSSHKeyWithResponse request returning *GetNodeSSHKeyResponse
func (*ClientWithResponses) GetNodeScheduleWithResponse ¶
func (c *ClientWithResponses) GetNodeScheduleWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeScheduleResponse, error)
GetNodeScheduleWithResponse request returning *GetNodeScheduleResponse
func (*ClientWithResponses) GetNodeSystemDiskWithResponse ¶
func (c *ClientWithResponses) GetNodeSystemDiskWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemDiskResponse, error)
GetNodeSystemDiskWithResponse request returning *GetNodeSystemDiskResponse
func (*ClientWithResponses) GetNodeSystemGroupWithResponse ¶
func (c *ClientWithResponses) GetNodeSystemGroupWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemGroupResponse, error)
GetNodeSystemGroupWithResponse request returning *GetNodeSystemGroupResponse
func (*ClientWithResponses) GetNodeSystemHardwareWithResponse ¶
func (c *ClientWithResponses) GetNodeSystemHardwareWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemHardwareResponse, error)
GetNodeSystemHardwareWithResponse request returning *GetNodeSystemHardwareResponse
func (*ClientWithResponses) GetNodeSystemIPAddressWithResponse ¶
func (c *ClientWithResponses) GetNodeSystemIPAddressWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemIPAddressResponse, error)
GetNodeSystemIPAddressWithResponse request returning *GetNodeSystemIPAddressResponse
func (*ClientWithResponses) GetNodeSystemPackageWithResponse ¶
func (c *ClientWithResponses) GetNodeSystemPackageWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemPackageResponse, error)
GetNodeSystemPackageWithResponse request returning *GetNodeSystemPackageResponse
func (*ClientWithResponses) GetNodeSystemPropertyWithResponse ¶
func (c *ClientWithResponses) GetNodeSystemPropertyWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemPropertyResponse, error)
GetNodeSystemPropertyWithResponse request returning *GetNodeSystemPropertyResponse
func (*ClientWithResponses) GetNodeSystemSANInitiatorWithResponse ¶
func (c *ClientWithResponses) GetNodeSystemSANInitiatorWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemSANInitiatorResponse, error)
GetNodeSystemSANInitiatorWithResponse request returning *GetNodeSystemSANInitiatorResponse
func (*ClientWithResponses) GetNodeSystemSANPathWithResponse ¶
func (c *ClientWithResponses) GetNodeSystemSANPathWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemSANPathResponse, error)
GetNodeSystemSANPathWithResponse request returning *GetNodeSystemSANPathResponse
func (*ClientWithResponses) GetNodeSystemUserWithResponse ¶
func (c *ClientWithResponses) GetNodeSystemUserWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemUserResponse, error)
GetNodeSystemUserWithResponse request returning *GetNodeSystemUserResponse
func (*ClientWithResponses) GetNodesInfoWithResponse ¶
func (c *ClientWithResponses) GetNodesInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNodesInfoResponse, error)
GetNodesInfoWithResponse request returning *GetNodesInfoResponse
func (*ClientWithResponses) GetNodesWithResponse ¶
func (c *ClientWithResponses) GetNodesWithResponse(ctx context.Context, params *GetNodesParams, reqEditors ...RequestEditorFn) (*GetNodesResponse, error)
GetNodesWithResponse request returning *GetNodesResponse
func (*ClientWithResponses) GetObjectConfigFileWithResponse ¶
func (c *ClientWithResponses) GetObjectConfigFileWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetObjectConfigFileResponse, error)
GetObjectConfigFileWithResponse request returning *GetObjectConfigFileResponse
func (*ClientWithResponses) GetObjectConfigKeywordsWithResponse ¶
func (c *ClientWithResponses) GetObjectConfigKeywordsWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectConfigKeywordsParams, reqEditors ...RequestEditorFn) (*GetObjectConfigKeywordsResponse, error)
GetObjectConfigKeywordsWithResponse request returning *GetObjectConfigKeywordsResponse
func (*ClientWithResponses) GetObjectConfigWithResponse ¶
func (c *ClientWithResponses) GetObjectConfigWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectConfigParams, reqEditors ...RequestEditorFn) (*GetObjectConfigResponse, error)
GetObjectConfigWithResponse request returning *GetObjectConfigResponse
func (*ClientWithResponses) GetObjectDataKeyWithResponse ¶
func (c *ClientWithResponses) GetObjectDataKeyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectDataKeyParams, reqEditors ...RequestEditorFn) (*GetObjectDataKeyResponse, error)
GetObjectDataKeyWithResponse request returning *GetObjectDataKeyResponse
func (*ClientWithResponses) GetObjectDataKeysWithResponse ¶
func (c *ClientWithResponses) GetObjectDataKeysWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetObjectDataKeysResponse, error)
GetObjectDataKeysWithResponse request returning *GetObjectDataKeysResponse
func (*ClientWithResponses) GetObjectDataWithResponse ¶
func (c *ClientWithResponses) GetObjectDataWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectDataParams, reqEditors ...RequestEditorFn) (*GetObjectDataResponse, error)
GetObjectDataWithResponse request returning *GetObjectDataResponse
func (*ClientWithResponses) GetObjectPathsWithResponse ¶
func (c *ClientWithResponses) GetObjectPathsWithResponse(ctx context.Context, params *GetObjectPathsParams, reqEditors ...RequestEditorFn) (*GetObjectPathsResponse, error)
GetObjectPathsWithResponse request returning *GetObjectPathsResponse
func (*ClientWithResponses) GetObjectResourceInfoWithResponse ¶
func (c *ClientWithResponses) GetObjectResourceInfoWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetObjectResourceInfoResponse, error)
GetObjectResourceInfoWithResponse request returning *GetObjectResourceInfoResponse
func (*ClientWithResponses) GetObjectScheduleWithResponse ¶
func (c *ClientWithResponses) GetObjectScheduleWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetObjectScheduleResponse, error)
GetObjectScheduleWithResponse request returning *GetObjectScheduleResponse
func (*ClientWithResponses) GetObjectWithResponse ¶
func (c *ClientWithResponses) GetObjectWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetObjectResponse, error)
GetObjectWithResponse request returning *GetObjectResponse
func (*ClientWithResponses) GetObjectsWithResponse ¶
func (c *ClientWithResponses) GetObjectsWithResponse(ctx context.Context, params *GetObjectsParams, reqEditors ...RequestEditorFn) (*GetObjectsResponse, error)
GetObjectsWithResponse request returning *GetObjectsResponse
func (*ClientWithResponses) GetPoolVolumesWithResponse ¶
func (c *ClientWithResponses) GetPoolVolumesWithResponse(ctx context.Context, params *GetPoolVolumesParams, reqEditors ...RequestEditorFn) (*GetPoolVolumesResponse, error)
GetPoolVolumesWithResponse request returning *GetPoolVolumesResponse
func (*ClientWithResponses) GetPoolsWithResponse ¶
func (c *ClientWithResponses) GetPoolsWithResponse(ctx context.Context, params *GetPoolsParams, reqEditors ...RequestEditorFn) (*GetPoolsResponse, error)
GetPoolsWithResponse request returning *GetPoolsResponse
func (*ClientWithResponses) GetRelayMessageWithResponse ¶
func (c *ClientWithResponses) GetRelayMessageWithResponse(ctx context.Context, params *GetRelayMessageParams, reqEditors ...RequestEditorFn) (*GetRelayMessageResponse, error)
GetRelayMessageWithResponse request returning *GetRelayMessageResponse
func (*ClientWithResponses) GetRelayStatusWithResponse ¶
func (c *ClientWithResponses) GetRelayStatusWithResponse(ctx context.Context, params *GetRelayStatusParams, reqEditors ...RequestEditorFn) (*GetRelayStatusResponse, error)
GetRelayStatusWithResponse request returning *GetRelayStatusResponse
func (*ClientWithResponses) GetResourcesWithResponse ¶
func (c *ClientWithResponses) GetResourcesWithResponse(ctx context.Context, params *GetResourcesParams, reqEditors ...RequestEditorFn) (*GetResourcesResponse, error)
GetResourcesWithResponse request returning *GetResourcesResponse
func (*ClientWithResponses) GetSwaggerWithResponse ¶
func (c *ClientWithResponses) GetSwaggerWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSwaggerResponse, error)
GetSwaggerWithResponse request returning *GetSwaggerResponse
func (*ClientWithResponses) PatchClusterConfigWithResponse ¶
func (c *ClientWithResponses) PatchClusterConfigWithResponse(ctx context.Context, params *PatchClusterConfigParams, reqEditors ...RequestEditorFn) (*PatchClusterConfigResponse, error)
PatchClusterConfigWithResponse request returning *PatchClusterConfigResponse
func (*ClientWithResponses) PatchNodeConfigWithResponse ¶
func (c *ClientWithResponses) PatchNodeConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *PatchNodeConfigParams, reqEditors ...RequestEditorFn) (*PatchNodeConfigResponse, error)
PatchNodeConfigWithResponse request returning *PatchNodeConfigResponse
func (*ClientWithResponses) PatchObjectConfigWithResponse ¶
func (c *ClientWithResponses) PatchObjectConfigWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PatchObjectConfigParams, reqEditors ...RequestEditorFn) (*PatchObjectConfigResponse, error)
PatchObjectConfigWithResponse request returning *PatchObjectConfigResponse
func (*ClientWithResponses) PatchObjectDataWithBodyWithResponse ¶
func (c *ClientWithResponses) PatchObjectDataWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchObjectDataResponse, error)
PatchObjectDataWithBodyWithResponse request with arbitrary body returning *PatchObjectDataResponse
func (*ClientWithResponses) PatchObjectDataWithResponse ¶
func (c *ClientWithResponses) PatchObjectDataWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PatchObjectDataJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchObjectDataResponse, error)
func (*ClientWithResponses) PostAuthRefreshWithResponse ¶
func (c *ClientWithResponses) PostAuthRefreshWithResponse(ctx context.Context, params *PostAuthRefreshParams, reqEditors ...RequestEditorFn) (*PostAuthRefreshResponse, error)
PostAuthRefreshWithResponse request returning *PostAuthRefreshResponse
func (*ClientWithResponses) PostAuthTokenWithResponse ¶
func (c *ClientWithResponses) PostAuthTokenWithResponse(ctx context.Context, params *PostAuthTokenParams, reqEditors ...RequestEditorFn) (*PostAuthTokenResponse, error)
PostAuthTokenWithResponse request returning *PostAuthTokenResponse
func (*ClientWithResponses) PostClusterActionAbortWithResponse ¶
func (c *ClientWithResponses) PostClusterActionAbortWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterActionAbortResponse, error)
PostClusterActionAbortWithResponse request returning *PostClusterActionAbortResponse
func (*ClientWithResponses) PostClusterActionFreezeWithResponse ¶
func (c *ClientWithResponses) PostClusterActionFreezeWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterActionFreezeResponse, error)
PostClusterActionFreezeWithResponse request returning *PostClusterActionFreezeResponse
func (*ClientWithResponses) PostClusterActionUnfreezeWithResponse ¶
func (c *ClientWithResponses) PostClusterActionUnfreezeWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterActionUnfreezeResponse, error)
PostClusterActionUnfreezeWithResponse request returning *PostClusterActionUnfreezeResponse
func (*ClientWithResponses) PostClusterHeartbeatRotateWithResponse ¶
func (c *ClientWithResponses) PostClusterHeartbeatRotateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterHeartbeatRotateResponse, error)
PostClusterHeartbeatRotateWithResponse request returning *PostClusterHeartbeatRotateResponse
func (*ClientWithResponses) PostClusterJoinWithResponse ¶
func (c *ClientWithResponses) PostClusterJoinWithResponse(ctx context.Context, params *PostClusterJoinParams, reqEditors ...RequestEditorFn) (*PostClusterJoinResponse, error)
PostClusterJoinWithResponse request returning *PostClusterJoinResponse
func (*ClientWithResponses) PostClusterLeaveWithResponse ¶
func (c *ClientWithResponses) PostClusterLeaveWithResponse(ctx context.Context, params *PostClusterLeaveParams, reqEditors ...RequestEditorFn) (*PostClusterLeaveResponse, error)
PostClusterLeaveWithResponse request returning *PostClusterLeaveResponse
func (*ClientWithResponses) PostDaemonAuditWithResponse ¶
func (c *ClientWithResponses) PostDaemonAuditWithResponse(ctx context.Context, nodename InPathNodeName, params *PostDaemonAuditParams, reqEditors ...RequestEditorFn) (*PostDaemonAuditResponse, error)
PostDaemonAuditWithResponse request returning *PostDaemonAuditResponse
func (*ClientWithResponses) PostDaemonHeartbeatRestartWithResponse ¶
func (c *ClientWithResponses) PostDaemonHeartbeatRestartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*PostDaemonHeartbeatRestartResponse, error)
PostDaemonHeartbeatRestartWithResponse request returning *PostDaemonHeartbeatRestartResponse
func (*ClientWithResponses) PostDaemonHeartbeatSignWithResponse ¶
func (c *ClientWithResponses) PostDaemonHeartbeatSignWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*PostDaemonHeartbeatSignResponse, error)
PostDaemonHeartbeatSignWithResponse request returning *PostDaemonHeartbeatSignResponse
func (*ClientWithResponses) PostDaemonHeartbeatStartWithResponse ¶
func (c *ClientWithResponses) PostDaemonHeartbeatStartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*PostDaemonHeartbeatStartResponse, error)
PostDaemonHeartbeatStartWithResponse request returning *PostDaemonHeartbeatStartResponse
func (*ClientWithResponses) PostDaemonHeartbeatStopWithResponse ¶
func (c *ClientWithResponses) PostDaemonHeartbeatStopWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*PostDaemonHeartbeatStopResponse, error)
PostDaemonHeartbeatStopWithResponse request returning *PostDaemonHeartbeatStopResponse
func (*ClientWithResponses) PostDaemonHeartbeatWipeWithResponse ¶
func (c *ClientWithResponses) PostDaemonHeartbeatWipeWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*PostDaemonHeartbeatWipeResponse, error)
PostDaemonHeartbeatWipeWithResponse request returning *PostDaemonHeartbeatWipeResponse
func (*ClientWithResponses) PostDaemonListenerLogControlWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDaemonListenerLogControlWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostDaemonListenerLogControlResponse, error)
PostDaemonListenerLogControlWithBodyWithResponse request with arbitrary body returning *PostDaemonListenerLogControlResponse
func (*ClientWithResponses) PostDaemonListenerLogControlWithResponse ¶
func (c *ClientWithResponses) PostDaemonListenerLogControlWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, body PostDaemonListenerLogControlJSONRequestBody, reqEditors ...RequestEditorFn) (*PostDaemonListenerLogControlResponse, error)
func (*ClientWithResponses) PostDaemonListenerRestartWithResponse ¶
func (c *ClientWithResponses) PostDaemonListenerRestartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*PostDaemonListenerRestartResponse, error)
PostDaemonListenerRestartWithResponse request returning *PostDaemonListenerRestartResponse
func (*ClientWithResponses) PostDaemonListenerStartWithResponse ¶
func (c *ClientWithResponses) PostDaemonListenerStartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*PostDaemonListenerStartResponse, error)
PostDaemonListenerStartWithResponse request returning *PostDaemonListenerStartResponse
func (*ClientWithResponses) PostDaemonListenerStopWithResponse ¶
func (c *ClientWithResponses) PostDaemonListenerStopWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*PostDaemonListenerStopResponse, error)
PostDaemonListenerStopWithResponse request returning *PostDaemonListenerStopResponse
func (*ClientWithResponses) PostDaemonLogControlWithBodyWithResponse ¶
func (c *ClientWithResponses) PostDaemonLogControlWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostDaemonLogControlResponse, error)
PostDaemonLogControlWithBodyWithResponse request with arbitrary body returning *PostDaemonLogControlResponse
func (*ClientWithResponses) PostDaemonLogControlWithResponse ¶
func (c *ClientWithResponses) PostDaemonLogControlWithResponse(ctx context.Context, nodename InPathNodeName, body PostDaemonLogControlJSONRequestBody, reqEditors ...RequestEditorFn) (*PostDaemonLogControlResponse, error)
func (*ClientWithResponses) PostDaemonRestartWithResponse ¶
func (c *ClientWithResponses) PostDaemonRestartWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostDaemonRestartResponse, error)
PostDaemonRestartWithResponse request returning *PostDaemonRestartResponse
func (*ClientWithResponses) PostDaemonShutdownWithResponse ¶
func (c *ClientWithResponses) PostDaemonShutdownWithResponse(ctx context.Context, nodename InPathNodeName, params *PostDaemonShutdownParams, reqEditors ...RequestEditorFn) (*PostDaemonShutdownResponse, error)
PostDaemonShutdownWithResponse request returning *PostDaemonShutdownResponse
func (*ClientWithResponses) PostDaemonStopWithResponse ¶
func (c *ClientWithResponses) PostDaemonStopWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostDaemonStopResponse, error)
PostDaemonStopWithResponse request returning *PostDaemonStopResponse
func (*ClientWithResponses) PostInstanceActionBootWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionBootWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionBootParams, reqEditors ...RequestEditorFn) (*PostInstanceActionBootResponse, error)
PostInstanceActionBootWithResponse request returning *PostInstanceActionBootResponse
func (*ClientWithResponses) PostInstanceActionDeleteWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionDeleteWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionDeleteParams, reqEditors ...RequestEditorFn) (*PostInstanceActionDeleteResponse, error)
PostInstanceActionDeleteWithResponse request returning *PostInstanceActionDeleteResponse
func (*ClientWithResponses) PostInstanceActionFreezeWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionFreezeWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionFreezeParams, reqEditors ...RequestEditorFn) (*PostInstanceActionFreezeResponse, error)
PostInstanceActionFreezeWithResponse request returning *PostInstanceActionFreezeResponse
func (*ClientWithResponses) PostInstanceActionPGUpdateWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionPGUpdateWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPGUpdateParams, reqEditors ...RequestEditorFn) (*PostInstanceActionPGUpdateResponse, error)
PostInstanceActionPGUpdateWithResponse request returning *PostInstanceActionPGUpdateResponse
func (*ClientWithResponses) PostInstanceActionPRStartWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionPRStartWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPRStartParams, reqEditors ...RequestEditorFn) (*PostInstanceActionPRStartResponse, error)
PostInstanceActionPRStartWithResponse request returning *PostInstanceActionPRStartResponse
func (*ClientWithResponses) PostInstanceActionPRStopWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionPRStopWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPRStopParams, reqEditors ...RequestEditorFn) (*PostInstanceActionPRStopResponse, error)
PostInstanceActionPRStopWithResponse request returning *PostInstanceActionPRStopResponse
func (*ClientWithResponses) PostInstanceActionProvisionWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionProvisionWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionProvisionParams, reqEditors ...RequestEditorFn) (*PostInstanceActionProvisionResponse, error)
PostInstanceActionProvisionWithResponse request returning *PostInstanceActionProvisionResponse
func (*ClientWithResponses) PostInstanceActionPushResourceInfoWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionPushResourceInfoWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPushResourceInfoParams, reqEditors ...RequestEditorFn) (*PostInstanceActionPushResourceInfoResponse, error)
PostInstanceActionPushResourceInfoWithResponse request returning *PostInstanceActionPushResourceInfoResponse
func (*ClientWithResponses) PostInstanceActionRestartWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionRestartWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionRestartParams, reqEditors ...RequestEditorFn) (*PostInstanceActionRestartResponse, error)
PostInstanceActionRestartWithResponse request returning *PostInstanceActionRestartResponse
func (*ClientWithResponses) PostInstanceActionRunWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionRunWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionRunParams, reqEditors ...RequestEditorFn) (*PostInstanceActionRunResponse, error)
PostInstanceActionRunWithResponse request returning *PostInstanceActionRunResponse
func (*ClientWithResponses) PostInstanceActionShutdownWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionShutdownWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionShutdownParams, reqEditors ...RequestEditorFn) (*PostInstanceActionShutdownResponse, error)
PostInstanceActionShutdownWithResponse request returning *PostInstanceActionShutdownResponse
func (*ClientWithResponses) PostInstanceActionStartStandbyWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionStartStandbyWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStartStandbyParams, reqEditors ...RequestEditorFn) (*PostInstanceActionStartStandbyResponse, error)
PostInstanceActionStartStandbyWithResponse request returning *PostInstanceActionStartStandbyResponse
func (*ClientWithResponses) PostInstanceActionStartWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionStartWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStartParams, reqEditors ...RequestEditorFn) (*PostInstanceActionStartResponse, error)
PostInstanceActionStartWithResponse request returning *PostInstanceActionStartResponse
func (*ClientWithResponses) PostInstanceActionStatusWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionStatusWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStatusParams, reqEditors ...RequestEditorFn) (*PostInstanceActionStatusResponse, error)
PostInstanceActionStatusWithResponse request returning *PostInstanceActionStatusResponse
func (*ClientWithResponses) PostInstanceActionStopWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionStopWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStopParams, reqEditors ...RequestEditorFn) (*PostInstanceActionStopResponse, error)
PostInstanceActionStopWithResponse request returning *PostInstanceActionStopResponse
func (*ClientWithResponses) PostInstanceActionSyncIngestWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionSyncIngestWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionSyncIngestParams, reqEditors ...RequestEditorFn) (*PostInstanceActionSyncIngestResponse, error)
PostInstanceActionSyncIngestWithResponse request returning *PostInstanceActionSyncIngestResponse
func (*ClientWithResponses) PostInstanceActionUnfreezeWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionUnfreezeWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionUnfreezeParams, reqEditors ...RequestEditorFn) (*PostInstanceActionUnfreezeResponse, error)
PostInstanceActionUnfreezeWithResponse request returning *PostInstanceActionUnfreezeResponse
func (*ClientWithResponses) PostInstanceActionUnprovisionWithResponse ¶
func (c *ClientWithResponses) PostInstanceActionUnprovisionWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionUnprovisionParams, reqEditors ...RequestEditorFn) (*PostInstanceActionUnprovisionResponse, error)
PostInstanceActionUnprovisionWithResponse request returning *PostInstanceActionUnprovisionResponse
func (*ClientWithResponses) PostInstanceClearWithResponse ¶
func (c *ClientWithResponses) PostInstanceClearWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostInstanceClearResponse, error)
PostInstanceClearWithResponse request returning *PostInstanceClearResponse
func (*ClientWithResponses) PostInstanceProgressWithBodyWithResponse ¶
func (c *ClientWithResponses) PostInstanceProgressWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostInstanceProgressResponse, error)
PostInstanceProgressWithBodyWithResponse request with arbitrary body returning *PostInstanceProgressResponse
func (*ClientWithResponses) PostInstanceProgressWithResponse ¶
func (c *ClientWithResponses) PostInstanceProgressWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostInstanceProgressJSONRequestBody, reqEditors ...RequestEditorFn) (*PostInstanceProgressResponse, error)
func (*ClientWithResponses) PostInstanceResourceConsoleWithResponse ¶
func (c *ClientWithResponses) PostInstanceResourceConsoleWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceResourceConsoleParams, reqEditors ...RequestEditorFn) (*PostInstanceResourceConsoleResponse, error)
PostInstanceResourceConsoleWithResponse request returning *PostInstanceResourceConsoleResponse
func (*ClientWithResponses) PostInstanceStateFileWithBodyWithResponse ¶
func (c *ClientWithResponses) PostInstanceStateFileWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostInstanceStateFileResponse, error)
PostInstanceStateFileWithBodyWithResponse request with arbitrary body returning *PostInstanceStateFileResponse
func (*ClientWithResponses) PostInstanceStatusWithBodyWithResponse ¶
func (c *ClientWithResponses) PostInstanceStatusWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostInstanceStatusResponse, error)
PostInstanceStatusWithBodyWithResponse request with arbitrary body returning *PostInstanceStatusResponse
func (*ClientWithResponses) PostInstanceStatusWithResponse ¶
func (c *ClientWithResponses) PostInstanceStatusWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostInstanceStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*PostInstanceStatusResponse, error)
func (*ClientWithResponses) PostNodeActionClearWithResponse ¶
func (c *ClientWithResponses) PostNodeActionClearWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostNodeActionClearResponse, error)
PostNodeActionClearWithResponse request returning *PostNodeActionClearResponse
func (*ClientWithResponses) PostNodeActionPushAssetWithResponse ¶
func (c *ClientWithResponses) PostNodeActionPushAssetWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushAssetParams, reqEditors ...RequestEditorFn) (*PostNodeActionPushAssetResponse, error)
PostNodeActionPushAssetWithResponse request returning *PostNodeActionPushAssetResponse
func (*ClientWithResponses) PostNodeActionPushDiskWithResponse ¶
func (c *ClientWithResponses) PostNodeActionPushDiskWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushDiskParams, reqEditors ...RequestEditorFn) (*PostNodeActionPushDiskResponse, error)
PostNodeActionPushDiskWithResponse request returning *PostNodeActionPushDiskResponse
func (*ClientWithResponses) PostNodeActionPushPkgWithResponse ¶
func (c *ClientWithResponses) PostNodeActionPushPkgWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushPkgParams, reqEditors ...RequestEditorFn) (*PostNodeActionPushPkgResponse, error)
PostNodeActionPushPkgWithResponse request returning *PostNodeActionPushPkgResponse
func (*ClientWithResponses) PostNodeActionSCSIScanWithResponse ¶
func (c *ClientWithResponses) PostNodeActionSCSIScanWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionSCSIScanParams, reqEditors ...RequestEditorFn) (*PostNodeActionSCSIScanResponse, error)
PostNodeActionSCSIScanWithResponse request returning *PostNodeActionSCSIScanResponse
func (*ClientWithResponses) PostNodeActionScanCapabilitiesWithResponse ¶
func (c *ClientWithResponses) PostNodeActionScanCapabilitiesWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionScanCapabilitiesParams, reqEditors ...RequestEditorFn) (*PostNodeActionScanCapabilitiesResponse, error)
PostNodeActionScanCapabilitiesWithResponse request returning *PostNodeActionScanCapabilitiesResponse
func (*ClientWithResponses) PostNodeActionSysreportWithResponse ¶
func (c *ClientWithResponses) PostNodeActionSysreportWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionSysreportParams, reqEditors ...RequestEditorFn) (*PostNodeActionSysreportResponse, error)
PostNodeActionSysreportWithResponse request returning *PostNodeActionSysreportResponse
func (*ClientWithResponses) PostNodeDRBDConfigWithBodyWithResponse ¶
func (c *ClientWithResponses) PostNodeDRBDConfigWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostNodeDRBDConfigResponse, error)
PostNodeDRBDConfigWithBodyWithResponse request with arbitrary body returning *PostNodeDRBDConfigResponse
func (*ClientWithResponses) PostNodeDRBDConfigWithResponse ¶
func (c *ClientWithResponses) PostNodeDRBDConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, body PostNodeDRBDConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*PostNodeDRBDConfigResponse, error)
func (*ClientWithResponses) PostNodeDRBDConnectWithResponse ¶
func (c *ClientWithResponses) PostNodeDRBDConnectWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConnectParams, reqEditors ...RequestEditorFn) (*PostNodeDRBDConnectResponse, error)
PostNodeDRBDConnectWithResponse request returning *PostNodeDRBDConnectResponse
func (*ClientWithResponses) PostNodeDRBDPrimaryWithResponse ¶
func (c *ClientWithResponses) PostNodeDRBDPrimaryWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDPrimaryParams, reqEditors ...RequestEditorFn) (*PostNodeDRBDPrimaryResponse, error)
PostNodeDRBDPrimaryWithResponse request returning *PostNodeDRBDPrimaryResponse
func (*ClientWithResponses) PostNodeDRBDSecondaryWithResponse ¶
func (c *ClientWithResponses) PostNodeDRBDSecondaryWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDSecondaryParams, reqEditors ...RequestEditorFn) (*PostNodeDRBDSecondaryResponse, error)
PostNodeDRBDSecondaryWithResponse request returning *PostNodeDRBDSecondaryResponse
func (*ClientWithResponses) PostObjectActionAbortWithResponse ¶
func (c *ClientWithResponses) PostObjectActionAbortWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionAbortResponse, error)
PostObjectActionAbortWithResponse request returning *PostObjectActionAbortResponse
func (*ClientWithResponses) PostObjectActionDeleteWithResponse ¶
func (c *ClientWithResponses) PostObjectActionDeleteWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionDeleteResponse, error)
PostObjectActionDeleteWithResponse request returning *PostObjectActionDeleteResponse
func (*ClientWithResponses) PostObjectActionFreezeWithResponse ¶
func (c *ClientWithResponses) PostObjectActionFreezeWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionFreezeResponse, error)
PostObjectActionFreezeWithResponse request returning *PostObjectActionFreezeResponse
func (*ClientWithResponses) PostObjectActionGivebackWithResponse ¶
func (c *ClientWithResponses) PostObjectActionGivebackWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionGivebackResponse, error)
PostObjectActionGivebackWithResponse request returning *PostObjectActionGivebackResponse
func (*ClientWithResponses) PostObjectActionProvisionWithResponse ¶
func (c *ClientWithResponses) PostObjectActionProvisionWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionProvisionResponse, error)
PostObjectActionProvisionWithResponse request returning *PostObjectActionProvisionResponse
func (*ClientWithResponses) PostObjectActionPurgeWithResponse ¶
func (c *ClientWithResponses) PostObjectActionPurgeWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionPurgeResponse, error)
PostObjectActionPurgeWithResponse request returning *PostObjectActionPurgeResponse
func (*ClientWithResponses) PostObjectActionRestartWithBodyWithResponse ¶
func (c *ClientWithResponses) PostObjectActionRestartWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostObjectActionRestartResponse, error)
PostObjectActionRestartWithBodyWithResponse request with arbitrary body returning *PostObjectActionRestartResponse
func (*ClientWithResponses) PostObjectActionRestartWithResponse ¶
func (c *ClientWithResponses) PostObjectActionRestartWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostObjectActionRestartJSONRequestBody, reqEditors ...RequestEditorFn) (*PostObjectActionRestartResponse, error)
func (*ClientWithResponses) PostObjectActionStartWithResponse ¶
func (c *ClientWithResponses) PostObjectActionStartWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionStartResponse, error)
PostObjectActionStartWithResponse request returning *PostObjectActionStartResponse
func (*ClientWithResponses) PostObjectActionStopWithResponse ¶
func (c *ClientWithResponses) PostObjectActionStopWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionStopResponse, error)
PostObjectActionStopWithResponse request returning *PostObjectActionStopResponse
func (*ClientWithResponses) PostObjectActionSwitchWithBodyWithResponse ¶
func (c *ClientWithResponses) PostObjectActionSwitchWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostObjectActionSwitchResponse, error)
PostObjectActionSwitchWithBodyWithResponse request with arbitrary body returning *PostObjectActionSwitchResponse
func (*ClientWithResponses) PostObjectActionSwitchWithResponse ¶
func (c *ClientWithResponses) PostObjectActionSwitchWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostObjectActionSwitchJSONRequestBody, reqEditors ...RequestEditorFn) (*PostObjectActionSwitchResponse, error)
func (*ClientWithResponses) PostObjectActionUnfreezeWithResponse ¶
func (c *ClientWithResponses) PostObjectActionUnfreezeWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionUnfreezeResponse, error)
PostObjectActionUnfreezeWithResponse request returning *PostObjectActionUnfreezeResponse
func (*ClientWithResponses) PostObjectActionUnprovisionWithResponse ¶
func (c *ClientWithResponses) PostObjectActionUnprovisionWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionUnprovisionResponse, error)
PostObjectActionUnprovisionWithResponse request returning *PostObjectActionUnprovisionResponse
func (*ClientWithResponses) PostObjectConfigFileWithBodyWithResponse ¶
func (c *ClientWithResponses) PostObjectConfigFileWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostObjectConfigFileResponse, error)
PostObjectConfigFileWithBodyWithResponse request with arbitrary body returning *PostObjectConfigFileResponse
func (*ClientWithResponses) PostObjectDataKeyWithBodyWithResponse ¶
func (c *ClientWithResponses) PostObjectDataKeyWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostObjectDataKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostObjectDataKeyResponse, error)
PostObjectDataKeyWithBodyWithResponse request with arbitrary body returning *PostObjectDataKeyResponse
func (*ClientWithResponses) PostPeerActionAbortWithResponse ¶
func (c *ClientWithResponses) PostPeerActionAbortWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostPeerActionAbortResponse, error)
PostPeerActionAbortWithResponse request returning *PostPeerActionAbortResponse
func (*ClientWithResponses) PostPeerActionDequeueWithResponse ¶
func (c *ClientWithResponses) PostPeerActionDequeueWithResponse(ctx context.Context, nodename InPathNodeName, params *PostPeerActionDequeueParams, reqEditors ...RequestEditorFn) (*PostPeerActionDequeueResponse, error)
PostPeerActionDequeueWithResponse request returning *PostPeerActionDequeueResponse
func (*ClientWithResponses) PostPeerActionDrainWithResponse ¶
func (c *ClientWithResponses) PostPeerActionDrainWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostPeerActionDrainResponse, error)
PostPeerActionDrainWithResponse request returning *PostPeerActionDrainResponse
func (*ClientWithResponses) PostPeerActionFreezeWithResponse ¶
func (c *ClientWithResponses) PostPeerActionFreezeWithResponse(ctx context.Context, nodename InPathNodeName, params *PostPeerActionFreezeParams, reqEditors ...RequestEditorFn) (*PostPeerActionFreezeResponse, error)
PostPeerActionFreezeWithResponse request returning *PostPeerActionFreezeResponse
func (*ClientWithResponses) PostPeerActionUnfreezeWithResponse ¶
func (c *ClientWithResponses) PostPeerActionUnfreezeWithResponse(ctx context.Context, nodename InPathNodeName, params *PostPeerActionUnfreezeParams, reqEditors ...RequestEditorFn) (*PostPeerActionUnfreezeResponse, error)
PostPeerActionUnfreezeWithResponse request returning *PostPeerActionUnfreezeResponse
func (*ClientWithResponses) PostRelayMessageWithBodyWithResponse ¶
func (c *ClientWithResponses) PostRelayMessageWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRelayMessageResponse, error)
PostRelayMessageWithBodyWithResponse request with arbitrary body returning *PostRelayMessageResponse
func (*ClientWithResponses) PostRelayMessageWithResponse ¶
func (c *ClientWithResponses) PostRelayMessageWithResponse(ctx context.Context, body PostRelayMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRelayMessageResponse, error)
func (*ClientWithResponses) PostSvcDisableWithResponse ¶
func (c *ClientWithResponses) PostSvcDisableWithResponse(ctx context.Context, namespace InPathNamespace, name InPathName, params *PostSvcDisableParams, reqEditors ...RequestEditorFn) (*PostSvcDisableResponse, error)
PostSvcDisableWithResponse request returning *PostSvcDisableResponse
func (*ClientWithResponses) PostSvcEnableWithResponse ¶
func (c *ClientWithResponses) PostSvcEnableWithResponse(ctx context.Context, namespace InPathNamespace, name InPathName, params *PostSvcEnableParams, reqEditors ...RequestEditorFn) (*PostSvcEnableResponse, error)
PostSvcEnableWithResponse request returning *PostSvcEnableResponse
func (*ClientWithResponses) PutClusterConfigFileWithBodyWithResponse ¶
func (c *ClientWithResponses) PutClusterConfigFileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutClusterConfigFileResponse, error)
PutClusterConfigFileWithBodyWithResponse request with arbitrary body returning *PutClusterConfigFileResponse
func (*ClientWithResponses) PutNodeConfigFileWithBodyWithResponse ¶
func (c *ClientWithResponses) PutNodeConfigFileWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutNodeConfigFileResponse, error)
PutNodeConfigFileWithBodyWithResponse request with arbitrary body returning *PutNodeConfigFileResponse
func (*ClientWithResponses) PutNodeSSHTrustWithResponse ¶
func (c *ClientWithResponses) PutNodeSSHTrustWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PutNodeSSHTrustResponse, error)
PutNodeSSHTrustWithResponse request returning *PutNodeSSHTrustResponse
func (*ClientWithResponses) PutObjectConfigFileWithBodyWithResponse ¶
func (c *ClientWithResponses) PutObjectConfigFileWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutObjectConfigFileResponse, error)
PutObjectConfigFileWithBodyWithResponse request with arbitrary body returning *PutObjectConfigFileResponse
func (*ClientWithResponses) PutObjectDataKeyWithBodyWithResponse ¶
func (c *ClientWithResponses) PutObjectDataKeyWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PutObjectDataKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutObjectDataKeyResponse, error)
PutObjectDataKeyWithBodyWithResponse request with arbitrary body returning *PutObjectDataKeyResponse
type ClientWithResponsesInterface ¶
type ClientWithResponsesInterface interface {
// GetArrayWithResponse request
GetArrayWithResponse(ctx context.Context, params *GetArrayParams, reqEditors ...RequestEditorFn) (*GetArrayResponse, error)
// GetAuthInfoWithResponse request
GetAuthInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAuthInfoResponse, error)
// PostAuthRefreshWithResponse request
PostAuthRefreshWithResponse(ctx context.Context, params *PostAuthRefreshParams, reqEditors ...RequestEditorFn) (*PostAuthRefreshResponse, error)
// PostAuthTokenWithResponse request
PostAuthTokenWithResponse(ctx context.Context, params *PostAuthTokenParams, reqEditors ...RequestEditorFn) (*PostAuthTokenResponse, error)
// GetAuthWhoAmIWithResponse request
GetAuthWhoAmIWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAuthWhoAmIResponse, error)
// PostClusterActionAbortWithResponse request
PostClusterActionAbortWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterActionAbortResponse, error)
// PostClusterActionFreezeWithResponse request
PostClusterActionFreezeWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterActionFreezeResponse, error)
// PostClusterActionUnfreezeWithResponse request
PostClusterActionUnfreezeWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterActionUnfreezeResponse, error)
// GetClusterConfigWithResponse request
GetClusterConfigWithResponse(ctx context.Context, params *GetClusterConfigParams, reqEditors ...RequestEditorFn) (*GetClusterConfigResponse, error)
// PatchClusterConfigWithResponse request
PatchClusterConfigWithResponse(ctx context.Context, params *PatchClusterConfigParams, reqEditors ...RequestEditorFn) (*PatchClusterConfigResponse, error)
// GetClusterConfigFileWithResponse request
GetClusterConfigFileWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetClusterConfigFileResponse, error)
// PutClusterConfigFileWithBodyWithResponse request with any body
PutClusterConfigFileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutClusterConfigFileResponse, error)
// GetClusterConfigKeywordsWithResponse request
GetClusterConfigKeywordsWithResponse(ctx context.Context, params *GetClusterConfigKeywordsParams, reqEditors ...RequestEditorFn) (*GetClusterConfigKeywordsResponse, error)
// PostClusterHeartbeatRotateWithResponse request
PostClusterHeartbeatRotateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PostClusterHeartbeatRotateResponse, error)
// PostClusterJoinWithResponse request
PostClusterJoinWithResponse(ctx context.Context, params *PostClusterJoinParams, reqEditors ...RequestEditorFn) (*PostClusterJoinResponse, error)
// PostClusterLeaveWithResponse request
PostClusterLeaveWithResponse(ctx context.Context, params *PostClusterLeaveParams, reqEditors ...RequestEditorFn) (*PostClusterLeaveResponse, error)
// GetClusterStatusWithResponse request
GetClusterStatusWithResponse(ctx context.Context, params *GetClusterStatusParams, reqEditors ...RequestEditorFn) (*GetClusterStatusResponse, error)
// GetInstancesWithResponse request
GetInstancesWithResponse(ctx context.Context, params *GetInstancesParams, reqEditors ...RequestEditorFn) (*GetInstancesResponse, error)
// PostInstanceProgressWithBodyWithResponse request with any body
PostInstanceProgressWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostInstanceProgressResponse, error)
PostInstanceProgressWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostInstanceProgressJSONRequestBody, reqEditors ...RequestEditorFn) (*PostInstanceProgressResponse, error)
// PostInstanceStatusWithBodyWithResponse request with any body
PostInstanceStatusWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostInstanceStatusResponse, error)
PostInstanceStatusWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostInstanceStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*PostInstanceStatusResponse, error)
// GetNetworksWithResponse request
GetNetworksWithResponse(ctx context.Context, params *GetNetworksParams, reqEditors ...RequestEditorFn) (*GetNetworksResponse, error)
// GetNetworkIPWithResponse request
GetNetworkIPWithResponse(ctx context.Context, params *GetNetworkIPParams, reqEditors ...RequestEditorFn) (*GetNetworkIPResponse, error)
// GetNodesWithResponse request
GetNodesWithResponse(ctx context.Context, params *GetNodesParams, reqEditors ...RequestEditorFn) (*GetNodesResponse, error)
// GetNodesInfoWithResponse request
GetNodesInfoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetNodesInfoResponse, error)
// PostPeerActionAbortWithResponse request
PostPeerActionAbortWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostPeerActionAbortResponse, error)
// PostNodeActionClearWithResponse request
PostNodeActionClearWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostNodeActionClearResponse, error)
// PostPeerActionDequeueWithResponse request
PostPeerActionDequeueWithResponse(ctx context.Context, nodename InPathNodeName, params *PostPeerActionDequeueParams, reqEditors ...RequestEditorFn) (*PostPeerActionDequeueResponse, error)
// PostPeerActionDrainWithResponse request
PostPeerActionDrainWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostPeerActionDrainResponse, error)
// PostPeerActionFreezeWithResponse request
PostPeerActionFreezeWithResponse(ctx context.Context, nodename InPathNodeName, params *PostPeerActionFreezeParams, reqEditors ...RequestEditorFn) (*PostPeerActionFreezeResponse, error)
// PostNodeActionPushAssetWithResponse request
PostNodeActionPushAssetWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushAssetParams, reqEditors ...RequestEditorFn) (*PostNodeActionPushAssetResponse, error)
// PostNodeActionPushDiskWithResponse request
PostNodeActionPushDiskWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushDiskParams, reqEditors ...RequestEditorFn) (*PostNodeActionPushDiskResponse, error)
// PostNodeActionPushPkgWithResponse request
PostNodeActionPushPkgWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionPushPkgParams, reqEditors ...RequestEditorFn) (*PostNodeActionPushPkgResponse, error)
// PostNodeActionScanCapabilitiesWithResponse request
PostNodeActionScanCapabilitiesWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionScanCapabilitiesParams, reqEditors ...RequestEditorFn) (*PostNodeActionScanCapabilitiesResponse, error)
// PostNodeActionSCSIScanWithResponse request
PostNodeActionSCSIScanWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionSCSIScanParams, reqEditors ...RequestEditorFn) (*PostNodeActionSCSIScanResponse, error)
// PostNodeActionSysreportWithResponse request
PostNodeActionSysreportWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeActionSysreportParams, reqEditors ...RequestEditorFn) (*PostNodeActionSysreportResponse, error)
// PostPeerActionUnfreezeWithResponse request
PostPeerActionUnfreezeWithResponse(ctx context.Context, nodename InPathNodeName, params *PostPeerActionUnfreezeParams, reqEditors ...RequestEditorFn) (*PostPeerActionUnfreezeResponse, error)
// GetNodeCapabilitiesWithResponse request
GetNodeCapabilitiesWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeCapabilitiesResponse, error)
// GetNodeConfigWithResponse request
GetNodeConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeConfigParams, reqEditors ...RequestEditorFn) (*GetNodeConfigResponse, error)
// PatchNodeConfigWithResponse request
PatchNodeConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *PatchNodeConfigParams, reqEditors ...RequestEditorFn) (*PatchNodeConfigResponse, error)
// GetNodeConfigFileWithResponse request
GetNodeConfigFileWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeConfigFileResponse, error)
// PutNodeConfigFileWithBodyWithResponse request with any body
PutNodeConfigFileWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutNodeConfigFileResponse, error)
// GetNodeConfigKeywordsWithResponse request
GetNodeConfigKeywordsWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeConfigKeywordsParams, reqEditors ...RequestEditorFn) (*GetNodeConfigKeywordsResponse, error)
// PostDaemonRestartWithResponse request
PostDaemonRestartWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostDaemonRestartResponse, error)
// PostDaemonShutdownWithResponse request
PostDaemonShutdownWithResponse(ctx context.Context, nodename InPathNodeName, params *PostDaemonShutdownParams, reqEditors ...RequestEditorFn) (*PostDaemonShutdownResponse, error)
// PostDaemonStopWithResponse request
PostDaemonStopWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PostDaemonStopResponse, error)
// PostDaemonAuditWithResponse request
PostDaemonAuditWithResponse(ctx context.Context, nodename InPathNodeName, params *PostDaemonAuditParams, reqEditors ...RequestEditorFn) (*PostDaemonAuditResponse, error)
// GetDaemonDNSDumpWithResponse request
GetDaemonDNSDumpWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetDaemonDNSDumpResponse, error)
// GetDaemonEventsWithResponse request
GetDaemonEventsWithResponse(ctx context.Context, nodename InPathNodeName, params *GetDaemonEventsParams, reqEditors ...RequestEditorFn) (*GetDaemonEventsResponse, error)
// PostDaemonHeartbeatRestartWithResponse request
PostDaemonHeartbeatRestartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*PostDaemonHeartbeatRestartResponse, error)
// PostDaemonHeartbeatSignWithResponse request
PostDaemonHeartbeatSignWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*PostDaemonHeartbeatSignResponse, error)
// PostDaemonHeartbeatStartWithResponse request
PostDaemonHeartbeatStartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*PostDaemonHeartbeatStartResponse, error)
// PostDaemonHeartbeatStopWithResponse request
PostDaemonHeartbeatStopWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*PostDaemonHeartbeatStopResponse, error)
// PostDaemonHeartbeatWipeWithResponse request
PostDaemonHeartbeatWipeWithResponse(ctx context.Context, nodename InPathNodeName, name InPathHeartbeatName, reqEditors ...RequestEditorFn) (*PostDaemonHeartbeatWipeResponse, error)
// PostDaemonListenerRestartWithResponse request
PostDaemonListenerRestartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*PostDaemonListenerRestartResponse, error)
// PostDaemonListenerStartWithResponse request
PostDaemonListenerStartWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*PostDaemonListenerStartResponse, error)
// PostDaemonListenerStopWithResponse request
PostDaemonListenerStopWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, reqEditors ...RequestEditorFn) (*PostDaemonListenerStopResponse, error)
// PostDaemonListenerLogControlWithBodyWithResponse request with any body
PostDaemonListenerLogControlWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostDaemonListenerLogControlResponse, error)
PostDaemonListenerLogControlWithResponse(ctx context.Context, nodename InPathNodeName, name InPathListenerName, body PostDaemonListenerLogControlJSONRequestBody, reqEditors ...RequestEditorFn) (*PostDaemonListenerLogControlResponse, error)
// PostDaemonLogControlWithBodyWithResponse request with any body
PostDaemonLogControlWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostDaemonLogControlResponse, error)
PostDaemonLogControlWithResponse(ctx context.Context, nodename InPathNodeName, body PostDaemonLogControlJSONRequestBody, reqEditors ...RequestEditorFn) (*PostDaemonLogControlResponse, error)
// DeleteDaemonProcessWithResponse request
DeleteDaemonProcessWithResponse(ctx context.Context, nodename InPathNodeName, params *DeleteDaemonProcessParams, reqEditors ...RequestEditorFn) (*DeleteDaemonProcessResponse, error)
// GetDaemonProcessWithResponse request
GetDaemonProcessWithResponse(ctx context.Context, nodename InPathNodeName, params *GetDaemonProcessParams, reqEditors ...RequestEditorFn) (*GetDaemonProcessResponse, error)
// GetNodeDRBDAllocationWithResponse request
GetNodeDRBDAllocationWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeDRBDAllocationResponse, error)
// GetNodeDRBDConfigWithResponse request
GetNodeDRBDConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeDRBDConfigParams, reqEditors ...RequestEditorFn) (*GetNodeDRBDConfigResponse, error)
// PostNodeDRBDConfigWithBodyWithResponse request with any body
PostNodeDRBDConfigWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostNodeDRBDConfigResponse, error)
PostNodeDRBDConfigWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConfigParams, body PostNodeDRBDConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*PostNodeDRBDConfigResponse, error)
// PostNodeDRBDConnectWithResponse request
PostNodeDRBDConnectWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDConnectParams, reqEditors ...RequestEditorFn) (*PostNodeDRBDConnectResponse, error)
// PostNodeDRBDPrimaryWithResponse request
PostNodeDRBDPrimaryWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDPrimaryParams, reqEditors ...RequestEditorFn) (*PostNodeDRBDPrimaryResponse, error)
// PostNodeDRBDSecondaryWithResponse request
PostNodeDRBDSecondaryWithResponse(ctx context.Context, nodename InPathNodeName, params *PostNodeDRBDSecondaryParams, reqEditors ...RequestEditorFn) (*PostNodeDRBDSecondaryResponse, error)
// GetNodeDriverWithResponse request
GetNodeDriverWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeDriverResponse, error)
// GetInstanceWithResponse request
GetInstanceWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetInstanceResponse, error)
// PostInstanceActionBootWithResponse request
PostInstanceActionBootWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionBootParams, reqEditors ...RequestEditorFn) (*PostInstanceActionBootResponse, error)
// PostInstanceActionDeleteWithResponse request
PostInstanceActionDeleteWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionDeleteParams, reqEditors ...RequestEditorFn) (*PostInstanceActionDeleteResponse, error)
// PostInstanceActionFreezeWithResponse request
PostInstanceActionFreezeWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionFreezeParams, reqEditors ...RequestEditorFn) (*PostInstanceActionFreezeResponse, error)
// PostInstanceActionPGUpdateWithResponse request
PostInstanceActionPGUpdateWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPGUpdateParams, reqEditors ...RequestEditorFn) (*PostInstanceActionPGUpdateResponse, error)
// PostInstanceActionProvisionWithResponse request
PostInstanceActionProvisionWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionProvisionParams, reqEditors ...RequestEditorFn) (*PostInstanceActionProvisionResponse, error)
// PostInstanceActionPRStartWithResponse request
PostInstanceActionPRStartWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPRStartParams, reqEditors ...RequestEditorFn) (*PostInstanceActionPRStartResponse, error)
// PostInstanceActionPRStopWithResponse request
PostInstanceActionPRStopWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPRStopParams, reqEditors ...RequestEditorFn) (*PostInstanceActionPRStopResponse, error)
// PostInstanceActionPushResourceInfoWithResponse request
PostInstanceActionPushResourceInfoWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionPushResourceInfoParams, reqEditors ...RequestEditorFn) (*PostInstanceActionPushResourceInfoResponse, error)
// PostInstanceActionRestartWithResponse request
PostInstanceActionRestartWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionRestartParams, reqEditors ...RequestEditorFn) (*PostInstanceActionRestartResponse, error)
// PostInstanceActionRunWithResponse request
PostInstanceActionRunWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionRunParams, reqEditors ...RequestEditorFn) (*PostInstanceActionRunResponse, error)
// PostInstanceActionShutdownWithResponse request
PostInstanceActionShutdownWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionShutdownParams, reqEditors ...RequestEditorFn) (*PostInstanceActionShutdownResponse, error)
// PostInstanceActionStartWithResponse request
PostInstanceActionStartWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStartParams, reqEditors ...RequestEditorFn) (*PostInstanceActionStartResponse, error)
// PostInstanceActionStartStandbyWithResponse request
PostInstanceActionStartStandbyWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStartStandbyParams, reqEditors ...RequestEditorFn) (*PostInstanceActionStartStandbyResponse, error)
// PostInstanceActionStatusWithResponse request
PostInstanceActionStatusWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStatusParams, reqEditors ...RequestEditorFn) (*PostInstanceActionStatusResponse, error)
// PostInstanceActionStopWithResponse request
PostInstanceActionStopWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionStopParams, reqEditors ...RequestEditorFn) (*PostInstanceActionStopResponse, error)
// PostInstanceActionSyncIngestWithResponse request
PostInstanceActionSyncIngestWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionSyncIngestParams, reqEditors ...RequestEditorFn) (*PostInstanceActionSyncIngestResponse, error)
// PostInstanceActionUnfreezeWithResponse request
PostInstanceActionUnfreezeWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionUnfreezeParams, reqEditors ...RequestEditorFn) (*PostInstanceActionUnfreezeResponse, error)
// PostInstanceActionUnprovisionWithResponse request
PostInstanceActionUnprovisionWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceActionUnprovisionParams, reqEditors ...RequestEditorFn) (*PostInstanceActionUnprovisionResponse, error)
// PostInstanceClearWithResponse request
PostInstanceClearWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostInstanceClearResponse, error)
// GetInstanceConfigFileWithResponse request
GetInstanceConfigFileWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetInstanceConfigFileResponse, error)
// PostInstanceResourceConsoleWithResponse request
PostInstanceResourceConsoleWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostInstanceResourceConsoleParams, reqEditors ...RequestEditorFn) (*PostInstanceResourceConsoleResponse, error)
// GetInstanceContainerLogWithResponse request
GetInstanceContainerLogWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceContainerLogParams, reqEditors ...RequestEditorFn) (*GetInstanceContainerLogResponse, error)
// GetInstanceLogsWithResponse request
GetInstanceLogsWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceLogsParams, reqEditors ...RequestEditorFn) (*GetInstanceLogsResponse, error)
// GetInstanceResourceFileWithResponse request
GetInstanceResourceFileWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetInstanceResourceFileParams, reqEditors ...RequestEditorFn) (*GetInstanceResourceFileResponse, error)
// GetInstanceResourceInfoWithResponse request
GetInstanceResourceInfoWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetInstanceResourceInfoResponse, error)
// GetInstanceScheduleWithResponse request
GetInstanceScheduleWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetInstanceScheduleResponse, error)
// PostInstanceStateFileWithBodyWithResponse request with any body
PostInstanceStateFileWithBodyWithResponse(ctx context.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostInstanceStateFileResponse, error)
// GetNodeLogsWithResponse request
GetNodeLogsWithResponse(ctx context.Context, nodename InPathNodeName, params *GetNodeLogsParams, reqEditors ...RequestEditorFn) (*GetNodeLogsResponse, error)
// GetNodeMetricsWithResponse request
GetNodeMetricsWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeMetricsResponse, error)
// GetNodePingWithResponse request
GetNodePingWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodePingResponse, error)
// GetNodeScheduleWithResponse request
GetNodeScheduleWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeScheduleResponse, error)
// GetNodeSSHHostkeysWithResponse request
GetNodeSSHHostkeysWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSSHHostkeysResponse, error)
// GetNodeSSHKeyWithResponse request
GetNodeSSHKeyWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSSHKeyResponse, error)
// PutNodeSSHTrustWithResponse request
PutNodeSSHTrustWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*PutNodeSSHTrustResponse, error)
// GetNodeSystemDiskWithResponse request
GetNodeSystemDiskWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemDiskResponse, error)
// GetNodeSystemGroupWithResponse request
GetNodeSystemGroupWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemGroupResponse, error)
// GetNodeSystemHardwareWithResponse request
GetNodeSystemHardwareWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemHardwareResponse, error)
// GetNodeSystemIPAddressWithResponse request
GetNodeSystemIPAddressWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemIPAddressResponse, error)
// GetNodeSystemPackageWithResponse request
GetNodeSystemPackageWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemPackageResponse, error)
// GetNodeSystemPropertyWithResponse request
GetNodeSystemPropertyWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemPropertyResponse, error)
// GetNodeSystemSANInitiatorWithResponse request
GetNodeSystemSANInitiatorWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemSANInitiatorResponse, error)
// GetNodeSystemSANPathWithResponse request
GetNodeSystemSANPathWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemSANPathResponse, error)
// GetNodeSystemUserWithResponse request
GetNodeSystemUserWithResponse(ctx context.Context, nodename InPathNodeName, reqEditors ...RequestEditorFn) (*GetNodeSystemUserResponse, error)
// GetObjectsWithResponse request
GetObjectsWithResponse(ctx context.Context, params *GetObjectsParams, reqEditors ...RequestEditorFn) (*GetObjectsResponse, error)
// GetObjectPathsWithResponse request
GetObjectPathsWithResponse(ctx context.Context, params *GetObjectPathsParams, reqEditors ...RequestEditorFn) (*GetObjectPathsResponse, error)
// PostSvcDisableWithResponse request
PostSvcDisableWithResponse(ctx context.Context, namespace InPathNamespace, name InPathName, params *PostSvcDisableParams, reqEditors ...RequestEditorFn) (*PostSvcDisableResponse, error)
// PostSvcEnableWithResponse request
PostSvcEnableWithResponse(ctx context.Context, namespace InPathNamespace, name InPathName, params *PostSvcEnableParams, reqEditors ...RequestEditorFn) (*PostSvcEnableResponse, error)
// GetObjectWithResponse request
GetObjectWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetObjectResponse, error)
// PostObjectActionAbortWithResponse request
PostObjectActionAbortWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionAbortResponse, error)
// PostObjectActionDeleteWithResponse request
PostObjectActionDeleteWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionDeleteResponse, error)
// PostObjectActionFreezeWithResponse request
PostObjectActionFreezeWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionFreezeResponse, error)
// PostObjectActionGivebackWithResponse request
PostObjectActionGivebackWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionGivebackResponse, error)
// PostObjectActionProvisionWithResponse request
PostObjectActionProvisionWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionProvisionResponse, error)
// PostObjectActionPurgeWithResponse request
PostObjectActionPurgeWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionPurgeResponse, error)
// PostObjectActionRestartWithBodyWithResponse request with any body
PostObjectActionRestartWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostObjectActionRestartResponse, error)
PostObjectActionRestartWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostObjectActionRestartJSONRequestBody, reqEditors ...RequestEditorFn) (*PostObjectActionRestartResponse, error)
// PostObjectActionStartWithResponse request
PostObjectActionStartWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionStartResponse, error)
// PostObjectActionStopWithResponse request
PostObjectActionStopWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionStopResponse, error)
// PostObjectActionSwitchWithBodyWithResponse request with any body
PostObjectActionSwitchWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostObjectActionSwitchResponse, error)
PostObjectActionSwitchWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PostObjectActionSwitchJSONRequestBody, reqEditors ...RequestEditorFn) (*PostObjectActionSwitchResponse, error)
// PostObjectActionUnfreezeWithResponse request
PostObjectActionUnfreezeWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionUnfreezeResponse, error)
// PostObjectActionUnprovisionWithResponse request
PostObjectActionUnprovisionWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*PostObjectActionUnprovisionResponse, error)
// GetObjectConfigWithResponse request
GetObjectConfigWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectConfigParams, reqEditors ...RequestEditorFn) (*GetObjectConfigResponse, error)
// PatchObjectConfigWithResponse request
PatchObjectConfigWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PatchObjectConfigParams, reqEditors ...RequestEditorFn) (*PatchObjectConfigResponse, error)
// GetObjectConfigFileWithResponse request
GetObjectConfigFileWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetObjectConfigFileResponse, error)
// PostObjectConfigFileWithBodyWithResponse request with any body
PostObjectConfigFileWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostObjectConfigFileResponse, error)
// PutObjectConfigFileWithBodyWithResponse request with any body
PutObjectConfigFileWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutObjectConfigFileResponse, error)
// GetObjectConfigKeywordsWithResponse request
GetObjectConfigKeywordsWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectConfigKeywordsParams, reqEditors ...RequestEditorFn) (*GetObjectConfigKeywordsResponse, error)
// GetObjectDataWithResponse request
GetObjectDataWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectDataParams, reqEditors ...RequestEditorFn) (*GetObjectDataResponse, error)
// PatchObjectDataWithBodyWithResponse request with any body
PatchObjectDataWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchObjectDataResponse, error)
PatchObjectDataWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, body PatchObjectDataJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchObjectDataResponse, error)
// DeleteObjectDataKeyWithResponse request
DeleteObjectDataKeyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *DeleteObjectDataKeyParams, reqEditors ...RequestEditorFn) (*DeleteObjectDataKeyResponse, error)
// GetObjectDataKeyWithResponse request
GetObjectDataKeyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *GetObjectDataKeyParams, reqEditors ...RequestEditorFn) (*GetObjectDataKeyResponse, error)
// PostObjectDataKeyWithBodyWithResponse request with any body
PostObjectDataKeyWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PostObjectDataKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostObjectDataKeyResponse, error)
// PutObjectDataKeyWithBodyWithResponse request with any body
PutObjectDataKeyWithBodyWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params *PutObjectDataKeyParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutObjectDataKeyResponse, error)
// GetObjectDataKeysWithResponse request
GetObjectDataKeysWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetObjectDataKeysResponse, error)
// GetObjectResourceInfoWithResponse request
GetObjectResourceInfoWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetObjectResourceInfoResponse, error)
// GetObjectScheduleWithResponse request
GetObjectScheduleWithResponse(ctx context.Context, namespace InPathNamespace, kind InPathKind, name InPathName, reqEditors ...RequestEditorFn) (*GetObjectScheduleResponse, error)
// GetSwaggerWithResponse request
GetSwaggerWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSwaggerResponse, error)
// GetPoolsWithResponse request
GetPoolsWithResponse(ctx context.Context, params *GetPoolsParams, reqEditors ...RequestEditorFn) (*GetPoolsResponse, error)
// GetPoolVolumesWithResponse request
GetPoolVolumesWithResponse(ctx context.Context, params *GetPoolVolumesParams, reqEditors ...RequestEditorFn) (*GetPoolVolumesResponse, error)
// GetRelayMessageWithResponse request
GetRelayMessageWithResponse(ctx context.Context, params *GetRelayMessageParams, reqEditors ...RequestEditorFn) (*GetRelayMessageResponse, error)
// PostRelayMessageWithBodyWithResponse request with any body
PostRelayMessageWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRelayMessageResponse, error)
PostRelayMessageWithResponse(ctx context.Context, body PostRelayMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRelayMessageResponse, error)
// GetRelayStatusWithResponse request
GetRelayStatusWithResponse(ctx context.Context, params *GetRelayStatusParams, reqEditors ...RequestEditorFn) (*GetRelayStatusResponse, error)
// GetResourcesWithResponse request
GetResourcesWithResponse(ctx context.Context, params *GetResourcesParams, reqEditors ...RequestEditorFn) (*GetResourcesResponse, error)
}
ClientWithResponsesInterface is the interface specification for the client with responses above.
type ClusterStatus ¶
type ClusterStatus = map[string]interface{}
ClusterStatus defines model for ClusterStatus.
type Committed ¶
type Committed struct {
IsChanged bool `json:"is_changed"`
}
Committed defines model for Committed.
type DNSRecord ¶
type DNSRecord struct {
Class string `json:"class"`
Data string `json:"data"`
Name string `json:"name"`
Ttl int `json:"ttl"`
Type string `json:"type"`
}
DNSRecord defines model for DNSRecord.
type DRBDAllocation ¶
type DRBDAllocation struct {
ExpiredAt time.Time `json:"expired_at"`
ID openapi_types.UUID `json:"id"`
Minor int `json:"minor"`
Port int `json:"port"`
}
DRBDAllocation defines model for DRBDAllocation.
type DRBDConfig ¶
type DRBDConfig struct {
Data []byte `json:"data"`
}
DRBDConfig defines model for DRBDConfig.
type DRBDResourceName ¶
type DRBDResourceName = string
DRBDResourceName defines model for DRBDResourceName.
type DRBDResourceNodeID ¶
type DRBDResourceNodeID = string
DRBDResourceNodeID defines model for DRBDResourceNodeID.
type DaemonHeartbeatName ¶
type DaemonHeartbeatName = string
DaemonHeartbeatName Heartbeat name, example '1.rx' for heartbeat receiver of 'hb#1' section
type DaemonListener ¶
type DaemonListener struct {
Addr string `json:"addr"`
ConfiguredAt time.Time `json:"configured_at"`
CreatedAt time.Time `json:"created_at"`
ID string `json:"id"`
Port string `json:"port"`
State string `json:"state"`
UpdatedAt time.Time `json:"updated_at"`
}
DaemonListener defines model for DaemonListener.
type DaemonPid ¶
type DaemonPid struct {
Pid int `json:"pid"`
}
DaemonPid defines model for DaemonPid.
type DaemonSubsystemStatus ¶
type DaemonSubsystemStatus struct {
ConfiguredAt time.Time `json:"configured_at"`
CreatedAt time.Time `json:"created_at"`
ID string `json:"id"`
State string `json:"state"`
UpdatedAt time.Time `json:"updated_at"`
}
DaemonSubsystemStatus Describes a OpenSVC daemon subsystem: when it was last created, configured an updated, what its current state is and its id.
type DataKeyList ¶
type DataKeyList struct {
Items DataKeyListItems `json:"items"`
Kind DataKeyListKind `json:"kind"`
}
DataKeyList defines model for DataKeyList.
func (DataKeyList) GetItems ¶
func (t DataKeyList) GetItems() any
type DataKeyListItem ¶
type DataKeyListItem struct {
Name string `json:"name"`
Node string `json:"node"`
Object string `json:"object"`
Size int `json:"size"`
}
DataKeyListItem defines model for DataKeyListItem.
func (DataKeyListItem) Unstructured ¶
func (t DataKeyListItem) Unstructured() map[string]any
type DataKeyListItems ¶
type DataKeyListItems = []DataKeyListItem
DataKeyListItems defines model for DataKeyListItems.
type DataKeyListKind ¶
type DataKeyListKind string
DataKeyListKind defines model for DataKeyList.Kind.
const (
DataKeyListKindDataKeyList DataKeyListKind = "DataKeyList"
)
Defines values for DataKeyListKind.
func (DataKeyListKind) Valid ¶
func (e DataKeyListKind) Valid() bool
Valid indicates whether the value is a known member of the DataKeyListKind enum.
type DeleteDaemonProcessParams ¶
type DeleteDaemonProcessParams struct {
// Pid the pid of the process to kill.
Pid *[]int `form:"pid,omitempty" json:"pid,omitempty"`
}
DeleteDaemonProcessParams defines parameters for DeleteDaemonProcess.
type DeleteDaemonProcessResponse ¶
type DeleteDaemonProcessResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON403 *N403
JSON409 *N409
JSON500 *N500
}
func ParseDeleteDaemonProcessResponse ¶
func ParseDeleteDaemonProcessResponse(rsp *http.Response) (*DeleteDaemonProcessResponse, error)
ParseDeleteDaemonProcessResponse parses an HTTP response from a DeleteDaemonProcessWithResponse call
func (DeleteDaemonProcessResponse) ContentType ¶
func (r DeleteDaemonProcessResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteDaemonProcessResponse) Status ¶
func (r DeleteDaemonProcessResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteDaemonProcessResponse) StatusCode ¶
func (r DeleteDaemonProcessResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteObjectDataKeyParams ¶
type DeleteObjectDataKeyParams struct {
Name InQueryKeyName `form:"name" json:"name"`
}
DeleteObjectDataKeyParams defines parameters for DeleteObjectDataKey.
type DeleteObjectDataKeyResponse ¶
type DeleteObjectDataKeyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseDeleteObjectDataKeyResponse ¶
func ParseDeleteObjectDataKeyResponse(rsp *http.Response) (*DeleteObjectDataKeyResponse, error)
ParseDeleteObjectDataKeyResponse parses an HTTP response from a DeleteObjectDataKeyWithResponse call
func (DeleteObjectDataKeyResponse) ContentType ¶
func (r DeleteObjectDataKeyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteObjectDataKeyResponse) Status ¶
func (r DeleteObjectDataKeyResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteObjectDataKeyResponse) StatusCode ¶
func (r DeleteObjectDataKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Disk ¶
type Disk struct {
Devpath string `json:"devpath"`
ID string `json:"id"`
Model string `json:"model"`
Regions []Region `json:"regions"`
Size uint64 `json:"size"`
Type string `json:"type"`
Vendor string `json:"vendor"`
}
Disk defines model for Disk.
func (Disk) Unstructured ¶
type DiskItem ¶
type DiskItem struct {
Data Disk `json:"data"`
Kind DiskItemKind `json:"kind"`
Meta NodeMeta `json:"meta"`
}
DiskItem defines model for DiskItem.
func (DiskItem) Unstructured ¶
type DiskItemKind ¶
type DiskItemKind string
DiskItemKind defines model for DiskItem.Kind.
const (
DiskItemKindDiskItem DiskItemKind = "DiskItem"
)
Defines values for DiskItemKind.
func (DiskItemKind) Valid ¶
func (e DiskItemKind) Valid() bool
Valid indicates whether the value is a known member of the DiskItemKind enum.
type DiskList ¶
type DiskList struct {
Items DiskItems `json:"items"`
Kind DiskListKind `json:"kind"`
}
DiskList defines model for DiskList.
type DiskListKind ¶
type DiskListKind string
DiskListKind defines model for DiskList.Kind.
const (
DiskListKindDiskList DiskListKind = "DiskList"
)
Defines values for DiskListKind.
func (DiskListKind) Valid ¶
func (e DiskListKind) Valid() bool
Valid indicates whether the value is a known member of the DiskListKind enum.
type Driver ¶
type Driver struct {
Name string `json:"name"`
}
Driver defines model for Driver.
func (Driver) Unstructured ¶
type DriverItem ¶
type DriverItem struct {
Data Driver `json:"data"`
Kind DriverItemKind `json:"kind"`
Meta NodeMeta `json:"meta"`
}
DriverItem defines model for DriverItem.
func (DriverItem) Unstructured ¶
func (t DriverItem) Unstructured() map[string]any
type DriverItemKind ¶
type DriverItemKind string
DriverItemKind defines model for DriverItem.Kind.
const (
DriversItem DriverItemKind = "DriversItem"
)
Defines values for DriverItemKind.
func (DriverItemKind) Valid ¶
func (e DriverItemKind) Valid() bool
Valid indicates whether the value is a known member of the DriverItemKind enum.
type DriverList ¶
type DriverList struct {
Items DriverItems `json:"items"`
Kind DriverListKind `json:"kind"`
}
DriverList defines model for DriverList.
func (DriverList) GetItems ¶
func (t DriverList) GetItems() any
type DriverListKind ¶
type DriverListKind string
DriverListKind defines model for DriverList.Kind.
const (
DriversList DriverListKind = "DriversList"
)
Defines values for DriverListKind.
func (DriverListKind) Valid ¶
func (e DriverListKind) Valid() bool
Valid indicates whether the value is a known member of the DriverListKind enum.
type EchoRouter ¶
type EchoRouter interface {
CONNECT(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
DELETE(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
GET(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
HEAD(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
OPTIONS(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
PATCH(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
POST(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
PUT(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
TRACE(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
}
This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration
type FlexConfig ¶
FlexConfig defines model for FlexConfig.
type GetArrayParams ¶
type GetArrayParams struct {
// Name the name of a backend storage array
Name *InQueryArrayName `form:"name,omitempty" json:"name,omitempty"`
}
GetArrayParams defines parameters for GetArray.
type GetArrayResponse ¶
type GetArrayResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ArrayList
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetArrayResponse ¶
func ParseGetArrayResponse(rsp *http.Response) (*GetArrayResponse, error)
ParseGetArrayResponse parses an HTTP response from a GetArrayWithResponse call
func (GetArrayResponse) ContentType ¶
func (r GetArrayResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetArrayResponse) Status ¶
func (r GetArrayResponse) Status() string
Status returns HTTPResponse.Status
func (GetArrayResponse) StatusCode ¶
func (r GetArrayResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAuthInfoResponse ¶
func ParseGetAuthInfoResponse ¶
func ParseGetAuthInfoResponse(rsp *http.Response) (*GetAuthInfoResponse, error)
ParseGetAuthInfoResponse parses an HTTP response from a GetAuthInfoWithResponse call
func (GetAuthInfoResponse) ContentType ¶
func (r GetAuthInfoResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetAuthInfoResponse) Status ¶
func (r GetAuthInfoResponse) Status() string
Status returns HTTPResponse.Status
func (GetAuthInfoResponse) StatusCode ¶
func (r GetAuthInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAuthWhoAmIResponse ¶
type GetAuthWhoAmIResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserIdentity
JSON401 *N401
}
func ParseGetAuthWhoAmIResponse ¶
func ParseGetAuthWhoAmIResponse(rsp *http.Response) (*GetAuthWhoAmIResponse, error)
ParseGetAuthWhoAmIResponse parses an HTTP response from a GetAuthWhoAmIWithResponse call
func (GetAuthWhoAmIResponse) ContentType ¶
func (r GetAuthWhoAmIResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetAuthWhoAmIResponse) Status ¶
func (r GetAuthWhoAmIResponse) Status() string
Status returns HTTPResponse.Status
func (GetAuthWhoAmIResponse) StatusCode ¶
func (r GetAuthWhoAmIResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetClusterConfigFileResponse ¶
type GetClusterConfigFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetClusterConfigFileResponse ¶
func ParseGetClusterConfigFileResponse(rsp *http.Response) (*GetClusterConfigFileResponse, error)
ParseGetClusterConfigFileResponse parses an HTTP response from a GetClusterConfigFileWithResponse call
func (GetClusterConfigFileResponse) ContentType ¶
func (r GetClusterConfigFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetClusterConfigFileResponse) Status ¶
func (r GetClusterConfigFileResponse) Status() string
Status returns HTTPResponse.Status
func (GetClusterConfigFileResponse) StatusCode ¶
func (r GetClusterConfigFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetClusterConfigKeywordsParams ¶
type GetClusterConfigKeywordsParams struct {
// Driver show only keywords of this driver
Driver *InQueryDriver `form:"driver,omitempty" json:"driver,omitempty"`
// Section show supported keywords of this configuration section
Section *InQuerySection `form:"section,omitempty" json:"section,omitempty"`
// Option show the keyword referenced by section and option
Option *InQueryOption `form:"option,omitempty" json:"option,omitempty"`
}
GetClusterConfigKeywordsParams defines parameters for GetClusterConfigKeywords.
type GetClusterConfigKeywordsResponse ¶
type GetClusterConfigKeywordsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *KeywordDefinitionList
JSON400 *N400
JSON401 *N401
JSON500 *N500
}
func ParseGetClusterConfigKeywordsResponse ¶
func ParseGetClusterConfigKeywordsResponse(rsp *http.Response) (*GetClusterConfigKeywordsResponse, error)
ParseGetClusterConfigKeywordsResponse parses an HTTP response from a GetClusterConfigKeywordsWithResponse call
func (GetClusterConfigKeywordsResponse) ContentType ¶
func (r GetClusterConfigKeywordsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetClusterConfigKeywordsResponse) Status ¶
func (r GetClusterConfigKeywordsResponse) Status() string
Status returns HTTPResponse.Status
func (GetClusterConfigKeywordsResponse) StatusCode ¶
func (r GetClusterConfigKeywordsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetClusterConfigParams ¶
type GetClusterConfigParams struct {
Evaluate *InQueryEvaluate `form:"evaluate,omitempty" json:"evaluate,omitempty"`
Impersonate *InQueryImpersonate `form:"impersonate,omitempty" json:"impersonate,omitempty"`
Kw *InQueryKeywords `form:"kw,omitempty" json:"kw,omitempty"`
}
GetClusterConfigParams defines parameters for GetClusterConfig.
type GetClusterConfigResponse ¶
type GetClusterConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *KeywordList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetClusterConfigResponse ¶
func ParseGetClusterConfigResponse(rsp *http.Response) (*GetClusterConfigResponse, error)
ParseGetClusterConfigResponse parses an HTTP response from a GetClusterConfigWithResponse call
func (GetClusterConfigResponse) ContentType ¶
func (r GetClusterConfigResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetClusterConfigResponse) Status ¶
func (r GetClusterConfigResponse) Status() string
Status returns HTTPResponse.Status
func (GetClusterConfigResponse) StatusCode ¶
func (r GetClusterConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetClusterStatusParams ¶
type GetClusterStatusParams struct {
// Namespace namespace
Namespace *InQueryNamespaceOptional `form:"namespace,omitempty" json:"namespace,omitempty"`
// Selector selector
Selector *InQuerySelectorOptional `form:"selector,omitempty" json:"selector,omitempty"`
}
GetClusterStatusParams defines parameters for GetClusterStatus.
type GetClusterStatusResponse ¶
type GetClusterStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ClusterStatus
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetClusterStatusResponse ¶
func ParseGetClusterStatusResponse(rsp *http.Response) (*GetClusterStatusResponse, error)
ParseGetClusterStatusResponse parses an HTTP response from a GetClusterStatusWithResponse call
func (GetClusterStatusResponse) ContentType ¶
func (r GetClusterStatusResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetClusterStatusResponse) Status ¶
func (r GetClusterStatusResponse) Status() string
Status returns HTTPResponse.Status
func (GetClusterStatusResponse) StatusCode ¶
func (r GetClusterStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDaemonDNSDumpResponse ¶
type GetDaemonDNSDumpResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DNSZone
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetDaemonDNSDumpResponse ¶
func ParseGetDaemonDNSDumpResponse(rsp *http.Response) (*GetDaemonDNSDumpResponse, error)
ParseGetDaemonDNSDumpResponse parses an HTTP response from a GetDaemonDNSDumpWithResponse call
func (GetDaemonDNSDumpResponse) ContentType ¶
func (r GetDaemonDNSDumpResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetDaemonDNSDumpResponse) Status ¶
func (r GetDaemonDNSDumpResponse) Status() string
Status returns HTTPResponse.Status
func (GetDaemonDNSDumpResponse) StatusCode ¶
func (r GetDaemonDNSDumpResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDaemonEventsParams ¶
type GetDaemonEventsParams struct {
// Duration max duration
Duration *Duration `form:"duration,omitempty" json:"duration,omitempty"`
// Limit limit items count
Limit *Limit `form:"limit,omitempty" json:"limit,omitempty"`
// Filter list of event filter
Filter *EventFilter `form:"filter,omitempty" json:"filter,omitempty"`
// Replay replay the compacted event history that creates the current cluster dataset.
// filtering and selectors are applied to the compacted event history.
Replay *EventReplay `form:"replay,omitempty" json:"replay,omitempty"`
// Cache deprecated alias of `replay`. Will be removed in a future version.
Cache *EventCache `form:"cache,omitempty" json:"cache,omitempty"`
// Selector selector
Selector *InQuerySelectorOptional `form:"selector,omitempty" json:"selector,omitempty"`
}
GetDaemonEventsParams defines parameters for GetDaemonEvents.
type GetDaemonEventsResponse ¶
type GetDaemonEventsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetDaemonEventsResponse ¶
func ParseGetDaemonEventsResponse(rsp *http.Response) (*GetDaemonEventsResponse, error)
ParseGetDaemonEventsResponse parses an HTTP response from a GetDaemonEventsWithResponse call
func (GetDaemonEventsResponse) ContentType ¶
func (r GetDaemonEventsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetDaemonEventsResponse) Status ¶
func (r GetDaemonEventsResponse) Status() string
Status returns HTTPResponse.Status
func (GetDaemonEventsResponse) StatusCode ¶
func (r GetDaemonEventsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDaemonProcessParams ¶
type GetDaemonProcessParams struct {
// Sub the names of the subsystems to filter the processes
Sub *string `form:"sub,omitempty" json:"sub,omitempty"`
// Selector selector
Selector *InQuerySelectorOptional `form:"selector,omitempty" json:"selector,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
}
GetDaemonProcessParams defines parameters for GetDaemonProcess.
type GetDaemonProcessResponse ¶
type GetDaemonProcessResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProcessList
JSON403 *N403
JSON500 *N500
}
func ParseGetDaemonProcessResponse ¶
func ParseGetDaemonProcessResponse(rsp *http.Response) (*GetDaemonProcessResponse, error)
ParseGetDaemonProcessResponse parses an HTTP response from a GetDaemonProcessWithResponse call
func (GetDaemonProcessResponse) ContentType ¶
func (r GetDaemonProcessResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetDaemonProcessResponse) Status ¶
func (r GetDaemonProcessResponse) Status() string
Status returns HTTPResponse.Status
func (GetDaemonProcessResponse) StatusCode ¶
func (r GetDaemonProcessResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetInstanceConfigFileResponse ¶
type GetInstanceConfigFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetInstanceConfigFileResponse ¶
func ParseGetInstanceConfigFileResponse(rsp *http.Response) (*GetInstanceConfigFileResponse, error)
ParseGetInstanceConfigFileResponse parses an HTTP response from a GetInstanceConfigFileWithResponse call
func (GetInstanceConfigFileResponse) ContentType ¶
func (r GetInstanceConfigFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetInstanceConfigFileResponse) Status ¶
func (r GetInstanceConfigFileResponse) Status() string
Status returns HTTPResponse.Status
func (GetInstanceConfigFileResponse) StatusCode ¶
func (r GetInstanceConfigFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetInstanceContainerLogParams ¶
type GetInstanceContainerLogParams struct {
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
// Follow follow the logs
Follow *LogFollow `form:"follow,omitempty" json:"follow,omitempty"`
// Lines report this number of past last log entries
Lines *LogLines `form:"lines,omitempty" json:"lines,omitempty"`
}
GetInstanceContainerLogParams defines parameters for GetInstanceContainerLog.
type GetInstanceContainerLogResponse ¶
type GetInstanceContainerLogResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetInstanceContainerLogResponse ¶
func ParseGetInstanceContainerLogResponse(rsp *http.Response) (*GetInstanceContainerLogResponse, error)
ParseGetInstanceContainerLogResponse parses an HTTP response from a GetInstanceContainerLogWithResponse call
func (GetInstanceContainerLogResponse) ContentType ¶
func (r GetInstanceContainerLogResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetInstanceContainerLogResponse) Status ¶
func (r GetInstanceContainerLogResponse) Status() string
Status returns HTTPResponse.Status
func (GetInstanceContainerLogResponse) StatusCode ¶
func (r GetInstanceContainerLogResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetInstanceLogsParams ¶
type GetInstanceLogsParams struct {
// Filter list of log filter
Filter *LogFilter `form:"filter,omitempty" json:"filter,omitempty"`
// Grep list of log message filtering patterns
Grep *LogGrep `form:"grep,omitempty" json:"grep,omitempty"`
// Follow follow the logs
Follow *LogFollow `form:"follow,omitempty" json:"follow,omitempty"`
// Lines report this number of past last log entries
Lines *LogLines `form:"lines,omitempty" json:"lines,omitempty"`
}
GetInstanceLogsParams defines parameters for GetInstanceLogs.
type GetInstanceLogsResponse ¶
type GetInstanceLogsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetInstanceLogsResponse ¶
func ParseGetInstanceLogsResponse(rsp *http.Response) (*GetInstanceLogsResponse, error)
ParseGetInstanceLogsResponse parses an HTTP response from a GetInstanceLogsWithResponse call
func (GetInstanceLogsResponse) ContentType ¶
func (r GetInstanceLogsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetInstanceLogsResponse) Status ¶
func (r GetInstanceLogsResponse) Status() string
Status returns HTTPResponse.Status
func (GetInstanceLogsResponse) StatusCode ¶
func (r GetInstanceLogsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetInstanceResourceFileParams ¶
type GetInstanceResourceFileParams struct {
// Name The path of a file explicitely shared by a resource driver that the requester wants to receive the data of.
Name InQueryResourceFileName `form:"name" json:"name"`
// Rid The rid that is expected to expose the requested file path.
Rid InQueryResourceFileRid `form:"rid" json:"rid"`
}
GetInstanceResourceFileParams defines parameters for GetInstanceResourceFile.
type GetInstanceResourceFileResponse ¶
type GetInstanceResourceFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetInstanceResourceFileResponse ¶
func ParseGetInstanceResourceFileResponse(rsp *http.Response) (*GetInstanceResourceFileResponse, error)
ParseGetInstanceResourceFileResponse parses an HTTP response from a GetInstanceResourceFileWithResponse call
func (GetInstanceResourceFileResponse) ContentType ¶
func (r GetInstanceResourceFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetInstanceResourceFileResponse) Status ¶
func (r GetInstanceResourceFileResponse) Status() string
Status returns HTTPResponse.Status
func (GetInstanceResourceFileResponse) StatusCode ¶
func (r GetInstanceResourceFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetInstanceResourceInfoResponse ¶
type GetInstanceResourceInfoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ResourceInfoList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetInstanceResourceInfoResponse ¶
func ParseGetInstanceResourceInfoResponse(rsp *http.Response) (*GetInstanceResourceInfoResponse, error)
ParseGetInstanceResourceInfoResponse parses an HTTP response from a GetInstanceResourceInfoWithResponse call
func (GetInstanceResourceInfoResponse) ContentType ¶
func (r GetInstanceResourceInfoResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetInstanceResourceInfoResponse) Status ¶
func (r GetInstanceResourceInfoResponse) Status() string
Status returns HTTPResponse.Status
func (GetInstanceResourceInfoResponse) StatusCode ¶
func (r GetInstanceResourceInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetInstanceResponse ¶
type GetInstanceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceItem
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetInstanceResponse ¶
func ParseGetInstanceResponse(rsp *http.Response) (*GetInstanceResponse, error)
ParseGetInstanceResponse parses an HTTP response from a GetInstanceWithResponse call
func (GetInstanceResponse) ContentType ¶
func (r GetInstanceResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetInstanceResponse) Status ¶
func (r GetInstanceResponse) Status() string
Status returns HTTPResponse.Status
func (GetInstanceResponse) StatusCode ¶
func (r GetInstanceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetInstanceScheduleResponse ¶
type GetInstanceScheduleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ScheduleList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
}
func ParseGetInstanceScheduleResponse ¶
func ParseGetInstanceScheduleResponse(rsp *http.Response) (*GetInstanceScheduleResponse, error)
ParseGetInstanceScheduleResponse parses an HTTP response from a GetInstanceScheduleWithResponse call
func (GetInstanceScheduleResponse) ContentType ¶
func (r GetInstanceScheduleResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetInstanceScheduleResponse) Status ¶
func (r GetInstanceScheduleResponse) Status() string
Status returns HTTPResponse.Status
func (GetInstanceScheduleResponse) StatusCode ¶
func (r GetInstanceScheduleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetInstancesParams ¶
type GetInstancesParams struct {
// Path object selector expression.
Path *PathOptional `form:"path,omitempty" json:"path,omitempty"`
// Node node selector expression.
Node *NodeOptional `form:"node,omitempty" json:"node,omitempty"`
}
GetInstancesParams defines parameters for GetInstances.
type GetInstancesResponse ¶
type GetInstancesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetInstancesResponse ¶
func ParseGetInstancesResponse(rsp *http.Response) (*GetInstancesResponse, error)
ParseGetInstancesResponse parses an HTTP response from a GetInstancesWithResponse call
func (GetInstancesResponse) ContentType ¶
func (r GetInstancesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetInstancesResponse) Status ¶
func (r GetInstancesResponse) Status() string
Status returns HTTPResponse.Status
func (GetInstancesResponse) StatusCode ¶
func (r GetInstancesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNetworkIPParams ¶
type GetNetworkIPParams struct {
// Name the name of a cluster backend network
Name *string `form:"name,omitempty" json:"name,omitempty"`
}
GetNetworkIPParams defines parameters for GetNetworkIP.
type GetNetworkIPResponse ¶
type GetNetworkIPResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NetworkIPList
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNetworkIPResponse ¶
func ParseGetNetworkIPResponse(rsp *http.Response) (*GetNetworkIPResponse, error)
ParseGetNetworkIPResponse parses an HTTP response from a GetNetworkIPWithResponse call
func (GetNetworkIPResponse) ContentType ¶
func (r GetNetworkIPResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNetworkIPResponse) Status ¶
func (r GetNetworkIPResponse) Status() string
Status returns HTTPResponse.Status
func (GetNetworkIPResponse) StatusCode ¶
func (r GetNetworkIPResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNetworksParams ¶
type GetNetworksParams struct {
// Name the name of a cluster backend network
Name *string `form:"name,omitempty" json:"name,omitempty"`
}
GetNetworksParams defines parameters for GetNetworks.
type GetNetworksResponse ¶
type GetNetworksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NetworkList
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNetworksResponse ¶
func ParseGetNetworksResponse(rsp *http.Response) (*GetNetworksResponse, error)
ParseGetNetworksResponse parses an HTTP response from a GetNetworksWithResponse call
func (GetNetworksResponse) ContentType ¶
func (r GetNetworksResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNetworksResponse) Status ¶
func (r GetNetworksResponse) Status() string
Status returns HTTPResponse.Status
func (GetNetworksResponse) StatusCode ¶
func (r GetNetworksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeCapabilitiesResponse ¶
type GetNodeCapabilitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CapabilityList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeCapabilitiesResponse ¶
func ParseGetNodeCapabilitiesResponse(rsp *http.Response) (*GetNodeCapabilitiesResponse, error)
ParseGetNodeCapabilitiesResponse parses an HTTP response from a GetNodeCapabilitiesWithResponse call
func (GetNodeCapabilitiesResponse) ContentType ¶
func (r GetNodeCapabilitiesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeCapabilitiesResponse) Status ¶
func (r GetNodeCapabilitiesResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeCapabilitiesResponse) StatusCode ¶
func (r GetNodeCapabilitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeConfigFileResponse ¶
type GetNodeConfigFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeConfigFileResponse ¶
func ParseGetNodeConfigFileResponse(rsp *http.Response) (*GetNodeConfigFileResponse, error)
ParseGetNodeConfigFileResponse parses an HTTP response from a GetNodeConfigFileWithResponse call
func (GetNodeConfigFileResponse) ContentType ¶
func (r GetNodeConfigFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeConfigFileResponse) Status ¶
func (r GetNodeConfigFileResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeConfigFileResponse) StatusCode ¶
func (r GetNodeConfigFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeConfigKeywordsParams ¶
type GetNodeConfigKeywordsParams struct {
// Driver show only keywords of this driver
Driver *InQueryDriver `form:"driver,omitempty" json:"driver,omitempty"`
// Section show supported keywords of this configuration section
Section *InQuerySection `form:"section,omitempty" json:"section,omitempty"`
// Option show the keyword referenced by section and option
Option *InQueryOption `form:"option,omitempty" json:"option,omitempty"`
}
GetNodeConfigKeywordsParams defines parameters for GetNodeConfigKeywords.
type GetNodeConfigKeywordsResponse ¶
type GetNodeConfigKeywordsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *KeywordDefinitionList
JSON400 *N400
JSON401 *N401
JSON500 *N500
}
func ParseGetNodeConfigKeywordsResponse ¶
func ParseGetNodeConfigKeywordsResponse(rsp *http.Response) (*GetNodeConfigKeywordsResponse, error)
ParseGetNodeConfigKeywordsResponse parses an HTTP response from a GetNodeConfigKeywordsWithResponse call
func (GetNodeConfigKeywordsResponse) ContentType ¶
func (r GetNodeConfigKeywordsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeConfigKeywordsResponse) Status ¶
func (r GetNodeConfigKeywordsResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeConfigKeywordsResponse) StatusCode ¶
func (r GetNodeConfigKeywordsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeConfigParams ¶
type GetNodeConfigParams struct {
Kw *InQueryKeywords `form:"kw,omitempty" json:"kw,omitempty"`
Evaluate *InQueryEvaluate `form:"evaluate,omitempty" json:"evaluate,omitempty"`
Impersonate *InQueryImpersonate `form:"impersonate,omitempty" json:"impersonate,omitempty"`
}
GetNodeConfigParams defines parameters for GetNodeConfig.
type GetNodeConfigResponse ¶
type GetNodeConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *KeywordList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeConfigResponse ¶
func ParseGetNodeConfigResponse(rsp *http.Response) (*GetNodeConfigResponse, error)
ParseGetNodeConfigResponse parses an HTTP response from a GetNodeConfigWithResponse call
func (GetNodeConfigResponse) ContentType ¶
func (r GetNodeConfigResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeConfigResponse) Status ¶
func (r GetNodeConfigResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeConfigResponse) StatusCode ¶
func (r GetNodeConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeDRBDAllocationResponse ¶
type GetNodeDRBDAllocationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DRBDAllocation
JSON400 *N400
JSON500 *N500
}
func ParseGetNodeDRBDAllocationResponse ¶
func ParseGetNodeDRBDAllocationResponse(rsp *http.Response) (*GetNodeDRBDAllocationResponse, error)
ParseGetNodeDRBDAllocationResponse parses an HTTP response from a GetNodeDRBDAllocationWithResponse call
func (GetNodeDRBDAllocationResponse) ContentType ¶
func (r GetNodeDRBDAllocationResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeDRBDAllocationResponse) Status ¶
func (r GetNodeDRBDAllocationResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeDRBDAllocationResponse) StatusCode ¶
func (r GetNodeDRBDAllocationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeDRBDConfigParams ¶
type GetNodeDRBDConfigParams struct {
// Name drbd resource name
Name DRBDResourceName `form:"name" json:"name"`
}
GetNodeDRBDConfigParams defines parameters for GetNodeDRBDConfig.
type GetNodeDRBDConfigResponse ¶
type GetNodeDRBDConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DRBDConfig
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeDRBDConfigResponse ¶
func ParseGetNodeDRBDConfigResponse(rsp *http.Response) (*GetNodeDRBDConfigResponse, error)
ParseGetNodeDRBDConfigResponse parses an HTTP response from a GetNodeDRBDConfigWithResponse call
func (GetNodeDRBDConfigResponse) ContentType ¶
func (r GetNodeDRBDConfigResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeDRBDConfigResponse) Status ¶
func (r GetNodeDRBDConfigResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeDRBDConfigResponse) StatusCode ¶
func (r GetNodeDRBDConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeDriverResponse ¶
type GetNodeDriverResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DriverList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeDriverResponse ¶
func ParseGetNodeDriverResponse(rsp *http.Response) (*GetNodeDriverResponse, error)
ParseGetNodeDriverResponse parses an HTTP response from a GetNodeDriverWithResponse call
func (GetNodeDriverResponse) ContentType ¶
func (r GetNodeDriverResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeDriverResponse) Status ¶
func (r GetNodeDriverResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeDriverResponse) StatusCode ¶
func (r GetNodeDriverResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeLogsParams ¶
type GetNodeLogsParams struct {
// Filter list of log filter
Filter *LogFilter `form:"filter,omitempty" json:"filter,omitempty"`
// Grep list of log message filtering patterns
Grep *LogGrep `form:"grep,omitempty" json:"grep,omitempty"`
// Follow follow the logs
Follow *LogFollow `form:"follow,omitempty" json:"follow,omitempty"`
// Lines report this number of past last log entries
Lines *LogLines `form:"lines,omitempty" json:"lines,omitempty"`
// Paths list of object paths to send logs for
Paths *Paths `form:"paths,omitempty" json:"paths,omitempty"`
}
GetNodeLogsParams defines parameters for GetNodeLogs.
type GetNodeLogsResponse ¶
type GetNodeLogsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeLogsResponse ¶
func ParseGetNodeLogsResponse(rsp *http.Response) (*GetNodeLogsResponse, error)
ParseGetNodeLogsResponse parses an HTTP response from a GetNodeLogsWithResponse call
func (GetNodeLogsResponse) ContentType ¶
func (r GetNodeLogsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeLogsResponse) Status ¶
func (r GetNodeLogsResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeLogsResponse) StatusCode ¶
func (r GetNodeLogsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeMetricsResponse ¶
type GetNodeMetricsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeMetricsResponse ¶
func ParseGetNodeMetricsResponse(rsp *http.Response) (*GetNodeMetricsResponse, error)
ParseGetNodeMetricsResponse parses an HTTP response from a GetNodeMetricsWithResponse call
func (GetNodeMetricsResponse) ContentType ¶
func (r GetNodeMetricsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeMetricsResponse) Status ¶
func (r GetNodeMetricsResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeMetricsResponse) StatusCode ¶
func (r GetNodeMetricsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodePingResponse ¶
type GetNodePingResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodePingResponse ¶
func ParseGetNodePingResponse(rsp *http.Response) (*GetNodePingResponse, error)
ParseGetNodePingResponse parses an HTTP response from a GetNodePingWithResponse call
func (GetNodePingResponse) ContentType ¶
func (r GetNodePingResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodePingResponse) Status ¶
func (r GetNodePingResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodePingResponse) StatusCode ¶
func (r GetNodePingResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSSHHostkeysResponse ¶
type GetNodeSSHHostkeysResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSSHHostkeysResponse ¶
func ParseGetNodeSSHHostkeysResponse(rsp *http.Response) (*GetNodeSSHHostkeysResponse, error)
ParseGetNodeSSHHostkeysResponse parses an HTTP response from a GetNodeSSHHostkeysWithResponse call
func (GetNodeSSHHostkeysResponse) ContentType ¶
func (r GetNodeSSHHostkeysResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSSHHostkeysResponse) Status ¶
func (r GetNodeSSHHostkeysResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSSHHostkeysResponse) StatusCode ¶
func (r GetNodeSSHHostkeysResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSSHKeyResponse ¶
type GetNodeSSHKeyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSSHKeyResponse ¶
func ParseGetNodeSSHKeyResponse(rsp *http.Response) (*GetNodeSSHKeyResponse, error)
ParseGetNodeSSHKeyResponse parses an HTTP response from a GetNodeSSHKeyWithResponse call
func (GetNodeSSHKeyResponse) ContentType ¶
func (r GetNodeSSHKeyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSSHKeyResponse) Status ¶
func (r GetNodeSSHKeyResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSSHKeyResponse) StatusCode ¶
func (r GetNodeSSHKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeScheduleResponse ¶
type GetNodeScheduleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ScheduleList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeScheduleResponse ¶
func ParseGetNodeScheduleResponse(rsp *http.Response) (*GetNodeScheduleResponse, error)
ParseGetNodeScheduleResponse parses an HTTP response from a GetNodeScheduleWithResponse call
func (GetNodeScheduleResponse) ContentType ¶
func (r GetNodeScheduleResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeScheduleResponse) Status ¶
func (r GetNodeScheduleResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeScheduleResponse) StatusCode ¶
func (r GetNodeScheduleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSystemDiskResponse ¶
type GetNodeSystemDiskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DiskList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSystemDiskResponse ¶
func ParseGetNodeSystemDiskResponse(rsp *http.Response) (*GetNodeSystemDiskResponse, error)
ParseGetNodeSystemDiskResponse parses an HTTP response from a GetNodeSystemDiskWithResponse call
func (GetNodeSystemDiskResponse) ContentType ¶
func (r GetNodeSystemDiskResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSystemDiskResponse) Status ¶
func (r GetNodeSystemDiskResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSystemDiskResponse) StatusCode ¶
func (r GetNodeSystemDiskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSystemGroupResponse ¶
type GetNodeSystemGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *GroupList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSystemGroupResponse ¶
func ParseGetNodeSystemGroupResponse(rsp *http.Response) (*GetNodeSystemGroupResponse, error)
ParseGetNodeSystemGroupResponse parses an HTTP response from a GetNodeSystemGroupWithResponse call
func (GetNodeSystemGroupResponse) ContentType ¶
func (r GetNodeSystemGroupResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSystemGroupResponse) Status ¶
func (r GetNodeSystemGroupResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSystemGroupResponse) StatusCode ¶
func (r GetNodeSystemGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSystemHardwareResponse ¶
type GetNodeSystemHardwareResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *HardwareList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSystemHardwareResponse ¶
func ParseGetNodeSystemHardwareResponse(rsp *http.Response) (*GetNodeSystemHardwareResponse, error)
ParseGetNodeSystemHardwareResponse parses an HTTP response from a GetNodeSystemHardwareWithResponse call
func (GetNodeSystemHardwareResponse) ContentType ¶
func (r GetNodeSystemHardwareResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSystemHardwareResponse) Status ¶
func (r GetNodeSystemHardwareResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSystemHardwareResponse) StatusCode ¶
func (r GetNodeSystemHardwareResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSystemIPAddressResponse ¶
type GetNodeSystemIPAddressResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *IPAddressList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSystemIPAddressResponse ¶
func ParseGetNodeSystemIPAddressResponse(rsp *http.Response) (*GetNodeSystemIPAddressResponse, error)
ParseGetNodeSystemIPAddressResponse parses an HTTP response from a GetNodeSystemIPAddressWithResponse call
func (GetNodeSystemIPAddressResponse) ContentType ¶
func (r GetNodeSystemIPAddressResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSystemIPAddressResponse) Status ¶
func (r GetNodeSystemIPAddressResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSystemIPAddressResponse) StatusCode ¶
func (r GetNodeSystemIPAddressResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSystemPackageResponse ¶
type GetNodeSystemPackageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PackageList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSystemPackageResponse ¶
func ParseGetNodeSystemPackageResponse(rsp *http.Response) (*GetNodeSystemPackageResponse, error)
ParseGetNodeSystemPackageResponse parses an HTTP response from a GetNodeSystemPackageWithResponse call
func (GetNodeSystemPackageResponse) ContentType ¶
func (r GetNodeSystemPackageResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSystemPackageResponse) Status ¶
func (r GetNodeSystemPackageResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSystemPackageResponse) StatusCode ¶
func (r GetNodeSystemPackageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSystemPropertyResponse ¶
type GetNodeSystemPropertyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PropertyList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSystemPropertyResponse ¶
func ParseGetNodeSystemPropertyResponse(rsp *http.Response) (*GetNodeSystemPropertyResponse, error)
ParseGetNodeSystemPropertyResponse parses an HTTP response from a GetNodeSystemPropertyWithResponse call
func (GetNodeSystemPropertyResponse) ContentType ¶
func (r GetNodeSystemPropertyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSystemPropertyResponse) Status ¶
func (r GetNodeSystemPropertyResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSystemPropertyResponse) StatusCode ¶
func (r GetNodeSystemPropertyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSystemSANInitiatorResponse ¶
type GetNodeSystemSANInitiatorResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SANPathInitiatorList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSystemSANInitiatorResponse ¶
func ParseGetNodeSystemSANInitiatorResponse(rsp *http.Response) (*GetNodeSystemSANInitiatorResponse, error)
ParseGetNodeSystemSANInitiatorResponse parses an HTTP response from a GetNodeSystemSANInitiatorWithResponse call
func (GetNodeSystemSANInitiatorResponse) ContentType ¶
func (r GetNodeSystemSANInitiatorResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSystemSANInitiatorResponse) Status ¶
func (r GetNodeSystemSANInitiatorResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSystemSANInitiatorResponse) StatusCode ¶
func (r GetNodeSystemSANInitiatorResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSystemSANPathResponse ¶
type GetNodeSystemSANPathResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SANPathList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSystemSANPathResponse ¶
func ParseGetNodeSystemSANPathResponse(rsp *http.Response) (*GetNodeSystemSANPathResponse, error)
ParseGetNodeSystemSANPathResponse parses an HTTP response from a GetNodeSystemSANPathWithResponse call
func (GetNodeSystemSANPathResponse) ContentType ¶
func (r GetNodeSystemSANPathResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSystemSANPathResponse) Status ¶
func (r GetNodeSystemSANPathResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSystemSANPathResponse) StatusCode ¶
func (r GetNodeSystemSANPathResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodeSystemUserResponse ¶
type GetNodeSystemUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodeSystemUserResponse ¶
func ParseGetNodeSystemUserResponse(rsp *http.Response) (*GetNodeSystemUserResponse, error)
ParseGetNodeSystemUserResponse parses an HTTP response from a GetNodeSystemUserWithResponse call
func (GetNodeSystemUserResponse) ContentType ¶
func (r GetNodeSystemUserResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodeSystemUserResponse) Status ¶
func (r GetNodeSystemUserResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodeSystemUserResponse) StatusCode ¶
func (r GetNodeSystemUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodesInfoResponse ¶
type GetNodesInfoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodesInfo
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodesInfoResponse ¶
func ParseGetNodesInfoResponse(rsp *http.Response) (*GetNodesInfoResponse, error)
ParseGetNodesInfoResponse parses an HTTP response from a GetNodesInfoWithResponse call
func (GetNodesInfoResponse) ContentType ¶
func (r GetNodesInfoResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodesInfoResponse) Status ¶
func (r GetNodesInfoResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodesInfoResponse) StatusCode ¶
func (r GetNodesInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNodesParams ¶
type GetNodesParams struct {
// Node node selector expression.
Node *NodeOptional `form:"node,omitempty" json:"node,omitempty"`
}
GetNodesParams defines parameters for GetNodes.
type GetNodesResponse ¶
type GetNodesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodeList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetNodesResponse ¶
func ParseGetNodesResponse(rsp *http.Response) (*GetNodesResponse, error)
ParseGetNodesResponse parses an HTTP response from a GetNodesWithResponse call
func (GetNodesResponse) ContentType ¶
func (r GetNodesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetNodesResponse) Status ¶
func (r GetNodesResponse) Status() string
Status returns HTTPResponse.Status
func (GetNodesResponse) StatusCode ¶
func (r GetNodesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectConfigFileResponse ¶
type GetObjectConfigFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetObjectConfigFileResponse ¶
func ParseGetObjectConfigFileResponse(rsp *http.Response) (*GetObjectConfigFileResponse, error)
ParseGetObjectConfigFileResponse parses an HTTP response from a GetObjectConfigFileWithResponse call
func (GetObjectConfigFileResponse) ContentType ¶
func (r GetObjectConfigFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectConfigFileResponse) Status ¶
func (r GetObjectConfigFileResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectConfigFileResponse) StatusCode ¶
func (r GetObjectConfigFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectConfigKeywordsParams ¶
type GetObjectConfigKeywordsParams struct {
// Driver show only keywords of this driver
Driver *InQueryDriver `form:"driver,omitempty" json:"driver,omitempty"`
// Section show supported keywords of this configuration section
Section *InQuerySection `form:"section,omitempty" json:"section,omitempty"`
// Option show the keyword referenced by section and option
Option *InQueryOption `form:"option,omitempty" json:"option,omitempty"`
}
GetObjectConfigKeywordsParams defines parameters for GetObjectConfigKeywords.
type GetObjectConfigKeywordsResponse ¶
type GetObjectConfigKeywordsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *KeywordDefinitionList
JSON400 *N400
JSON401 *N401
JSON500 *N500
}
func ParseGetObjectConfigKeywordsResponse ¶
func ParseGetObjectConfigKeywordsResponse(rsp *http.Response) (*GetObjectConfigKeywordsResponse, error)
ParseGetObjectConfigKeywordsResponse parses an HTTP response from a GetObjectConfigKeywordsWithResponse call
func (GetObjectConfigKeywordsResponse) ContentType ¶
func (r GetObjectConfigKeywordsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectConfigKeywordsResponse) Status ¶
func (r GetObjectConfigKeywordsResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectConfigKeywordsResponse) StatusCode ¶
func (r GetObjectConfigKeywordsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectConfigParams ¶
type GetObjectConfigParams struct {
Evaluate *InQueryEvaluate `form:"evaluate,omitempty" json:"evaluate,omitempty"`
Impersonate *InQueryImpersonate `form:"impersonate,omitempty" json:"impersonate,omitempty"`
Kw *InQueryKeywords `form:"kw,omitempty" json:"kw,omitempty"`
}
GetObjectConfigParams defines parameters for GetObjectConfig.
type GetObjectConfigResponse ¶
type GetObjectConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *KeywordList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetObjectConfigResponse ¶
func ParseGetObjectConfigResponse(rsp *http.Response) (*GetObjectConfigResponse, error)
ParseGetObjectConfigResponse parses an HTTP response from a GetObjectConfigWithResponse call
func (GetObjectConfigResponse) ContentType ¶
func (r GetObjectConfigResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectConfigResponse) Status ¶
func (r GetObjectConfigResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectConfigResponse) StatusCode ¶
func (r GetObjectConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectDataKeyParams ¶
type GetObjectDataKeyParams struct {
Name InQueryKeyName `form:"name" json:"name"`
}
GetObjectDataKeyParams defines parameters for GetObjectDataKey.
type GetObjectDataKeyResponse ¶
type GetObjectDataKeyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N403
JSON500 *N500
}
func ParseGetObjectDataKeyResponse ¶
func ParseGetObjectDataKeyResponse(rsp *http.Response) (*GetObjectDataKeyResponse, error)
ParseGetObjectDataKeyResponse parses an HTTP response from a GetObjectDataKeyWithResponse call
func (GetObjectDataKeyResponse) ContentType ¶
func (r GetObjectDataKeyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectDataKeyResponse) Status ¶
func (r GetObjectDataKeyResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectDataKeyResponse) StatusCode ¶
func (r GetObjectDataKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectDataKeysResponse ¶
type GetObjectDataKeysResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DataKeyList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
}
func ParseGetObjectDataKeysResponse ¶
func ParseGetObjectDataKeysResponse(rsp *http.Response) (*GetObjectDataKeysResponse, error)
ParseGetObjectDataKeysResponse parses an HTTP response from a GetObjectDataKeysWithResponse call
func (GetObjectDataKeysResponse) ContentType ¶
func (r GetObjectDataKeysResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectDataKeysResponse) Status ¶
func (r GetObjectDataKeysResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectDataKeysResponse) StatusCode ¶
func (r GetObjectDataKeysResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectDataParams ¶
type GetObjectDataParams struct {
Names *Names `form:"name,omitempty" json:"name,omitempty"`
}
GetObjectDataParams defines parameters for GetObjectData.
type GetObjectDataResponse ¶
type GetObjectDataResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DataKeys
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetObjectDataResponse ¶
func ParseGetObjectDataResponse(rsp *http.Response) (*GetObjectDataResponse, error)
ParseGetObjectDataResponse parses an HTTP response from a GetObjectDataWithResponse call
func (GetObjectDataResponse) ContentType ¶
func (r GetObjectDataResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectDataResponse) Status ¶
func (r GetObjectDataResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectDataResponse) StatusCode ¶
func (r GetObjectDataResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectPathsParams ¶
type GetObjectPathsParams struct {
// Path object selector expression.
Path Path `form:"path" json:"path"`
}
GetObjectPathsParams defines parameters for GetObjectPaths.
type GetObjectPathsResponse ¶
type GetObjectPathsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ObjectPaths
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetObjectPathsResponse ¶
func ParseGetObjectPathsResponse(rsp *http.Response) (*GetObjectPathsResponse, error)
ParseGetObjectPathsResponse parses an HTTP response from a GetObjectPathsWithResponse call
func (GetObjectPathsResponse) ContentType ¶
func (r GetObjectPathsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectPathsResponse) Status ¶
func (r GetObjectPathsResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectPathsResponse) StatusCode ¶
func (r GetObjectPathsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectResourceInfoResponse ¶
type GetObjectResourceInfoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ResourceInfoList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
}
func ParseGetObjectResourceInfoResponse ¶
func ParseGetObjectResourceInfoResponse(rsp *http.Response) (*GetObjectResourceInfoResponse, error)
ParseGetObjectResourceInfoResponse parses an HTTP response from a GetObjectResourceInfoWithResponse call
func (GetObjectResourceInfoResponse) ContentType ¶
func (r GetObjectResourceInfoResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectResourceInfoResponse) Status ¶
func (r GetObjectResourceInfoResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectResourceInfoResponse) StatusCode ¶
func (r GetObjectResourceInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectResponse ¶
type GetObjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ObjectItem
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetObjectResponse ¶
func ParseGetObjectResponse(rsp *http.Response) (*GetObjectResponse, error)
ParseGetObjectResponse parses an HTTP response from a GetObjectWithResponse call
func (GetObjectResponse) ContentType ¶
func (r GetObjectResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectResponse) Status ¶
func (r GetObjectResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectResponse) StatusCode ¶
func (r GetObjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectScheduleResponse ¶
type GetObjectScheduleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ScheduleList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
}
func ParseGetObjectScheduleResponse ¶
func ParseGetObjectScheduleResponse(rsp *http.Response) (*GetObjectScheduleResponse, error)
ParseGetObjectScheduleResponse parses an HTTP response from a GetObjectScheduleWithResponse call
func (GetObjectScheduleResponse) ContentType ¶
func (r GetObjectScheduleResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectScheduleResponse) Status ¶
func (r GetObjectScheduleResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectScheduleResponse) StatusCode ¶
func (r GetObjectScheduleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetObjectsParams ¶
type GetObjectsParams struct {
// Path object selector expression.
Path *PathOptional `form:"path,omitempty" json:"path,omitempty"`
}
GetObjectsParams defines parameters for GetObjects.
type GetObjectsResponse ¶
type GetObjectsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ObjectList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetObjectsResponse ¶
func ParseGetObjectsResponse(rsp *http.Response) (*GetObjectsResponse, error)
ParseGetObjectsResponse parses an HTTP response from a GetObjectsWithResponse call
func (GetObjectsResponse) ContentType ¶
func (r GetObjectsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetObjectsResponse) Status ¶
func (r GetObjectsResponse) Status() string
Status returns HTTPResponse.Status
func (GetObjectsResponse) StatusCode ¶
func (r GetObjectsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetPoolVolumesParams ¶
type GetPoolVolumesParams struct {
// Name the name of a backend storage pool
Name *InQueryPoolName `form:"name,omitempty" json:"name,omitempty"`
}
GetPoolVolumesParams defines parameters for GetPoolVolumes.
type GetPoolVolumesResponse ¶
type GetPoolVolumesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PoolVolumeList
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetPoolVolumesResponse ¶
func ParseGetPoolVolumesResponse(rsp *http.Response) (*GetPoolVolumesResponse, error)
ParseGetPoolVolumesResponse parses an HTTP response from a GetPoolVolumesWithResponse call
func (GetPoolVolumesResponse) ContentType ¶
func (r GetPoolVolumesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetPoolVolumesResponse) Status ¶
func (r GetPoolVolumesResponse) Status() string
Status returns HTTPResponse.Status
func (GetPoolVolumesResponse) StatusCode ¶
func (r GetPoolVolumesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetPoolsParams ¶
type GetPoolsParams struct {
// Name the name of a backend storage pool
Name *InQueryPoolName `form:"name,omitempty" json:"name,omitempty"`
// Node a node selector expression like `n[123]`, `n*`, `mylabel=myvalue`
Node *InQueryNodeSelector `form:"node,omitempty" json:"node,omitempty"`
}
GetPoolsParams defines parameters for GetPools.
type GetPoolsResponse ¶
type GetPoolsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PoolList
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetPoolsResponse ¶
func ParseGetPoolsResponse(rsp *http.Response) (*GetPoolsResponse, error)
ParseGetPoolsResponse parses an HTTP response from a GetPoolsWithResponse call
func (GetPoolsResponse) ContentType ¶
func (r GetPoolsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetPoolsResponse) Status ¶
func (r GetPoolsResponse) Status() string
Status returns HTTPResponse.Status
func (GetPoolsResponse) StatusCode ¶
func (r GetPoolsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetRelayMessageParams ¶
type GetRelayMessageParams struct {
// Nodename the nodename component of the slot id on the relay
Nodename RelayNodename `form:"nodename" json:"nodename"`
// ClusterID the cluster id component of the slot id on the relay
ClusterID ClusterID `form:"cluster_id" json:"cluster_id"`
// Username If true and the requester has the root grant, read the message from the specified user relay partition instead of the requester's partition.
Username *RelayUsername `form:"username,omitempty" json:"username,omitempty"`
}
GetRelayMessageParams defines parameters for GetRelayMessage.
type GetRelayMessageResponse ¶
type GetRelayMessageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RelayMessage
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetRelayMessageResponse ¶
func ParseGetRelayMessageResponse(rsp *http.Response) (*GetRelayMessageResponse, error)
ParseGetRelayMessageResponse parses an HTTP response from a GetRelayMessageWithResponse call
func (GetRelayMessageResponse) ContentType ¶
func (r GetRelayMessageResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetRelayMessageResponse) Status ¶
func (r GetRelayMessageResponse) Status() string
Status returns HTTPResponse.Status
func (GetRelayMessageResponse) StatusCode ¶
func (r GetRelayMessageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetRelayStatusParams ¶
type GetRelayStatusParams struct {
// Relays list of relays to include in the response dataset
Relays *Relays `form:"relay,omitempty" json:"relay,omitempty"`
// Remote If true, report the status of relays the server is client of. If false or not set, report the status of the server embedded relay.
Remote *RelayRemote `form:"remote,omitempty" json:"remote,omitempty"`
}
GetRelayStatusParams defines parameters for GetRelayStatus.
type GetRelayStatusResponse ¶
type GetRelayStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RelayStatusList
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetRelayStatusResponse ¶
func ParseGetRelayStatusResponse(rsp *http.Response) (*GetRelayStatusResponse, error)
ParseGetRelayStatusResponse parses an HTTP response from a GetRelayStatusWithResponse call
func (GetRelayStatusResponse) ContentType ¶
func (r GetRelayStatusResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetRelayStatusResponse) Status ¶
func (r GetRelayStatusResponse) Status() string
Status returns HTTPResponse.Status
func (GetRelayStatusResponse) StatusCode ¶
func (r GetRelayStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetResourcesParams ¶
type GetResourcesParams struct {
// Path object selector expression.
Path *PathOptional `form:"path,omitempty" json:"path,omitempty"`
// Node node selector expression.
Node *NodeOptional `form:"node,omitempty" json:"node,omitempty"`
// Resource resource selector expression.
Resource *RidOptional `form:"resource,omitempty" json:"resource,omitempty"`
}
GetResourcesParams defines parameters for GetResources.
type GetResourcesResponse ¶
type GetResourcesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ResourceList
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetResourcesResponse ¶
func ParseGetResourcesResponse(rsp *http.Response) (*GetResourcesResponse, error)
ParseGetResourcesResponse parses an HTTP response from a GetResourcesWithResponse call
func (GetResourcesResponse) ContentType ¶
func (r GetResourcesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetResourcesResponse) Status ¶
func (r GetResourcesResponse) Status() string
Status returns HTTPResponse.Status
func (GetResourcesResponse) StatusCode ¶
func (r GetResourcesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSwaggerResponse ¶
type GetSwaggerResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParseGetSwaggerResponse ¶
func ParseGetSwaggerResponse(rsp *http.Response) (*GetSwaggerResponse, error)
ParseGetSwaggerResponse parses an HTTP response from a GetSwaggerWithResponse call
func (GetSwaggerResponse) ContentType ¶
func (r GetSwaggerResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetSwaggerResponse) Status ¶
func (r GetSwaggerResponse) Status() string
Status returns HTTPResponse.Status
func (GetSwaggerResponse) StatusCode ¶
func (r GetSwaggerResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GroupItem ¶
type GroupItem struct {
Data Group `json:"data"`
Kind GroupItemKind `json:"kind"`
Meta NodeMeta `json:"meta"`
}
GroupItem defines model for GroupItem.
func (GroupItem) Unstructured ¶
type GroupItemKind ¶
type GroupItemKind string
GroupItemKind defines model for GroupItem.Kind.
const (
GroupItemKindGroupItem GroupItemKind = "GroupItem"
)
Defines values for GroupItemKind.
func (GroupItemKind) Valid ¶
func (e GroupItemKind) Valid() bool
Valid indicates whether the value is a known member of the GroupItemKind enum.
type GroupList ¶
type GroupList struct {
Items GroupItems `json:"items"`
Kind GroupListKind `json:"kind"`
}
GroupList defines model for GroupList.
type GroupListKind ¶
type GroupListKind string
GroupListKind defines model for GroupList.Kind.
const (
GroupListKindGroupList GroupListKind = "GroupList"
)
Defines values for GroupListKind.
func (GroupListKind) Valid ¶
func (e GroupListKind) Valid() bool
Valid indicates whether the value is a known member of the GroupListKind enum.
type Hardware ¶
type Hardware struct {
Class string `json:"class"`
Description string `json:"description"`
Driver string `json:"driver"`
Path string `json:"path"`
Type string `json:"type"`
}
Hardware defines model for Hardware.
func (Hardware) Unstructured ¶
type HardwareItem ¶
type HardwareItem struct {
Data Hardware `json:"data"`
Kind HardwareItemKind `json:"kind"`
Meta NodeMeta `json:"meta"`
}
HardwareItem defines model for HardwareItem.
func (HardwareItem) Unstructured ¶
func (t HardwareItem) Unstructured() map[string]any
type HardwareItemKind ¶
type HardwareItemKind string
HardwareItemKind defines model for HardwareItem.Kind.
const (
HardwareItemKindHardwareItem HardwareItemKind = "HardwareItem"
)
Defines values for HardwareItemKind.
func (HardwareItemKind) Valid ¶
func (e HardwareItemKind) Valid() bool
Valid indicates whether the value is a known member of the HardwareItemKind enum.
type HardwareItems ¶
type HardwareItems = []HardwareItem
HardwareItems defines model for HardwareItems.
type HardwareList ¶
type HardwareList struct {
Items HardwareItems `json:"items"`
Kind HardwareListKind `json:"kind"`
}
HardwareList defines model for HardwareList.
func (HardwareList) GetItems ¶
func (t HardwareList) GetItems() any
type HardwareListKind ¶
type HardwareListKind string
HardwareListKind defines model for HardwareList.Kind.
const (
HardwareListKindHardwareList HardwareListKind = "HardwareList"
)
Defines values for HardwareListKind.
func (HardwareListKind) Valid ¶
func (e HardwareListKind) Valid() bool
Valid indicates whether the value is a known member of the HardwareListKind enum.
type HeartbeatRotateResponse ¶
type HeartbeatRotateResponse struct {
ID openapi_types.UUID `json:"id"`
}
HeartbeatRotateResponse defines model for HeartbeatRotateResponse.
type HttpRequestDoer ¶
Doer performs HTTP requests.
The standard http.Client implements this interface.
type IPAddress ¶
type IPAddress struct {
Address string `json:"address"`
FlagDeprecated bool `json:"flagdeprecated"`
Intf string `json:"intf"`
Mac string `json:"mac"`
Mask string `json:"mask"`
Type string `json:"type"`
}
IPAddress defines model for IPAddress.
func (IPAddress) Unstructured ¶
type IPAddressItem ¶
type IPAddressItem struct {
Data IPAddress `json:"data"`
Kind IPAddressItemKind `json:"kind"`
Meta NodeMeta `json:"meta"`
}
IPAddressItem defines model for IPAddressItem.
func (IPAddressItem) Unstructured ¶
func (t IPAddressItem) Unstructured() map[string]any
type IPAddressItemKind ¶
type IPAddressItemKind string
IPAddressItemKind defines model for IPAddressItem.Kind.
const (
IPAddressItemKindIPAddressItem IPAddressItemKind = "IPAddressItem"
)
Defines values for IPAddressItemKind.
func (IPAddressItemKind) Valid ¶
func (e IPAddressItemKind) Valid() bool
Valid indicates whether the value is a known member of the IPAddressItemKind enum.
type IPAddressItems ¶
type IPAddressItems = []IPAddressItem
IPAddressItems defines model for IPAddressItems.
type IPAddressList ¶
type IPAddressList struct {
Items IPAddressItems `json:"items"`
Kind IPAddressListKind `json:"kind"`
}
IPAddressList defines model for IPAddressList.
func (IPAddressList) GetItems ¶
func (t IPAddressList) GetItems() any
type IPAddressListKind ¶
type IPAddressListKind string
IPAddressListKind defines model for IPAddressList.Kind.
const (
IDAddressList IPAddressListKind = "IDAddressList"
)
Defines values for IPAddressListKind.
func (IPAddressListKind) Valid ¶
func (e IPAddressListKind) Valid() bool
Valid indicates whether the value is a known member of the IPAddressListKind enum.
type InPathHeartbeatName ¶
type InPathHeartbeatName = DaemonHeartbeatName
InPathHeartbeatName Heartbeat name, example '1.rx' for heartbeat receiver of 'hb#1' section
type InPathListenerName ¶
type InPathListenerName = DaemonListenerName
InPathListenerName Listener name
type InPathNamespace ¶
type InPathNamespace = string
InPathNamespace defines model for inPathNamespace.
type InPathNodeName ¶
type InPathNodeName = string
InPathNodeName The cluster node to relay the request to. `_` and `localhost` refer tp the node that received the request.
type InQueryAllSlaves ¶
type InQueryAllSlaves = bool
InQueryAllSlaves Act on all encap instances, and don't act on the host instance if not asked for explicitely.
type InQueryArrayName ¶
type InQueryArrayName = string
InQueryArrayName defines model for inQueryArrayName.
type InQueryDeletes ¶
type InQueryDeletes = []string
InQueryDeletes defines model for inQueryDeletes.
type InQueryDisableRollback ¶
type InQueryDisableRollback = bool
InQueryDisableRollback defines model for inQueryDisableRollback.
type InQueryEvaluate ¶
type InQueryEvaluate = bool
InQueryEvaluate Dereference, scope and convert the keyword raw value.
type InQueryGreetTimeout ¶
type InQueryGreetTimeout = string
InQueryGreetTimeout defines model for inQueryGreetTimeout.
type InQueryImpersonate ¶
type InQueryImpersonate = string
InQueryImpersonate The node name to impersonate when evaluating a keyword. Setting impersonate without evaluate=true returns a Bad Request error.
type InQueryKeywords ¶
type InQueryKeywords = []string
InQueryKeywords defines model for inQueryKeywords.
type InQueryMaster ¶
type InQueryMaster = bool
InQueryMaster Act on the host instance of the service, and don't act on encap instance if not asked for explicitely.
type InQueryNamespaceOptional ¶
type InQueryNamespaceOptional = string
InQueryNamespaceOptional defines model for inQueryNamespaceOptional.
type InQueryNodeSelector ¶
type InQueryNodeSelector = string
InQueryNodeSelector defines model for inQueryNodeSelector.
type InQueryPoolName ¶
type InQueryPoolName = string
InQueryPoolName defines model for inQueryPoolName.
type InQueryResourceFileName ¶
type InQueryResourceFileName = string
InQueryResourceFileName defines model for inQueryResourceFileName.
type InQueryResourceFileRid ¶
type InQueryResourceFileRid = string
InQueryResourceFileRid defines model for inQueryResourceFileRid.
type InQuerySelectorOptional ¶
type InQuerySelectorOptional = string
InQuerySelectorOptional defines model for inQuerySelectorOptional.
type InQuerySessionID ¶
type InQuerySessionID = openapi_types.UUID
InQuerySessionID defines model for inQuerySessionID.
type InQueryStateOnly ¶
type InQueryStateOnly = bool
InQueryStateOnly defines model for inQueryStateOnly.
type Instance ¶
type Instance struct {
Config *InstanceConfig `json:"config,omitempty"`
Monitor *InstanceMonitor `json:"monitor,omitempty"`
Status *InstanceStatus `json:"status,omitempty"`
}
Instance defines model for Instance.
func (Instance) Unstructured ¶
type InstanceActionAccepted ¶
type InstanceActionAccepted struct {
SessionID openapi_types.UUID `json:"session_id"`
}
InstanceActionAccepted defines model for InstanceActionAccepted.
type InstanceConfig ¶
InstanceConfig defines model for InstanceConfig.
type InstanceItem ¶
type InstanceItem struct {
Data Instance `json:"data"`
Kind InstanceItemKind `json:"kind"`
Meta InstanceMeta `json:"meta"`
}
InstanceItem defines model for InstanceItem.
func (InstanceItem) Unstructured ¶
func (t InstanceItem) Unstructured() map[string]any
type InstanceItemKind ¶
type InstanceItemKind string
InstanceItemKind defines model for InstanceItem.Kind.
const (
InstanceItemKindInstanceItem InstanceItemKind = "InstanceItem"
)
Defines values for InstanceItemKind.
func (InstanceItemKind) Valid ¶
func (e InstanceItemKind) Valid() bool
Valid indicates whether the value is a known member of the InstanceItemKind enum.
type InstanceItems ¶
type InstanceItems = []InstanceItem
InstanceItems defines model for InstanceItems.
type InstanceList ¶
type InstanceList struct {
Items InstanceItems `json:"items"`
Kind InstanceListKind `json:"kind"`
}
InstanceList defines model for InstanceList.
func (InstanceList) GetItems ¶
func (t InstanceList) GetItems() any
type InstanceListKind ¶
type InstanceListKind string
InstanceListKind defines model for InstanceList.Kind.
const (
InstanceListKindInstanceList InstanceListKind = "InstanceList"
)
Defines values for InstanceListKind.
func (InstanceListKind) Valid ¶
func (e InstanceListKind) Valid() bool
Valid indicates whether the value is a known member of the InstanceListKind enum.
type InstanceMap ¶
InstanceMap defines model for InstanceMap.
func (InstanceMap) Unstructured ¶
func (t InstanceMap) Unstructured() map[string]any
type InstanceMeta ¶
InstanceMeta defines model for InstanceMeta.
func (InstanceMeta) Unstructured ¶
func (t InstanceMeta) Unstructured() map[string]any
type InstanceMonitor ¶
InstanceMonitor defines model for InstanceMonitor.
type InstanceStatus ¶
InstanceStatus defines model for InstanceStatus.
type KeywordDefinitionItem ¶
type KeywordDefinitionItem struct {
Aliases []string `json:"aliases"`
Candidates []string `json:"candidates"`
Converter string `json:"converter"`
Default string `json:"default"`
DefaultOption string `json:"defaultOption"`
DefaultText string `json:"defaultText"`
Depends []string `json:"depends"`
Deprecated string `json:"deprecated"`
Example string `json:"example"`
Inherit string `json:"inherit"`
Kind []string `json:"kind"`
Minimal bool `json:"minimal"`
Option string `json:"option"`
Provisioning bool `json:"provisioning"`
Required bool `json:"required"`
Scopable bool `json:"scopable"`
Section string `json:"section"`
Text string `json:"text"`
Types []string `json:"types"`
}
KeywordDefinitionItem defines model for KeywordDefinitionItem.
type KeywordDefinitionItems ¶
type KeywordDefinitionItems = []KeywordDefinitionItem
KeywordDefinitionItems defines model for KeywordDefinitionItems.
type KeywordDefinitionList ¶
type KeywordDefinitionList struct {
Items KeywordDefinitionItems `json:"items"`
Kind KeywordDefinitionListKind `json:"kind"`
}
KeywordDefinitionList defines model for KeywordDefinitionList.
type KeywordDefinitionListKind ¶
type KeywordDefinitionListKind string
KeywordDefinitionListKind defines model for KeywordDefinitionList.Kind.
const (
KeywordDefinitionListKindKeywordDefinitionList KeywordDefinitionListKind = "KeywordDefinitionList"
)
Defines values for KeywordDefinitionListKind.
func (KeywordDefinitionListKind) Valid ¶
func (e KeywordDefinitionListKind) Valid() bool
Valid indicates whether the value is a known member of the KeywordDefinitionListKind enum.
type KeywordItem ¶
type KeywordItem struct {
Evaluated *any `json:"evaluated,omitempty"`
EvaluatedAs string `json:"evaluated_as"`
Keyword string `json:"keyword"`
Node string `json:"node"`
Object string `json:"object"`
Value string `json:"value"`
}
KeywordItem defines model for KeywordItem.
func (KeywordItem) Unstructured ¶
func (t KeywordItem) Unstructured() map[string]any
type KeywordList ¶
type KeywordList struct {
Items KeywordItems `json:"items"`
Kind KeywordListKind `json:"kind"`
}
KeywordList defines model for KeywordList.
func (KeywordList) GetItems ¶
func (t KeywordList) GetItems() any
type KeywordListKind ¶
type KeywordListKind string
KeywordListKind defines model for KeywordList.Kind.
const (
KeywordListKindKeywordList KeywordListKind = "KeywordList"
)
Defines values for KeywordListKind.
func (KeywordListKind) Valid ¶
func (e KeywordListKind) Valid() bool
Valid indicates whether the value is a known member of the KeywordListKind enum.
type LogControl ¶
type LogControl struct {
Level string `json:"level"`
}
type LogControlBody ¶
type LogControlBody = LogControl
LogControlBody defines model for LogControlBody.
type Network ¶
type Network struct {
Errors *[]string `json:"errors,omitempty"`
Free big.Int `json:"free"`
Name string `json:"name"`
Network string `json:"network"`
Size big.Int `json:"size"`
Type string `json:"type"`
Used big.Int `json:"used"`
}
Network defines model for Network.
func (Network) Unstructured ¶
type NetworkIP ¶
type NetworkIP struct {
IP string `json:"ip"`
Network NetworkIPNetwork `json:"network"`
Node string `json:"node"`
Path string `json:"path"`
RID string `json:"rid"`
}
NetworkIP defines model for NetworkIP.
func (NetworkIP) Unstructured ¶
type NetworkIPItems ¶
type NetworkIPItems = []NetworkIP
NetworkIPItems defines model for NetworkIPItems.
type NetworkIPList ¶
type NetworkIPList struct {
Items NetworkIPItems `json:"items"`
Kind NetworkIPListKind `json:"kind"`
}
NetworkIPList defines model for NetworkIPList.
func (NetworkIPList) GetItems ¶
func (t NetworkIPList) GetItems() any
type NetworkIPListKind ¶
type NetworkIPListKind string
NetworkIPListKind defines model for NetworkIPList.Kind.
const (
NetworkIPListKindNetworkIPList NetworkIPListKind = "NetworkIPList"
)
Defines values for NetworkIPListKind.
func (NetworkIPListKind) Valid ¶
func (e NetworkIPListKind) Valid() bool
Valid indicates whether the value is a known member of the NetworkIPListKind enum.
type NetworkIPNetwork ¶
type NetworkIPNetwork struct {
Name string `json:"name"`
Network string `json:"network"`
Type string `json:"type"`
}
NetworkIPNetwork defines model for NetworkIPNetwork.
type NetworkList ¶
type NetworkList struct {
Items NetworkItems `json:"items"`
Kind NetworkListKind `json:"kind"`
}
NetworkList defines model for NetworkList.
func (NetworkList) GetItems ¶
func (t NetworkList) GetItems() any
type NetworkListKind ¶
type NetworkListKind string
NetworkListKind defines model for NetworkList.Kind.
const (
NetworkListKindNetworkList NetworkListKind = "NetworkList"
)
Defines values for NetworkListKind.
func (NetworkListKind) Valid ¶
func (e NetworkListKind) Valid() bool
Valid indicates whether the value is a known member of the NetworkListKind enum.
type Node ¶
type Node struct {
Config *NodeConfig `json:"config,omitempty"`
Monitor *NodeMonitor `json:"monitor,omitempty"`
Status *NodeStatus `json:"status,omitempty"`
}
Node defines model for Node.
func (Node) Unstructured ¶
type NodeActionAccepted ¶
type NodeActionAccepted struct {
SessionID openapi_types.UUID `json:"session_id"`
}
NodeActionAccepted defines model for NodeActionAccepted.
type NodeConfig ¶
type NodeConfig struct {
Collector *NodeConfigCollector `json:"collector,omitempty"`
Env string `json:"env"`
Hooks []NodeConfigHook `json:"hooks"`
Labels map[string]string `json:"labels"`
MaintenanceGracePeriod time.Duration `json:"maintenance_grace_period"`
MaxParallel int `json:"max_parallel"`
MinAvailMemPct int `json:"min_avail_mem_pct"`
MinAvailSwapPct int `json:"min_avail_swap_pct"`
PRKey string `json:"prkey"`
ReadyPeriod time.Duration `json:"ready_period"`
RejoinGracePeriod time.Duration `json:"rejoin_grace_period"`
SplitAction string `json:"split_action"`
SSHKey string `json:"sshkey"`
}
NodeConfig defines model for NodeConfig.
func (*NodeConfig) Unstructured ¶
func (t *NodeConfig) Unstructured() map[string]any
type NodeConfigCollector ¶
type NodeConfigCollector struct {
FeederUrl string `json:"feeder_url"`
Insecure bool `json:"insecure"`
ServerUrl string `json:"server_url"`
Timeout time.Duration `json:"timeout"`
}
NodeConfigCollector defines model for NodeConfigCollector.
type NodeConfigHook ¶
type NodeConfigHook struct {
Command []string `json:"command"`
Events []string `json:"events"`
Name string `json:"name"`
}
NodeConfigHook defines model for NodeConfigHook.
func (*NodeConfigHook) Unstructured ¶
func (t *NodeConfigHook) Unstructured() map[string]any
type NodeInfo ¶
type NodeInfo struct {
// Labels labels is the list of node labels.
Labels []NodeLabel `json:"labels"`
Listener map[string]interface{} `json:"listener"`
// Nodename nodename is the name of the node where the labels and paths are coming from.
Nodename string `json:"nodename"`
// Paths paths is the list of node to storage array san paths.
Paths []SANPath `json:"paths"`
}
NodeInfo defines model for NodeInfo.
type NodeItem ¶
type NodeItem struct {
Data Node `json:"data"`
Kind NodeItemKind `json:"kind"`
Meta NodeMeta `json:"meta"`
}
NodeItem defines model for NodeItem.
func (NodeItem) Unstructured ¶
type NodeItemKind ¶
type NodeItemKind string
NodeItemKind defines model for NodeItem.Kind.
const (
NodeItemKindNodeItem NodeItemKind = "NodeItem"
)
Defines values for NodeItemKind.
func (NodeItemKind) Valid ¶
func (e NodeItemKind) Valid() bool
Valid indicates whether the value is a known member of the NodeItemKind enum.
type NodeLabel ¶
type NodeLabel struct {
// Name name is the label name.
Name string `json:"name"`
// Value value is the label value.
Value string `json:"value"`
}
NodeLabel defines model for NodeLabel.
type NodeList ¶
type NodeList struct {
Items NodeItems `json:"items"`
Kind NodeListKind `json:"kind"`
}
NodeList defines model for NodeList.
type NodeListKind ¶
type NodeListKind string
NodeListKind defines model for NodeList.Kind.
const (
NodeListKindNodeList NodeListKind = "NodeList"
)
Defines values for NodeListKind.
func (NodeListKind) Valid ¶
func (e NodeListKind) Valid() bool
Valid indicates whether the value is a known member of the NodeListKind enum.
type NodeMeta ¶
type NodeMeta struct {
Node string `json:"node"`
}
NodeMeta defines model for NodeMeta.
func (NodeMeta) Unstructured ¶
type NodeMonitor ¶
type NodeMonitor struct {
GlobalExpect string `json:"global_expect"`
GlobalExpectUpdatedAt time.Time `json:"global_expect_updated_at"`
LocalExpect string `json:"local_expect"`
LocalExpectUpdatedAt time.Time `json:"local_expect_updated_at"`
OrchestrationID string `json:"orchestration_id"`
OrchestrationIsDone bool `json:"orchestration_is_done"`
SessionID string `json:"session_id"`
State string `json:"state"`
StateUpdatedAt time.Time `json:"state_updated_at"`
UpdatedAt time.Time `json:"updated_at"`
}
NodeMonitor defines model for NodeMonitor.
func (*NodeMonitor) Unstructured ¶
func (t *NodeMonitor) Unstructured() map[string]any
type NodeStatus ¶
type NodeStatus struct {
Agent string `json:"agent"`
API string `json:"api"`
Arbitrators map[string]ArbitratorStatus `json:"arbitrators"`
Compat uint64 `json:"compat"`
FrozenAt time.Time `json:"frozen_at"`
Gen map[string]uint64 `json:"gen"`
IsLeader bool `json:"is_leader"`
IsOverloaded bool `json:"is_overloaded"`
}
NodeStatus defines model for NodeStatus.
func (*NodeStatus) Unstructured ¶
func (t *NodeStatus) Unstructured() map[string]any
type ObjectActor ¶
type ObjectActor struct {
// Avail Represents a resource, instance or object status, e.g., 'up', 'down', 'warn', ....
Avail Status `json:"avail"`
Flex *FlexConfig `json:"flex,omitempty"`
// Frozen Frozen is the aggregation of instances frozen states
Frozen ObjectFrozen `json:"frozen"`
Instances InstanceMap `json:"instances"`
Orchestrate Orchestrate `json:"orchestrate"`
// Overall Represents a resource, instance or object status, e.g., 'up', 'down', 'warn', ....
Overall Status `json:"overall"`
// PlacementPolicy object placement policy
PlacementPolicy PlacementPolicy `json:"placement_policy"`
// PlacementState object placement state
PlacementState PlacementState `json:"placement_state"`
// Priority Lower priority are orchestrated first.
Priority Priority `json:"priority"`
// Provisioned service, instance or resource provisioned state
Provisioned Provisioned `json:"provisioned"`
Scope Scope `json:"scope"`
// Topology object topology
Topology Topology `json:"topology"`
UpInstancesCount int `json:"up_instances_count"`
UpdatedAt UpdatedAt `json:"updated_at"`
}
ObjectActor defines model for ObjectActor.
type ObjectCore ¶
type ObjectCore struct {
Instances InstanceMap `json:"instances"`
// Priority Lower priority are orchestrated first.
Priority Priority `json:"priority"`
Scope Scope `json:"scope"`
UpdatedAt UpdatedAt `json:"updated_at"`
}
ObjectCore defines model for ObjectCore.
type ObjectData ¶
type ObjectData struct {
// contains filtered or unexported fields
}
ObjectData defines model for ObjectData.
func (ObjectData) AsObjectActor ¶
func (t ObjectData) AsObjectActor() (ObjectActor, error)
AsObjectActor returns the union data inside the ObjectData as a ObjectActor
func (ObjectData) AsObjectCcfg ¶
func (t ObjectData) AsObjectCcfg() (ObjectCcfg, error)
AsObjectCcfg returns the union data inside the ObjectData as a ObjectCcfg
func (ObjectData) AsObjectCfg ¶
func (t ObjectData) AsObjectCfg() (ObjectCfg, error)
AsObjectCfg returns the union data inside the ObjectData as a ObjectCfg
func (ObjectData) AsObjectCore ¶
func (t ObjectData) AsObjectCore() (ObjectCore, error)
AsObjectCore returns the union data inside the ObjectData as a ObjectCore
func (ObjectData) AsObjectSec ¶
func (t ObjectData) AsObjectSec() (ObjectSec, error)
AsObjectSec returns the union data inside the ObjectData as a ObjectSec
func (ObjectData) AsObjectSvc ¶
func (t ObjectData) AsObjectSvc() (ObjectSvc, error)
AsObjectSvc returns the union data inside the ObjectData as a ObjectSvc
func (ObjectData) AsObjectUsr ¶
func (t ObjectData) AsObjectUsr() (ObjectUsr, error)
AsObjectUsr returns the union data inside the ObjectData as a ObjectUsr
func (ObjectData) AsObjectVol ¶
func (t ObjectData) AsObjectVol() (ObjectVol, error)
AsObjectVol returns the union data inside the ObjectData as a ObjectVol
func (ObjectData) AsObjectVolConfig ¶
func (t ObjectData) AsObjectVolConfig() (ObjectVolConfig, error)
AsObjectVolConfig returns the union data inside the ObjectData as a ObjectVolConfig
func (*ObjectData) FromObjectActor ¶
func (t *ObjectData) FromObjectActor(v ObjectActor) error
FromObjectActor overwrites any union data inside the ObjectData as the provided ObjectActor
func (*ObjectData) FromObjectCcfg ¶
func (t *ObjectData) FromObjectCcfg(v ObjectCcfg) error
FromObjectCcfg overwrites any union data inside the ObjectData as the provided ObjectCcfg
func (*ObjectData) FromObjectCfg ¶
func (t *ObjectData) FromObjectCfg(v ObjectCfg) error
FromObjectCfg overwrites any union data inside the ObjectData as the provided ObjectCfg
func (*ObjectData) FromObjectCore ¶
func (t *ObjectData) FromObjectCore(v ObjectCore) error
FromObjectCore overwrites any union data inside the ObjectData as the provided ObjectCore
func (*ObjectData) FromObjectSec ¶
func (t *ObjectData) FromObjectSec(v ObjectSec) error
FromObjectSec overwrites any union data inside the ObjectData as the provided ObjectSec
func (*ObjectData) FromObjectSvc ¶
func (t *ObjectData) FromObjectSvc(v ObjectSvc) error
FromObjectSvc overwrites any union data inside the ObjectData as the provided ObjectSvc
func (*ObjectData) FromObjectUsr ¶
func (t *ObjectData) FromObjectUsr(v ObjectUsr) error
FromObjectUsr overwrites any union data inside the ObjectData as the provided ObjectUsr
func (*ObjectData) FromObjectVol ¶
func (t *ObjectData) FromObjectVol(v ObjectVol) error
FromObjectVol overwrites any union data inside the ObjectData as the provided ObjectVol
func (*ObjectData) FromObjectVolConfig ¶
func (t *ObjectData) FromObjectVolConfig(v ObjectVolConfig) error
FromObjectVolConfig overwrites any union data inside the ObjectData as the provided ObjectVolConfig
func (ObjectData) MarshalJSON ¶
func (t ObjectData) MarshalJSON() ([]byte, error)
func (*ObjectData) MergeObjectActor ¶
func (t *ObjectData) MergeObjectActor(v ObjectActor) error
MergeObjectActor performs a merge with any union data inside the ObjectData, using the provided ObjectActor
func (*ObjectData) MergeObjectCcfg ¶
func (t *ObjectData) MergeObjectCcfg(v ObjectCcfg) error
MergeObjectCcfg performs a merge with any union data inside the ObjectData, using the provided ObjectCcfg
func (*ObjectData) MergeObjectCfg ¶
func (t *ObjectData) MergeObjectCfg(v ObjectCfg) error
MergeObjectCfg performs a merge with any union data inside the ObjectData, using the provided ObjectCfg
func (*ObjectData) MergeObjectCore ¶
func (t *ObjectData) MergeObjectCore(v ObjectCore) error
MergeObjectCore performs a merge with any union data inside the ObjectData, using the provided ObjectCore
func (*ObjectData) MergeObjectSec ¶
func (t *ObjectData) MergeObjectSec(v ObjectSec) error
MergeObjectSec performs a merge with any union data inside the ObjectData, using the provided ObjectSec
func (*ObjectData) MergeObjectSvc ¶
func (t *ObjectData) MergeObjectSvc(v ObjectSvc) error
MergeObjectSvc performs a merge with any union data inside the ObjectData, using the provided ObjectSvc
func (*ObjectData) MergeObjectUsr ¶
func (t *ObjectData) MergeObjectUsr(v ObjectUsr) error
MergeObjectUsr performs a merge with any union data inside the ObjectData, using the provided ObjectUsr
func (*ObjectData) MergeObjectVol ¶
func (t *ObjectData) MergeObjectVol(v ObjectVol) error
MergeObjectVol performs a merge with any union data inside the ObjectData, using the provided ObjectVol
func (*ObjectData) MergeObjectVolConfig ¶
func (t *ObjectData) MergeObjectVolConfig(v ObjectVolConfig) error
MergeObjectVolConfig performs a merge with any union data inside the ObjectData, using the provided ObjectVolConfig
func (*ObjectData) UnmarshalJSON ¶
func (t *ObjectData) UnmarshalJSON(b []byte) error
func (ObjectData) Unstructured ¶
func (t ObjectData) Unstructured() map[string]any
type ObjectFrozen ¶
type ObjectFrozen string
ObjectFrozen Frozen is the aggregation of instances frozen states
const ( ObjectFrozenFrozen ObjectFrozen = "frozen" ObjectFrozenMixed ObjectFrozen = "mixed" ObjectFrozenNa ObjectFrozen = "n/a" ObjectFrozenUnfrozen ObjectFrozen = "unfrozen" )
Defines values for ObjectFrozen.
func (ObjectFrozen) Valid ¶
func (e ObjectFrozen) Valid() bool
Valid indicates whether the value is a known member of the ObjectFrozen enum.
type ObjectItem ¶
type ObjectItem struct {
Data ObjectData `json:"data"`
Kind ObjectItemKind `json:"kind"`
Meta ObjectMeta `json:"meta"`
}
ObjectItem defines model for ObjectItem.
func (ObjectItem) Unstructured ¶
func (t ObjectItem) Unstructured() map[string]any
type ObjectItemKind ¶
type ObjectItemKind string
ObjectItemKind defines model for ObjectItem.Kind.
const (
ObjectItemKindObjectItem ObjectItemKind = "ObjectItem"
)
Defines values for ObjectItemKind.
func (ObjectItemKind) Valid ¶
func (e ObjectItemKind) Valid() bool
Valid indicates whether the value is a known member of the ObjectItemKind enum.
type ObjectList ¶
type ObjectList struct {
Items ObjectItems `json:"items"`
Kind ObjectListKind `json:"kind"`
}
ObjectList defines model for ObjectList.
func (ObjectList) GetItems ¶
func (t ObjectList) GetItems() any
type ObjectListKind ¶
type ObjectListKind string
ObjectListKind defines model for ObjectList.Kind.
const (
ObjectListKindObjectList ObjectListKind = "ObjectList"
)
Defines values for ObjectListKind.
func (ObjectListKind) Valid ¶
func (e ObjectListKind) Valid() bool
Valid indicates whether the value is a known member of the ObjectListKind enum.
type ObjectMeta ¶
type ObjectMeta struct {
Object string `json:"object"`
}
ObjectMeta defines model for ObjectMeta.
func (ObjectMeta) Unstructured ¶
func (t ObjectMeta) Unstructured() map[string]any
type ObjectSvc ¶
type ObjectSvc struct {
// Avail Represents a resource, instance or object status, e.g., 'up', 'down', 'warn', ....
Avail Status `json:"avail"`
Flex *FlexConfig `json:"flex,omitempty"`
// Frozen Frozen is the aggregation of instances frozen states
Frozen ObjectFrozen `json:"frozen"`
Instances InstanceMap `json:"instances"`
Orchestrate Orchestrate `json:"orchestrate"`
// Overall Represents a resource, instance or object status, e.g., 'up', 'down', 'warn', ....
Overall Status `json:"overall"`
// PlacementPolicy object placement policy
PlacementPolicy PlacementPolicy `json:"placement_policy"`
// PlacementState object placement state
PlacementState PlacementState `json:"placement_state"`
// Priority Lower priority are orchestrated first.
Priority Priority `json:"priority"`
// Provisioned service, instance or resource provisioned state
Provisioned Provisioned `json:"provisioned"`
Scope Scope `json:"scope"`
// Topology object topology
Topology Topology `json:"topology"`
UpInstancesCount int `json:"up_instances_count"`
UpdatedAt UpdatedAt `json:"updated_at"`
}
ObjectSvc defines model for ObjectSvc.
type ObjectVol ¶
type ObjectVol struct {
// Avail Represents a resource, instance or object status, e.g., 'up', 'down', 'warn', ....
Avail Status `json:"avail"`
Flex *FlexConfig `json:"flex,omitempty"`
// Frozen Frozen is the aggregation of instances frozen states
Frozen ObjectFrozen `json:"frozen"`
Instances InstanceMap `json:"instances"`
Orchestrate Orchestrate `json:"orchestrate"`
// Overall Represents a resource, instance or object status, e.g., 'up', 'down', 'warn', ....
Overall Status `json:"overall"`
// PlacementPolicy object placement policy
PlacementPolicy PlacementPolicy `json:"placement_policy"`
// PlacementState object placement state
PlacementState PlacementState `json:"placement_state"`
Pool string `json:"pool"`
// Priority Lower priority are orchestrated first.
Priority Priority `json:"priority"`
// Provisioned service, instance or resource provisioned state
Provisioned Provisioned `json:"provisioned"`
Scope Scope `json:"scope"`
Size int64 `json:"size"`
// Topology object topology
Topology Topology `json:"topology"`
UpInstancesCount int `json:"up_instances_count"`
UpdatedAt UpdatedAt `json:"updated_at"`
}
ObjectVol defines model for ObjectVol.
type ObjectVolConfig ¶
ObjectVolConfig defines model for ObjectVolConfig.
type Orchestrate ¶
type Orchestrate string
Orchestrate defines model for Orchestrate.
const ( Ha Orchestrate = "ha" No Orchestrate = "no" Start Orchestrate = "start" )
Defines values for Orchestrate.
func (Orchestrate) Valid ¶
func (e Orchestrate) Valid() bool
Valid indicates whether the value is a known member of the Orchestrate enum.
type OrchestrationQueued ¶
type OrchestrationQueued struct {
OrchestrationID openapi_types.UUID `json:"orchestration_id"`
}
OrchestrationQueued defines model for OrchestrationQueued.
func (OrchestrationQueued) String ¶
func (t OrchestrationQueued) String() (out string)
type Package ¶
type Package struct {
Arch string `json:"arch"`
InstalledAt time.Time `json:"installedat"`
Name string `json:"name"`
Sig string `json:"sig"`
Type string `json:"type"`
Version string `json:"version"`
}
Package defines model for Package.
func (Package) Unstructured ¶
type PackageItem ¶
type PackageItem struct {
Data Package `json:"data"`
Kind PackageItemKind `json:"kind"`
Meta NodeMeta `json:"meta"`
}
PackageItem defines model for PackageItem.
func (PackageItem) Unstructured ¶
func (t PackageItem) Unstructured() map[string]any
type PackageItemKind ¶
type PackageItemKind string
PackageItemKind defines model for PackageItem.Kind.
const (
PackageItemKindPackageItem PackageItemKind = "PackageItem"
)
Defines values for PackageItemKind.
func (PackageItemKind) Valid ¶
func (e PackageItemKind) Valid() bool
Valid indicates whether the value is a known member of the PackageItemKind enum.
type PackageList ¶
type PackageList struct {
Items PackageItems `json:"items"`
Kind PackageListKind `json:"kind"`
}
PackageList defines model for PackageList.
func (PackageList) GetItems ¶
func (t PackageList) GetItems() any
type PackageListKind ¶
type PackageListKind string
PackageListKind defines model for PackageList.Kind.
const (
PackageListKindPackageList PackageListKind = "PackageList"
)
Defines values for PackageListKind.
func (PackageListKind) Valid ¶
func (e PackageListKind) Valid() bool
Valid indicates whether the value is a known member of the PackageListKind enum.
type PatchClusterConfigParams ¶
type PatchClusterConfigParams struct {
Delete *InQueryDeletes `form:"delete,omitempty" json:"delete,omitempty"`
Unset *InQueryUnsets `form:"unset,omitempty" json:"unset,omitempty"`
Set *InQuerySets `form:"set,omitempty" json:"set,omitempty"`
}
PatchClusterConfigParams defines parameters for PatchClusterConfig.
type PatchClusterConfigResponse ¶
type PatchClusterConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Committed
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePatchClusterConfigResponse ¶
func ParsePatchClusterConfigResponse(rsp *http.Response) (*PatchClusterConfigResponse, error)
ParsePatchClusterConfigResponse parses an HTTP response from a PatchClusterConfigWithResponse call
func (PatchClusterConfigResponse) ContentType ¶
func (r PatchClusterConfigResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PatchClusterConfigResponse) Status ¶
func (r PatchClusterConfigResponse) Status() string
Status returns HTTPResponse.Status
func (PatchClusterConfigResponse) StatusCode ¶
func (r PatchClusterConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchDataKey ¶
type PatchDataKey struct {
Action PatchDataKeyAction `json:"action"`
Bytes *[]byte `json:"bytes,omitempty"`
Name string `json:"name"`
String *string `json:"string,omitempty"`
To *string `json:"to,omitempty"`
}
PatchDataKey defines model for PatchDataKey.
type PatchDataKeyAction ¶
type PatchDataKeyAction string
PatchDataKeyAction defines model for PatchDataKey.Action.
const ( Add PatchDataKeyAction = "add" Change PatchDataKeyAction = "change" Remove PatchDataKeyAction = "remove" Rename PatchDataKeyAction = "rename" )
Defines values for PatchDataKeyAction.
func (PatchDataKeyAction) Valid ¶
func (e PatchDataKeyAction) Valid() bool
Valid indicates whether the value is a known member of the PatchDataKeyAction enum.
type PatchDataKeys ¶
type PatchDataKeys = []PatchDataKey
PatchDataKeys defines model for PatchDataKeys.
type PatchNodeConfigParams ¶
type PatchNodeConfigParams struct {
Delete *InQueryDeletes `form:"delete,omitempty" json:"delete,omitempty"`
Unset *InQueryUnsets `form:"unset,omitempty" json:"unset,omitempty"`
Set *InQuerySets `form:"set,omitempty" json:"set,omitempty"`
}
PatchNodeConfigParams defines parameters for PatchNodeConfig.
type PatchNodeConfigResponse ¶
type PatchNodeConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Committed
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePatchNodeConfigResponse ¶
func ParsePatchNodeConfigResponse(rsp *http.Response) (*PatchNodeConfigResponse, error)
ParsePatchNodeConfigResponse parses an HTTP response from a PatchNodeConfigWithResponse call
func (PatchNodeConfigResponse) ContentType ¶
func (r PatchNodeConfigResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PatchNodeConfigResponse) Status ¶
func (r PatchNodeConfigResponse) Status() string
Status returns HTTPResponse.Status
func (PatchNodeConfigResponse) StatusCode ¶
func (r PatchNodeConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchObjectConfigParams ¶
type PatchObjectConfigParams struct {
Delete *InQueryDeletes `form:"delete,omitempty" json:"delete,omitempty"`
Unset *InQueryUnsets `form:"unset,omitempty" json:"unset,omitempty"`
Set *InQuerySets `form:"set,omitempty" json:"set,omitempty"`
}
PatchObjectConfigParams defines parameters for PatchObjectConfig.
type PatchObjectConfigResponse ¶
type PatchObjectConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Committed
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
}
func ParsePatchObjectConfigResponse ¶
func ParsePatchObjectConfigResponse(rsp *http.Response) (*PatchObjectConfigResponse, error)
ParsePatchObjectConfigResponse parses an HTTP response from a PatchObjectConfigWithResponse call
func (PatchObjectConfigResponse) ContentType ¶
func (r PatchObjectConfigResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PatchObjectConfigResponse) Status ¶
func (r PatchObjectConfigResponse) Status() string
Status returns HTTPResponse.Status
func (PatchObjectConfigResponse) StatusCode ¶
func (r PatchObjectConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PatchObjectDataJSONRequestBody ¶
type PatchObjectDataJSONRequestBody = PatchDataKeys
PatchObjectDataJSONRequestBody defines body for PatchObjectData for application/json ContentType.
type PatchObjectDataResponse ¶
type PatchObjectDataResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON408 *N408
JSON409 *N409
JSON413 *N413
JSON500 *N500
}
func ParsePatchObjectDataResponse ¶
func ParsePatchObjectDataResponse(rsp *http.Response) (*PatchObjectDataResponse, error)
ParsePatchObjectDataResponse parses an HTTP response from a PatchObjectDataWithResponse call
func (PatchObjectDataResponse) ContentType ¶
func (r PatchObjectDataResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PatchObjectDataResponse) Status ¶
func (r PatchObjectDataResponse) Status() string
Status returns HTTPResponse.Status
func (PatchObjectDataResponse) StatusCode ¶
func (r PatchObjectDataResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PlacementPolicy ¶
type PlacementPolicy string
PlacementPolicy object placement policy
const ( LastStart PlacementPolicy = "last start" LoadAvg PlacementPolicy = "load avg" NodesOrder PlacementPolicy = "nodes order" None PlacementPolicy = "none" Score PlacementPolicy = "score" Shift PlacementPolicy = "shift" Spread PlacementPolicy = "spread" )
Defines values for PlacementPolicy.
func (PlacementPolicy) Valid ¶
func (e PlacementPolicy) Valid() bool
Valid indicates whether the value is a known member of the PlacementPolicy enum.
type PlacementState ¶
type PlacementState string
PlacementState object placement state
const ( PlacementStateNa PlacementState = "n/a" PlacementStateNonOptimal PlacementState = "non-optimal" PlacementStateOptimal PlacementState = "optimal" PlacementStateUndef PlacementState = "undef" )
Defines values for PlacementState.
func (PlacementState) Valid ¶
func (e PlacementState) Valid() bool
Valid indicates whether the value is a known member of the PlacementState enum.
type Pool ¶
type Pool struct {
Capabilities []string `json:"capabilities"`
Errors *[]string `json:"errors,omitempty"`
Free int64 `json:"free"`
Head string `json:"head"`
Name string `json:"name"`
Node string `json:"node"`
Size int64 `json:"size"`
Type string `json:"type"`
UpdatedAt time.Time `json:"updated_at"`
Used int64 `json:"used"`
VolumeCount int `json:"volume_count"`
}
Pool defines model for Pool.
func (Pool) Unstructured ¶
type PoolList ¶
type PoolList struct {
Items PoolItems `json:"items"`
Kind PoolListKind `json:"kind"`
}
PoolList defines model for PoolList.
type PoolListKind ¶
type PoolListKind string
PoolListKind defines model for PoolList.Kind.
const (
PoolListKindPoolList PoolListKind = "PoolList"
)
Defines values for PoolListKind.
func (PoolListKind) Valid ¶
func (e PoolListKind) Valid() bool
Valid indicates whether the value is a known member of the PoolListKind enum.
type PoolVolume ¶
type PoolVolume struct {
Children []string `json:"children"`
IsOrphan bool `json:"is_orphan"`
Path string `json:"path"`
Pool string `json:"pool"`
Size int64 `json:"size"`
}
PoolVolume defines model for PoolVolume.
func (PoolVolume) Unstructured ¶
func (t PoolVolume) Unstructured() map[string]any
type PoolVolumeItems ¶
type PoolVolumeItems = []PoolVolume
PoolVolumeItems defines model for PoolVolumeItems.
type PoolVolumeList ¶
type PoolVolumeList struct {
Items PoolVolumeItems `json:"items"`
Kind PoolVolumeListKind `json:"kind"`
}
PoolVolumeList defines model for PoolVolumeList.
func (PoolVolumeList) GetItems ¶
func (t PoolVolumeList) GetItems() any
type PoolVolumeListKind ¶
type PoolVolumeListKind string
PoolVolumeListKind defines model for PoolVolumeList.Kind.
const (
PoolVolumeListKindPoolVolumeList PoolVolumeListKind = "PoolVolumeList"
)
Defines values for PoolVolumeListKind.
func (PoolVolumeListKind) Valid ¶
func (e PoolVolumeListKind) Valid() bool
Valid indicates whether the value is a known member of the PoolVolumeListKind enum.
type PostAuthRefreshParams ¶
type PostAuthRefreshParams struct {
// Role list of api role
Role *Roles `form:"role,omitempty" json:"role,omitempty"`
// AccessDuration max access token duration, maximum value 24h
AccessDuration *string `form:"access_duration,omitempty" json:"access_duration,omitempty"`
// Scope the scope value used to create the token grant claim
Scope *string `form:"scope,omitempty" json:"scope,omitempty"`
}
PostAuthRefreshParams defines parameters for PostAuthRefresh.
type PostAuthRefreshResponse ¶
type PostAuthRefreshResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AuthAccessToken
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
JSON503 *N503
}
func ParsePostAuthRefreshResponse ¶
func ParsePostAuthRefreshResponse(rsp *http.Response) (*PostAuthRefreshResponse, error)
ParsePostAuthRefreshResponse parses an HTTP response from a PostAuthRefreshWithResponse call
func (PostAuthRefreshResponse) ContentType ¶
func (r PostAuthRefreshResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostAuthRefreshResponse) Status ¶
func (r PostAuthRefreshResponse) Status() string
Status returns HTTPResponse.Status
func (PostAuthRefreshResponse) StatusCode ¶
func (r PostAuthRefreshResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostAuthTokenParams ¶
type PostAuthTokenParams struct {
// Role list of api role
Role *Roles `form:"role,omitempty" json:"role,omitempty"`
// AccessDuration max access token duration, maximum value 24h
AccessDuration *string `form:"access_duration,omitempty" json:"access_duration,omitempty"`
// Subject the token subject claim, must be an existing cluster user
Subject *string `form:"subject,omitempty" json:"subject,omitempty"`
// Scope the scope value used to create the token grant claim
Scope *string `form:"scope,omitempty" json:"scope,omitempty"`
// Refresh If `true`, the response will include a refresh token in addition to the access token. If omitted or `false`, only an access token is returned.
Refresh *bool `form:"refresh,omitempty" json:"refresh,omitempty"`
// RefreshDuration max refresh token duration, maximum value 30 days
RefreshDuration *string `form:"refresh_duration,omitempty" json:"refresh_duration,omitempty"`
}
PostAuthTokenParams defines parameters for PostAuthToken.
type PostAuthTokenResponse ¶
type PostAuthTokenResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AuthToken
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
JSON503 *N503
}
func ParsePostAuthTokenResponse ¶
func ParsePostAuthTokenResponse(rsp *http.Response) (*PostAuthTokenResponse, error)
ParsePostAuthTokenResponse parses an HTTP response from a PostAuthTokenWithResponse call
func (PostAuthTokenResponse) ContentType ¶
func (r PostAuthTokenResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostAuthTokenResponse) Status ¶
func (r PostAuthTokenResponse) Status() string
Status returns HTTPResponse.Status
func (PostAuthTokenResponse) StatusCode ¶
func (r PostAuthTokenResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostClusterActionAbortResponse ¶
type PostClusterActionAbortResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostClusterActionAbortResponse ¶
func ParsePostClusterActionAbortResponse(rsp *http.Response) (*PostClusterActionAbortResponse, error)
ParsePostClusterActionAbortResponse parses an HTTP response from a PostClusterActionAbortWithResponse call
func (PostClusterActionAbortResponse) ContentType ¶
func (r PostClusterActionAbortResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostClusterActionAbortResponse) Status ¶
func (r PostClusterActionAbortResponse) Status() string
Status returns HTTPResponse.Status
func (PostClusterActionAbortResponse) StatusCode ¶
func (r PostClusterActionAbortResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostClusterActionFreezeResponse ¶
type PostClusterActionFreezeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostClusterActionFreezeResponse ¶
func ParsePostClusterActionFreezeResponse(rsp *http.Response) (*PostClusterActionFreezeResponse, error)
ParsePostClusterActionFreezeResponse parses an HTTP response from a PostClusterActionFreezeWithResponse call
func (PostClusterActionFreezeResponse) ContentType ¶
func (r PostClusterActionFreezeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostClusterActionFreezeResponse) Status ¶
func (r PostClusterActionFreezeResponse) Status() string
Status returns HTTPResponse.Status
func (PostClusterActionFreezeResponse) StatusCode ¶
func (r PostClusterActionFreezeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostClusterActionUnfreezeResponse ¶
type PostClusterActionUnfreezeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostClusterActionUnfreezeResponse ¶
func ParsePostClusterActionUnfreezeResponse(rsp *http.Response) (*PostClusterActionUnfreezeResponse, error)
ParsePostClusterActionUnfreezeResponse parses an HTTP response from a PostClusterActionUnfreezeWithResponse call
func (PostClusterActionUnfreezeResponse) ContentType ¶
func (r PostClusterActionUnfreezeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostClusterActionUnfreezeResponse) Status ¶
func (r PostClusterActionUnfreezeResponse) Status() string
Status returns HTTPResponse.Status
func (PostClusterActionUnfreezeResponse) StatusCode ¶
func (r PostClusterActionUnfreezeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostClusterHeartbeatRotateResponse ¶
type PostClusterHeartbeatRotateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *HeartbeatRotateResponse
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON409 *N409
JSON500 *N500
}
func ParsePostClusterHeartbeatRotateResponse ¶
func ParsePostClusterHeartbeatRotateResponse(rsp *http.Response) (*PostClusterHeartbeatRotateResponse, error)
ParsePostClusterHeartbeatRotateResponse parses an HTTP response from a PostClusterHeartbeatRotateWithResponse call
func (PostClusterHeartbeatRotateResponse) ContentType ¶
func (r PostClusterHeartbeatRotateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostClusterHeartbeatRotateResponse) Status ¶
func (r PostClusterHeartbeatRotateResponse) Status() string
Status returns HTTPResponse.Status
func (PostClusterHeartbeatRotateResponse) StatusCode ¶
func (r PostClusterHeartbeatRotateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostClusterJoinParams ¶
type PostClusterJoinParams struct {
// Node The candidate node to add to cluster nodes
Node string `form:"node" json:"node"`
}
PostClusterJoinParams defines parameters for PostClusterJoin.
type PostClusterJoinResponse ¶
type PostClusterJoinResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostClusterJoinResponse ¶
func ParsePostClusterJoinResponse(rsp *http.Response) (*PostClusterJoinResponse, error)
ParsePostClusterJoinResponse parses an HTTP response from a PostClusterJoinWithResponse call
func (PostClusterJoinResponse) ContentType ¶
func (r PostClusterJoinResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostClusterJoinResponse) Status ¶
func (r PostClusterJoinResponse) Status() string
Status returns HTTPResponse.Status
func (PostClusterJoinResponse) StatusCode ¶
func (r PostClusterJoinResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostClusterLeaveParams ¶
type PostClusterLeaveParams struct {
// Node The leaving cluster node
Node string `form:"node" json:"node"`
}
PostClusterLeaveParams defines parameters for PostClusterLeave.
type PostClusterLeaveResponse ¶
func ParsePostClusterLeaveResponse ¶
func ParsePostClusterLeaveResponse(rsp *http.Response) (*PostClusterLeaveResponse, error)
ParsePostClusterLeaveResponse parses an HTTP response from a PostClusterLeaveWithResponse call
func (PostClusterLeaveResponse) ContentType ¶
func (r PostClusterLeaveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostClusterLeaveResponse) Status ¶
func (r PostClusterLeaveResponse) Status() string
Status returns HTTPResponse.Status
func (PostClusterLeaveResponse) StatusCode ¶
func (r PostClusterLeaveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonAuditParams ¶
type PostDaemonAuditParams struct {
// Level the audit level
Level *PostDaemonAuditParamsLevel `form:"level,omitempty" json:"level,omitempty"`
// Sub the names of the subsystems to audit
Sub *string `form:"sub,omitempty" json:"sub,omitempty"`
// Preempt preempt the current audit if any is running.
Preempt *bool `form:"preempt,omitempty" json:"preempt,omitempty"`
}
PostDaemonAuditParams defines parameters for PostDaemonAudit.
type PostDaemonAuditParamsLevel ¶
type PostDaemonAuditParamsLevel string
PostDaemonAuditParamsLevel defines parameters for PostDaemonAudit.
const ( Debug PostDaemonAuditParamsLevel = "debug" Error PostDaemonAuditParamsLevel = "error" Info PostDaemonAuditParamsLevel = "info" Trace PostDaemonAuditParamsLevel = "trace" Warn PostDaemonAuditParamsLevel = "warn" )
Defines values for PostDaemonAuditParamsLevel.
func (PostDaemonAuditParamsLevel) Valid ¶
func (e PostDaemonAuditParamsLevel) Valid() bool
Valid indicates whether the value is a known member of the PostDaemonAuditParamsLevel enum.
type PostDaemonAuditResponse ¶
type PostDaemonAuditResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON409 *N409
JSON500 *N500
}
func ParsePostDaemonAuditResponse ¶
func ParsePostDaemonAuditResponse(rsp *http.Response) (*PostDaemonAuditResponse, error)
ParsePostDaemonAuditResponse parses an HTTP response from a PostDaemonAuditWithResponse call
func (PostDaemonAuditResponse) ContentType ¶
func (r PostDaemonAuditResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonAuditResponse) Status ¶
func (r PostDaemonAuditResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonAuditResponse) StatusCode ¶
func (r PostDaemonAuditResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonHeartbeatRestartResponse ¶
type PostDaemonHeartbeatRestartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonHeartbeatRestartResponse ¶
func ParsePostDaemonHeartbeatRestartResponse(rsp *http.Response) (*PostDaemonHeartbeatRestartResponse, error)
ParsePostDaemonHeartbeatRestartResponse parses an HTTP response from a PostDaemonHeartbeatRestartWithResponse call
func (PostDaemonHeartbeatRestartResponse) ContentType ¶
func (r PostDaemonHeartbeatRestartResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonHeartbeatRestartResponse) Status ¶
func (r PostDaemonHeartbeatRestartResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonHeartbeatRestartResponse) StatusCode ¶
func (r PostDaemonHeartbeatRestartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonHeartbeatSignResponse ¶
type PostDaemonHeartbeatSignResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonHeartbeatSignResponse ¶
func ParsePostDaemonHeartbeatSignResponse(rsp *http.Response) (*PostDaemonHeartbeatSignResponse, error)
ParsePostDaemonHeartbeatSignResponse parses an HTTP response from a PostDaemonHeartbeatSignWithResponse call
func (PostDaemonHeartbeatSignResponse) ContentType ¶
func (r PostDaemonHeartbeatSignResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonHeartbeatSignResponse) Status ¶
func (r PostDaemonHeartbeatSignResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonHeartbeatSignResponse) StatusCode ¶
func (r PostDaemonHeartbeatSignResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonHeartbeatStartResponse ¶
type PostDaemonHeartbeatStartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonHeartbeatStartResponse ¶
func ParsePostDaemonHeartbeatStartResponse(rsp *http.Response) (*PostDaemonHeartbeatStartResponse, error)
ParsePostDaemonHeartbeatStartResponse parses an HTTP response from a PostDaemonHeartbeatStartWithResponse call
func (PostDaemonHeartbeatStartResponse) ContentType ¶
func (r PostDaemonHeartbeatStartResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonHeartbeatStartResponse) Status ¶
func (r PostDaemonHeartbeatStartResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonHeartbeatStartResponse) StatusCode ¶
func (r PostDaemonHeartbeatStartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonHeartbeatStopResponse ¶
type PostDaemonHeartbeatStopResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonHeartbeatStopResponse ¶
func ParsePostDaemonHeartbeatStopResponse(rsp *http.Response) (*PostDaemonHeartbeatStopResponse, error)
ParsePostDaemonHeartbeatStopResponse parses an HTTP response from a PostDaemonHeartbeatStopWithResponse call
func (PostDaemonHeartbeatStopResponse) ContentType ¶
func (r PostDaemonHeartbeatStopResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonHeartbeatStopResponse) Status ¶
func (r PostDaemonHeartbeatStopResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonHeartbeatStopResponse) StatusCode ¶
func (r PostDaemonHeartbeatStopResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonHeartbeatWipeResponse ¶
type PostDaemonHeartbeatWipeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonHeartbeatWipeResponse ¶
func ParsePostDaemonHeartbeatWipeResponse(rsp *http.Response) (*PostDaemonHeartbeatWipeResponse, error)
ParsePostDaemonHeartbeatWipeResponse parses an HTTP response from a PostDaemonHeartbeatWipeWithResponse call
func (PostDaemonHeartbeatWipeResponse) ContentType ¶
func (r PostDaemonHeartbeatWipeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonHeartbeatWipeResponse) Status ¶
func (r PostDaemonHeartbeatWipeResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonHeartbeatWipeResponse) StatusCode ¶
func (r PostDaemonHeartbeatWipeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonListenerLogControlJSONRequestBody ¶
type PostDaemonListenerLogControlJSONRequestBody = LogControlBody
PostDaemonListenerLogControlJSONRequestBody defines body for PostDaemonListenerLogControl for application/json ContentType.
type PostDaemonListenerLogControlResponse ¶
type PostDaemonListenerLogControlResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonListenerLogControlResponse ¶
func ParsePostDaemonListenerLogControlResponse(rsp *http.Response) (*PostDaemonListenerLogControlResponse, error)
ParsePostDaemonListenerLogControlResponse parses an HTTP response from a PostDaemonListenerLogControlWithResponse call
func (PostDaemonListenerLogControlResponse) ContentType ¶
func (r PostDaemonListenerLogControlResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonListenerLogControlResponse) Status ¶
func (r PostDaemonListenerLogControlResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonListenerLogControlResponse) StatusCode ¶
func (r PostDaemonListenerLogControlResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonListenerRestartResponse ¶
type PostDaemonListenerRestartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonListenerRestartResponse ¶
func ParsePostDaemonListenerRestartResponse(rsp *http.Response) (*PostDaemonListenerRestartResponse, error)
ParsePostDaemonListenerRestartResponse parses an HTTP response from a PostDaemonListenerRestartWithResponse call
func (PostDaemonListenerRestartResponse) ContentType ¶
func (r PostDaemonListenerRestartResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonListenerRestartResponse) Status ¶
func (r PostDaemonListenerRestartResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonListenerRestartResponse) StatusCode ¶
func (r PostDaemonListenerRestartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonListenerStartResponse ¶
type PostDaemonListenerStartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonListenerStartResponse ¶
func ParsePostDaemonListenerStartResponse(rsp *http.Response) (*PostDaemonListenerStartResponse, error)
ParsePostDaemonListenerStartResponse parses an HTTP response from a PostDaemonListenerStartWithResponse call
func (PostDaemonListenerStartResponse) ContentType ¶
func (r PostDaemonListenerStartResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonListenerStartResponse) Status ¶
func (r PostDaemonListenerStartResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonListenerStartResponse) StatusCode ¶
func (r PostDaemonListenerStartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonListenerStopResponse ¶
type PostDaemonListenerStopResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonListenerStopResponse ¶
func ParsePostDaemonListenerStopResponse(rsp *http.Response) (*PostDaemonListenerStopResponse, error)
ParsePostDaemonListenerStopResponse parses an HTTP response from a PostDaemonListenerStopWithResponse call
func (PostDaemonListenerStopResponse) ContentType ¶
func (r PostDaemonListenerStopResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonListenerStopResponse) Status ¶
func (r PostDaemonListenerStopResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonListenerStopResponse) StatusCode ¶
func (r PostDaemonListenerStopResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonLogControlJSONRequestBody ¶
type PostDaemonLogControlJSONRequestBody = LogControlBody
PostDaemonLogControlJSONRequestBody defines body for PostDaemonLogControl for application/json ContentType.
type PostDaemonLogControlResponse ¶
type PostDaemonLogControlResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonLogControlResponse ¶
func ParsePostDaemonLogControlResponse(rsp *http.Response) (*PostDaemonLogControlResponse, error)
ParsePostDaemonLogControlResponse parses an HTTP response from a PostDaemonLogControlWithResponse call
func (PostDaemonLogControlResponse) ContentType ¶
func (r PostDaemonLogControlResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonLogControlResponse) Status ¶
func (r PostDaemonLogControlResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonLogControlResponse) StatusCode ¶
func (r PostDaemonLogControlResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonRestartResponse ¶
type PostDaemonRestartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonRestartResponse ¶
func ParsePostDaemonRestartResponse(rsp *http.Response) (*PostDaemonRestartResponse, error)
ParsePostDaemonRestartResponse parses an HTTP response from a PostDaemonRestartWithResponse call
func (PostDaemonRestartResponse) ContentType ¶
func (r PostDaemonRestartResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonRestartResponse) Status ¶
func (r PostDaemonRestartResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonRestartResponse) StatusCode ¶
func (r PostDaemonRestartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonShutdownParams ¶
type PostDaemonShutdownParams struct {
// Duration max duration
Duration *Duration `form:"duration,omitempty" json:"duration,omitempty"`
}
PostDaemonShutdownParams defines parameters for PostDaemonShutdown.
type PostDaemonShutdownResponse ¶
type PostDaemonShutdownResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DaemonPid
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonShutdownResponse ¶
func ParsePostDaemonShutdownResponse(rsp *http.Response) (*PostDaemonShutdownResponse, error)
ParsePostDaemonShutdownResponse parses an HTTP response from a PostDaemonShutdownWithResponse call
func (PostDaemonShutdownResponse) ContentType ¶
func (r PostDaemonShutdownResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonShutdownResponse) Status ¶
func (r PostDaemonShutdownResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonShutdownResponse) StatusCode ¶
func (r PostDaemonShutdownResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostDaemonStopResponse ¶
type PostDaemonStopResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DaemonPid
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostDaemonStopResponse ¶
func ParsePostDaemonStopResponse(rsp *http.Response) (*PostDaemonStopResponse, error)
ParsePostDaemonStopResponse parses an HTTP response from a PostDaemonStopWithResponse call
func (PostDaemonStopResponse) ContentType ¶
func (r PostDaemonStopResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostDaemonStopResponse) Status ¶
func (r PostDaemonStopResponse) Status() string
Status returns HTTPResponse.Status
func (PostDaemonStopResponse) StatusCode ¶
func (r PostDaemonStopResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionBootParams ¶
type PostInstanceActionBootParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
}
PostInstanceActionBootParams defines parameters for PostInstanceActionBoot.
type PostInstanceActionBootResponse ¶
type PostInstanceActionBootResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionBootResponse ¶
func ParsePostInstanceActionBootResponse(rsp *http.Response) (*PostInstanceActionBootResponse, error)
ParsePostInstanceActionBootResponse parses an HTTP response from a PostInstanceActionBootWithResponse call
func (PostInstanceActionBootResponse) ContentType ¶
func (r PostInstanceActionBootResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionBootResponse) Status ¶
func (r PostInstanceActionBootResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionBootResponse) StatusCode ¶
func (r PostInstanceActionBootResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionDeleteParams ¶
type PostInstanceActionDeleteParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostInstanceActionDeleteParams defines parameters for PostInstanceActionDelete.
type PostInstanceActionDeleteResponse ¶
type PostInstanceActionDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionDeleteResponse ¶
func ParsePostInstanceActionDeleteResponse(rsp *http.Response) (*PostInstanceActionDeleteResponse, error)
ParsePostInstanceActionDeleteResponse parses an HTTP response from a PostInstanceActionDeleteWithResponse call
func (PostInstanceActionDeleteResponse) ContentType ¶
func (r PostInstanceActionDeleteResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionDeleteResponse) Status ¶
func (r PostInstanceActionDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionDeleteResponse) StatusCode ¶
func (r PostInstanceActionDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionFreezeParams ¶
type PostInstanceActionFreezeParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostInstanceActionFreezeParams defines parameters for PostInstanceActionFreeze.
type PostInstanceActionFreezeResponse ¶
type PostInstanceActionFreezeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionFreezeResponse ¶
func ParsePostInstanceActionFreezeResponse(rsp *http.Response) (*PostInstanceActionFreezeResponse, error)
ParsePostInstanceActionFreezeResponse parses an HTTP response from a PostInstanceActionFreezeWithResponse call
func (PostInstanceActionFreezeResponse) ContentType ¶
func (r PostInstanceActionFreezeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionFreezeResponse) Status ¶
func (r PostInstanceActionFreezeResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionFreezeResponse) StatusCode ¶
func (r PostInstanceActionFreezeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionPGUpdateParams ¶
type PostInstanceActionPGUpdateParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
}
PostInstanceActionPGUpdateParams defines parameters for PostInstanceActionPGUpdate.
type PostInstanceActionPGUpdateResponse ¶
type PostInstanceActionPGUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionPGUpdateResponse ¶
func ParsePostInstanceActionPGUpdateResponse(rsp *http.Response) (*PostInstanceActionPGUpdateResponse, error)
ParsePostInstanceActionPGUpdateResponse parses an HTTP response from a PostInstanceActionPGUpdateWithResponse call
func (PostInstanceActionPGUpdateResponse) ContentType ¶
func (r PostInstanceActionPGUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionPGUpdateResponse) Status ¶
func (r PostInstanceActionPGUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionPGUpdateResponse) StatusCode ¶
func (r PostInstanceActionPGUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionPRStartParams ¶
type PostInstanceActionPRStartParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
DisableRollback *InQueryDisableRollback `form:"disable_rollback,omitempty" json:"disable_rollback,omitempty"`
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
}
PostInstanceActionPRStartParams defines parameters for PostInstanceActionPRStart.
type PostInstanceActionPRStartResponse ¶
type PostInstanceActionPRStartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionPRStartResponse ¶
func ParsePostInstanceActionPRStartResponse(rsp *http.Response) (*PostInstanceActionPRStartResponse, error)
ParsePostInstanceActionPRStartResponse parses an HTTP response from a PostInstanceActionPRStartWithResponse call
func (PostInstanceActionPRStartResponse) ContentType ¶
func (r PostInstanceActionPRStartResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionPRStartResponse) Status ¶
func (r PostInstanceActionPRStartResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionPRStartResponse) StatusCode ¶
func (r PostInstanceActionPRStartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionPRStopParams ¶
type PostInstanceActionPRStopParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
DisableRollback *InQueryDisableRollback `form:"disable_rollback,omitempty" json:"disable_rollback,omitempty"`
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
}
PostInstanceActionPRStopParams defines parameters for PostInstanceActionPRStop.
type PostInstanceActionPRStopResponse ¶
type PostInstanceActionPRStopResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionPRStopResponse ¶
func ParsePostInstanceActionPRStopResponse(rsp *http.Response) (*PostInstanceActionPRStopResponse, error)
ParsePostInstanceActionPRStopResponse parses an HTTP response from a PostInstanceActionPRStopWithResponse call
func (PostInstanceActionPRStopResponse) ContentType ¶
func (r PostInstanceActionPRStopResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionPRStopResponse) Status ¶
func (r PostInstanceActionPRStopResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionPRStopResponse) StatusCode ¶
func (r PostInstanceActionPRStopResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionProvisionParams ¶
type PostInstanceActionProvisionParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
DisableRollback *InQueryDisableRollback `form:"disable_rollback,omitempty" json:"disable_rollback,omitempty"`
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
Leader *InQueryLeader `form:"leader,omitempty" json:"leader,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
StateOnly *InQueryStateOnly `form:"state_only,omitempty" json:"state_only,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
}
PostInstanceActionProvisionParams defines parameters for PostInstanceActionProvision.
type PostInstanceActionProvisionResponse ¶
type PostInstanceActionProvisionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionProvisionResponse ¶
func ParsePostInstanceActionProvisionResponse(rsp *http.Response) (*PostInstanceActionProvisionResponse, error)
ParsePostInstanceActionProvisionResponse parses an HTTP response from a PostInstanceActionProvisionWithResponse call
func (PostInstanceActionProvisionResponse) ContentType ¶
func (r PostInstanceActionProvisionResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionProvisionResponse) Status ¶
func (r PostInstanceActionProvisionResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionProvisionResponse) StatusCode ¶
func (r PostInstanceActionProvisionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionPushResourceInfoParams ¶
type PostInstanceActionPushResourceInfoParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostInstanceActionPushResourceInfoParams defines parameters for PostInstanceActionPushResourceInfo.
type PostInstanceActionPushResourceInfoResponse ¶
type PostInstanceActionPushResourceInfoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionPushResourceInfoResponse ¶
func ParsePostInstanceActionPushResourceInfoResponse(rsp *http.Response) (*PostInstanceActionPushResourceInfoResponse, error)
ParsePostInstanceActionPushResourceInfoResponse parses an HTTP response from a PostInstanceActionPushResourceInfoWithResponse call
func (PostInstanceActionPushResourceInfoResponse) ContentType ¶
func (r PostInstanceActionPushResourceInfoResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionPushResourceInfoResponse) Status ¶
func (r PostInstanceActionPushResourceInfoResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionPushResourceInfoResponse) StatusCode ¶
func (r PostInstanceActionPushResourceInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionRestartParams ¶
type PostInstanceActionRestartParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
DisableRollback *InQueryDisableRollback `form:"disable_rollback,omitempty" json:"disable_rollback,omitempty"`
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
}
PostInstanceActionRestartParams defines parameters for PostInstanceActionRestart.
type PostInstanceActionRestartResponse ¶
type PostInstanceActionRestartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionRestartResponse ¶
func ParsePostInstanceActionRestartResponse(rsp *http.Response) (*PostInstanceActionRestartResponse, error)
ParsePostInstanceActionRestartResponse parses an HTTP response from a PostInstanceActionRestartWithResponse call
func (PostInstanceActionRestartResponse) ContentType ¶
func (r PostInstanceActionRestartResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionRestartResponse) Status ¶
func (r PostInstanceActionRestartResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionRestartResponse) StatusCode ¶
func (r PostInstanceActionRestartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionRunParams ¶
type PostInstanceActionRunParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
Confirm *InQueryConfirm `form:"confirm,omitempty" json:"confirm,omitempty"`
Cron *InQueryCron `form:"cron,omitempty" json:"cron,omitempty"`
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
Env *InQueryEnvs `form:"env,omitempty" json:"env,omitempty"`
}
PostInstanceActionRunParams defines parameters for PostInstanceActionRun.
type PostInstanceActionRunResponse ¶
type PostInstanceActionRunResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionRunResponse ¶
func ParsePostInstanceActionRunResponse(rsp *http.Response) (*PostInstanceActionRunResponse, error)
ParsePostInstanceActionRunResponse parses an HTTP response from a PostInstanceActionRunWithResponse call
func (PostInstanceActionRunResponse) ContentType ¶
func (r PostInstanceActionRunResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionRunResponse) Status ¶
func (r PostInstanceActionRunResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionRunResponse) StatusCode ¶
func (r PostInstanceActionRunResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionShutdownParams ¶
type PostInstanceActionShutdownParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
}
PostInstanceActionShutdownParams defines parameters for PostInstanceActionShutdown.
type PostInstanceActionShutdownResponse ¶
type PostInstanceActionShutdownResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionShutdownResponse ¶
func ParsePostInstanceActionShutdownResponse(rsp *http.Response) (*PostInstanceActionShutdownResponse, error)
ParsePostInstanceActionShutdownResponse parses an HTTP response from a PostInstanceActionShutdownWithResponse call
func (PostInstanceActionShutdownResponse) ContentType ¶
func (r PostInstanceActionShutdownResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionShutdownResponse) Status ¶
func (r PostInstanceActionShutdownResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionShutdownResponse) StatusCode ¶
func (r PostInstanceActionShutdownResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionStartParams ¶
type PostInstanceActionStartParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
DisableRollback *InQueryDisableRollback `form:"disable_rollback,omitempty" json:"disable_rollback,omitempty"`
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
}
PostInstanceActionStartParams defines parameters for PostInstanceActionStart.
type PostInstanceActionStartResponse ¶
type PostInstanceActionStartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionStartResponse ¶
func ParsePostInstanceActionStartResponse(rsp *http.Response) (*PostInstanceActionStartResponse, error)
ParsePostInstanceActionStartResponse parses an HTTP response from a PostInstanceActionStartWithResponse call
func (PostInstanceActionStartResponse) ContentType ¶
func (r PostInstanceActionStartResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionStartResponse) Status ¶
func (r PostInstanceActionStartResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionStartResponse) StatusCode ¶
func (r PostInstanceActionStartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionStartStandbyParams ¶
type PostInstanceActionStartStandbyParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
DisableRollback *InQueryDisableRollback `form:"disable_rollback,omitempty" json:"disable_rollback,omitempty"`
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
}
PostInstanceActionStartStandbyParams defines parameters for PostInstanceActionStartStandby.
type PostInstanceActionStartStandbyResponse ¶
type PostInstanceActionStartStandbyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionStartStandbyResponse ¶
func ParsePostInstanceActionStartStandbyResponse(rsp *http.Response) (*PostInstanceActionStartStandbyResponse, error)
ParsePostInstanceActionStartStandbyResponse parses an HTTP response from a PostInstanceActionStartStandbyWithResponse call
func (PostInstanceActionStartStandbyResponse) ContentType ¶
func (r PostInstanceActionStartStandbyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionStartStandbyResponse) Status ¶
func (r PostInstanceActionStartStandbyResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionStartStandbyResponse) StatusCode ¶
func (r PostInstanceActionStartStandbyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionStatusParams ¶
type PostInstanceActionStatusParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostInstanceActionStatusParams defines parameters for PostInstanceActionStatus.
type PostInstanceActionStatusResponse ¶
type PostInstanceActionStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionStatusResponse ¶
func ParsePostInstanceActionStatusResponse(rsp *http.Response) (*PostInstanceActionStatusResponse, error)
ParsePostInstanceActionStatusResponse parses an HTTP response from a PostInstanceActionStatusWithResponse call
func (PostInstanceActionStatusResponse) ContentType ¶
func (r PostInstanceActionStatusResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionStatusResponse) Status ¶
func (r PostInstanceActionStatusResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionStatusResponse) StatusCode ¶
func (r PostInstanceActionStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionStopParams ¶
type PostInstanceActionStopParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
MoveTo *InQueryMoveTo `form:"move-to,omitempty" json:"move-to,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
}
PostInstanceActionStopParams defines parameters for PostInstanceActionStop.
type PostInstanceActionStopResponse ¶
type PostInstanceActionStopResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionStopResponse ¶
func ParsePostInstanceActionStopResponse(rsp *http.Response) (*PostInstanceActionStopResponse, error)
ParsePostInstanceActionStopResponse parses an HTTP response from a PostInstanceActionStopWithResponse call
func (PostInstanceActionStopResponse) ContentType ¶
func (r PostInstanceActionStopResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionStopResponse) Status ¶
func (r PostInstanceActionStopResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionStopResponse) StatusCode ¶
func (r PostInstanceActionStopResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionSyncIngestParams ¶
type PostInstanceActionSyncIngestParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
}
PostInstanceActionSyncIngestParams defines parameters for PostInstanceActionSyncIngest.
type PostInstanceActionSyncIngestResponse ¶
type PostInstanceActionSyncIngestResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionSyncIngestResponse ¶
func ParsePostInstanceActionSyncIngestResponse(rsp *http.Response) (*PostInstanceActionSyncIngestResponse, error)
ParsePostInstanceActionSyncIngestResponse parses an HTTP response from a PostInstanceActionSyncIngestWithResponse call
func (PostInstanceActionSyncIngestResponse) ContentType ¶
func (r PostInstanceActionSyncIngestResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionSyncIngestResponse) Status ¶
func (r PostInstanceActionSyncIngestResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionSyncIngestResponse) StatusCode ¶
func (r PostInstanceActionSyncIngestResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionUnfreezeParams ¶
type PostInstanceActionUnfreezeParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostInstanceActionUnfreezeParams defines parameters for PostInstanceActionUnfreeze.
type PostInstanceActionUnfreezeResponse ¶
type PostInstanceActionUnfreezeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionUnfreezeResponse ¶
func ParsePostInstanceActionUnfreezeResponse(rsp *http.Response) (*PostInstanceActionUnfreezeResponse, error)
ParsePostInstanceActionUnfreezeResponse parses an HTTP response from a PostInstanceActionUnfreezeWithResponse call
func (PostInstanceActionUnfreezeResponse) ContentType ¶
func (r PostInstanceActionUnfreezeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionUnfreezeResponse) Status ¶
func (r PostInstanceActionUnfreezeResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionUnfreezeResponse) StatusCode ¶
func (r PostInstanceActionUnfreezeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceActionUnprovisionParams ¶
type PostInstanceActionUnprovisionParams struct {
Slaves *InQueryAllSlaves `form:"slaves,omitempty" json:"slaves,omitempty"`
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
Leader *InQueryLeader `form:"leader,omitempty" json:"leader,omitempty"`
Master *InQueryMaster `form:"master,omitempty" json:"master,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
StateOnly *InQueryStateOnly `form:"state_only,omitempty" json:"state_only,omitempty"`
Slave *InQuerySlaves `form:"slave,omitempty" json:"slave,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
To *InQueryTo `form:"to,omitempty" json:"to,omitempty"`
}
PostInstanceActionUnprovisionParams defines parameters for PostInstanceActionUnprovision.
type PostInstanceActionUnprovisionResponse ¶
type PostInstanceActionUnprovisionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *InstanceActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceActionUnprovisionResponse ¶
func ParsePostInstanceActionUnprovisionResponse(rsp *http.Response) (*PostInstanceActionUnprovisionResponse, error)
ParsePostInstanceActionUnprovisionResponse parses an HTTP response from a PostInstanceActionUnprovisionWithResponse call
func (PostInstanceActionUnprovisionResponse) ContentType ¶
func (r PostInstanceActionUnprovisionResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceActionUnprovisionResponse) Status ¶
func (r PostInstanceActionUnprovisionResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceActionUnprovisionResponse) StatusCode ¶
func (r PostInstanceActionUnprovisionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceClearResponse ¶
type PostInstanceClearResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceClearResponse ¶
func ParsePostInstanceClearResponse(rsp *http.Response) (*PostInstanceClearResponse, error)
ParsePostInstanceClearResponse parses an HTTP response from a PostInstanceClearWithResponse call
func (PostInstanceClearResponse) ContentType ¶
func (r PostInstanceClearResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceClearResponse) Status ¶
func (r PostInstanceClearResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceClearResponse) StatusCode ¶
func (r PostInstanceClearResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceProgress ¶
type PostInstanceProgress struct {
IsPartial *bool `json:"is_partial,omitempty"`
SessionID openapi_types.UUID `json:"session_id"`
State string `json:"state"`
}
PostInstanceProgress defines model for PostInstanceProgress.
type PostInstanceProgressJSONRequestBody ¶
type PostInstanceProgressJSONRequestBody = PostInstanceProgress
PostInstanceProgressJSONRequestBody defines body for PostInstanceProgress for application/json ContentType.
type PostInstanceProgressResponse ¶
type PostInstanceProgressResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceProgressResponse ¶
func ParsePostInstanceProgressResponse(rsp *http.Response) (*PostInstanceProgressResponse, error)
ParsePostInstanceProgressResponse parses an HTTP response from a PostInstanceProgressWithResponse call
func (PostInstanceProgressResponse) ContentType ¶
func (r PostInstanceProgressResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceProgressResponse) Status ¶
func (r PostInstanceProgressResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceProgressResponse) StatusCode ¶
func (r PostInstanceProgressResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceResourceConsoleParams ¶
type PostInstanceResourceConsoleParams struct {
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
GreetTimeout *InQueryGreetTimeout `form:"greet_timeout,omitempty" json:"greet_timeout,omitempty"`
Seats *InQuerySeats `form:"seats,omitempty" json:"seats,omitempty"`
}
PostInstanceResourceConsoleParams defines parameters for PostInstanceResourceConsole.
type PostInstanceResourceConsoleResponse ¶
type PostInstanceResourceConsoleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
}
func ParsePostInstanceResourceConsoleResponse ¶
func ParsePostInstanceResourceConsoleResponse(rsp *http.Response) (*PostInstanceResourceConsoleResponse, error)
ParsePostInstanceResourceConsoleResponse parses an HTTP response from a PostInstanceResourceConsoleWithResponse call
func (PostInstanceResourceConsoleResponse) ContentType ¶
func (r PostInstanceResourceConsoleResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceResourceConsoleResponse) Status ¶
func (r PostInstanceResourceConsoleResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceResourceConsoleResponse) StatusCode ¶
func (r PostInstanceResourceConsoleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceStateFileResponse ¶
type PostInstanceStateFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON409 *N409
JSON500 *N500
}
func ParsePostInstanceStateFileResponse ¶
func ParsePostInstanceStateFileResponse(rsp *http.Response) (*PostInstanceStateFileResponse, error)
ParsePostInstanceStateFileResponse parses an HTTP response from a PostInstanceStateFileWithResponse call
func (PostInstanceStateFileResponse) ContentType ¶
func (r PostInstanceStateFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceStateFileResponse) Status ¶
func (r PostInstanceStateFileResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceStateFileResponse) StatusCode ¶
func (r PostInstanceStateFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostInstanceStatusJSONRequestBody ¶
type PostInstanceStatusJSONRequestBody = InstanceStatus
PostInstanceStatusJSONRequestBody defines body for PostInstanceStatus for application/json ContentType.
type PostInstanceStatusResponse ¶
type PostInstanceStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostInstanceStatusResponse ¶
func ParsePostInstanceStatusResponse(rsp *http.Response) (*PostInstanceStatusResponse, error)
ParsePostInstanceStatusResponse parses an HTTP response from a PostInstanceStatusWithResponse call
func (PostInstanceStatusResponse) ContentType ¶
func (r PostInstanceStatusResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostInstanceStatusResponse) Status ¶
func (r PostInstanceStatusResponse) Status() string
Status returns HTTPResponse.Status
func (PostInstanceStatusResponse) StatusCode ¶
func (r PostInstanceStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeActionClearResponse ¶
type PostNodeActionClearResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostNodeActionClearResponse ¶
func ParsePostNodeActionClearResponse(rsp *http.Response) (*PostNodeActionClearResponse, error)
ParsePostNodeActionClearResponse parses an HTTP response from a PostNodeActionClearWithResponse call
func (PostNodeActionClearResponse) ContentType ¶
func (r PostNodeActionClearResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeActionClearResponse) Status ¶
func (r PostNodeActionClearResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeActionClearResponse) StatusCode ¶
func (r PostNodeActionClearResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeActionPushAssetParams ¶
type PostNodeActionPushAssetParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostNodeActionPushAssetParams defines parameters for PostNodeActionPushAsset.
type PostNodeActionPushAssetResponse ¶
type PostNodeActionPushAssetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodeActionAccepted
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostNodeActionPushAssetResponse ¶
func ParsePostNodeActionPushAssetResponse(rsp *http.Response) (*PostNodeActionPushAssetResponse, error)
ParsePostNodeActionPushAssetResponse parses an HTTP response from a PostNodeActionPushAssetWithResponse call
func (PostNodeActionPushAssetResponse) ContentType ¶
func (r PostNodeActionPushAssetResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeActionPushAssetResponse) Status ¶
func (r PostNodeActionPushAssetResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeActionPushAssetResponse) StatusCode ¶
func (r PostNodeActionPushAssetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeActionPushDiskParams ¶
type PostNodeActionPushDiskParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostNodeActionPushDiskParams defines parameters for PostNodeActionPushDisk.
type PostNodeActionPushDiskResponse ¶
type PostNodeActionPushDiskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodeActionAccepted
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostNodeActionPushDiskResponse ¶
func ParsePostNodeActionPushDiskResponse(rsp *http.Response) (*PostNodeActionPushDiskResponse, error)
ParsePostNodeActionPushDiskResponse parses an HTTP response from a PostNodeActionPushDiskWithResponse call
func (PostNodeActionPushDiskResponse) ContentType ¶
func (r PostNodeActionPushDiskResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeActionPushDiskResponse) Status ¶
func (r PostNodeActionPushDiskResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeActionPushDiskResponse) StatusCode ¶
func (r PostNodeActionPushDiskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeActionPushPkgParams ¶
type PostNodeActionPushPkgParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostNodeActionPushPkgParams defines parameters for PostNodeActionPushPkg.
type PostNodeActionPushPkgResponse ¶
type PostNodeActionPushPkgResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodeActionAccepted
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostNodeActionPushPkgResponse ¶
func ParsePostNodeActionPushPkgResponse(rsp *http.Response) (*PostNodeActionPushPkgResponse, error)
ParsePostNodeActionPushPkgResponse parses an HTTP response from a PostNodeActionPushPkgWithResponse call
func (PostNodeActionPushPkgResponse) ContentType ¶
func (r PostNodeActionPushPkgResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeActionPushPkgResponse) Status ¶
func (r PostNodeActionPushPkgResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeActionPushPkgResponse) StatusCode ¶
func (r PostNodeActionPushPkgResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeActionSCSIScanParams ¶
type PostNodeActionSCSIScanParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
// Hba Specify a hba to scan for new block devices.
Hba *InQueryHBA `form:"hba,omitempty" json:"hba,omitempty"`
// Target Specify a target to scan for new block devices.
Target *InQueryTarget `form:"target,omitempty" json:"target,omitempty"`
// Lun Specify a logical unit number to scan for new block devices.
Lun *InQueryLUN `form:"lun,omitempty" json:"lun,omitempty"`
}
PostNodeActionSCSIScanParams defines parameters for PostNodeActionSCSIScan.
type PostNodeActionSCSIScanResponse ¶
type PostNodeActionSCSIScanResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodeActionAccepted
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostNodeActionSCSIScanResponse ¶
func ParsePostNodeActionSCSIScanResponse(rsp *http.Response) (*PostNodeActionSCSIScanResponse, error)
ParsePostNodeActionSCSIScanResponse parses an HTTP response from a PostNodeActionSCSIScanWithResponse call
func (PostNodeActionSCSIScanResponse) ContentType ¶
func (r PostNodeActionSCSIScanResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeActionSCSIScanResponse) Status ¶
func (r PostNodeActionSCSIScanResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeActionSCSIScanResponse) StatusCode ¶
func (r PostNodeActionSCSIScanResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeActionScanCapabilitiesParams ¶
type PostNodeActionScanCapabilitiesParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostNodeActionScanCapabilitiesParams defines parameters for PostNodeActionScanCapabilities.
type PostNodeActionScanCapabilitiesResponse ¶
type PostNodeActionScanCapabilitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodeActionAccepted
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostNodeActionScanCapabilitiesResponse ¶
func ParsePostNodeActionScanCapabilitiesResponse(rsp *http.Response) (*PostNodeActionScanCapabilitiesResponse, error)
ParsePostNodeActionScanCapabilitiesResponse parses an HTTP response from a PostNodeActionScanCapabilitiesWithResponse call
func (PostNodeActionScanCapabilitiesResponse) ContentType ¶
func (r PostNodeActionScanCapabilitiesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeActionScanCapabilitiesResponse) Status ¶
func (r PostNodeActionScanCapabilitiesResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeActionScanCapabilitiesResponse) StatusCode ¶
func (r PostNodeActionScanCapabilitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeActionSysreportParams ¶
type PostNodeActionSysreportParams struct {
Force *InQueryForce `form:"force,omitempty" json:"force,omitempty"`
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostNodeActionSysreportParams defines parameters for PostNodeActionSysreport.
type PostNodeActionSysreportResponse ¶
type PostNodeActionSysreportResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodeActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostNodeActionSysreportResponse ¶
func ParsePostNodeActionSysreportResponse(rsp *http.Response) (*PostNodeActionSysreportResponse, error)
ParsePostNodeActionSysreportResponse parses an HTTP response from a PostNodeActionSysreportWithResponse call
func (PostNodeActionSysreportResponse) ContentType ¶
func (r PostNodeActionSysreportResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeActionSysreportResponse) Status ¶
func (r PostNodeActionSysreportResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeActionSysreportResponse) StatusCode ¶
func (r PostNodeActionSysreportResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeDRBDConfigJSONRequestBody ¶
type PostNodeDRBDConfigJSONRequestBody = PostNodeDRBDConfigRequest
PostNodeDRBDConfigJSONRequestBody defines body for PostNodeDRBDConfig for application/json ContentType.
type PostNodeDRBDConfigParams ¶
type PostNodeDRBDConfigParams struct {
// Name drbd resource name
Name DRBDResourceName `form:"name" json:"name"`
}
PostNodeDRBDConfigParams defines parameters for PostNodeDRBDConfig.
type PostNodeDRBDConfigRequest ¶
type PostNodeDRBDConfigRequest struct {
AllocationID openapi_types.UUID `json:"allocation_id"`
Data []byte `json:"data"`
}
PostNodeDRBDConfigRequest defines model for PostNodeDRBDConfigRequest.
type PostNodeDRBDConfigResponse ¶
type PostNodeDRBDConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostNodeDRBDConfigResponse ¶
func ParsePostNodeDRBDConfigResponse(rsp *http.Response) (*PostNodeDRBDConfigResponse, error)
ParsePostNodeDRBDConfigResponse parses an HTTP response from a PostNodeDRBDConfigWithResponse call
func (PostNodeDRBDConfigResponse) ContentType ¶
func (r PostNodeDRBDConfigResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeDRBDConfigResponse) Status ¶
func (r PostNodeDRBDConfigResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeDRBDConfigResponse) StatusCode ¶
func (r PostNodeDRBDConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeDRBDConnectParams ¶
type PostNodeDRBDConnectParams struct {
// Name drbd resource name
Name DRBDResourceName `form:"name" json:"name"`
// NodeId drbd resource connection node-id
NodeId *DRBDResourceNodeID `form:"node_id,omitempty" json:"node_id,omitempty"`
}
PostNodeDRBDConnectParams defines parameters for PostNodeDRBDConnect.
type PostNodeDRBDConnectResponse ¶
type PostNodeDRBDConnectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
}
func ParsePostNodeDRBDConnectResponse ¶
func ParsePostNodeDRBDConnectResponse(rsp *http.Response) (*PostNodeDRBDConnectResponse, error)
ParsePostNodeDRBDConnectResponse parses an HTTP response from a PostNodeDRBDConnectWithResponse call
func (PostNodeDRBDConnectResponse) ContentType ¶
func (r PostNodeDRBDConnectResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeDRBDConnectResponse) Status ¶
func (r PostNodeDRBDConnectResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeDRBDConnectResponse) StatusCode ¶
func (r PostNodeDRBDConnectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeDRBDPrimaryParams ¶
type PostNodeDRBDPrimaryParams struct {
// Name drbd resource name
Name DRBDResourceName `form:"name" json:"name"`
}
PostNodeDRBDPrimaryParams defines parameters for PostNodeDRBDPrimary.
type PostNodeDRBDPrimaryResponse ¶
type PostNodeDRBDPrimaryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
}
func ParsePostNodeDRBDPrimaryResponse ¶
func ParsePostNodeDRBDPrimaryResponse(rsp *http.Response) (*PostNodeDRBDPrimaryResponse, error)
ParsePostNodeDRBDPrimaryResponse parses an HTTP response from a PostNodeDRBDPrimaryWithResponse call
func (PostNodeDRBDPrimaryResponse) ContentType ¶
func (r PostNodeDRBDPrimaryResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeDRBDPrimaryResponse) Status ¶
func (r PostNodeDRBDPrimaryResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeDRBDPrimaryResponse) StatusCode ¶
func (r PostNodeDRBDPrimaryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostNodeDRBDSecondaryParams ¶
type PostNodeDRBDSecondaryParams struct {
// Name drbd resource name
Name DRBDResourceName `form:"name" json:"name"`
}
PostNodeDRBDSecondaryParams defines parameters for PostNodeDRBDSecondary.
type PostNodeDRBDSecondaryResponse ¶
type PostNodeDRBDSecondaryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON500 *N500
}
func ParsePostNodeDRBDSecondaryResponse ¶
func ParsePostNodeDRBDSecondaryResponse(rsp *http.Response) (*PostNodeDRBDSecondaryResponse, error)
ParsePostNodeDRBDSecondaryResponse parses an HTTP response from a PostNodeDRBDSecondaryWithResponse call
func (PostNodeDRBDSecondaryResponse) ContentType ¶
func (r PostNodeDRBDSecondaryResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostNodeDRBDSecondaryResponse) Status ¶
func (r PostNodeDRBDSecondaryResponse) Status() string
Status returns HTTPResponse.Status
func (PostNodeDRBDSecondaryResponse) StatusCode ¶
func (r PostNodeDRBDSecondaryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionAbortResponse ¶
type PostObjectActionAbortResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionAbortResponse ¶
func ParsePostObjectActionAbortResponse(rsp *http.Response) (*PostObjectActionAbortResponse, error)
ParsePostObjectActionAbortResponse parses an HTTP response from a PostObjectActionAbortWithResponse call
func (PostObjectActionAbortResponse) ContentType ¶
func (r PostObjectActionAbortResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionAbortResponse) Status ¶
func (r PostObjectActionAbortResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionAbortResponse) StatusCode ¶
func (r PostObjectActionAbortResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionDeleteResponse ¶
type PostObjectActionDeleteResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionDeleteResponse ¶
func ParsePostObjectActionDeleteResponse(rsp *http.Response) (*PostObjectActionDeleteResponse, error)
ParsePostObjectActionDeleteResponse parses an HTTP response from a PostObjectActionDeleteWithResponse call
func (PostObjectActionDeleteResponse) ContentType ¶
func (r PostObjectActionDeleteResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionDeleteResponse) Status ¶
func (r PostObjectActionDeleteResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionDeleteResponse) StatusCode ¶
func (r PostObjectActionDeleteResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionFreezeResponse ¶
type PostObjectActionFreezeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionFreezeResponse ¶
func ParsePostObjectActionFreezeResponse(rsp *http.Response) (*PostObjectActionFreezeResponse, error)
ParsePostObjectActionFreezeResponse parses an HTTP response from a PostObjectActionFreezeWithResponse call
func (PostObjectActionFreezeResponse) ContentType ¶
func (r PostObjectActionFreezeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionFreezeResponse) Status ¶
func (r PostObjectActionFreezeResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionFreezeResponse) StatusCode ¶
func (r PostObjectActionFreezeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionGivebackResponse ¶
type PostObjectActionGivebackResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionGivebackResponse ¶
func ParsePostObjectActionGivebackResponse(rsp *http.Response) (*PostObjectActionGivebackResponse, error)
ParsePostObjectActionGivebackResponse parses an HTTP response from a PostObjectActionGivebackWithResponse call
func (PostObjectActionGivebackResponse) ContentType ¶
func (r PostObjectActionGivebackResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionGivebackResponse) Status ¶
func (r PostObjectActionGivebackResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionGivebackResponse) StatusCode ¶
func (r PostObjectActionGivebackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionProvisionResponse ¶
type PostObjectActionProvisionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionProvisionResponse ¶
func ParsePostObjectActionProvisionResponse(rsp *http.Response) (*PostObjectActionProvisionResponse, error)
ParsePostObjectActionProvisionResponse parses an HTTP response from a PostObjectActionProvisionWithResponse call
func (PostObjectActionProvisionResponse) ContentType ¶
func (r PostObjectActionProvisionResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionProvisionResponse) Status ¶
func (r PostObjectActionProvisionResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionProvisionResponse) StatusCode ¶
func (r PostObjectActionProvisionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionPurgeResponse ¶
type PostObjectActionPurgeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionPurgeResponse ¶
func ParsePostObjectActionPurgeResponse(rsp *http.Response) (*PostObjectActionPurgeResponse, error)
ParsePostObjectActionPurgeResponse parses an HTTP response from a PostObjectActionPurgeWithResponse call
func (PostObjectActionPurgeResponse) ContentType ¶
func (r PostObjectActionPurgeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionPurgeResponse) Status ¶
func (r PostObjectActionPurgeResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionPurgeResponse) StatusCode ¶
func (r PostObjectActionPurgeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionRestart ¶
type PostObjectActionRestart struct {
Force *bool `json:"force,omitempty"`
}
PostObjectActionRestart defines model for PostObjectActionRestart.
type PostObjectActionRestartJSONRequestBody ¶
type PostObjectActionRestartJSONRequestBody = PostObjectActionRestart
PostObjectActionRestartJSONRequestBody defines body for PostObjectActionRestart for application/json ContentType.
type PostObjectActionRestartResponse ¶
type PostObjectActionRestartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionRestartResponse ¶
func ParsePostObjectActionRestartResponse(rsp *http.Response) (*PostObjectActionRestartResponse, error)
ParsePostObjectActionRestartResponse parses an HTTP response from a PostObjectActionRestartWithResponse call
func (PostObjectActionRestartResponse) ContentType ¶
func (r PostObjectActionRestartResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionRestartResponse) Status ¶
func (r PostObjectActionRestartResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionRestartResponse) StatusCode ¶
func (r PostObjectActionRestartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionStartResponse ¶
type PostObjectActionStartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionStartResponse ¶
func ParsePostObjectActionStartResponse(rsp *http.Response) (*PostObjectActionStartResponse, error)
ParsePostObjectActionStartResponse parses an HTTP response from a PostObjectActionStartWithResponse call
func (PostObjectActionStartResponse) ContentType ¶
func (r PostObjectActionStartResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionStartResponse) Status ¶
func (r PostObjectActionStartResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionStartResponse) StatusCode ¶
func (r PostObjectActionStartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionStopResponse ¶
type PostObjectActionStopResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionStopResponse ¶
func ParsePostObjectActionStopResponse(rsp *http.Response) (*PostObjectActionStopResponse, error)
ParsePostObjectActionStopResponse parses an HTTP response from a PostObjectActionStopWithResponse call
func (PostObjectActionStopResponse) ContentType ¶
func (r PostObjectActionStopResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionStopResponse) Status ¶
func (r PostObjectActionStopResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionStopResponse) StatusCode ¶
func (r PostObjectActionStopResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionSwitch ¶
type PostObjectActionSwitch struct {
Destination []string `json:"destination"`
Live bool `json:"live"`
}
PostObjectActionSwitch defines model for PostObjectActionSwitch.
type PostObjectActionSwitchJSONRequestBody ¶
type PostObjectActionSwitchJSONRequestBody = PostObjectActionSwitch
PostObjectActionSwitchJSONRequestBody defines body for PostObjectActionSwitch for application/json ContentType.
type PostObjectActionSwitchResponse ¶
type PostObjectActionSwitchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionSwitchResponse ¶
func ParsePostObjectActionSwitchResponse(rsp *http.Response) (*PostObjectActionSwitchResponse, error)
ParsePostObjectActionSwitchResponse parses an HTTP response from a PostObjectActionSwitchWithResponse call
func (PostObjectActionSwitchResponse) ContentType ¶
func (r PostObjectActionSwitchResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionSwitchResponse) Status ¶
func (r PostObjectActionSwitchResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionSwitchResponse) StatusCode ¶
func (r PostObjectActionSwitchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionUnfreezeResponse ¶
type PostObjectActionUnfreezeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionUnfreezeResponse ¶
func ParsePostObjectActionUnfreezeResponse(rsp *http.Response) (*PostObjectActionUnfreezeResponse, error)
ParsePostObjectActionUnfreezeResponse parses an HTTP response from a PostObjectActionUnfreezeWithResponse call
func (PostObjectActionUnfreezeResponse) ContentType ¶
func (r PostObjectActionUnfreezeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionUnfreezeResponse) Status ¶
func (r PostObjectActionUnfreezeResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionUnfreezeResponse) StatusCode ¶
func (r PostObjectActionUnfreezeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectActionUnprovisionResponse ¶
type PostObjectActionUnprovisionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectActionUnprovisionResponse ¶
func ParsePostObjectActionUnprovisionResponse(rsp *http.Response) (*PostObjectActionUnprovisionResponse, error)
ParsePostObjectActionUnprovisionResponse parses an HTTP response from a PostObjectActionUnprovisionWithResponse call
func (PostObjectActionUnprovisionResponse) ContentType ¶
func (r PostObjectActionUnprovisionResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectActionUnprovisionResponse) Status ¶
func (r PostObjectActionUnprovisionResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectActionUnprovisionResponse) StatusCode ¶
func (r PostObjectActionUnprovisionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectConfigFileResponse ¶
type PostObjectConfigFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON409 *N409
JSON500 *N500
}
func ParsePostObjectConfigFileResponse ¶
func ParsePostObjectConfigFileResponse(rsp *http.Response) (*PostObjectConfigFileResponse, error)
ParsePostObjectConfigFileResponse parses an HTTP response from a PostObjectConfigFileWithResponse call
func (PostObjectConfigFileResponse) ContentType ¶
func (r PostObjectConfigFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectConfigFileResponse) Status ¶
func (r PostObjectConfigFileResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectConfigFileResponse) StatusCode ¶
func (r PostObjectConfigFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostObjectDataKeyParams ¶
type PostObjectDataKeyParams struct {
Name InQueryKeyName `form:"name" json:"name"`
}
PostObjectDataKeyParams defines parameters for PostObjectDataKey.
type PostObjectDataKeyResponse ¶
type PostObjectDataKeyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON413 *N413
JSON500 *N500
}
func ParsePostObjectDataKeyResponse ¶
func ParsePostObjectDataKeyResponse(rsp *http.Response) (*PostObjectDataKeyResponse, error)
ParsePostObjectDataKeyResponse parses an HTTP response from a PostObjectDataKeyWithResponse call
func (PostObjectDataKeyResponse) ContentType ¶
func (r PostObjectDataKeyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostObjectDataKeyResponse) Status ¶
func (r PostObjectDataKeyResponse) Status() string
Status returns HTTPResponse.Status
func (PostObjectDataKeyResponse) StatusCode ¶
func (r PostObjectDataKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostPeerActionAbortResponse ¶
type PostPeerActionAbortResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostPeerActionAbortResponse ¶
func ParsePostPeerActionAbortResponse(rsp *http.Response) (*PostPeerActionAbortResponse, error)
ParsePostPeerActionAbortResponse parses an HTTP response from a PostPeerActionAbortWithResponse call
func (PostPeerActionAbortResponse) ContentType ¶
func (r PostPeerActionAbortResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostPeerActionAbortResponse) Status ¶
func (r PostPeerActionAbortResponse) Status() string
Status returns HTTPResponse.Status
func (PostPeerActionAbortResponse) StatusCode ¶
func (r PostPeerActionAbortResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostPeerActionDequeueParams ¶
type PostPeerActionDequeueParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostPeerActionDequeueParams defines parameters for PostPeerActionDequeue.
type PostPeerActionDequeueResponse ¶
type PostPeerActionDequeueResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodeActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostPeerActionDequeueResponse ¶
func ParsePostPeerActionDequeueResponse(rsp *http.Response) (*PostPeerActionDequeueResponse, error)
ParsePostPeerActionDequeueResponse parses an HTTP response from a PostPeerActionDequeueWithResponse call
func (PostPeerActionDequeueResponse) ContentType ¶
func (r PostPeerActionDequeueResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostPeerActionDequeueResponse) Status ¶
func (r PostPeerActionDequeueResponse) Status() string
Status returns HTTPResponse.Status
func (PostPeerActionDequeueResponse) StatusCode ¶
func (r PostPeerActionDequeueResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostPeerActionDrainResponse ¶
type PostPeerActionDrainResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrchestrationQueued
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON408 *N408
JSON409 *N409
JSON500 *N500
}
func ParsePostPeerActionDrainResponse ¶
func ParsePostPeerActionDrainResponse(rsp *http.Response) (*PostPeerActionDrainResponse, error)
ParsePostPeerActionDrainResponse parses an HTTP response from a PostPeerActionDrainWithResponse call
func (PostPeerActionDrainResponse) ContentType ¶
func (r PostPeerActionDrainResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostPeerActionDrainResponse) Status ¶
func (r PostPeerActionDrainResponse) Status() string
Status returns HTTPResponse.Status
func (PostPeerActionDrainResponse) StatusCode ¶
func (r PostPeerActionDrainResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostPeerActionFreezeParams ¶
type PostPeerActionFreezeParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostPeerActionFreezeParams defines parameters for PostPeerActionFreeze.
type PostPeerActionFreezeResponse ¶
type PostPeerActionFreezeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodeActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostPeerActionFreezeResponse ¶
func ParsePostPeerActionFreezeResponse(rsp *http.Response) (*PostPeerActionFreezeResponse, error)
ParsePostPeerActionFreezeResponse parses an HTTP response from a PostPeerActionFreezeWithResponse call
func (PostPeerActionFreezeResponse) ContentType ¶
func (r PostPeerActionFreezeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostPeerActionFreezeResponse) Status ¶
func (r PostPeerActionFreezeResponse) Status() string
Status returns HTTPResponse.Status
func (PostPeerActionFreezeResponse) StatusCode ¶
func (r PostPeerActionFreezeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostPeerActionUnfreezeParams ¶
type PostPeerActionUnfreezeParams struct {
SessionId *InQuerySessionID `form:"session_id,omitempty" json:"session_id,omitempty"`
}
PostPeerActionUnfreezeParams defines parameters for PostPeerActionUnfreeze.
type PostPeerActionUnfreezeResponse ¶
type PostPeerActionUnfreezeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NodeActionAccepted
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostPeerActionUnfreezeResponse ¶
func ParsePostPeerActionUnfreezeResponse(rsp *http.Response) (*PostPeerActionUnfreezeResponse, error)
ParsePostPeerActionUnfreezeResponse parses an HTTP response from a PostPeerActionUnfreezeWithResponse call
func (PostPeerActionUnfreezeResponse) ContentType ¶
func (r PostPeerActionUnfreezeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostPeerActionUnfreezeResponse) Status ¶
func (r PostPeerActionUnfreezeResponse) Status() string
Status returns HTTPResponse.Status
func (PostPeerActionUnfreezeResponse) StatusCode ¶
func (r PostPeerActionUnfreezeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostRelayMessage ¶
type PostRelayMessage struct {
ClusterID string `json:"cluster_id"`
ClusterName string `json:"cluster_name"`
Msg string `json:"msg"`
Nodename string `json:"nodename"`
}
PostRelayMessage defines model for PostRelayMessage.
type PostRelayMessageJSONRequestBody ¶
type PostRelayMessageJSONRequestBody = PostRelayMessage
PostRelayMessageJSONRequestBody defines body for PostRelayMessage for application/json ContentType.
type PostRelayMessageResponse ¶
type PostRelayMessageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *N200
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostRelayMessageResponse ¶
func ParsePostRelayMessageResponse(rsp *http.Response) (*PostRelayMessageResponse, error)
ParsePostRelayMessageResponse parses an HTTP response from a PostRelayMessageWithResponse call
func (PostRelayMessageResponse) ContentType ¶
func (r PostRelayMessageResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostRelayMessageResponse) Status ¶
func (r PostRelayMessageResponse) Status() string
Status returns HTTPResponse.Status
func (PostRelayMessageResponse) StatusCode ¶
func (r PostRelayMessageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostSvcDisableParams ¶
type PostSvcDisableParams struct {
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
}
PostSvcDisableParams defines parameters for PostSvcDisable.
type PostSvcDisableResponse ¶
type PostSvcDisableResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostSvcDisableResponse ¶
func ParsePostSvcDisableResponse(rsp *http.Response) (*PostSvcDisableResponse, error)
ParsePostSvcDisableResponse parses an HTTP response from a PostSvcDisableWithResponse call
func (PostSvcDisableResponse) ContentType ¶
func (r PostSvcDisableResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostSvcDisableResponse) Status ¶
func (r PostSvcDisableResponse) Status() string
Status returns HTTPResponse.Status
func (PostSvcDisableResponse) StatusCode ¶
func (r PostSvcDisableResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PostSvcEnableParams ¶
type PostSvcEnableParams struct {
// Rid a resource selector expression
Rid *InQueryRid `form:"rid,omitempty" json:"rid,omitempty"`
Subset *InQuerySubset `form:"subset,omitempty" json:"subset,omitempty"`
Tag *InQueryTag `form:"tag,omitempty" json:"tag,omitempty"`
}
PostSvcEnableParams defines parameters for PostSvcEnable.
type PostSvcEnableResponse ¶
type PostSvcEnableResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePostSvcEnableResponse ¶
func ParsePostSvcEnableResponse(rsp *http.Response) (*PostSvcEnableResponse, error)
ParsePostSvcEnableResponse parses an HTTP response from a PostSvcEnableWithResponse call
func (PostSvcEnableResponse) ContentType ¶
func (r PostSvcEnableResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PostSvcEnableResponse) Status ¶
func (r PostSvcEnableResponse) Status() string
Status returns HTTPResponse.Status
func (PostSvcEnableResponse) StatusCode ¶
func (r PostSvcEnableResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Problem ¶
type Problem struct {
// Detail A human-readable explanation specific to this occurrence of the
// problem.
Detail string `json:"detail"`
// Status The HTTP status code ([RFC7231], Section 6) generated by the
// origin server for this occurrence of the problem.
Status int `json:"status"`
// Title A short, human-readable summary of the problem type. It SHOULD
// NOT change from occurrence to occurrence of the problem, except
// for purposes of localization (e.g., using proactive content
// negotiation; see [RFC7231], Section 3.4).
Title string `json:"title"`
}
Problem defines model for Problem.
type ProcessItem ¶
type ProcessItem struct {
Cmd string `json:"cmd"`
Elapsed string `json:"elapsed"`
GlobalExpect string `json:"global_expect"`
Node string `json:"node"`
Object string `json:"object"`
Pid int `json:"pid"`
Rid string `json:"rid"`
Sid string `json:"sid"`
StartedAt time.Time `json:"started_at"`
Sub string `json:"sub"`
}
ProcessItem defines model for ProcessItem.
func (ProcessItem) Unstructured ¶
func (t ProcessItem) Unstructured() map[string]any
type ProcessList ¶
type ProcessList struct {
Items ProcessItems `json:"items"`
Kind ProcessListKind `json:"kind"`
}
ProcessList defines model for ProcessList.
type ProcessListKind ¶
type ProcessListKind string
ProcessListKind defines model for ProcessList.Kind.
const (
ProcessListKindProcessList ProcessListKind = "ProcessList"
)
Defines values for ProcessListKind.
func (ProcessListKind) Valid ¶
func (e ProcessListKind) Valid() bool
Valid indicates whether the value is a known member of the ProcessListKind enum.
type Property ¶
type Property struct {
Error string `json:"error"`
Name string `json:"name"`
Source string `json:"source"`
Title string `json:"title"`
Value interface{} `json:"value"`
}
Property defines model for Property.
func (Property) Unstructured ¶
type PropertyItem ¶
type PropertyItem struct {
Data Property `json:"data"`
Kind string `json:"kind"`
Meta NodeMeta `json:"meta"`
}
PropertyItem defines model for PropertyItem.
func (PropertyItem) Unstructured ¶
func (t PropertyItem) Unstructured() map[string]any
type PropertyItems ¶
type PropertyItems = []PropertyItem
PropertyItems defines model for PropertyItems.
type PropertyList ¶
type PropertyList struct {
Items PropertyItems `json:"items"`
Kind PropertyListKind `json:"kind"`
}
PropertyList defines model for PropertyList.
func (PropertyList) GetItems ¶
func (t PropertyList) GetItems() any
type PropertyListKind ¶
type PropertyListKind string
PropertyListKind defines model for PropertyList.Kind.
const (
PropertyListKindPropertyList PropertyListKind = "PropertyList"
)
Defines values for PropertyListKind.
func (PropertyListKind) Valid ¶
func (e PropertyListKind) Valid() bool
Valid indicates whether the value is a known member of the PropertyListKind enum.
type Provisioned ¶
type Provisioned string
Provisioned service, instance or resource provisioned state
const ( ProvisionedFalse Provisioned = "false" ProvisionedMixed Provisioned = "mixed" ProvisionedNa Provisioned = "n/a" ProvisionedTrue Provisioned = "true" )
Defines values for Provisioned.
func (Provisioned) Valid ¶
func (e Provisioned) Valid() bool
Valid indicates whether the value is a known member of the Provisioned enum.
type PutClusterConfigFileResponse ¶
type PutClusterConfigFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON409 *N409
JSON500 *N500
}
func ParsePutClusterConfigFileResponse ¶
func ParsePutClusterConfigFileResponse(rsp *http.Response) (*PutClusterConfigFileResponse, error)
ParsePutClusterConfigFileResponse parses an HTTP response from a PutClusterConfigFileWithResponse call
func (PutClusterConfigFileResponse) ContentType ¶
func (r PutClusterConfigFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PutClusterConfigFileResponse) Status ¶
func (r PutClusterConfigFileResponse) Status() string
Status returns HTTPResponse.Status
func (PutClusterConfigFileResponse) StatusCode ¶
func (r PutClusterConfigFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PutNodeConfigFileResponse ¶
type PutNodeConfigFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON409 *N409
JSON500 *N500
}
func ParsePutNodeConfigFileResponse ¶
func ParsePutNodeConfigFileResponse(rsp *http.Response) (*PutNodeConfigFileResponse, error)
ParsePutNodeConfigFileResponse parses an HTTP response from a PutNodeConfigFileWithResponse call
func (PutNodeConfigFileResponse) ContentType ¶
func (r PutNodeConfigFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PutNodeConfigFileResponse) Status ¶
func (r PutNodeConfigFileResponse) Status() string
Status returns HTTPResponse.Status
func (PutNodeConfigFileResponse) StatusCode ¶
func (r PutNodeConfigFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PutNodeSSHTrustResponse ¶
type PutNodeSSHTrustResponse struct {
Body []byte
HTTPResponse *http.Response
JSON401 *N401
JSON403 *N403
JSON500 *N500
}
func ParsePutNodeSSHTrustResponse ¶
func ParsePutNodeSSHTrustResponse(rsp *http.Response) (*PutNodeSSHTrustResponse, error)
ParsePutNodeSSHTrustResponse parses an HTTP response from a PutNodeSSHTrustWithResponse call
func (PutNodeSSHTrustResponse) ContentType ¶
func (r PutNodeSSHTrustResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PutNodeSSHTrustResponse) Status ¶
func (r PutNodeSSHTrustResponse) Status() string
Status returns HTTPResponse.Status
func (PutNodeSSHTrustResponse) StatusCode ¶
func (r PutNodeSSHTrustResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PutObjectConfigFileResponse ¶
type PutObjectConfigFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON404 *N404
JSON409 *N409
JSON500 *N500
}
func ParsePutObjectConfigFileResponse ¶
func ParsePutObjectConfigFileResponse(rsp *http.Response) (*PutObjectConfigFileResponse, error)
ParsePutObjectConfigFileResponse parses an HTTP response from a PutObjectConfigFileWithResponse call
func (PutObjectConfigFileResponse) ContentType ¶
func (r PutObjectConfigFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PutObjectConfigFileResponse) Status ¶
func (r PutObjectConfigFileResponse) Status() string
Status returns HTTPResponse.Status
func (PutObjectConfigFileResponse) StatusCode ¶
func (r PutObjectConfigFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PutObjectDataKeyParams ¶
type PutObjectDataKeyParams struct {
Name InQueryKeyName `form:"name" json:"name"`
}
PutObjectDataKeyParams defines parameters for PutObjectDataKey.
type PutObjectDataKeyResponse ¶
type PutObjectDataKeyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *N400
JSON401 *N401
JSON403 *N403
JSON413 *N413
JSON500 *N500
}
func ParsePutObjectDataKeyResponse ¶
func ParsePutObjectDataKeyResponse(rsp *http.Response) (*PutObjectDataKeyResponse, error)
ParsePutObjectDataKeyResponse parses an HTTP response from a PutObjectDataKeyWithResponse call
func (PutObjectDataKeyResponse) ContentType ¶
func (r PutObjectDataKeyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PutObjectDataKeyResponse) Status ¶
func (r PutObjectDataKeyResponse) Status() string
Status returns HTTPResponse.Status
func (PutObjectDataKeyResponse) StatusCode ¶
func (r PutObjectDataKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Region ¶
type Region struct {
Devpath string `json:"devpath"`
Group string `json:"group"`
ID string `json:"id"`
Object string `json:"object"`
Size uint64 `json:"size"`
}
Region defines model for Region.
type RegisterHandlersOptions ¶
type RegisterHandlersOptions struct {
// BaseURL is prepended to every registered path so the API can be served
// under a prefix.
BaseURL string
// OperationMiddlewares lets the caller attach per-operation middleware at
// registration time. The map key is the OpenAPI `operationId` value as it
// appears in the spec (the raw, un-normalized form). Operations that have
// no entry are registered with no extra middleware. A nil map disables
// per-operation middleware entirely.
OperationMiddlewares map[string][]echo.MiddlewareFunc
}
RegisterHandlersOptions configures RegisterHandlersWithOptions.
type RelayMessage ¶
type RelayMessage struct {
ClusterID string `json:"cluster_id"`
ClusterName string `json:"cluster_name"`
Msg string `json:"msg"`
NodeAddr string `json:"node_addr"`
Nodename string `json:"nodename"`
Relay string `json:"relay"`
UpdatedAt time.Time `json:"updated_at"`
Username string `json:"username"`
}
RelayMessage defines model for RelayMessage.
type RelayStatusItem ¶
type RelayStatusItem struct {
ClusterID string `json:"cluster_id"`
ClusterName string `json:"cluster_name"`
MsgLen int `json:"msg_len"`
NodeAddr string `json:"node_addr"`
Nodename string `json:"nodename"`
Relay string `json:"relay"`
Status string `json:"status"`
UpdatedAt time.Time `json:"updated_at"`
Username string `json:"username"`
}
RelayStatusItem defines model for RelayStatusItem.
func (RelayStatusItem) Unstructured ¶
func (t RelayStatusItem) Unstructured() map[string]any
type RelayStatusItems ¶
type RelayStatusItems = []RelayStatusItem
RelayStatusItems defines model for RelayStatusItems.
type RelayStatusList ¶
type RelayStatusList struct {
Items RelayStatusItems `json:"items"`
Kind RelayStatusListKind `json:"kind"`
}
RelayStatusList defines model for RelayStatusList.
func (RelayStatusList) GetItems ¶
func (t RelayStatusList) GetItems() any
type RelayStatusListKind ¶
type RelayStatusListKind string
RelayStatusListKind defines model for RelayStatusList.Kind.
const (
RelayStatusListKindRelayStatusList RelayStatusListKind = "RelayStatusList"
)
Defines values for RelayStatusListKind.
func (RelayStatusListKind) Valid ¶
func (e RelayStatusListKind) Valid() bool
Valid indicates whether the value is a known member of the RelayStatusListKind enum.
type RequestEditorFn ¶
RequestEditorFn is the function signature for the RequestEditor callback function
type Resource ¶
type Resource struct {
Config *ResourceConfig `json:"config,omitempty"`
Monitor *ResourceMonitor `json:"monitor,omitempty"`
Status *ResourceStatus `json:"status,omitempty"`
}
Resource defines model for Resource.
func (Resource) Unstructured ¶
type ResourceConfig ¶
type ResourceConfig = instance.ResourceConfig
ResourceConfig defines model for ResourceConfig.
type ResourceFile ¶
type ResourceFile struct {
Csum string `json:"csum"`
Mtime time.Time `json:"mtime"`
Name string `json:"name"`
}
ResourceFile defines model for ResourceFile.
type ResourceFiles ¶
type ResourceFiles = []ResourceFile
ResourceFiles defines model for ResourceFiles.
type ResourceInfoItem ¶
type ResourceInfoItem struct {
Key string `json:"key"`
Node string `json:"node"`
Object string `json:"object"`
Rid string `json:"rid"`
Value string `json:"value"`
}
ResourceInfoItem defines model for ResourceInfoItem.
func (ResourceInfoItem) Unstructured ¶
func (t ResourceInfoItem) Unstructured() map[string]any
type ResourceInfoItems ¶
type ResourceInfoItems = []ResourceInfoItem
ResourceInfoItems defines model for ResourceInfoItems.
type ResourceInfoList ¶
type ResourceInfoList struct {
Items ResourceInfoItems `json:"items"`
Kind ResourceInfoListKind `json:"kind"`
}
ResourceInfoList defines model for ResourceInfoList.
func (ResourceInfoList) GetItems ¶
func (t ResourceInfoList) GetItems() any
type ResourceInfoListKind ¶
type ResourceInfoListKind string
ResourceInfoListKind defines model for ResourceInfoList.Kind.
const (
ResourceInfoListKindResourceInfoList ResourceInfoListKind = "ResourceInfoList"
)
Defines values for ResourceInfoListKind.
func (ResourceInfoListKind) Valid ¶
func (e ResourceInfoListKind) Valid() bool
Valid indicates whether the value is a known member of the ResourceInfoListKind enum.
type ResourceItem ¶
type ResourceItem struct {
Data Resource `json:"data"`
Kind ResourceItemKind `json:"kind"`
Meta ResourceMeta `json:"meta"`
}
ResourceItem defines model for ResourceItem.
func (ResourceItem) Unstructured ¶
func (t ResourceItem) Unstructured() map[string]any
type ResourceItemKind ¶
type ResourceItemKind string
ResourceItemKind defines model for ResourceItem.Kind.
const (
ResourceItemKindResourceItem ResourceItemKind = "ResourceItem"
)
Defines values for ResourceItemKind.
func (ResourceItemKind) Valid ¶
func (e ResourceItemKind) Valid() bool
Valid indicates whether the value is a known member of the ResourceItemKind enum.
type ResourceItems ¶
type ResourceItems = []ResourceItem
ResourceItems defines model for ResourceItems.
type ResourceList ¶
type ResourceList struct {
Items ResourceItems `json:"items"`
Kind ResourceListKind `json:"kind"`
}
ResourceList defines model for ResourceList.
func (ResourceList) GetItems ¶
func (t ResourceList) GetItems() any
type ResourceListKind ¶
type ResourceListKind string
ResourceListKind defines model for ResourceList.Kind.
const (
ResourceListKindResourceList ResourceListKind = "ResourceList"
)
Defines values for ResourceListKind.
func (ResourceListKind) Valid ¶
func (e ResourceListKind) Valid() bool
Valid indicates whether the value is a known member of the ResourceListKind enum.
type ResourceLogEntry ¶
ResourceLogEntry defines model for ResourceLogEntry.
type ResourceMeta ¶
type ResourceMeta struct {
EncapNode string `json:"encap_node"`
Node string `json:"node"`
Object string `json:"object"`
RID string `json:"rid"`
}
ResourceMeta defines model for ResourceMeta.
func (ResourceMeta) Unstructured ¶
func (t ResourceMeta) Unstructured() map[string]any
type ResourceMonitor ¶
type ResourceMonitor = instance.ResourceMonitor
ResourceMonitor defines model for ResourceMonitor.
type ResourceMonitorRestart ¶
type ResourceMonitorRestart struct {
LastAt time.Time `json:"last_at"`
Remaining int `json:"remaining"`
}
ResourceMonitorRestart defines model for ResourceMonitorRestart.
type ResourceProvisionStatus ¶
type ResourceProvisionStatus struct {
Mtime time.Time `json:"mtime"`
// State service, instance or resource provisioned state
State Provisioned `json:"state"`
}
ResourceProvisionStatus defines model for ResourceProvisionStatus.
type ResourceStatus ¶
ResourceStatus defines model for ResourceStatus.
type Role ¶
type Role string
Role defines model for Role.
type RunningInfo ¶
type RunningInfo struct {
At time.Time `json:"at"`
Pid int `json:"pid"`
Rid string `json:"rid"`
SessionId string `json:"session_id"`
}
RunningInfo defines model for RunningInfo.
type SANPath ¶
type SANPath struct {
// Initiator initiator is the host side san path endpoint.
Initiator SANPathInitiator `json:"initiator"`
// Target target is the storage array side san path endpoint.
Target SANPathTarget `json:"target"`
}
SANPath defines model for SANPath.
func (SANPath) Unstructured ¶
type SANPathInitiator ¶
type SANPathInitiator struct {
// Name name is a worldwide unique path endpoint identifier.
Name string `json:"name"`
// Type type is the endpoint type.
Type string `json:"type"`
}
SANPathInitiator initiator is the host side san path endpoint.
func (SANPathInitiator) Unstructured ¶
func (t SANPathInitiator) Unstructured() map[string]any
type SANPathInitiatorItem ¶
type SANPathInitiatorItem struct {
// Data initiator is the host side san path endpoint.
Data SANPathInitiator `json:"data"`
Kind SANPathInitiatorItemKind `json:"kind"`
Meta NodeMeta `json:"meta"`
}
SANPathInitiatorItem defines model for SANPathInitiatorItem.
func (SANPathInitiatorItem) Unstructured ¶
func (t SANPathInitiatorItem) Unstructured() map[string]any
type SANPathInitiatorItemKind ¶
type SANPathInitiatorItemKind string
SANPathInitiatorItemKind defines model for SANPathInitiatorItem.Kind.
const (
SANPathInitiatorItemKindSANPathInitiatorItem SANPathInitiatorItemKind = "SANPathInitiatorItem"
)
Defines values for SANPathInitiatorItemKind.
func (SANPathInitiatorItemKind) Valid ¶
func (e SANPathInitiatorItemKind) Valid() bool
Valid indicates whether the value is a known member of the SANPathInitiatorItemKind enum.
type SANPathInitiatorItems ¶
type SANPathInitiatorItems = []SANPathInitiatorItem
SANPathInitiatorItems defines model for SANPathInitiatorItems.
type SANPathInitiatorList ¶
type SANPathInitiatorList struct {
Items SANPathInitiatorItems `json:"items"`
Kind SANPathInitiatorListKind `json:"kind"`
}
SANPathInitiatorList defines model for SANPathInitiatorList.
func (SANPathInitiatorList) GetItems ¶
func (t SANPathInitiatorList) GetItems() any
type SANPathInitiatorListKind ¶
type SANPathInitiatorListKind string
SANPathInitiatorListKind defines model for SANPathInitiatorList.Kind.
const (
SANPathInitiatorListKindSANPathInitiatorList SANPathInitiatorListKind = "SANPathInitiatorList"
)
Defines values for SANPathInitiatorListKind.
func (SANPathInitiatorListKind) Valid ¶
func (e SANPathInitiatorListKind) Valid() bool
Valid indicates whether the value is a known member of the SANPathInitiatorListKind enum.
type SANPathList ¶
type SANPathList struct {
Items SANPathItems `json:"items"`
Kind SANPathListKind `json:"kind"`
}
SANPathList defines model for SANPathList.
func (SANPathList) GetItems ¶
func (t SANPathList) GetItems() any
type SANPathListKind ¶
type SANPathListKind string
SANPathListKind defines model for SANPathList.Kind.
const (
SANPathListKindSANPathList SANPathListKind = "SANPathList"
)
Defines values for SANPathListKind.
func (SANPathListKind) Valid ¶
func (e SANPathListKind) Valid() bool
Valid indicates whether the value is a known member of the SANPathListKind enum.
type SANPathTarget ¶
type SANPathTarget struct {
// Name name is a worldwide unique path endpoint identifier.
Name string `json:"name"`
// Type type is a the endpoint type.
Type string `json:"type"`
}
SANPathTarget target is the storage array side san path endpoint.
func (SANPathTarget) Unstructured ¶
func (t SANPathTarget) Unstructured() map[string]any
type Schedule ¶
type Schedule struct {
Action string `json:"action"`
Key string `json:"key"`
LastRunAt time.Time `json:"last_run_at"`
MaxParallel int `json:"max_parallel"`
NextRunAt time.Time `json:"next_run_at"`
Require string `json:"require"`
RequireCollector bool `json:"require_collector"`
RequireProvisioned bool `json:"require_provisioned"`
Schedule string `json:"schedule"`
}
Schedule defines model for Schedule.
func (Schedule) Unstructured ¶
type ScheduleConfig ¶
type ScheduleConfig struct {
Action string `json:"action"`
Key string `json:"key"`
MaxParallel int `json:"max_parallel"`
Require string `json:"require"`
RequireCollector bool `json:"require_collector"`
RequireProvisioned bool `json:"require_provisioned"`
Schedule string `json:"schedule"`
}
ScheduleConfig defines model for ScheduleConfig.
type ScheduleItem ¶
type ScheduleItem struct {
Data Schedule `json:"data"`
Kind ScheduleItemKind `json:"kind"`
Meta InstanceMeta `json:"meta"`
}
ScheduleItem defines model for ScheduleItem.
func (ScheduleItem) Unstructured ¶
func (t ScheduleItem) Unstructured() map[string]any
type ScheduleItemKind ¶
type ScheduleItemKind string
ScheduleItemKind defines model for ScheduleItem.Kind.
const (
ScheduleItemKindResourceItem ScheduleItemKind = "ResourceItem"
)
Defines values for ScheduleItemKind.
func (ScheduleItemKind) Valid ¶
func (e ScheduleItemKind) Valid() bool
Valid indicates whether the value is a known member of the ScheduleItemKind enum.
type ScheduleItems ¶
type ScheduleItems = []ScheduleItem
ScheduleItems defines model for ScheduleItems.
type ScheduleList ¶
type ScheduleList struct {
Items ScheduleItems `json:"items"`
Kind ScheduleListKind `json:"kind"`
}
ScheduleList defines model for ScheduleList.
func (ScheduleList) GetItems ¶
func (t ScheduleList) GetItems() any
type ScheduleListKind ¶
type ScheduleListKind string
ScheduleListKind defines model for ScheduleList.Kind.
const (
ScheduleListKindScheduleList ScheduleListKind = "ScheduleList"
)
Defines values for ScheduleListKind.
func (ScheduleListKind) Valid ¶
func (e ScheduleListKind) Valid() bool
Valid indicates whether the value is a known member of the ScheduleListKind enum.
type ServerInterface ¶
type ServerInterface interface {
// (GET /api/array)
GetArray(ctx echo.Context, params GetArrayParams) error
// (GET /api/auth/info)
GetAuthInfo(ctx echo.Context) error
// Refresh access token
// (POST /api/auth/refresh)
PostAuthRefresh(ctx echo.Context, params PostAuthRefreshParams) error
// Get a new access token
// (POST /api/auth/token)
PostAuthToken(ctx echo.Context, params PostAuthTokenParams) error
// (GET /api/auth/whoami)
GetAuthWhoAmI(ctx echo.Context) error
// (POST /api/cluster/action/abort)
PostClusterActionAbort(ctx echo.Context) error
// (POST /api/cluster/action/freeze)
PostClusterActionFreeze(ctx echo.Context) error
// (POST /api/cluster/action/unfreeze)
PostClusterActionUnfreeze(ctx echo.Context) error
// (GET /api/cluster/config)
GetClusterConfig(ctx echo.Context, params GetClusterConfigParams) error
// (PATCH /api/cluster/config)
PatchClusterConfig(ctx echo.Context, params PatchClusterConfigParams) error
// (GET /api/cluster/config/file)
GetClusterConfigFile(ctx echo.Context) error
// (PUT /api/cluster/config/file)
PutClusterConfigFile(ctx echo.Context) error
// (GET /api/cluster/config/keywords)
GetClusterConfigKeywords(ctx echo.Context, params GetClusterConfigKeywordsParams) error
// (POST /api/cluster/hb/rotate)
PostClusterHeartbeatRotate(ctx echo.Context) error
// (POST /api/cluster/join)
PostClusterJoin(ctx echo.Context, params PostClusterJoinParams) error
// (POST /api/cluster/leave)
PostClusterLeave(ctx echo.Context, params PostClusterLeaveParams) error
// (GET /api/cluster/status)
GetClusterStatus(ctx echo.Context, params GetClusterStatusParams) error
// (GET /api/instance)
GetInstances(ctx echo.Context, params GetInstancesParams) error
// (POST /api/instance/path/{namespace}/{kind}/{name}/progress)
PostInstanceProgress(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/instance/path/{namespace}/{kind}/{name}/status)
PostInstanceStatus(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (GET /api/network)
GetNetworks(ctx echo.Context, params GetNetworksParams) error
// (GET /api/network/ip)
GetNetworkIP(ctx echo.Context, params GetNetworkIPParams) error
// (GET /api/node)
GetNodes(ctx echo.Context, params GetNodesParams) error
// (GET /api/node/info)
GetNodesInfo(ctx echo.Context) error
// (POST /api/node/name/{nodename}/action/abort)
PostPeerActionAbort(ctx echo.Context, nodename InPathNodeName) error
// (POST /api/node/name/{nodename}/action/clear)
PostNodeActionClear(ctx echo.Context, nodename InPathNodeName) error
// (POST /api/node/name/{nodename}/action/dequeue)
PostPeerActionDequeue(ctx echo.Context, nodename InPathNodeName, params PostPeerActionDequeueParams) error
// (POST /api/node/name/{nodename}/action/drain)
PostPeerActionDrain(ctx echo.Context, nodename InPathNodeName) error
// (POST /api/node/name/{nodename}/action/freeze)
PostPeerActionFreeze(ctx echo.Context, nodename InPathNodeName, params PostPeerActionFreezeParams) error
// (POST /api/node/name/{nodename}/action/push/asset)
PostNodeActionPushAsset(ctx echo.Context, nodename InPathNodeName, params PostNodeActionPushAssetParams) error
// (POST /api/node/name/{nodename}/action/push/disk)
PostNodeActionPushDisk(ctx echo.Context, nodename InPathNodeName, params PostNodeActionPushDiskParams) error
// (POST /api/node/name/{nodename}/action/push/pkg)
PostNodeActionPushPkg(ctx echo.Context, nodename InPathNodeName, params PostNodeActionPushPkgParams) error
// (POST /api/node/name/{nodename}/action/scan/capabilities)
PostNodeActionScanCapabilities(ctx echo.Context, nodename InPathNodeName, params PostNodeActionScanCapabilitiesParams) error
// (POST /api/node/name/{nodename}/action/scsi/scan)
PostNodeActionSCSIScan(ctx echo.Context, nodename InPathNodeName, params PostNodeActionSCSIScanParams) error
// (POST /api/node/name/{nodename}/action/sysreport)
PostNodeActionSysreport(ctx echo.Context, nodename InPathNodeName, params PostNodeActionSysreportParams) error
// (POST /api/node/name/{nodename}/action/unfreeze)
PostPeerActionUnfreeze(ctx echo.Context, nodename InPathNodeName, params PostPeerActionUnfreezeParams) error
// (GET /api/node/name/{nodename}/capabilities)
GetNodeCapabilities(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/config)
GetNodeConfig(ctx echo.Context, nodename InPathNodeName, params GetNodeConfigParams) error
// (PATCH /api/node/name/{nodename}/config)
PatchNodeConfig(ctx echo.Context, nodename InPathNodeName, params PatchNodeConfigParams) error
// (GET /api/node/name/{nodename}/config/file)
GetNodeConfigFile(ctx echo.Context, nodename InPathNodeName) error
// (PUT /api/node/name/{nodename}/config/file)
PutNodeConfigFile(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/config/keywords)
GetNodeConfigKeywords(ctx echo.Context, nodename InPathNodeName, params GetNodeConfigKeywordsParams) error
// (POST /api/node/name/{nodename}/daemon/action/restart)
PostDaemonRestart(ctx echo.Context, nodename InPathNodeName) error
// (POST /api/node/name/{nodename}/daemon/action/shutdown)
PostDaemonShutdown(ctx echo.Context, nodename InPathNodeName, params PostDaemonShutdownParams) error
// (POST /api/node/name/{nodename}/daemon/action/stop)
PostDaemonStop(ctx echo.Context, nodename InPathNodeName) error
// (POST /api/node/name/{nodename}/daemon/audit)
PostDaemonAudit(ctx echo.Context, nodename InPathNodeName, params PostDaemonAuditParams) error
// (GET /api/node/name/{nodename}/daemon/dns/dump)
GetDaemonDNSDump(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/daemon/event)
GetDaemonEvents(ctx echo.Context, nodename InPathNodeName, params GetDaemonEventsParams) error
// (POST /api/node/name/{nodename}/daemon/hb/name/{name}/action/restart)
PostDaemonHeartbeatRestart(ctx echo.Context, nodename InPathNodeName, name InPathHeartbeatName) error
// (POST /api/node/name/{nodename}/daemon/hb/name/{name}/action/sign)
PostDaemonHeartbeatSign(ctx echo.Context, nodename InPathNodeName, name InPathHeartbeatName) error
// (POST /api/node/name/{nodename}/daemon/hb/name/{name}/action/start)
PostDaemonHeartbeatStart(ctx echo.Context, nodename InPathNodeName, name InPathHeartbeatName) error
// (POST /api/node/name/{nodename}/daemon/hb/name/{name}/action/stop)
PostDaemonHeartbeatStop(ctx echo.Context, nodename InPathNodeName, name InPathHeartbeatName) error
// (POST /api/node/name/{nodename}/daemon/hb/name/{name}/action/wipe)
PostDaemonHeartbeatWipe(ctx echo.Context, nodename InPathNodeName, name InPathHeartbeatName) error
// (POST /api/node/name/{nodename}/daemon/listener/name/{name}/action/restart)
PostDaemonListenerRestart(ctx echo.Context, nodename InPathNodeName, name InPathListenerName) error
// (POST /api/node/name/{nodename}/daemon/listener/name/{name}/action/start)
PostDaemonListenerStart(ctx echo.Context, nodename InPathNodeName, name InPathListenerName) error
// (POST /api/node/name/{nodename}/daemon/listener/name/{name}/action/stop)
PostDaemonListenerStop(ctx echo.Context, nodename InPathNodeName, name InPathListenerName) error
// (POST /api/node/name/{nodename}/daemon/listener/name/{name}/log/control)
PostDaemonListenerLogControl(ctx echo.Context, nodename InPathNodeName, name InPathListenerName) error
// (POST /api/node/name/{nodename}/daemon/log/control)
PostDaemonLogControl(ctx echo.Context, nodename InPathNodeName) error
// (DELETE /api/node/name/{nodename}/daemon/process)
DeleteDaemonProcess(ctx echo.Context, nodename InPathNodeName, params DeleteDaemonProcessParams) error
// (GET /api/node/name/{nodename}/daemon/process)
GetDaemonProcess(ctx echo.Context, nodename InPathNodeName, params GetDaemonProcessParams) error
// (GET /api/node/name/{nodename}/drbd/allocation)
GetNodeDRBDAllocation(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/drbd/config)
GetNodeDRBDConfig(ctx echo.Context, nodename InPathNodeName, params GetNodeDRBDConfigParams) error
// (POST /api/node/name/{nodename}/drbd/config)
PostNodeDRBDConfig(ctx echo.Context, nodename InPathNodeName, params PostNodeDRBDConfigParams) error
// (POST /api/node/name/{nodename}/drbd/connect)
PostNodeDRBDConnect(ctx echo.Context, nodename InPathNodeName, params PostNodeDRBDConnectParams) error
// (POST /api/node/name/{nodename}/drbd/primary)
PostNodeDRBDPrimary(ctx echo.Context, nodename InPathNodeName, params PostNodeDRBDPrimaryParams) error
// (POST /api/node/name/{nodename}/drbd/secondary)
PostNodeDRBDSecondary(ctx echo.Context, nodename InPathNodeName, params PostNodeDRBDSecondaryParams) error
// (GET /api/node/name/{nodename}/drivers)
GetNodeDriver(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name})
GetInstance(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/boot)
PostInstanceActionBoot(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionBootParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/delete)
PostInstanceActionDelete(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionDeleteParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/freeze)
PostInstanceActionFreeze(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionFreezeParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/pg/update)
PostInstanceActionPGUpdate(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionPGUpdateParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/provision)
PostInstanceActionProvision(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionProvisionParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/prstart)
PostInstanceActionPRStart(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionPRStartParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/prstop)
PostInstanceActionPRStop(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionPRStopParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/push/resource/info)
PostInstanceActionPushResourceInfo(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionPushResourceInfoParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/restart)
PostInstanceActionRestart(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionRestartParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/run)
PostInstanceActionRun(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionRunParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/shutdown)
PostInstanceActionShutdown(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionShutdownParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/start)
PostInstanceActionStart(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionStartParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/startstandby)
PostInstanceActionStartStandby(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionStartStandbyParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/status)
PostInstanceActionStatus(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionStatusParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/stop)
PostInstanceActionStop(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionStopParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/sync/ingest)
PostInstanceActionSyncIngest(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionSyncIngestParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/unfreeze)
PostInstanceActionUnfreeze(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionUnfreezeParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/action/unprovision)
PostInstanceActionUnprovision(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceActionUnprovisionParams) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/clear)
PostInstanceClear(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (GET /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/config/file)
GetInstanceConfigFile(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/console)
PostInstanceResourceConsole(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params PostInstanceResourceConsoleParams) error
// (GET /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/container/log)
GetInstanceContainerLog(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params GetInstanceContainerLogParams) error
// (GET /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/log)
GetInstanceLogs(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params GetInstanceLogsParams) error
// (GET /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/resource/file)
GetInstanceResourceFile(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName, params GetInstanceResourceFileParams) error
// (GET /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/resource/info)
GetInstanceResourceInfo(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (GET /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/schedule)
GetInstanceSchedule(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/node/name/{nodename}/instance/path/{namespace}/{kind}/{name}/state/file)
PostInstanceStateFile(ctx echo.Context, nodename InPathNodeName, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (GET /api/node/name/{nodename}/log)
GetNodeLogs(ctx echo.Context, nodename InPathNodeName, params GetNodeLogsParams) error
// (GET /api/node/name/{nodename}/metrics)
GetNodeMetrics(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/ping)
GetNodePing(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/schedule)
GetNodeSchedule(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/ssh/hostkeys)
GetNodeSSHHostkeys(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/ssh/key)
GetNodeSSHKey(ctx echo.Context, nodename InPathNodeName) error
// (PUT /api/node/name/{nodename}/ssh/trust)
PutNodeSSHTrust(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/system/disk)
GetNodeSystemDisk(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/system/group)
GetNodeSystemGroup(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/system/hardware)
GetNodeSystemHardware(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/system/ipaddress)
GetNodeSystemIPAddress(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/system/package)
GetNodeSystemPackage(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/system/property)
GetNodeSystemProperty(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/system/san/initiator)
GetNodeSystemSANInitiator(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/system/san/path)
GetNodeSystemSANPath(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/node/name/{nodename}/system/user)
GetNodeSystemUser(ctx echo.Context, nodename InPathNodeName) error
// (GET /api/object)
GetObjects(ctx echo.Context, params GetObjectsParams) error
// (GET /api/object/path)
GetObjectPaths(ctx echo.Context, params GetObjectPathsParams) error
// (POST /api/object/path/{namespace}/svc/{name}/disable)
PostSvcDisable(ctx echo.Context, namespace InPathNamespace, name InPathName, params PostSvcDisableParams) error
// (POST /api/object/path/{namespace}/svc/{name}/enable)
PostSvcEnable(ctx echo.Context, namespace InPathNamespace, name InPathName, params PostSvcEnableParams) error
// (GET /api/object/path/{namespace}/{kind}/{name})
GetObject(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/abort)
PostObjectActionAbort(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/delete)
PostObjectActionDelete(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/freeze)
PostObjectActionFreeze(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/giveback)
PostObjectActionGiveback(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/provision)
PostObjectActionProvision(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/purge)
PostObjectActionPurge(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/restart)
PostObjectActionRestart(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/start)
PostObjectActionStart(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/stop)
PostObjectActionStop(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/switch)
PostObjectActionSwitch(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/unfreeze)
PostObjectActionUnfreeze(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/action/unprovision)
PostObjectActionUnprovision(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (GET /api/object/path/{namespace}/{kind}/{name}/config)
GetObjectConfig(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params GetObjectConfigParams) error
// (PATCH /api/object/path/{namespace}/{kind}/{name}/config)
PatchObjectConfig(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params PatchObjectConfigParams) error
// (GET /api/object/path/{namespace}/{kind}/{name}/config/file)
GetObjectConfigFile(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (POST /api/object/path/{namespace}/{kind}/{name}/config/file)
PostObjectConfigFile(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (PUT /api/object/path/{namespace}/{kind}/{name}/config/file)
PutObjectConfigFile(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (GET /api/object/path/{namespace}/{kind}/{name}/config/keywords)
GetObjectConfigKeywords(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params GetObjectConfigKeywordsParams) error
// (GET /api/object/path/{namespace}/{kind}/{name}/data)
GetObjectData(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params GetObjectDataParams) error
// (PATCH /api/object/path/{namespace}/{kind}/{name}/data)
PatchObjectData(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (DELETE /api/object/path/{namespace}/{kind}/{name}/data/key)
DeleteObjectDataKey(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params DeleteObjectDataKeyParams) error
// (GET /api/object/path/{namespace}/{kind}/{name}/data/key)
GetObjectDataKey(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params GetObjectDataKeyParams) error
// (POST /api/object/path/{namespace}/{kind}/{name}/data/key)
PostObjectDataKey(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params PostObjectDataKeyParams) error
// (PUT /api/object/path/{namespace}/{kind}/{name}/data/key)
PutObjectDataKey(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName, params PutObjectDataKeyParams) error
// (GET /api/object/path/{namespace}/{kind}/{name}/data/keys)
GetObjectDataKeys(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (GET /api/object/path/{namespace}/{kind}/{name}/resource/info)
GetObjectResourceInfo(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (GET /api/object/path/{namespace}/{kind}/{name}/schedule)
GetObjectSchedule(ctx echo.Context, namespace InPathNamespace, kind InPathKind, name InPathName) error
// (GET /api/openapi)
GetSwagger(ctx echo.Context) error
// (GET /api/pool)
GetPools(ctx echo.Context, params GetPoolsParams) error
// (GET /api/pool/volume)
GetPoolVolumes(ctx echo.Context, params GetPoolVolumesParams) error
// (GET /api/relay/message)
GetRelayMessage(ctx echo.Context, params GetRelayMessageParams) error
// (POST /api/relay/message)
PostRelayMessage(ctx echo.Context) error
// (GET /api/relay/status)
GetRelayStatus(ctx echo.Context, params GetRelayStatusParams) error
// (GET /api/resource)
GetResources(ctx echo.Context, params GetResourcesParams) error
}
ServerInterface represents all server handlers.
type ServerInterfaceWrapper ¶
type ServerInterfaceWrapper struct {
Handler ServerInterface
}
ServerInterfaceWrapper converts echo contexts to parameters.
func (*ServerInterfaceWrapper) DeleteDaemonProcess ¶
func (w *ServerInterfaceWrapper) DeleteDaemonProcess(ctx echo.Context) error
DeleteDaemonProcess converts echo context to params.
func (*ServerInterfaceWrapper) DeleteObjectDataKey ¶
func (w *ServerInterfaceWrapper) DeleteObjectDataKey(ctx echo.Context) error
DeleteObjectDataKey converts echo context to params.
func (*ServerInterfaceWrapper) GetArray ¶
func (w *ServerInterfaceWrapper) GetArray(ctx echo.Context) error
GetArray converts echo context to params.
func (*ServerInterfaceWrapper) GetAuthInfo ¶
func (w *ServerInterfaceWrapper) GetAuthInfo(ctx echo.Context) error
GetAuthInfo converts echo context to params.
func (*ServerInterfaceWrapper) GetAuthWhoAmI ¶
func (w *ServerInterfaceWrapper) GetAuthWhoAmI(ctx echo.Context) error
GetAuthWhoAmI converts echo context to params.
func (*ServerInterfaceWrapper) GetClusterConfig ¶
func (w *ServerInterfaceWrapper) GetClusterConfig(ctx echo.Context) error
GetClusterConfig converts echo context to params.
func (*ServerInterfaceWrapper) GetClusterConfigFile ¶
func (w *ServerInterfaceWrapper) GetClusterConfigFile(ctx echo.Context) error
GetClusterConfigFile converts echo context to params.
func (*ServerInterfaceWrapper) GetClusterConfigKeywords ¶
func (w *ServerInterfaceWrapper) GetClusterConfigKeywords(ctx echo.Context) error
GetClusterConfigKeywords converts echo context to params.
func (*ServerInterfaceWrapper) GetClusterStatus ¶
func (w *ServerInterfaceWrapper) GetClusterStatus(ctx echo.Context) error
GetClusterStatus converts echo context to params.
func (*ServerInterfaceWrapper) GetDaemonDNSDump ¶
func (w *ServerInterfaceWrapper) GetDaemonDNSDump(ctx echo.Context) error
GetDaemonDNSDump converts echo context to params.
func (*ServerInterfaceWrapper) GetDaemonEvents ¶
func (w *ServerInterfaceWrapper) GetDaemonEvents(ctx echo.Context) error
GetDaemonEvents converts echo context to params.
func (*ServerInterfaceWrapper) GetDaemonProcess ¶
func (w *ServerInterfaceWrapper) GetDaemonProcess(ctx echo.Context) error
GetDaemonProcess converts echo context to params.
func (*ServerInterfaceWrapper) GetInstance ¶
func (w *ServerInterfaceWrapper) GetInstance(ctx echo.Context) error
GetInstance converts echo context to params.
func (*ServerInterfaceWrapper) GetInstanceConfigFile ¶
func (w *ServerInterfaceWrapper) GetInstanceConfigFile(ctx echo.Context) error
GetInstanceConfigFile converts echo context to params.
func (*ServerInterfaceWrapper) GetInstanceContainerLog ¶
func (w *ServerInterfaceWrapper) GetInstanceContainerLog(ctx echo.Context) error
GetInstanceContainerLog converts echo context to params.
func (*ServerInterfaceWrapper) GetInstanceLogs ¶
func (w *ServerInterfaceWrapper) GetInstanceLogs(ctx echo.Context) error
GetInstanceLogs converts echo context to params.
func (*ServerInterfaceWrapper) GetInstanceResourceFile ¶
func (w *ServerInterfaceWrapper) GetInstanceResourceFile(ctx echo.Context) error
GetInstanceResourceFile converts echo context to params.
func (*ServerInterfaceWrapper) GetInstanceResourceInfo ¶
func (w *ServerInterfaceWrapper) GetInstanceResourceInfo(ctx echo.Context) error
GetInstanceResourceInfo converts echo context to params.
func (*ServerInterfaceWrapper) GetInstanceSchedule ¶
func (w *ServerInterfaceWrapper) GetInstanceSchedule(ctx echo.Context) error
GetInstanceSchedule converts echo context to params.
func (*ServerInterfaceWrapper) GetInstances ¶
func (w *ServerInterfaceWrapper) GetInstances(ctx echo.Context) error
GetInstances converts echo context to params.
func (*ServerInterfaceWrapper) GetNetworkIP ¶
func (w *ServerInterfaceWrapper) GetNetworkIP(ctx echo.Context) error
GetNetworkIP converts echo context to params.
func (*ServerInterfaceWrapper) GetNetworks ¶
func (w *ServerInterfaceWrapper) GetNetworks(ctx echo.Context) error
GetNetworks converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeCapabilities ¶
func (w *ServerInterfaceWrapper) GetNodeCapabilities(ctx echo.Context) error
GetNodeCapabilities converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeConfig ¶
func (w *ServerInterfaceWrapper) GetNodeConfig(ctx echo.Context) error
GetNodeConfig converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeConfigFile ¶
func (w *ServerInterfaceWrapper) GetNodeConfigFile(ctx echo.Context) error
GetNodeConfigFile converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeConfigKeywords ¶
func (w *ServerInterfaceWrapper) GetNodeConfigKeywords(ctx echo.Context) error
GetNodeConfigKeywords converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeDRBDAllocation ¶
func (w *ServerInterfaceWrapper) GetNodeDRBDAllocation(ctx echo.Context) error
GetNodeDRBDAllocation converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeDRBDConfig ¶
func (w *ServerInterfaceWrapper) GetNodeDRBDConfig(ctx echo.Context) error
GetNodeDRBDConfig converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeDriver ¶
func (w *ServerInterfaceWrapper) GetNodeDriver(ctx echo.Context) error
GetNodeDriver converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeLogs ¶
func (w *ServerInterfaceWrapper) GetNodeLogs(ctx echo.Context) error
GetNodeLogs converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeMetrics ¶
func (w *ServerInterfaceWrapper) GetNodeMetrics(ctx echo.Context) error
GetNodeMetrics converts echo context to params.
func (*ServerInterfaceWrapper) GetNodePing ¶
func (w *ServerInterfaceWrapper) GetNodePing(ctx echo.Context) error
GetNodePing converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSSHHostkeys ¶
func (w *ServerInterfaceWrapper) GetNodeSSHHostkeys(ctx echo.Context) error
GetNodeSSHHostkeys converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSSHKey ¶
func (w *ServerInterfaceWrapper) GetNodeSSHKey(ctx echo.Context) error
GetNodeSSHKey converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSchedule ¶
func (w *ServerInterfaceWrapper) GetNodeSchedule(ctx echo.Context) error
GetNodeSchedule converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSystemDisk ¶
func (w *ServerInterfaceWrapper) GetNodeSystemDisk(ctx echo.Context) error
GetNodeSystemDisk converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSystemGroup ¶
func (w *ServerInterfaceWrapper) GetNodeSystemGroup(ctx echo.Context) error
GetNodeSystemGroup converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSystemHardware ¶
func (w *ServerInterfaceWrapper) GetNodeSystemHardware(ctx echo.Context) error
GetNodeSystemHardware converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSystemIPAddress ¶
func (w *ServerInterfaceWrapper) GetNodeSystemIPAddress(ctx echo.Context) error
GetNodeSystemIPAddress converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSystemPackage ¶
func (w *ServerInterfaceWrapper) GetNodeSystemPackage(ctx echo.Context) error
GetNodeSystemPackage converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSystemProperty ¶
func (w *ServerInterfaceWrapper) GetNodeSystemProperty(ctx echo.Context) error
GetNodeSystemProperty converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSystemSANInitiator ¶
func (w *ServerInterfaceWrapper) GetNodeSystemSANInitiator(ctx echo.Context) error
GetNodeSystemSANInitiator converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSystemSANPath ¶
func (w *ServerInterfaceWrapper) GetNodeSystemSANPath(ctx echo.Context) error
GetNodeSystemSANPath converts echo context to params.
func (*ServerInterfaceWrapper) GetNodeSystemUser ¶
func (w *ServerInterfaceWrapper) GetNodeSystemUser(ctx echo.Context) error
GetNodeSystemUser converts echo context to params.
func (*ServerInterfaceWrapper) GetNodes ¶
func (w *ServerInterfaceWrapper) GetNodes(ctx echo.Context) error
GetNodes converts echo context to params.
func (*ServerInterfaceWrapper) GetNodesInfo ¶
func (w *ServerInterfaceWrapper) GetNodesInfo(ctx echo.Context) error
GetNodesInfo converts echo context to params.
func (*ServerInterfaceWrapper) GetObject ¶
func (w *ServerInterfaceWrapper) GetObject(ctx echo.Context) error
GetObject converts echo context to params.
func (*ServerInterfaceWrapper) GetObjectConfig ¶
func (w *ServerInterfaceWrapper) GetObjectConfig(ctx echo.Context) error
GetObjectConfig converts echo context to params.
func (*ServerInterfaceWrapper) GetObjectConfigFile ¶
func (w *ServerInterfaceWrapper) GetObjectConfigFile(ctx echo.Context) error
GetObjectConfigFile converts echo context to params.
func (*ServerInterfaceWrapper) GetObjectConfigKeywords ¶
func (w *ServerInterfaceWrapper) GetObjectConfigKeywords(ctx echo.Context) error
GetObjectConfigKeywords converts echo context to params.
func (*ServerInterfaceWrapper) GetObjectData ¶
func (w *ServerInterfaceWrapper) GetObjectData(ctx echo.Context) error
GetObjectData converts echo context to params.
func (*ServerInterfaceWrapper) GetObjectDataKey ¶
func (w *ServerInterfaceWrapper) GetObjectDataKey(ctx echo.Context) error
GetObjectDataKey converts echo context to params.
func (*ServerInterfaceWrapper) GetObjectDataKeys ¶
func (w *ServerInterfaceWrapper) GetObjectDataKeys(ctx echo.Context) error
GetObjectDataKeys converts echo context to params.
func (*ServerInterfaceWrapper) GetObjectPaths ¶
func (w *ServerInterfaceWrapper) GetObjectPaths(ctx echo.Context) error
GetObjectPaths converts echo context to params.
func (*ServerInterfaceWrapper) GetObjectResourceInfo ¶
func (w *ServerInterfaceWrapper) GetObjectResourceInfo(ctx echo.Context) error
GetObjectResourceInfo converts echo context to params.
func (*ServerInterfaceWrapper) GetObjectSchedule ¶
func (w *ServerInterfaceWrapper) GetObjectSchedule(ctx echo.Context) error
GetObjectSchedule converts echo context to params.
func (*ServerInterfaceWrapper) GetObjects ¶
func (w *ServerInterfaceWrapper) GetObjects(ctx echo.Context) error
GetObjects converts echo context to params.
func (*ServerInterfaceWrapper) GetPoolVolumes ¶
func (w *ServerInterfaceWrapper) GetPoolVolumes(ctx echo.Context) error
GetPoolVolumes converts echo context to params.
func (*ServerInterfaceWrapper) GetPools ¶
func (w *ServerInterfaceWrapper) GetPools(ctx echo.Context) error
GetPools converts echo context to params.
func (*ServerInterfaceWrapper) GetRelayMessage ¶
func (w *ServerInterfaceWrapper) GetRelayMessage(ctx echo.Context) error
GetRelayMessage converts echo context to params.
func (*ServerInterfaceWrapper) GetRelayStatus ¶
func (w *ServerInterfaceWrapper) GetRelayStatus(ctx echo.Context) error
GetRelayStatus converts echo context to params.
func (*ServerInterfaceWrapper) GetResources ¶
func (w *ServerInterfaceWrapper) GetResources(ctx echo.Context) error
GetResources converts echo context to params.
func (*ServerInterfaceWrapper) GetSwagger ¶
func (w *ServerInterfaceWrapper) GetSwagger(ctx echo.Context) error
GetSwagger converts echo context to params.
func (*ServerInterfaceWrapper) PatchClusterConfig ¶
func (w *ServerInterfaceWrapper) PatchClusterConfig(ctx echo.Context) error
PatchClusterConfig converts echo context to params.
func (*ServerInterfaceWrapper) PatchNodeConfig ¶
func (w *ServerInterfaceWrapper) PatchNodeConfig(ctx echo.Context) error
PatchNodeConfig converts echo context to params.
func (*ServerInterfaceWrapper) PatchObjectConfig ¶
func (w *ServerInterfaceWrapper) PatchObjectConfig(ctx echo.Context) error
PatchObjectConfig converts echo context to params.
func (*ServerInterfaceWrapper) PatchObjectData ¶
func (w *ServerInterfaceWrapper) PatchObjectData(ctx echo.Context) error
PatchObjectData converts echo context to params.
func (*ServerInterfaceWrapper) PostAuthRefresh ¶
func (w *ServerInterfaceWrapper) PostAuthRefresh(ctx echo.Context) error
PostAuthRefresh converts echo context to params.
func (*ServerInterfaceWrapper) PostAuthToken ¶
func (w *ServerInterfaceWrapper) PostAuthToken(ctx echo.Context) error
PostAuthToken converts echo context to params.
func (*ServerInterfaceWrapper) PostClusterActionAbort ¶
func (w *ServerInterfaceWrapper) PostClusterActionAbort(ctx echo.Context) error
PostClusterActionAbort converts echo context to params.
func (*ServerInterfaceWrapper) PostClusterActionFreeze ¶
func (w *ServerInterfaceWrapper) PostClusterActionFreeze(ctx echo.Context) error
PostClusterActionFreeze converts echo context to params.
func (*ServerInterfaceWrapper) PostClusterActionUnfreeze ¶
func (w *ServerInterfaceWrapper) PostClusterActionUnfreeze(ctx echo.Context) error
PostClusterActionUnfreeze converts echo context to params.
func (*ServerInterfaceWrapper) PostClusterHeartbeatRotate ¶
func (w *ServerInterfaceWrapper) PostClusterHeartbeatRotate(ctx echo.Context) error
PostClusterHeartbeatRotate converts echo context to params.
func (*ServerInterfaceWrapper) PostClusterJoin ¶
func (w *ServerInterfaceWrapper) PostClusterJoin(ctx echo.Context) error
PostClusterJoin converts echo context to params.
func (*ServerInterfaceWrapper) PostClusterLeave ¶
func (w *ServerInterfaceWrapper) PostClusterLeave(ctx echo.Context) error
PostClusterLeave converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonAudit ¶
func (w *ServerInterfaceWrapper) PostDaemonAudit(ctx echo.Context) error
PostDaemonAudit converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonHeartbeatRestart ¶
func (w *ServerInterfaceWrapper) PostDaemonHeartbeatRestart(ctx echo.Context) error
PostDaemonHeartbeatRestart converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonHeartbeatSign ¶
func (w *ServerInterfaceWrapper) PostDaemonHeartbeatSign(ctx echo.Context) error
PostDaemonHeartbeatSign converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonHeartbeatStart ¶
func (w *ServerInterfaceWrapper) PostDaemonHeartbeatStart(ctx echo.Context) error
PostDaemonHeartbeatStart converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonHeartbeatStop ¶
func (w *ServerInterfaceWrapper) PostDaemonHeartbeatStop(ctx echo.Context) error
PostDaemonHeartbeatStop converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonHeartbeatWipe ¶
func (w *ServerInterfaceWrapper) PostDaemonHeartbeatWipe(ctx echo.Context) error
PostDaemonHeartbeatWipe converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonListenerLogControl ¶
func (w *ServerInterfaceWrapper) PostDaemonListenerLogControl(ctx echo.Context) error
PostDaemonListenerLogControl converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonListenerRestart ¶
func (w *ServerInterfaceWrapper) PostDaemonListenerRestart(ctx echo.Context) error
PostDaemonListenerRestart converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonListenerStart ¶
func (w *ServerInterfaceWrapper) PostDaemonListenerStart(ctx echo.Context) error
PostDaemonListenerStart converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonListenerStop ¶
func (w *ServerInterfaceWrapper) PostDaemonListenerStop(ctx echo.Context) error
PostDaemonListenerStop converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonLogControl ¶
func (w *ServerInterfaceWrapper) PostDaemonLogControl(ctx echo.Context) error
PostDaemonLogControl converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonRestart ¶
func (w *ServerInterfaceWrapper) PostDaemonRestart(ctx echo.Context) error
PostDaemonRestart converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonShutdown ¶
func (w *ServerInterfaceWrapper) PostDaemonShutdown(ctx echo.Context) error
PostDaemonShutdown converts echo context to params.
func (*ServerInterfaceWrapper) PostDaemonStop ¶
func (w *ServerInterfaceWrapper) PostDaemonStop(ctx echo.Context) error
PostDaemonStop converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionBoot ¶
func (w *ServerInterfaceWrapper) PostInstanceActionBoot(ctx echo.Context) error
PostInstanceActionBoot converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionDelete ¶
func (w *ServerInterfaceWrapper) PostInstanceActionDelete(ctx echo.Context) error
PostInstanceActionDelete converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionFreeze ¶
func (w *ServerInterfaceWrapper) PostInstanceActionFreeze(ctx echo.Context) error
PostInstanceActionFreeze converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionPGUpdate ¶
func (w *ServerInterfaceWrapper) PostInstanceActionPGUpdate(ctx echo.Context) error
PostInstanceActionPGUpdate converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionPRStart ¶
func (w *ServerInterfaceWrapper) PostInstanceActionPRStart(ctx echo.Context) error
PostInstanceActionPRStart converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionPRStop ¶
func (w *ServerInterfaceWrapper) PostInstanceActionPRStop(ctx echo.Context) error
PostInstanceActionPRStop converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionProvision ¶
func (w *ServerInterfaceWrapper) PostInstanceActionProvision(ctx echo.Context) error
PostInstanceActionProvision converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionPushResourceInfo ¶
func (w *ServerInterfaceWrapper) PostInstanceActionPushResourceInfo(ctx echo.Context) error
PostInstanceActionPushResourceInfo converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionRestart ¶
func (w *ServerInterfaceWrapper) PostInstanceActionRestart(ctx echo.Context) error
PostInstanceActionRestart converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionRun ¶
func (w *ServerInterfaceWrapper) PostInstanceActionRun(ctx echo.Context) error
PostInstanceActionRun converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionShutdown ¶
func (w *ServerInterfaceWrapper) PostInstanceActionShutdown(ctx echo.Context) error
PostInstanceActionShutdown converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionStart ¶
func (w *ServerInterfaceWrapper) PostInstanceActionStart(ctx echo.Context) error
PostInstanceActionStart converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionStartStandby ¶
func (w *ServerInterfaceWrapper) PostInstanceActionStartStandby(ctx echo.Context) error
PostInstanceActionStartStandby converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionStatus ¶
func (w *ServerInterfaceWrapper) PostInstanceActionStatus(ctx echo.Context) error
PostInstanceActionStatus converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionStop ¶
func (w *ServerInterfaceWrapper) PostInstanceActionStop(ctx echo.Context) error
PostInstanceActionStop converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionSyncIngest ¶
func (w *ServerInterfaceWrapper) PostInstanceActionSyncIngest(ctx echo.Context) error
PostInstanceActionSyncIngest converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionUnfreeze ¶
func (w *ServerInterfaceWrapper) PostInstanceActionUnfreeze(ctx echo.Context) error
PostInstanceActionUnfreeze converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceActionUnprovision ¶
func (w *ServerInterfaceWrapper) PostInstanceActionUnprovision(ctx echo.Context) error
PostInstanceActionUnprovision converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceClear ¶
func (w *ServerInterfaceWrapper) PostInstanceClear(ctx echo.Context) error
PostInstanceClear converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceProgress ¶
func (w *ServerInterfaceWrapper) PostInstanceProgress(ctx echo.Context) error
PostInstanceProgress converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceResourceConsole ¶
func (w *ServerInterfaceWrapper) PostInstanceResourceConsole(ctx echo.Context) error
PostInstanceResourceConsole converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceStateFile ¶
func (w *ServerInterfaceWrapper) PostInstanceStateFile(ctx echo.Context) error
PostInstanceStateFile converts echo context to params.
func (*ServerInterfaceWrapper) PostInstanceStatus ¶
func (w *ServerInterfaceWrapper) PostInstanceStatus(ctx echo.Context) error
PostInstanceStatus converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeActionClear ¶
func (w *ServerInterfaceWrapper) PostNodeActionClear(ctx echo.Context) error
PostNodeActionClear converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeActionPushAsset ¶
func (w *ServerInterfaceWrapper) PostNodeActionPushAsset(ctx echo.Context) error
PostNodeActionPushAsset converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeActionPushDisk ¶
func (w *ServerInterfaceWrapper) PostNodeActionPushDisk(ctx echo.Context) error
PostNodeActionPushDisk converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeActionPushPkg ¶
func (w *ServerInterfaceWrapper) PostNodeActionPushPkg(ctx echo.Context) error
PostNodeActionPushPkg converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeActionSCSIScan ¶
func (w *ServerInterfaceWrapper) PostNodeActionSCSIScan(ctx echo.Context) error
PostNodeActionSCSIScan converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeActionScanCapabilities ¶
func (w *ServerInterfaceWrapper) PostNodeActionScanCapabilities(ctx echo.Context) error
PostNodeActionScanCapabilities converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeActionSysreport ¶
func (w *ServerInterfaceWrapper) PostNodeActionSysreport(ctx echo.Context) error
PostNodeActionSysreport converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeDRBDConfig ¶
func (w *ServerInterfaceWrapper) PostNodeDRBDConfig(ctx echo.Context) error
PostNodeDRBDConfig converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeDRBDConnect ¶
func (w *ServerInterfaceWrapper) PostNodeDRBDConnect(ctx echo.Context) error
PostNodeDRBDConnect converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeDRBDPrimary ¶
func (w *ServerInterfaceWrapper) PostNodeDRBDPrimary(ctx echo.Context) error
PostNodeDRBDPrimary converts echo context to params.
func (*ServerInterfaceWrapper) PostNodeDRBDSecondary ¶
func (w *ServerInterfaceWrapper) PostNodeDRBDSecondary(ctx echo.Context) error
PostNodeDRBDSecondary converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionAbort ¶
func (w *ServerInterfaceWrapper) PostObjectActionAbort(ctx echo.Context) error
PostObjectActionAbort converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionDelete ¶
func (w *ServerInterfaceWrapper) PostObjectActionDelete(ctx echo.Context) error
PostObjectActionDelete converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionFreeze ¶
func (w *ServerInterfaceWrapper) PostObjectActionFreeze(ctx echo.Context) error
PostObjectActionFreeze converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionGiveback ¶
func (w *ServerInterfaceWrapper) PostObjectActionGiveback(ctx echo.Context) error
PostObjectActionGiveback converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionProvision ¶
func (w *ServerInterfaceWrapper) PostObjectActionProvision(ctx echo.Context) error
PostObjectActionProvision converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionPurge ¶
func (w *ServerInterfaceWrapper) PostObjectActionPurge(ctx echo.Context) error
PostObjectActionPurge converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionRestart ¶
func (w *ServerInterfaceWrapper) PostObjectActionRestart(ctx echo.Context) error
PostObjectActionRestart converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionStart ¶
func (w *ServerInterfaceWrapper) PostObjectActionStart(ctx echo.Context) error
PostObjectActionStart converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionStop ¶
func (w *ServerInterfaceWrapper) PostObjectActionStop(ctx echo.Context) error
PostObjectActionStop converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionSwitch ¶
func (w *ServerInterfaceWrapper) PostObjectActionSwitch(ctx echo.Context) error
PostObjectActionSwitch converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionUnfreeze ¶
func (w *ServerInterfaceWrapper) PostObjectActionUnfreeze(ctx echo.Context) error
PostObjectActionUnfreeze converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectActionUnprovision ¶
func (w *ServerInterfaceWrapper) PostObjectActionUnprovision(ctx echo.Context) error
PostObjectActionUnprovision converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectConfigFile ¶
func (w *ServerInterfaceWrapper) PostObjectConfigFile(ctx echo.Context) error
PostObjectConfigFile converts echo context to params.
func (*ServerInterfaceWrapper) PostObjectDataKey ¶
func (w *ServerInterfaceWrapper) PostObjectDataKey(ctx echo.Context) error
PostObjectDataKey converts echo context to params.
func (*ServerInterfaceWrapper) PostPeerActionAbort ¶
func (w *ServerInterfaceWrapper) PostPeerActionAbort(ctx echo.Context) error
PostPeerActionAbort converts echo context to params.
func (*ServerInterfaceWrapper) PostPeerActionDequeue ¶
func (w *ServerInterfaceWrapper) PostPeerActionDequeue(ctx echo.Context) error
PostPeerActionDequeue converts echo context to params.
func (*ServerInterfaceWrapper) PostPeerActionDrain ¶
func (w *ServerInterfaceWrapper) PostPeerActionDrain(ctx echo.Context) error
PostPeerActionDrain converts echo context to params.
func (*ServerInterfaceWrapper) PostPeerActionFreeze ¶
func (w *ServerInterfaceWrapper) PostPeerActionFreeze(ctx echo.Context) error
PostPeerActionFreeze converts echo context to params.
func (*ServerInterfaceWrapper) PostPeerActionUnfreeze ¶
func (w *ServerInterfaceWrapper) PostPeerActionUnfreeze(ctx echo.Context) error
PostPeerActionUnfreeze converts echo context to params.
func (*ServerInterfaceWrapper) PostRelayMessage ¶
func (w *ServerInterfaceWrapper) PostRelayMessage(ctx echo.Context) error
PostRelayMessage converts echo context to params.
func (*ServerInterfaceWrapper) PostSvcDisable ¶
func (w *ServerInterfaceWrapper) PostSvcDisable(ctx echo.Context) error
PostSvcDisable converts echo context to params.
func (*ServerInterfaceWrapper) PostSvcEnable ¶
func (w *ServerInterfaceWrapper) PostSvcEnable(ctx echo.Context) error
PostSvcEnable converts echo context to params.
func (*ServerInterfaceWrapper) PutClusterConfigFile ¶
func (w *ServerInterfaceWrapper) PutClusterConfigFile(ctx echo.Context) error
PutClusterConfigFile converts echo context to params.
func (*ServerInterfaceWrapper) PutNodeConfigFile ¶
func (w *ServerInterfaceWrapper) PutNodeConfigFile(ctx echo.Context) error
PutNodeConfigFile converts echo context to params.
func (*ServerInterfaceWrapper) PutNodeSSHTrust ¶
func (w *ServerInterfaceWrapper) PutNodeSSHTrust(ctx echo.Context) error
PutNodeSSHTrust converts echo context to params.
func (*ServerInterfaceWrapper) PutObjectConfigFile ¶
func (w *ServerInterfaceWrapper) PutObjectConfigFile(ctx echo.Context) error
PutObjectConfigFile converts echo context to params.
func (*ServerInterfaceWrapper) PutObjectDataKey ¶
func (w *ServerInterfaceWrapper) PutObjectDataKey(ctx echo.Context) error
PutObjectDataKey converts echo context to params.
type Status ¶
type Status string
Status Represents a resource, instance or object status, e.g., 'up', 'down', 'warn', ....
type SubsetConfig ¶
type SubsetConfig = instance.SubsetConfig
SubsetConfig defines model for SubsetConfig.
type SubsetsConfig ¶
type SubsetsConfig = []SubsetConfig
SubsetsConfig defines model for SubsetsConfig.
type UserIdentity ¶
type UserIdentity struct {
Auth *string `json:"auth,omitempty"`
Grant map[string][]string `json:"grant"`
Name string `json:"name"`
Namespace string `json:"namespace"`
RawGrant string `json:"raw_grant"`
}
UserIdentity defines model for UserIdentity.
type UserItem ¶
type UserItem struct {
Data User `json:"data"`
Kind UserItemKind `json:"kind"`
Meta NodeMeta `json:"meta"`
}
UserItem defines model for UserItem.
func (UserItem) Unstructured ¶
type UserItemKind ¶
type UserItemKind string
UserItemKind defines model for UserItem.Kind.
const (
UserItemKindUserItem UserItemKind = "UserItem"
)
Defines values for UserItemKind.
func (UserItemKind) Valid ¶
func (e UserItemKind) Valid() bool
Valid indicates whether the value is a known member of the UserItemKind enum.
type UserList ¶
type UserList struct {
Items UserItems `json:"items"`
Kind UserListKind `json:"kind"`
}
UserList defines model for UserList.
type UserListKind ¶
type UserListKind string
UserListKind defines model for UserList.Kind.
const (
UserListKindUserList UserListKind = "UserList"
)
Defines values for UserListKind.
func (UserListKind) Valid ¶
func (e UserListKind) Valid() bool
Valid indicates whether the value is a known member of the UserListKind enum.