Merge pull request #10040 from caesarxuchao/phabricator-examples-v1

remove references to v1beta3 in phabricator example
This commit is contained in:
Satnam Singh 2015-06-19 11:57:10 -07:00
commit 1440f670ab

View File

@ -20,7 +20,7 @@
while true; do while true; do
hostport="https://kubernetes.default.cluster.local" hostport="https://kubernetes.default.cluster.local"
token=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token) token=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)
path="api/v1beta3/pods" path="api/v1/pods"
query="labels=$SELECTOR" query="labels=$SELECTOR"
# TODO: load in the CAS cert when we distributed it on all platforms. # TODO: load in the CAS cert when we distributed it on all platforms.