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