Skip to content

Commit

Permalink
conformance: fixup ExemptReferencePolicy description
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris committed Apr 19, 2022
1 parent 7be2310 commit d8f1946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conformance/utils/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ import (
type ExemptFeature string

const (
// This option indicates support for the ReferencePolicy object.
// This option indicates the implementation is exempting itself from the
// requirement of a ReferencePolicy to allow cross-namesapce references,
// and has instead implemented alternative safeguards.
ExemptReferencePolicy ExemptFeature = "ReferencePolicy"
)

Expand Down

0 comments on commit d8f1946

Please sign in to comment.