Skip to content

Commit 06a054d

Browse files
authored
Properly hideFromDocs targetRef (#2940)
Apparently it needs to be line 1.
1 parent f9a5d93 commit 06a054d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

type/v1beta1/selector.pb.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

type/v1beta1/selector.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@ enum WorkloadMode {
103103
// {{</tab>}}
104104
// {{</tabset>}}
105105
message PolicyTargetReference {
106-
// group is the group of the target resource.
107106
// $hide_from_docs
107+
// group is the group of the target resource.
108108
string group = 1;
109109

110-
// kind is kind of the target resource.
111110
// $hide_from_docs
111+
// kind is kind of the target resource.
112112
string kind = 2;
113113

114-
// name is the name of the target resource.
115114
// $hide_from_docs
115+
// name is the name of the target resource.
116116
string name = 3;
117117

118+
// $hide_from_docs
118119
// namespace is the namespace of the referent. When unspecified, the local
119120
// namespace is inferred.
120-
// $hide_from_docs
121121
string namespace = 4;
122122
}

0 commit comments

Comments
 (0)