
**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 ```
17 lines
231 B
YAML
17 lines
231 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
name: redis-master
|
|
name: name
|
|
spec:
|
|
containers:
|
|
- args:
|
|
- this
|
|
- is
|
|
- an
|
|
- ok
|
|
- command
|
|
image: gcr.io/fake_project/fake_image:fake_tag
|
|
name: master
|