add server-side validation support to kubectl

This commit is contained in:
Kevin Delgado
2022-03-09 14:52:32 +00:00
parent 083c3ac4e8
commit fe3772890f
39 changed files with 715 additions and 139 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: invalid-nginx-deployment
labels:
app: nginx
spec:
replicas: 3
replicas: 4
foo: bar
baz: baq
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80