k3s/pkg/kubectl/resource
Clayton Coleman d23c531869 Can't replace a generic resource that is cluster scoped
It should be allowed to invoke kubectl replace with a JSON file that has
no resource version set.  Namespaced resources were working correctly,
but cluster resources were silently failing to lookup the current state
of the object to get the resource version because we weren't using
NamespaceIfScoped(). Added a failing test.
2016-02-12 16:20:37 -05:00
..
builder.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
builder_test.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
helper.go Can't replace a generic resource that is cluster scoped 2016-02-12 16:20:37 -05:00
helper_test.go Can't replace a generic resource that is cluster scoped 2016-02-12 16:20:37 -05:00
interfaces.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
mapper.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
result.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00
selector.go Add the client side bits of kubectl export 2015-12-22 10:41:59 -08:00
visitor.go Break kubectl from assuming details of codecs 2016-01-22 13:27:26 -05:00