github.com/IBM-Cloud/bluemix-go@v0.0.0-20240314082800-4e02a69b84b2/examples/container/custom_container_endpoint/README.md (about)

     1  # Cluster Custom Endpoint example
     2  
     3  This example shows how to create an Kubernetes cluster.
     4  
     5  This creates a Kubernetes cluster on a custom endpoint specified.
     6  Example: 
     7  
     8  ```
     9  go run main.go -org example.com -space test -endpoint https://custom-endpoint.net
    10  ```