GoogleCloudPlatform / gke-networking-recipes

Apache License 2.0
307 stars 85 forks source link

Add gatewaypolicies CRD schema #132

Closed kalindudc closed 1 year ago

kalindudc commented 1 year ago

Closes: https://github.com/GoogleCloudPlatform/gke-networking-recipes/issues/130

Description

This PR adds the gcpgatewaypolicies.networking.gke.io introduced with https://cloud.google.com/kubernetes-engine/docs/how-to/configure-gateway-resources#configure_global_access. This CRD was grabbed directly from a GKE 1.24 cluster with gateway API.

❯ kcl get crd gcpgatewaypolicies.networking.gke.io
NAME                                   CREATED AT
gcpgatewaypolicies.networking.gke.io   2023-03-17T15:13:00Z
google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

boredabdel commented 1 year ago

Hi @kalindudc

I would be happy to review this PR but you need to sign the Google CLA https://cla.developers.google.com/clas

kalindudc commented 1 year ago

Hi @boredabdel, I believe I have already signed this. I re-signed it today.

image image