mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Move each kubectl command to a separate directory
This commit is contained in:
22
pkg/kubectl/cmd/edit/testdata/testcase-create-list/0.edited
vendored
Executable file
22
pkg/kubectl/cmd/edit/testdata/testcase-create-list/0.edited
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
# 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:
|
||||
labels:
|
||||
app: svc1
|
||||
new-label: new-value
|
||||
name: svc1
|
||||
namespace: edit-test
|
||||
spec:
|
||||
ports:
|
||||
- name: "81"
|
||||
port: 82
|
||||
protocol: TCP
|
||||
targetPort: 81
|
||||
selector:
|
||||
app: svc1
|
||||
sessionAffinity: None
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user