diff --git a/docs/reference/vpc-association-policy.md b/docs/reference/vpc-association-policy.md index ae52904f..fb820918 100644 --- a/docs/reference/vpc-association-policy.md +++ b/docs/reference/vpc-association-policy.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 940597ef..980f0c97 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: