fix verify-generated-deep-copies.sh
This commit is contained in:
@@ -70,7 +70,7 @@ It takes around 10s to complete.
|
|||||||
<!-- BEGIN MUNGE: EXAMPLE job.yaml -->
|
<!-- BEGIN MUNGE: EXAMPLE job.yaml -->
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: experimental/v1alpha1
|
apiVersion: extensions/v1beta1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: pi
|
name: pi
|
||||||
|
@@ -25,7 +25,7 @@ kube::golang::setup_env
|
|||||||
|
|
||||||
gendeepcopy=$(kube::util::find-binary "gendeepcopy")
|
gendeepcopy=$(kube::util::find-binary "gendeepcopy")
|
||||||
|
|
||||||
APIROOTS=${APIROOTS:-pkg/api pkg/apis/experimental}
|
APIROOTS=${APIROOTS:-pkg/api pkg/apis/extensions}
|
||||||
_tmp="${KUBE_ROOT}/_tmp"
|
_tmp="${KUBE_ROOT}/_tmp"
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
|
Reference in New Issue
Block a user