Skip to content

Commit

Permalink
whoops add it there too
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jul 18, 2023
1 parent 910b7dc commit 76a7f6d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions charts/linkerd-crds/templates/policy/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,38 @@ spec:
traffic shaping. API guarantee/conformance is defined based
on the type of the filter.
properties:
extensionRef:
description: "ExtensionRef is an optional, implementation-specific
extension to the \"filter\" behavior. For example,
resource \"myroutefilter\" in group \"networking.example.net\").
ExtensionRef MUST NOT be used for core and extended
filters. \n Support: Implementation-specific"
properties:
group:
description: Group is the group of the referent.
For example, "gateway.networking.k8s.io".
When unspecified or empty string, core API
group is inferred.
maxLength: 253
pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
type: string
kind:
description: Kind is kind of the referent. For
example "HTTPRoute" or "Service".
maxLength: 63
minLength: 1
pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
type: string
name:
description: Name is the name of the referent.
maxLength: 253
minLength: 1
type: string
required:
- group
- kind
- name
type: object
requestHeaderModifier:
description: "RequestHeaderModifier defines a schema for
a filter that modifies request headers. \n Support:
Expand Down

0 comments on commit 76a7f6d

Please sign in to comment.