Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
b409ffa6
Commit
b409ffa6
authored
Dec 19, 2018
by
Jordan Liggitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test manifests to apps/v1
parent
fd9e9b01
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
137 additions
and
71 deletions
+137
-71
deployment-multicontainer-resources.yaml
hack/testdata/deployment-multicontainer-resources.yaml
+1
-1
deployment-multicontainer.yaml
hack/testdata/deployment-multicontainer.yaml
+1
-1
deployment-revision1.yaml
hack/testdata/deployment-revision1.yaml
+1
-1
deployment-revision2.yaml
hack/testdata/deployment-revision2.yaml
+1
-1
deployment-with-UnixUserID.yaml
hack/testdata/deployment-with-UnixUserID.yaml
+6
-1
frontend-replicaset.yaml
hack/testdata/frontend-replicaset.yaml
+8
-12
initializer-deployments.yaml
hack/testdata/initializer-deployments.yaml
+1
-1
list.yaml
hack/testdata/list.yaml
+4
-1
nginx-broken.yaml
...estdata/recursive/deployment/deployment/nginx-broken.yaml
+4
-1
nginx.yaml
hack/testdata/recursive/deployment/deployment/nginx.yaml
+4
-1
nginx.yaml
hack/testdata/recursive/deployment/nginx.yaml
+4
-1
redis-slave-replicaset.yaml
hack/testdata/redis-slave-replicaset.yaml
+10
-13
deployment-after.yaml
hack/testdata/retainKeys/deployment/deployment-after.yaml
+6
-1
deployment-before.yaml
hack/testdata/retainKeys/deployment/deployment-before.yaml
+6
-1
rollingupdate-daemonset-rv2.yaml
hack/testdata/rollingupdate-daemonset-rv2.yaml
+6
-1
rollingupdate-daemonset.yaml
hack/testdata/rollingupdate-daemonset.yaml
+6
-1
scale-deploy-1.yaml
hack/testdata/scale-deploy-1.yaml
+1
-1
scale-deploy-2.yaml
hack/testdata/scale-deploy-2.yaml
+1
-1
scale-deploy-3.yaml
hack/testdata/scale-deploy-3.yaml
+1
-1
frontend-deployment.yaml.in
...e/testing-manifests/guestbook/frontend-deployment.yaml.in
+5
-1
redis-master-deployment.yaml.in
...sting-manifests/guestbook/redis-master-deployment.yaml.in
+6
-1
redis-slave-deployment.yaml.in
...esting-manifests/guestbook/redis-slave-deployment.yaml.in
+6
-1
rc.yaml
test/e2e/testing-manifests/ingress/http2/rc.yaml
+4
-1
rc.yaml
test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml
+4
-1
rc.yaml
test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml
+4
-1
rc.yaml
test/e2e/testing-manifests/ingress/neg/rc.yaml
+4
-1
daemon.yaml
test/fixtures/doc-yaml/admin/daemon.yaml
+4
-1
deployment.yaml
test/fixtures/doc-yaml/user-guide/deployment.yaml
+1
-1
redis-slave.yaml
.../fixtures/doc-yaml/user-guide/replicaset/redis-slave.yaml
+10
-13
deploy-clientside.yaml
test/fixtures/pkg/kubectl/cmd/apply/deploy-clientside.yaml
+6
-1
deploy-serverside.yaml
test/fixtures/pkg/kubectl/cmd/apply/deploy-serverside.yaml
+2
-2
v1HPA.yaml
test/fixtures/pkg/kubectl/cmd/convert/v1HPA.yaml
+1
-1
v2beta1HPA.yaml
test/fixtures/pkg/kubectl/cmd/convert/v2beta1HPA.yaml
+1
-1
example-daemon.yaml
test/images/apparmor-loader/example-daemon.yaml
+6
-1
kube_dns_template.yaml
test/kubemark/resources/kube_dns_template.yaml
+1
-1
No files found.
hack/testdata/deployment-multicontainer-resources.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
nginx-deployment-resources
name
:
nginx-deployment-resources
...
...
hack/testdata/deployment-multicontainer.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
nginx-deployment
name
:
nginx-deployment
...
...
hack/testdata/deployment-revision1.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
nginx
name
:
nginx
...
...
hack/testdata/deployment-revision2.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
nginx
name
:
nginx
...
...
hack/testdata/deployment-with-UnixUserID.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
deployment-with-unixuserid
name
:
deployment-with-unixuserid
labels
:
app
:
nginx
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
app
:
nginx
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/frontend-replicaset.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
ReplicaSet
kind
:
ReplicaSet
metadata
:
metadata
:
name
:
frontend
name
:
frontend
# these labels can be applied automatically
labels
:
# from the labels in the pod template if not set
app
:
guestbook
# labels:
tier
:
frontend
# app: guestbook
# tier: frontend
spec
:
spec
:
# this replicas value is default
# this replicas value is default
# modify it according to your case
# modify it according to your case
replicas
:
3
replicas
:
3
# selector can be applied automatically
selector
:
# from the labels in the pod template if not set
matchLabels
:
# selector:
app
:
guestbook
# matchLabels:
tier
:
frontend
# app: guestbook
# tier: frontend
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/initializer-deployments.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
web
name
:
web
...
...
hack/testdata/list.yaml
View file @
b409ffa6
...
@@ -11,7 +11,7 @@ items:
...
@@ -11,7 +11,7 @@ items:
port
:
80
port
:
80
selector
:
selector
:
app
:
list-deployment-test
app
:
list-deployment-test
-
apiVersion
:
extensions/v1beta
1
-
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
list-deployment-test
name
:
list-deployment-test
...
@@ -19,6 +19,9 @@ items:
...
@@ -19,6 +19,9 @@ items:
app
:
list-deployment-test
app
:
list-deployment-test
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
app
:
list-deployment-test
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/recursive/deployment/deployment/nginx-broken.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
ind
:
Deployment
ind
:
Deployment
metadata
:
metadata
:
name
:
nginx2-deployment
name
:
nginx2-deployment
...
@@ -6,6 +6,9 @@ metadata:
...
@@ -6,6 +6,9 @@ metadata:
app
:
nginx2-deployment
app
:
nginx2-deployment
spec
:
spec
:
replicas
:
2
replicas
:
2
selector
:
matchLabels
:
app
:
nginx2
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/recursive/deployment/deployment/nginx.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
nginx1-deployment
name
:
nginx1-deployment
...
@@ -6,6 +6,9 @@ metadata:
...
@@ -6,6 +6,9 @@ metadata:
app
:
nginx1-deployment
app
:
nginx1-deployment
spec
:
spec
:
replicas
:
2
replicas
:
2
selector
:
matchLabels
:
app
:
nginx1
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/recursive/deployment/nginx.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
nginx0-deployment
name
:
nginx0-deployment
...
@@ -6,6 +6,9 @@ metadata:
...
@@ -6,6 +6,9 @@ metadata:
app
:
nginx0-deployment
app
:
nginx0-deployment
spec
:
spec
:
replicas
:
2
replicas
:
2
selector
:
matchLabels
:
app
:
nginx0
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/redis-slave-replicaset.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
ReplicaSet
kind
:
ReplicaSet
metadata
:
metadata
:
name
:
redis-slave
name
:
redis-slave
# these labels can be applied automatically
labels
:
# from the labels in the pod template if not set
app
:
redis
# labels:
role
:
slave
# app: redis
tier
:
backend
# role: slave
# tier: backend
spec
:
spec
:
# this replicas value is default
# this replicas value is default
# modify it according to your case
# modify it according to your case
replicas
:
2
replicas
:
2
# selector can be applied automatically
selector
:
# from the labels in the pod template if not set
matchLabels
:
# selector:
app
:
redis
# app: guestbook
role
:
slave
# role: slave
tier
:
backend
# tier: backend
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/retainKeys/deployment/deployment-after.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
test-deployment-retainkeys
name
:
test-deployment-retainkeys
labels
:
app
:
nginx
spec
:
spec
:
strategy
:
strategy
:
type
:
Recreate
type
:
Recreate
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
app
:
nginx
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/retainKeys/deployment/deployment-before.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
test-deployment-retainkeys
name
:
test-deployment-retainkeys
labels
:
app
:
nginx
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
app
:
nginx
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/rollingupdate-daemonset-rv2.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
DaemonSet
kind
:
DaemonSet
metadata
:
metadata
:
name
:
bind
name
:
bind
labels
:
service
:
bind
spec
:
spec
:
selector
:
matchLabels
:
service
:
bind
updateStrategy
:
updateStrategy
:
type
:
RollingUpdate
type
:
RollingUpdate
rollingUpdate
:
rollingUpdate
:
...
...
hack/testdata/rollingupdate-daemonset.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
DaemonSet
kind
:
DaemonSet
metadata
:
metadata
:
name
:
bind
name
:
bind
labels
:
service
:
bind
spec
:
spec
:
selector
:
matchLabels
:
service
:
bind
updateStrategy
:
updateStrategy
:
type
:
RollingUpdate
type
:
RollingUpdate
rollingUpdate
:
rollingUpdate
:
...
...
hack/testdata/scale-deploy-1.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/scale-deploy-2.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
labels
:
labels
:
...
...
hack/testdata/scale-deploy-3.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
labels
:
labels
:
...
...
test/e2e/testing-manifests/guestbook/frontend-deployment.yaml.in
View file @
b409ffa6
apiVersion:
extensions/v1beta
1
apiVersion:
apps/v
1
kind: Deployment
kind: Deployment
metadata:
metadata:
name: frontend
name: frontend
spec:
spec:
replicas: 3
replicas: 3
selector:
matchLabels:
app: guestbook
tier: frontend
template:
template:
metadata:
metadata:
labels:
labels:
...
...
test/e2e/testing-manifests/guestbook/redis-master-deployment.yaml.in
View file @
b409ffa6
apiVersion:
extensions/v1beta
1
apiVersion:
apps/v
1
kind: Deployment
kind: Deployment
metadata:
metadata:
name: redis-master
name: redis-master
spec:
spec:
replicas: 1
replicas: 1
selector:
matchLabels:
app: redis
role: master
tier: backend
template:
template:
metadata:
metadata:
labels:
labels:
...
...
test/e2e/testing-manifests/guestbook/redis-slave-deployment.yaml.in
View file @
b409ffa6
apiVersion:
extensions/v1beta
1
apiVersion:
apps/v
1
kind: Deployment
kind: Deployment
metadata:
metadata:
name: redis-slave
name: redis-slave
spec:
spec:
replicas: 2
replicas: 2
selector:
matchLabels:
app: redis
role: slave
tier: backend
template:
template:
metadata:
metadata:
labels:
labels:
...
...
test/e2e/testing-manifests/ingress/http2/rc.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
echoheaders
name
:
echoheaders
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
matchLabels
:
app
:
echoheaders
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
labels
:
labels
:
...
@@ -6,6 +6,9 @@ metadata:
...
@@ -6,6 +6,9 @@ metadata:
name
:
hostname
name
:
hostname
spec
:
spec
:
minReadySeconds
:
60
minReadySeconds
:
60
selector
:
matchLabels
:
run
:
hostname
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
labels
:
labels
:
run
:
hostname
run
:
hostname
name
:
hostname
name
:
hostname
spec
:
spec
:
selector
:
matchLabels
:
run
:
hostname
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
test/e2e/testing-manifests/ingress/neg/rc.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
labels
:
labels
:
...
@@ -6,6 +6,9 @@ metadata:
...
@@ -6,6 +6,9 @@ metadata:
name
:
hostname
name
:
hostname
spec
:
spec
:
minReadySeconds
:
60
minReadySeconds
:
60
selector
:
matchLabels
:
run
:
hostname
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
test/fixtures/doc-yaml/admin/daemon.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
DaemonSet
kind
:
DaemonSet
metadata
:
metadata
:
name
:
prometheus-node-exporter
name
:
prometheus-node-exporter
spec
:
spec
:
selector
:
matchLabels
:
daemon
:
prom-node-exp
template
:
template
:
metadata
:
metadata
:
name
:
prometheus-node-exporter
name
:
prometheus-node-exporter
...
...
test/fixtures/doc-yaml/user-guide/deployment.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
nginx-deployment
name
:
nginx-deployment
...
...
test/fixtures/doc-yaml/user-guide/replicaset/redis-slave.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
ReplicaSet
kind
:
ReplicaSet
metadata
:
metadata
:
name
:
redis-slave
name
:
redis-slave
# these labels can be applied automatically
labels
:
# from the labels in the pod template if not set
app
:
redis
# labels:
role
:
slave
# app: redis
tier
:
backend
# role: slave
# tier: backend
spec
:
spec
:
# this replicas value is default
# this replicas value is default
# modify it according to your case
# modify it according to your case
replicas
:
2
replicas
:
2
# selector can be applied automatically
selector
:
# from the labels in the pod template if not set
matchLabels
:
# selector:
app
:
redis
# app: guestbook
role
:
slave
# role: slave
tier
:
backend
# tier: backend
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
...
test/fixtures/pkg/kubectl/cmd/apply/deploy-clientside.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
nginx-deployment
name
:
nginx-deployment
labels
:
name
:
nginx
spec
:
spec
:
selector
:
matchLabels
:
name
:
nginx
strategy
:
strategy
:
type
:
Recreate
type
:
Recreate
rollingUpdate
:
null
rollingUpdate
:
null
...
...
test/fixtures/pkg/kubectl/cmd/apply/deploy-serverside.yaml
View file @
b409ffa6
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
annotations
:
annotations
:
deployment.kubernetes.io/revision
:
"
1"
deployment.kubernetes.io/revision
:
"
1"
kubectl.kubernetes.io/last-applied-configuration
:
'
{"kind":"Deployment","apiVersion":"
extensions/v1beta1","metadata":{"name":"nginx-deployment","creationTimestamp":null},"spec":{
"template":{"metadata":{"creationTimestamp":null,"labels":{"name":"nginx"}},"spec":{"containers":[{"name":"nginx","image":"nginx","resources":{}}]}},"strategy":{}},"status":{}}'
kubectl.kubernetes.io/last-applied-configuration
:
'
{"kind":"Deployment","apiVersion":"
apps/v1","metadata":{"name":"nginx-deployment","creationTimestamp":null,"labels":{"name":"nginx"}},"spec":{"selector":{"matchLabels":{"name":"nginx"}},
"template":{"metadata":{"creationTimestamp":null,"labels":{"name":"nginx"}},"spec":{"containers":[{"name":"nginx","image":"nginx","resources":{}}]}},"strategy":{}},"status":{}}'
creationTimestamp
:
"
2016-10-24T22:15:06Z"
creationTimestamp
:
"
2016-10-24T22:15:06Z"
generation
:
6
generation
:
6
labels
:
labels
:
...
...
test/fixtures/pkg/kubectl/cmd/convert/v1HPA.yaml
View file @
b409ffa6
...
@@ -4,7 +4,7 @@ metadata:
...
@@ -4,7 +4,7 @@ metadata:
name
:
php-apache
name
:
php-apache
spec
:
spec
:
scaleTargetRef
:
scaleTargetRef
:
apiVersion
:
apps/v1
beta1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
name
:
php-apache
name
:
php-apache
minReplicas
:
1
minReplicas
:
1
...
...
test/fixtures/pkg/kubectl/cmd/convert/v2beta1HPA.yaml
View file @
b409ffa6
...
@@ -4,7 +4,7 @@ metadata:
...
@@ -4,7 +4,7 @@ metadata:
name
:
php-apache
name
:
php-apache
spec
:
spec
:
scaleTargetRef
:
scaleTargetRef
:
apiVersion
:
apps/v1
beta1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
name
:
php-apache
name
:
php-apache
minReplicas
:
1
minReplicas
:
1
...
...
test/images/apparmor-loader/example-daemon.yaml
View file @
b409ffa6
# The example DaemonSet demonstrating how the profile loader can be deployed onto a cluster to
# The example DaemonSet demonstrating how the profile loader can be deployed onto a cluster to
# automatically load AppArmor profiles from a ConfigMap.
# automatically load AppArmor profiles from a ConfigMap.
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
DaemonSet
kind
:
DaemonSet
metadata
:
metadata
:
name
:
apparmor-loader
name
:
apparmor-loader
# Namespace must match that of the ConfigMap.
# Namespace must match that of the ConfigMap.
namespace
:
apparmor
namespace
:
apparmor
labels
:
daemon
:
apparmor-loader
spec
:
spec
:
selector
:
matchLabels
:
daemon
:
apparmor-loader
template
:
template
:
metadata
:
metadata
:
name
:
apparmor-loader
name
:
apparmor-loader
...
...
test/kubemark/resources/kube_dns_template.yaml
View file @
b409ffa6
...
@@ -36,7 +36,7 @@ metadata:
...
@@ -36,7 +36,7 @@ metadata:
labels
:
labels
:
addonmanager.kubernetes.io/mode
:
EnsureExists
addonmanager.kubernetes.io/mode
:
EnsureExists
---
---
apiVersion
:
extensions/v1beta
1
apiVersion
:
apps/v
1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
kube-dns
name
:
kube-dns
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment