Skip to content

Commit

Permalink
Properly hideFromDocs targetRef (#2940)
Browse files Browse the repository at this point in the history
Apparently it needs to be line 1.
  • Loading branch information
howardjohn authored Oct 12, 2023
1 parent f9a5d93 commit 06a054d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions type/v1beta1/selector.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions type/v1beta1/selector.proto
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,20 @@ enum WorkloadMode {
// {{</tab>}}
// {{</tabset>}}
message PolicyTargetReference {
// group is the group of the target resource.
// $hide_from_docs
// group is the group of the target resource.
string group = 1;

// kind is kind of the target resource.
// $hide_from_docs
// kind is kind of the target resource.
string kind = 2;

// name is the name of the target resource.
// $hide_from_docs
// name is the name of the target resource.
string name = 3;

// $hide_from_docs
// namespace is the namespace of the referent. When unspecified, the local
// namespace is inferred.
// $hide_from_docs
string namespace = 4;
}

0 comments on commit 06a054d

Please sign in to comment.