mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Test kustomize examples against head in prow presubmit.
This commit is contained in:
1
Makefile
1
Makefile
@@ -26,6 +26,7 @@ verify-kustomize: \
|
||||
prow-presubmit-check: \
|
||||
lint-kustomize \
|
||||
test-unit-kustomize-all \
|
||||
test-examples-kustomize-against-HEAD \
|
||||
test-unit-cmd-all \
|
||||
test-go-mod
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ curl -s -o "$BASE/#1.yaml" "https://raw.githubusercontent.com\
|
||||
|
||||
Look at the directory:
|
||||
|
||||
<!-- @runTree @testAgainstLatestRelease -->
|
||||
<!-- @runTree -->
|
||||
```
|
||||
tree $DEMO_HOME
|
||||
```
|
||||
@@ -228,7 +228,7 @@ EOF
|
||||
|
||||
Review the directory structure and differences:
|
||||
|
||||
<!-- @listFiles @testAgainstLatestRelease -->
|
||||
<!-- @listFiles -->
|
||||
```
|
||||
tree $DEMO_HOME
|
||||
```
|
||||
|
||||
@@ -53,7 +53,7 @@ curl -s -o "$BASE/#1" "$CONTENT/base\
|
||||
|
||||
Look at the directory:
|
||||
|
||||
<!-- @runTree @testAgainstLatestRelease -->
|
||||
<!-- @runTree -->
|
||||
```
|
||||
tree $DEMO_HOME
|
||||
```
|
||||
@@ -196,7 +196,7 @@ The production customization adds 6 replica as well as a consistent disk.
|
||||
|
||||
Review the directory structure and differences:
|
||||
|
||||
<!-- @listFiles @testAgainstLatestRelease -->
|
||||
<!-- @listFiles -->
|
||||
```
|
||||
tree $DEMO_HOME
|
||||
```
|
||||
|
||||
@@ -289,10 +289,11 @@ EOF
|
||||
|
||||
The layout is now:
|
||||
|
||||
<!-- @showLayout @testAgainstLatestRelease -->
|
||||
<!-- @showLayout -->
|
||||
```
|
||||
tree $DEMO_HOME
|
||||
```
|
||||
|
||||
It should look like:
|
||||
|
||||
> ```
|
||||
|
||||
@@ -51,7 +51,7 @@ curl -s -o "$BASE/#1.yaml" "https://raw.githubusercontent.com\
|
||||
|
||||
观察该目录:
|
||||
|
||||
<!-- @runTree @testAgainstLatestRelease -->
|
||||
<!-- @runTree -->
|
||||
```
|
||||
tree $DEMO_HOME
|
||||
```
|
||||
@@ -210,7 +210,7 @@ EOF
|
||||
|
||||
查看目录结构和差异:
|
||||
|
||||
<!-- @listFiles @testAgainstLatestRelease -->
|
||||
<!-- @listFiles -->
|
||||
```
|
||||
tree $DEMO_HOME
|
||||
```
|
||||
|
||||
@@ -49,7 +49,7 @@ curl -s -o "$BASE/#1" "$CONTENT/base\
|
||||
|
||||
检查这个目录:
|
||||
|
||||
<!-- @runTree @testAgainstLatestRelease -->
|
||||
<!-- @runTree -->
|
||||
```
|
||||
tree $DEMO_HOME
|
||||
```
|
||||
@@ -185,7 +185,7 @@ curl -s -o "$OVERLAYS/production/#1" "$CONTENT/overlays/production\
|
||||
|
||||
查看目录结构和差异:
|
||||
|
||||
<!-- @listFiles @testAgainstLatestRelease -->
|
||||
<!-- @listFiles -->
|
||||
```
|
||||
tree $DEMO_HOME
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user