github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/container/alb/ListClusterALBs/README.md (about) 1 # ListClusterALBs example 2 3 This example shows how to list the ALBs for a cluster. 4 5 Example: 6 7 ``` 8 go run ListClusterALBs/main.go -clusterNameOrID mycluster 9 ```