justinsb
700974a060
chore: update boilerplate.py to recognize new build tags
...
Sync up with upstream https://github.com/kubernetes/kubernetes/blob/master/hack/boilerplate/boilerplate.py
We want to pick up the new-style go:build tags.
2024-02-28 12:33:50 -05:00
justinsb
b494ad9a8b
helper scripts: update to use python3
...
This addresses the underlying reason why boilerplate was not being
checked.
2023-07-18 14:08:57 -04:00
Ciprian Hacman
19564888f4
Use "//go:build" lines together with "// +build" lines
...
The go command now understands //go:build lines and prefers them over // +build lines. The new syntax uses boolean expressions, just like Go, and should be less error-prone. As of this release, the new syntax is fully supported, and all Go files should be updated to have both forms with the same meaning. To aid in migration, gofmt now automatically synchronizes the two forms. For more details on the syntax and migration plan, see https://golang.org/design/draft-gobuild .
2021-09-20 07:35:31 +03:00
Barry Melbourne
1c96e826d9
Remove copyright YEAR from generated Go files
2021-01-03 12:48:50 +00:00
Peter Rifel
b1638fc259
Remove unused scripts
...
We have long since migrated from Godeps to go mod, and we dont have a gh-pages branch anymore since we use netlify for the docs site.
2020-02-15 20:01:10 -06:00
Justin SB
533a57a096
Recognize 2019 as a year
...
Happy new year!
2019-01-02 18:30:54 -05:00
Justin Santa Barbara
ec8db8b78c
Initial implementation of bundle command
...
The bundle command will support enrollment of a machine via SSH.
2018-01-04 18:55:28 -05:00
Justin Santa Barbara
2aa138907a
Consider 2017 a year
...
And generally update to the latest upstream boilerplate script
2017-01-04 21:54:47 -05:00
chrislovecnm
f3cd5b5312
adding validation scripts for vet, linting, and check headers
...
going to use k8s validator
updating runtest.sh
updating headers
fixing problem in bash
working on golang
2016-10-15 19:20:51 -06:00