Dan Gerdesmeier
|
5f0515d336
|
Version condition testing helper functions (#644)
|
2019-09-08 16:39:06 -07:00 |
mattmoor-sockpuppet
|
1864f499dc
|
golang format tools (#497)
Produced via:
`gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
`goimports -w $(find -name '*.go' | grep -v vendor)`
/assign @mattmoor
|
2019-06-27 07:37:08 -07:00 |
Matt Moore
|
222dd25986
|
Migrate pkg to use the knative.dev/pkg import path (#489)
* Manual changes.
* scripted changes.
|
2019-06-26 13:02:06 -07:00 |
Victor Agababov
|
4993c57ea3
|
Share the common parts of Serving ObjectMeta validation (#367) (#370)
This assumes that we want to strictly allow DNS labels in names everywhere.
|
2019-04-07 15:19:57 -07:00 |
Victor Agababov
|
71f46d3165
|
Condition checkable utilities (#364)
* add the new files
* checkpoint
* use duck
* test –> testing
|
2019-04-05 07:26:57 -07:00 |