Adding test-federation-cmd.sh to test kubectl with federation apiserver

This commit is contained in:
nikhiljindal
2016-12-11 08:45:45 -08:00
parent d12d012a55
commit 5424d50c03
6 changed files with 3323 additions and 2956 deletions

12
hack/testdata/kubernetes-service.yaml vendored Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: kubernetes
namespace: default
spec:
clusterIP: 10.0.0.1
ports:
- name: https
port: 443
protocol: TCP
targetPort: 443