k3s/hack/make-rules
Kubernetes Submit Queue f51e834d63 Merge pull request #30445 from deads2k/get-raw
Automatic merge from submit-queue

add --raw for kubectl get

Adds a `--raw` option to `kubectl get` that allow you specify your URI, but use the transport built by `kubectl`.  This is especially useful when working with secured environments that require authentication and authorization to hit non-api endpoints.  For example, `kubect get --raw /metrics` or if you want to debug a watch with a view at the exact data `kubectl get --raw '/api/v1/namespaces/one/replicationcontrollers?watch=true'`.

@kubernetes/kubectl 
@fabianofranz fyi
2016-08-19 09:29:08 -07:00
..
helpers added copy.sh which cuts the client repo; made necessary changes to scripts in 2016-08-09 14:07:53 -07:00
build.sh Add a verbosity concept to kubernetes scripts 2016-08-04 22:01:22 -07:00
cross.sh Make releases work 2016-07-12 21:52:54 -07:00
test-cmd.sh Merge pull request #30445 from deads2k/get-raw 2016-08-19 09:29:08 -07:00
test-e2e-node.sh Add GUBERNATOR flag for remote node e2e tests to produce gubernator link 2016-08-16 17:10:59 -07:00
test-integration.sh add subjectaccessreviews resource 2016-08-05 11:20:56 -04:00
test.sh Fix overlong junit filename prefixes 2016-08-18 23:24:41 +03:00
verify.sh Fix make verify 2016-07-25 15:34:00 +02:00
vet.sh fix go vet errors 2016-08-10 16:45:41 -07:00