...

Text file src/k8s.io/kubernetes/hack/testdata/kubernetes-service.yaml

Documentation: k8s.io/kubernetes/hack/testdata

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  name: kubernetes
     5  namespace: default
     6spec:
     7  clusterIP: 10.0.0.1
     8  ports:
     9  - name: https
    10    port: 443
    11    protocol: TCP
    12    targetPort: 443

View as plain text