...

Text file src/k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-apply-edit-last-applied-syntax-error/1.edited

Documentation: k8s.io/kubectl/pkg/cmd/edit/testdata/testcase-apply-edit-last-applied-syntax-error

     1# Please edit the 'last-applied-configuration' annotations below.
     2# Lines beginning with a '#' will be ignored, and an empty file will abort the edit.
     3#
     4kind: Service
     5metadata:
     6  annotations: {}
     7  labels:
     8    app: svc1
     9    new-label: foo
    10  name: svc1
    11  namespace: myproject
    12spec
    13  ports:
    14    name: "80"
    15    port: 81
    16    protocol: TCP
    17    targetPort: 81
    18  sessionAffinity: None
    19  type: ClusterIP
    20status:
    21  loadBalancer: {

View as plain text