Files
c/kubernetes/docs/StoragemigrationAPI.md
Kubernetes Prow Robot c97b51f36a Automated openapi generation from release-1.30
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2024-05-18 13:20:54 +00:00

1.1 KiB

StoragemigrationAPI

All URIs are relative to http://localhost

Method HTTP request Description
StoragemigrationAPI_getAPIGroup GET /apis/storagemigration.k8s.io/

StoragemigrationAPI_getAPIGroup

// get information of a group
//
v1_api_group_t* StoragemigrationAPI_getAPIGroup(apiClient_t *apiClient);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration

Return type

v1_api_group_t *

Authorization

BearerToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/yaml, application/vnd.kubernetes.protobuf

[Back to top] [Back to API list] [Back to Model list] [Back to README]