github.com/IBM-Cloud/bluemix-go@v0.0.0-20241117121028-a3be206688b3/examples/container/bind_service/README.md (about)

     1  # Service Bind example
     2  
     3  This example shows how to bind an existing service to an existing cluster 
     4  
     5  Example: 
     6  
     7  ```
     8  go run main.go -org example.com -space test -clustername myCluster service_instance testService  -namespace default
     9  ```