gkemulticloud_v1.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. type: google.api.Service
  2. config_version: 3
  3. name: gkemulticloud.googleapis.com
  4. title: Anthos Multi-Cloud API
  5. apis:
  6. - name: google.cloud.gkemulticloud.v1.AwsClusters
  7. - name: google.cloud.gkemulticloud.v1.AzureClusters
  8. types:
  9. - name: google.cloud.gkemulticloud.v1.OperationMetadata
  10. documentation:
  11. summary: |-
  12. Anthos Multi-Cloud provides a way to manage Kubernetes clusters that run on
  13. AWS and Azure infrastructure using the Anthos Multi-Cloud API.
  14. Combined with Connect, you can manage Kubernetes clusters on Google Cloud,
  15. AWS, and Azure from the Google Cloud Console.
  16. When you create a cluster with Anthos Multi-Cloud, Google creates the
  17. resources needed and brings up a cluster on your behalf.
  18. You can deploy workloads with the Anthos Multi-Cloud API or the
  19. gcloud and kubectl command-line tools.
  20. backend:
  21. rules:
  22. - selector: 'google.cloud.gkemulticloud.v1.AwsClusters.*'
  23. deadline: 10.0
  24. - selector: 'google.cloud.gkemulticloud.v1.AzureClusters.*'
  25. deadline: 10.0
  26. - selector: 'google.longrunning.Operations.*'
  27. deadline: 10.0
  28. http:
  29. rules:
  30. - selector: google.longrunning.Operations.CancelOperation
  31. post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
  32. body: '*'
  33. - selector: google.longrunning.Operations.DeleteOperation
  34. delete: '/v1/{name=projects/*/locations/*/operations/*}'
  35. - selector: google.longrunning.Operations.GetOperation
  36. get: '/v1/{name=projects/*/locations/*/operations/*}'
  37. - selector: google.longrunning.Operations.ListOperations
  38. get: '/v1/{name=projects/*/locations/*}/operations'
  39. authentication:
  40. rules:
  41. - selector: 'google.cloud.gkemulticloud.v1.AwsClusters.*'
  42. oauth:
  43. canonical_scopes: |-
  44. https://www.googleapis.com/auth/cloud-platform
  45. - selector: 'google.cloud.gkemulticloud.v1.AzureClusters.*'
  46. oauth:
  47. canonical_scopes: |-
  48. https://www.googleapis.com/auth/cloud-platform
  49. - selector: 'google.longrunning.Operations.*'
  50. oauth:
  51. canonical_scopes: |-
  52. https://www.googleapis.com/auth/cloud-platform