Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijun Wang committed Sep 27, 2023
1 parent 5f8bfef commit 418f164
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/reference/vpc-association-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ To remove security groups, instead, you should delete VPC Association and then c
Be cautious to set AssociateWithVpc to false. That can break traffic from the current cluster workloads to the gateway.


| Field | Description |
|---------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|
| `apiVersion` *string* | ``application-networking.k8s.aws/v1alpha1`` |
| `kind` *string* | ``VpcAssociationPolicy`` |
| `metadata` [*ObjectMeta*](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#objectmeta-v1-meta) | Kubernetes metadata for the resource. |
| `spec` *VpcAssociationPolicySpec* | Defines the desired state of VpcAssociationPolicy. |
| Field | Description |
|-----------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|
| `apiVersion` *string* | ``application-networking.k8s.aws/v1alpha1`` |
| `kind` *string* | ``VpcAssociationPolicy`` |
| `metadata` [*ObjectMeta*](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#objectmeta-v1-meta) | Kubernetes metadata for the resource. |
| `spec` *VpcAssociationPolicySpec* | Defines the desired state of VpcAssociationPolicy. |


## VpcAssociationPolicySpec
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ nav:
- API Reference:
- GRPCRoute: reference/grpc-route.md
- TargetGroupPolicy: reference/target-group-policy.md
- VpcAssociationPolicy: reference/vpc-association-policy.md
- Design Overview: overview.md

plugins:
Expand Down

0 comments on commit 418f164

Please sign in to comment.