kubectl/pkg/cmd/edit/testdata/testcase-create-list-error/0.edited
Sean Sullivan c6063dd846 Move pkg/kubectl/cmd/{command} to staging
Kubernetes-commit: 0e0ea523392f1121f61f99ac30a9bc2043eaed90
2019-08-01 11:01:40 -07:00

28 lines
683 B
Text

# Please edit the object below. Lines beginning with a '#' will be ignored,
# and an empty file will abort the edit. If an error occurs while saving this file will be
# reopened with the relevant failures.
#
apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2017-02-03T06:44:47Z"
labels:
app: svc1modified
name: svc1
namespace: edit-test
resourceVersion: "2942"
selfLink: /api/v1/namespaces/edit-test/services/svc1
uid: 4149f70e-e9dc-11e6-8c3b-acbc32c1ca87
spec:
clusterIP: 10.0.0.118
ports:
- name: "81"
port: 82
protocol: TCP
targetPort: 81
selector:
app: svc1
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}