Revert "add apiVersion and kind to docs and examples" (#653)

This commit is contained in:
Jingfang Liu
2018-12-20 15:19:39 -08:00
committed by GitHub
parent 4b25963c93
commit 6f566d7a38
26 changed files with 1 additions and 75 deletions

View File

@@ -24,8 +24,6 @@ breakfast. This breakfast has coffee and pancakes:
<!-- @baseKustomization @test -->
```
cat <<EOF >$DEMO_HOME/breakfast/base/kustomization.yaml
apiVersion: v1
kind: Kustomization
resources:
- coffee.yaml
- pancakes.yaml
@@ -71,8 +69,6 @@ likes her coffee hot:
mkdir -p $DEMO_HOME/breakfast/overlays/alice
cat <<EOF >$DEMO_HOME/breakfast/overlays/alice/kustomization.yaml
apiVersion: v1
kind: Kustomization
commonLabels:
who: alice
bases:
@@ -96,8 +92,6 @@ And likewise a [variant] for Bob, who wants _five_ pancakes, with strawberries:
mkdir -p $DEMO_HOME/breakfast/overlays/bob
cat <<EOF >$DEMO_HOME/breakfast/overlays/bob/kustomization.yaml
apiVersion: v1
kind: Kustomization
commonLabels:
who: bob
bases: