File tree Expand file tree Collapse file tree 4 files changed +171
-91
lines changed Expand file tree Collapse file tree 4 files changed +171
-91
lines changed Original file line number Diff line number Diff line change @@ -605,11 +605,11 @@ Class | Method | HTTP request | Description
605
605
* StorageV1beta1Api* | [ ** patch_storage_class** ] ( docs/StorageV1beta1Api.md#patch_storage_class ) | ** PATCH** /apis/storage.k8s.io/v1beta1/storageclasses/{name} |
606
606
* StorageV1beta1Api* | [ ** read_storage_class** ] ( docs/StorageV1beta1Api.md#read_storage_class ) | ** GET** /apis/storage.k8s.io/v1beta1/storageclasses/{name} |
607
607
* StorageV1beta1Api* | [ ** replace_storage_class** ] ( docs/StorageV1beta1Api.md#replace_storage_class ) | ** PUT** /apis/storage.k8s.io/v1beta1/storageclasses/{name} |
608
- * ThirdPartyResourcesApi* | [ ** create_third_party_resource** ] ( docs/ThirdPartyResourcesApi.md#create_third_party_resource ) | ** POST** /apis/{fqdn}/v1 /namespaces/{namespace}/{resource} | Create a Resource
609
- * ThirdPartyResourcesApi* | [ ** delete_third_party_resource** ] ( docs/ThirdPartyResourcesApi.md#delete_third_party_resource ) | ** DELETE** /apis/{fqdn}/v1 /namespaces/{namespace}/{resource}/{name} | Deletes a specific Resource
610
- * ThirdPartyResourcesApi* | [ ** get_third_party_resource** ] ( docs/ThirdPartyResourcesApi.md#get_third_party_resource ) | ** GET** /apis/{fqdn}/v1 /namespaces/{namespace}/{resource}/{name} | Gets a specific Resource
611
- * ThirdPartyResourcesApi* | [ ** list_third_party_resource** ] ( docs/ThirdPartyResourcesApi.md#list_third_party_resource ) | ** GET** /apis/{fqdn}/v1 /{resource} | Gets Resources
612
- * ThirdPartyResourcesApi* | [ ** update_third_party_resource** ] ( docs/ThirdPartyResourcesApi.md#update_third_party_resource ) | ** PUT** /apis/{fqdn}/v1 /namespaces/{namespace}/{resource}/{name} | Update a Resource
608
+ * ThirdPartyResourcesApi* | [ ** create_third_party_resource** ] ( docs/ThirdPartyResourcesApi.md#create_third_party_resource ) | ** POST** /apis/{fqdn}/{version} /namespaces/{namespace}/{resource} | Create a Resource
609
+ * ThirdPartyResourcesApi* | [ ** delete_third_party_resource** ] ( docs/ThirdPartyResourcesApi.md#delete_third_party_resource ) | ** DELETE** /apis/{fqdn}/{version} /namespaces/{namespace}/{resource}/{name} | Deletes a specific Resource
610
+ * ThirdPartyResourcesApi* | [ ** get_third_party_resource** ] ( docs/ThirdPartyResourcesApi.md#get_third_party_resource ) | ** GET** /apis/{fqdn}/{version} /namespaces/{namespace}/{resource}/{name} | Gets a specific Resource
611
+ * ThirdPartyResourcesApi* | [ ** list_third_party_resource** ] ( docs/ThirdPartyResourcesApi.md#list_third_party_resource ) | ** GET** /apis/{fqdn}/{version} /{resource} | Gets Resources
612
+ * ThirdPartyResourcesApi* | [ ** update_third_party_resource** ] ( docs/ThirdPartyResourcesApi.md#update_third_party_resource ) | ** PUT** /apis/{fqdn}/{version} /namespaces/{namespace}/{resource}/{name} | Update a Resource
613
613
* VersionApi* | [ ** get_code** ] ( docs/VersionApi.md#get_code ) | ** GET** /version/ |
614
614
615
615
You can’t perform that action at this time.
0 commit comments