
**What this PR does / why we need it**: Makes functions in validation/schema.go private to kubectl, further isolating kubectl. **Which issue this PR fixes** Part of a series of PRs to address kubernetes/community#598 **Release note**: ```release-note NONE ```
12 lines
203 B
YAML
12 lines
203 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
name: redis-master
|
|
name: name
|
|
spec:
|
|
containers:
|
|
- args: "this is a bad command"
|
|
image: gcr.io/fake_project/fake_image:fake_tag
|
|
name: master
|