mirror of https://github.com/k3s-io/k3s
Cleanup of docstring for types.go
Make it a little clearer what command actually needs to be run!pull/6/head
parent
5f553a218e
commit
2f0a56103c
|
@ -15,8 +15,8 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
// Package types just provides input types to the set generator. It also
|
||||
// contains a "go generate" block. (You must first `go install`
|
||||
// cmd/libs/go2idl/set-gen.)
|
||||
// contains a "go generate" block.
|
||||
// (You must first `go install k8s.io/kubernetes/cmd/libs/go2idl/set-gen`)
|
||||
package types
|
||||
|
||||
//go:generate set-gen -i k8s.io/kubernetes/pkg/util/sets/types
|
||||
|
|
Loading…
Reference in New Issue