mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
Turn on "description:" verification for v1beta3 API.
This commit is contained in:
@@ -37,7 +37,7 @@ find_files() {
|
||||
\) -name '*.go'
|
||||
}
|
||||
|
||||
files=`find_files | egrep "pkg/api/v.[^/]*/types\.go" | grep -v v1beta3`
|
||||
files=`find_files | egrep "pkg/api/v.[^/]*/types\.go"`
|
||||
|
||||
for file in $files
|
||||
do
|
||||
|
Reference in New Issue
Block a user