github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/container/V2containers/AddIgnoredIngressStatusErrorsV2/README.md (about) 1 # AddIgnoredIngressStatusErrors example 2 3 This example shows how to ignore an Ingress Status related error code. 4 5 Example: 6 7 ``` 8 go run main.go -clusterNameOrID mycluster -errCode ERRAHCF 9 ```