Skip to content

Commit

Permalink
Updating Policy images to match new direction, other doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Aug 11, 2021
1 parent fa70c18 commit f35e993
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified site-src/v1alpha2/images/policy/ingress-complex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site-src/v1alpha2/images/policy/ingress-simple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions site-src/v1alpha2/references/policy-attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ easier for some implementations to support. These parameters can similarly be
used to set defaults and requirements for an entire GatewayClass.
### Targeting External Services
In some cases (likely limited to mesh) users may want to apply policies to
requests to external services. To accomplish this, implementations can choose to
support a refernce to a virtual resource type:
In some cases (likely limited to mesh or egress) users may want to apply
policies to requests to external services. To accomplish this, implementations
can choose to support a refernce to a virtual resource type:
```yaml
kind: RetryPolicy
Expand Down Expand Up @@ -232,7 +232,7 @@ resource, including policies applied to parent resources.
Each Policy CRD that wants to be supported by this plugin will need to follow
the API structure defined above and add a
`gateway.networking.k8s.io/policy-attachment: true` label to the CRD.
`gateway.networking.k8s.io/policy-attachment: ""` label to the CRD.

### Status
In the future, we may consider adding a new `Policies` field to status on
Expand Down

0 comments on commit f35e993

Please sign in to comment.