diff --git a/samples/apps/README.md b/apps/README.md similarity index 100% rename from samples/apps/README.md rename to apps/README.md diff --git a/samples/apps/bookstore/.gitignore b/apps/bookstore/.gitignore similarity index 100% rename from samples/apps/bookstore/.gitignore rename to apps/bookstore/.gitignore diff --git a/samples/apps/bookstore/Makefile b/apps/bookstore/Makefile similarity index 100% rename from samples/apps/bookstore/Makefile rename to apps/bookstore/Makefile diff --git a/samples/apps/bookstore/README.md b/apps/bookstore/README.md similarity index 100% rename from samples/apps/bookstore/README.md rename to apps/bookstore/README.md diff --git a/samples/apps/bookstore/app/.angular-cli.json b/apps/bookstore/app/.angular-cli.json similarity index 100% rename from samples/apps/bookstore/app/.angular-cli.json rename to apps/bookstore/app/.angular-cli.json diff --git a/samples/apps/bookstore/app/.dockerignore b/apps/bookstore/app/.dockerignore similarity index 100% rename from samples/apps/bookstore/app/.dockerignore rename to apps/bookstore/app/.dockerignore diff --git a/samples/apps/bookstore/app/.editorconfig b/apps/bookstore/app/.editorconfig similarity index 100% rename from samples/apps/bookstore/app/.editorconfig rename to apps/bookstore/app/.editorconfig diff --git a/samples/apps/bookstore/app/Dockerfile b/apps/bookstore/app/Dockerfile similarity index 100% rename from samples/apps/bookstore/app/Dockerfile rename to apps/bookstore/app/Dockerfile diff --git a/samples/apps/bookstore/app/README.md b/apps/bookstore/app/README.md similarity index 100% rename from samples/apps/bookstore/app/README.md rename to apps/bookstore/app/README.md diff --git a/samples/apps/bookstore/app/app.js b/apps/bookstore/app/app.js similarity index 100% rename from samples/apps/bookstore/app/app.js rename to apps/bookstore/app/app.js diff --git a/samples/apps/bookstore/app/build.sh b/apps/bookstore/app/build.sh similarity index 100% rename from samples/apps/bookstore/app/build.sh rename to apps/bookstore/app/build.sh diff --git a/samples/apps/bookstore/app/e2e/app.e2e-spec.ts b/apps/bookstore/app/e2e/app.e2e-spec.ts similarity index 100% rename from samples/apps/bookstore/app/e2e/app.e2e-spec.ts rename to apps/bookstore/app/e2e/app.e2e-spec.ts diff --git a/samples/apps/bookstore/app/e2e/app.po.ts b/apps/bookstore/app/e2e/app.po.ts similarity index 100% rename from samples/apps/bookstore/app/e2e/app.po.ts rename to apps/bookstore/app/e2e/app.po.ts diff --git a/samples/apps/bookstore/app/e2e/tsconfig.json b/apps/bookstore/app/e2e/tsconfig.json similarity index 100% rename from samples/apps/bookstore/app/e2e/tsconfig.json rename to apps/bookstore/app/e2e/tsconfig.json diff --git a/samples/apps/bookstore/app/karma.conf.js b/apps/bookstore/app/karma.conf.js similarity index 100% rename from samples/apps/bookstore/app/karma.conf.js rename to apps/bookstore/app/karma.conf.js diff --git a/samples/apps/bookstore/app/package.json b/apps/bookstore/app/package.json similarity index 100% rename from samples/apps/bookstore/app/package.json rename to apps/bookstore/app/package.json diff --git a/samples/apps/bookstore/app/protractor.conf.js b/apps/bookstore/app/protractor.conf.js similarity index 100% rename from samples/apps/bookstore/app/protractor.conf.js rename to apps/bookstore/app/protractor.conf.js diff --git a/samples/apps/bookstore/app/src/app/app.component.css b/apps/bookstore/app/src/app/app.component.css similarity index 100% rename from samples/apps/bookstore/app/src/app/app.component.css rename to apps/bookstore/app/src/app/app.component.css diff --git a/samples/apps/bookstore/app/src/app/app.component.html b/apps/bookstore/app/src/app/app.component.html similarity index 100% rename from samples/apps/bookstore/app/src/app/app.component.html rename to apps/bookstore/app/src/app/app.component.html diff --git a/samples/apps/bookstore/app/src/app/app.component.spec.ts b/apps/bookstore/app/src/app/app.component.spec.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/app.component.spec.ts rename to apps/bookstore/app/src/app/app.component.spec.ts diff --git a/samples/apps/bookstore/app/src/app/app.component.ts b/apps/bookstore/app/src/app/app.component.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/app.component.ts rename to apps/bookstore/app/src/app/app.component.ts diff --git a/samples/apps/bookstore/app/src/app/app.module.ts b/apps/bookstore/app/src/app/app.module.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/app.module.ts rename to apps/bookstore/app/src/app/app.module.ts diff --git a/samples/apps/bookstore/app/src/app/book-list/book-list.component.css b/apps/bookstore/app/src/app/book-list/book-list.component.css similarity index 100% rename from samples/apps/bookstore/app/src/app/book-list/book-list.component.css rename to apps/bookstore/app/src/app/book-list/book-list.component.css diff --git a/samples/apps/bookstore/app/src/app/book-list/book-list.component.html b/apps/bookstore/app/src/app/book-list/book-list.component.html similarity index 100% rename from samples/apps/bookstore/app/src/app/book-list/book-list.component.html rename to apps/bookstore/app/src/app/book-list/book-list.component.html diff --git a/samples/apps/bookstore/app/src/app/book-list/book-list.component.spec.ts b/apps/bookstore/app/src/app/book-list/book-list.component.spec.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/book-list/book-list.component.spec.ts rename to apps/bookstore/app/src/app/book-list/book-list.component.spec.ts diff --git a/samples/apps/bookstore/app/src/app/book-list/book-list.component.ts b/apps/bookstore/app/src/app/book-list/book-list.component.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/book-list/book-list.component.ts rename to apps/bookstore/app/src/app/book-list/book-list.component.ts diff --git a/samples/apps/bookstore/app/src/app/book/book.component.css b/apps/bookstore/app/src/app/book/book.component.css similarity index 100% rename from samples/apps/bookstore/app/src/app/book/book.component.css rename to apps/bookstore/app/src/app/book/book.component.css diff --git a/samples/apps/bookstore/app/src/app/book/book.component.html b/apps/bookstore/app/src/app/book/book.component.html similarity index 100% rename from samples/apps/bookstore/app/src/app/book/book.component.html rename to apps/bookstore/app/src/app/book/book.component.html diff --git a/samples/apps/bookstore/app/src/app/book/book.component.spec.ts b/apps/bookstore/app/src/app/book/book.component.spec.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/book/book.component.spec.ts rename to apps/bookstore/app/src/app/book/book.component.spec.ts diff --git a/samples/apps/bookstore/app/src/app/book/book.component.ts b/apps/bookstore/app/src/app/book/book.component.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/book/book.component.ts rename to apps/bookstore/app/src/app/book/book.component.ts diff --git a/samples/apps/bookstore/app/src/app/externs.ts b/apps/bookstore/app/src/app/externs.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/externs.ts rename to apps/bookstore/app/src/app/externs.ts diff --git a/samples/apps/bookstore/app/src/app/purchase-list/purchase-list.component.css b/apps/bookstore/app/src/app/purchase-list/purchase-list.component.css similarity index 100% rename from samples/apps/bookstore/app/src/app/purchase-list/purchase-list.component.css rename to apps/bookstore/app/src/app/purchase-list/purchase-list.component.css diff --git a/samples/apps/bookstore/app/src/app/purchase-list/purchase-list.component.html b/apps/bookstore/app/src/app/purchase-list/purchase-list.component.html similarity index 100% rename from samples/apps/bookstore/app/src/app/purchase-list/purchase-list.component.html rename to apps/bookstore/app/src/app/purchase-list/purchase-list.component.html diff --git a/samples/apps/bookstore/app/src/app/purchase-list/purchase-list.component.spec.ts b/apps/bookstore/app/src/app/purchase-list/purchase-list.component.spec.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/purchase-list/purchase-list.component.spec.ts rename to apps/bookstore/app/src/app/purchase-list/purchase-list.component.spec.ts diff --git a/samples/apps/bookstore/app/src/app/purchase-list/purchase-list.component.ts b/apps/bookstore/app/src/app/purchase-list/purchase-list.component.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/purchase-list/purchase-list.component.ts rename to apps/bookstore/app/src/app/purchase-list/purchase-list.component.ts diff --git a/samples/apps/bookstore/app/src/app/purchase/purchase.component.css b/apps/bookstore/app/src/app/purchase/purchase.component.css similarity index 100% rename from samples/apps/bookstore/app/src/app/purchase/purchase.component.css rename to apps/bookstore/app/src/app/purchase/purchase.component.css diff --git a/samples/apps/bookstore/app/src/app/purchase/purchase.component.html b/apps/bookstore/app/src/app/purchase/purchase.component.html similarity index 100% rename from samples/apps/bookstore/app/src/app/purchase/purchase.component.html rename to apps/bookstore/app/src/app/purchase/purchase.component.html diff --git a/samples/apps/bookstore/app/src/app/purchase/purchase.component.spec.ts b/apps/bookstore/app/src/app/purchase/purchase.component.spec.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/purchase/purchase.component.spec.ts rename to apps/bookstore/app/src/app/purchase/purchase.component.spec.ts diff --git a/samples/apps/bookstore/app/src/app/purchase/purchase.component.ts b/apps/bookstore/app/src/app/purchase/purchase.component.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/purchase/purchase.component.ts rename to apps/bookstore/app/src/app/purchase/purchase.component.ts diff --git a/samples/apps/bookstore/app/src/app/purchases/purchases.service.spec.ts b/apps/bookstore/app/src/app/purchases/purchases.service.spec.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/purchases/purchases.service.spec.ts rename to apps/bookstore/app/src/app/purchases/purchases.service.spec.ts diff --git a/samples/apps/bookstore/app/src/app/purchases/purchases.service.ts b/apps/bookstore/app/src/app/purchases/purchases.service.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/purchases/purchases.service.ts rename to apps/bookstore/app/src/app/purchases/purchases.service.ts diff --git a/samples/apps/bookstore/app/src/app/shelves/shelves.service.spec.ts b/apps/bookstore/app/src/app/shelves/shelves.service.spec.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/shelves/shelves.service.spec.ts rename to apps/bookstore/app/src/app/shelves/shelves.service.spec.ts diff --git a/samples/apps/bookstore/app/src/app/shelves/shelves.service.ts b/apps/bookstore/app/src/app/shelves/shelves.service.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/shelves/shelves.service.ts rename to apps/bookstore/app/src/app/shelves/shelves.service.ts diff --git a/samples/apps/bookstore/app/src/app/users/users.service.spec.ts b/apps/bookstore/app/src/app/users/users.service.spec.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/users/users.service.spec.ts rename to apps/bookstore/app/src/app/users/users.service.spec.ts diff --git a/samples/apps/bookstore/app/src/app/users/users.service.ts b/apps/bookstore/app/src/app/users/users.service.ts similarity index 100% rename from samples/apps/bookstore/app/src/app/users/users.service.ts rename to apps/bookstore/app/src/app/users/users.service.ts diff --git a/samples/apps/bookstore/app/src/assets/.gitkeep b/apps/bookstore/app/src/assets/.gitkeep similarity index 100% rename from samples/apps/bookstore/app/src/assets/.gitkeep rename to apps/bookstore/app/src/assets/.gitkeep diff --git a/samples/apps/bookstore/app/src/environments/environment.prod.ts b/apps/bookstore/app/src/environments/environment.prod.ts similarity index 100% rename from samples/apps/bookstore/app/src/environments/environment.prod.ts rename to apps/bookstore/app/src/environments/environment.prod.ts diff --git a/samples/apps/bookstore/app/src/environments/environment.ts b/apps/bookstore/app/src/environments/environment.ts similarity index 100% rename from samples/apps/bookstore/app/src/environments/environment.ts rename to apps/bookstore/app/src/environments/environment.ts diff --git a/samples/apps/bookstore/app/src/favicon.ico b/apps/bookstore/app/src/favicon.ico similarity index 100% rename from samples/apps/bookstore/app/src/favicon.ico rename to apps/bookstore/app/src/favicon.ico diff --git a/samples/apps/bookstore/app/src/index.html b/apps/bookstore/app/src/index.html similarity index 100% rename from samples/apps/bookstore/app/src/index.html rename to apps/bookstore/app/src/index.html diff --git a/samples/apps/bookstore/app/src/main.ts b/apps/bookstore/app/src/main.ts similarity index 100% rename from samples/apps/bookstore/app/src/main.ts rename to apps/bookstore/app/src/main.ts diff --git a/samples/apps/bookstore/app/src/polyfills.ts b/apps/bookstore/app/src/polyfills.ts similarity index 100% rename from samples/apps/bookstore/app/src/polyfills.ts rename to apps/bookstore/app/src/polyfills.ts diff --git a/samples/apps/bookstore/app/src/styles.css b/apps/bookstore/app/src/styles.css similarity index 100% rename from samples/apps/bookstore/app/src/styles.css rename to apps/bookstore/app/src/styles.css diff --git a/samples/apps/bookstore/app/src/test.ts b/apps/bookstore/app/src/test.ts similarity index 100% rename from samples/apps/bookstore/app/src/test.ts rename to apps/bookstore/app/src/test.ts diff --git a/samples/apps/bookstore/app/src/tsconfig.json b/apps/bookstore/app/src/tsconfig.json similarity index 100% rename from samples/apps/bookstore/app/src/tsconfig.json rename to apps/bookstore/app/src/tsconfig.json diff --git a/samples/apps/bookstore/app/tslint.json b/apps/bookstore/app/tslint.json similarity index 100% rename from samples/apps/bookstore/app/tslint.json rename to apps/bookstore/app/tslint.json diff --git a/samples/apps/bookstore/config/image_patch_template.yaml b/apps/bookstore/config/image_patch_template.yaml similarity index 100% rename from samples/apps/bookstore/config/image_patch_template.yaml rename to apps/bookstore/config/image_patch_template.yaml diff --git a/samples/apps/bookstore/config/kustomize/kustomization.yaml b/apps/bookstore/config/kustomize/kustomization.yaml similarity index 100% rename from samples/apps/bookstore/config/kustomize/kustomization.yaml rename to apps/bookstore/config/kustomize/kustomization.yaml diff --git a/samples/apps/bookstore/config/manifests/booksfe-deployment.yaml b/apps/bookstore/config/manifests/booksfe-deployment.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/booksfe-deployment.yaml rename to apps/bookstore/config/manifests/booksfe-deployment.yaml diff --git a/samples/apps/bookstore/config/manifests/booksfe-svc.yaml b/apps/bookstore/config/manifests/booksfe-svc.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/booksfe-svc.yaml rename to apps/bookstore/config/manifests/booksfe-svc.yaml diff --git a/samples/apps/bookstore/config/manifests/inventory-deployment.yaml b/apps/bookstore/config/manifests/inventory-deployment.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/inventory-deployment.yaml rename to apps/bookstore/config/manifests/inventory-deployment.yaml diff --git a/samples/apps/bookstore/config/manifests/inventory-svc.yaml b/apps/bookstore/config/manifests/inventory-svc.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/inventory-svc.yaml rename to apps/bookstore/config/manifests/inventory-svc.yaml diff --git a/samples/apps/bookstore/config/manifests/pubsub-subscription.yaml b/apps/bookstore/config/manifests/pubsub-subscription.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/pubsub-subscription.yaml rename to apps/bookstore/config/manifests/pubsub-subscription.yaml diff --git a/samples/apps/bookstore/config/manifests/pubsub-topic.yaml b/apps/bookstore/config/manifests/pubsub-topic.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/pubsub-topic.yaml rename to apps/bookstore/config/manifests/pubsub-topic.yaml diff --git a/samples/apps/bookstore/config/manifests/purchases-deployment.yaml b/apps/bookstore/config/manifests/purchases-deployment.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/purchases-deployment.yaml rename to apps/bookstore/config/manifests/purchases-deployment.yaml diff --git a/samples/apps/bookstore/config/manifests/purchases-svc.yaml b/apps/bookstore/config/manifests/purchases-svc.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/purchases-svc.yaml rename to apps/bookstore/config/manifests/purchases-svc.yaml diff --git a/samples/apps/bookstore/config/manifests/spanner-instance.yaml b/apps/bookstore/config/manifests/spanner-instance.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/spanner-instance.yaml rename to apps/bookstore/config/manifests/spanner-instance.yaml diff --git a/samples/apps/bookstore/config/manifests/users-deployment.yaml b/apps/bookstore/config/manifests/users-deployment.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/users-deployment.yaml rename to apps/bookstore/config/manifests/users-deployment.yaml diff --git a/samples/apps/bookstore/config/manifests/users-svc.yaml b/apps/bookstore/config/manifests/users-svc.yaml similarity index 100% rename from samples/apps/bookstore/config/manifests/users-svc.yaml rename to apps/bookstore/config/manifests/users-svc.yaml diff --git a/samples/apps/bookstore/inventory/Dockerfile b/apps/bookstore/inventory/Dockerfile similarity index 100% rename from samples/apps/bookstore/inventory/Dockerfile rename to apps/bookstore/inventory/Dockerfile diff --git a/samples/apps/bookstore/inventory/build.sh b/apps/bookstore/inventory/build.sh similarity index 100% rename from samples/apps/bookstore/inventory/build.sh rename to apps/bookstore/inventory/build.sh diff --git a/samples/apps/bookstore/inventory/inventory.js b/apps/bookstore/inventory/inventory.js similarity index 100% rename from samples/apps/bookstore/inventory/inventory.js rename to apps/bookstore/inventory/inventory.js diff --git a/samples/apps/bookstore/inventory/package.json b/apps/bookstore/inventory/package.json similarity index 100% rename from samples/apps/bookstore/inventory/package.json rename to apps/bookstore/inventory/package.json diff --git a/samples/apps/bookstore/inventory/swagger.json b/apps/bookstore/inventory/swagger.json similarity index 100% rename from samples/apps/bookstore/inventory/swagger.json rename to apps/bookstore/inventory/swagger.json diff --git a/samples/apps/bookstore/purchases/Dockerfile b/apps/bookstore/purchases/Dockerfile similarity index 100% rename from samples/apps/bookstore/purchases/Dockerfile rename to apps/bookstore/purchases/Dockerfile diff --git a/samples/apps/bookstore/purchases/build.sh b/apps/bookstore/purchases/build.sh similarity index 100% rename from samples/apps/bookstore/purchases/build.sh rename to apps/bookstore/purchases/build.sh diff --git a/samples/apps/bookstore/purchases/package.json b/apps/bookstore/purchases/package.json similarity index 100% rename from samples/apps/bookstore/purchases/package.json rename to apps/bookstore/purchases/package.json diff --git a/samples/apps/bookstore/purchases/purchases.js b/apps/bookstore/purchases/purchases.js similarity index 100% rename from samples/apps/bookstore/purchases/purchases.js rename to apps/bookstore/purchases/purchases.js diff --git a/samples/apps/bookstore/purchases/swagger.json b/apps/bookstore/purchases/swagger.json similarity index 100% rename from samples/apps/bookstore/purchases/swagger.json rename to apps/bookstore/purchases/swagger.json diff --git a/samples/apps/bookstore/scripts/populate-bookstore.sh b/apps/bookstore/scripts/populate-bookstore.sh similarity index 100% rename from samples/apps/bookstore/scripts/populate-bookstore.sh rename to apps/bookstore/scripts/populate-bookstore.sh diff --git a/samples/apps/bookstore/users/Dockerfile b/apps/bookstore/users/Dockerfile similarity index 100% rename from samples/apps/bookstore/users/Dockerfile rename to apps/bookstore/users/Dockerfile diff --git a/samples/apps/bookstore/users/build.sh b/apps/bookstore/users/build.sh similarity index 100% rename from samples/apps/bookstore/users/build.sh rename to apps/bookstore/users/build.sh diff --git a/samples/apps/bookstore/users/package.json b/apps/bookstore/users/package.json similarity index 100% rename from samples/apps/bookstore/users/package.json rename to apps/bookstore/users/package.json diff --git a/samples/apps/bookstore/users/swagger.json b/apps/bookstore/users/swagger.json similarity index 100% rename from samples/apps/bookstore/users/swagger.json rename to apps/bookstore/users/swagger.json diff --git a/samples/apps/bookstore/users/users.js b/apps/bookstore/users/users.js similarity index 100% rename from samples/apps/bookstore/users/users.js rename to apps/bookstore/users/users.js diff --git a/samples/apps/bookstore/users/users/Chart.yaml b/apps/bookstore/users/users/Chart.yaml similarity index 100% rename from samples/apps/bookstore/users/users/Chart.yaml rename to apps/bookstore/users/users/Chart.yaml diff --git a/samples/apps/bookstore/users/users/templates/NOTES.txt b/apps/bookstore/users/users/templates/NOTES.txt similarity index 100% rename from samples/apps/bookstore/users/users/templates/NOTES.txt rename to apps/bookstore/users/users/templates/NOTES.txt diff --git a/samples/apps/bookstore/users/users/templates/users-deployment.yaml b/apps/bookstore/users/users/templates/users-deployment.yaml similarity index 100% rename from samples/apps/bookstore/users/users/templates/users-deployment.yaml rename to apps/bookstore/users/users/templates/users-deployment.yaml diff --git a/samples/apps/bookstore/users/users/templates/users-svc.yaml b/apps/bookstore/users/users/templates/users-svc.yaml similarity index 100% rename from samples/apps/bookstore/users/users/templates/users-svc.yaml rename to apps/bookstore/users/users/templates/users-svc.yaml diff --git a/samples/apps/bookstore/users/users/values.yaml b/apps/bookstore/users/users/values.yaml similarity index 100% rename from samples/apps/bookstore/users/users/values.yaml rename to apps/bookstore/users/users/values.yaml diff --git a/samples/apps/musicians/Dockerfile b/apps/musicians/Dockerfile similarity index 100% rename from samples/apps/musicians/Dockerfile rename to apps/musicians/Dockerfile diff --git a/samples/apps/musicians/Makefile b/apps/musicians/Makefile similarity index 100% rename from samples/apps/musicians/Makefile rename to apps/musicians/Makefile diff --git a/samples/apps/musicians/README.md b/apps/musicians/README.md similarity index 100% rename from samples/apps/musicians/README.md rename to apps/musicians/README.md diff --git a/samples/apps/musicians/manifests/.gitignore b/apps/musicians/manifests/.gitignore similarity index 100% rename from samples/apps/musicians/manifests/.gitignore rename to apps/musicians/manifests/.gitignore diff --git a/samples/apps/musicians/manifests/base/kustomization.yaml b/apps/musicians/manifests/base/kustomization.yaml similarity index 100% rename from samples/apps/musicians/manifests/base/kustomization.yaml rename to apps/musicians/manifests/base/kustomization.yaml diff --git a/samples/apps/musicians/manifests/base/musicians-deployment-image-patch.tmpl.yaml b/apps/musicians/manifests/base/musicians-deployment-image-patch.tmpl.yaml similarity index 100% rename from samples/apps/musicians/manifests/base/musicians-deployment-image-patch.tmpl.yaml rename to apps/musicians/manifests/base/musicians-deployment-image-patch.tmpl.yaml diff --git a/samples/apps/musicians/manifests/base/musicians-deployment.yaml b/apps/musicians/manifests/base/musicians-deployment.yaml similarity index 100% rename from samples/apps/musicians/manifests/base/musicians-deployment.yaml rename to apps/musicians/manifests/base/musicians-deployment.yaml diff --git a/samples/apps/musicians/manifests/base/musicians-service.yaml b/apps/musicians/manifests/base/musicians-service.yaml similarity index 100% rename from samples/apps/musicians/manifests/base/musicians-service.yaml rename to apps/musicians/manifests/base/musicians-service.yaml diff --git a/samples/apps/musicians/manifests/overlays/prod/cloud-sql-instance.yaml b/apps/musicians/manifests/overlays/prod/cloud-sql-instance.yaml similarity index 100% rename from samples/apps/musicians/manifests/overlays/prod/cloud-sql-instance.yaml rename to apps/musicians/manifests/overlays/prod/cloud-sql-instance.yaml diff --git a/samples/apps/musicians/manifests/overlays/prod/kustomization.yaml b/apps/musicians/manifests/overlays/prod/kustomization.yaml similarity index 100% rename from samples/apps/musicians/manifests/overlays/prod/kustomization.yaml rename to apps/musicians/manifests/overlays/prod/kustomization.yaml diff --git a/samples/apps/musicians/manifests/overlays/prod/musicians-deployment-project-patch.yaml b/apps/musicians/manifests/overlays/prod/musicians-deployment-project-patch.yaml similarity index 100% rename from samples/apps/musicians/manifests/overlays/prod/musicians-deployment-project-patch.yaml rename to apps/musicians/manifests/overlays/prod/musicians-deployment-project-patch.yaml diff --git a/samples/apps/musicians/manifests/overlays/prod/replica-patch.yaml b/apps/musicians/manifests/overlays/prod/replica-patch.yaml similarity index 100% rename from samples/apps/musicians/manifests/overlays/prod/replica-patch.yaml rename to apps/musicians/manifests/overlays/prod/replica-patch.yaml diff --git a/samples/apps/musicians/manifests/overlays/test/db-info-secret.yaml b/apps/musicians/manifests/overlays/test/db-info-secret.yaml similarity index 100% rename from samples/apps/musicians/manifests/overlays/test/db-info-secret.yaml rename to apps/musicians/manifests/overlays/test/db-info-secret.yaml diff --git a/samples/apps/musicians/manifests/overlays/test/kustomization.yaml b/apps/musicians/manifests/overlays/test/kustomization.yaml similarity index 100% rename from samples/apps/musicians/manifests/overlays/test/kustomization.yaml rename to apps/musicians/manifests/overlays/test/kustomization.yaml diff --git a/samples/apps/musicians/manifests/overlays/test/musicians-deployment-dbhost-patch.yaml b/apps/musicians/manifests/overlays/test/musicians-deployment-dbhost-patch.yaml similarity index 100% rename from samples/apps/musicians/manifests/overlays/test/musicians-deployment-dbhost-patch.yaml rename to apps/musicians/manifests/overlays/test/musicians-deployment-dbhost-patch.yaml diff --git a/samples/apps/musicians/manifests/overlays/test/mysql-deployment.yaml b/apps/musicians/manifests/overlays/test/mysql-deployment.yaml similarity index 100% rename from samples/apps/musicians/manifests/overlays/test/mysql-deployment.yaml rename to apps/musicians/manifests/overlays/test/mysql-deployment.yaml diff --git a/samples/apps/musicians/manifests/overlays/test/mysql-service.yaml b/apps/musicians/manifests/overlays/test/mysql-service.yaml similarity index 100% rename from samples/apps/musicians/manifests/overlays/test/mysql-service.yaml rename to apps/musicians/manifests/overlays/test/mysql-service.yaml diff --git a/samples/apps/musicians/manifests/overlays/test/mysql-volumeclaim.yaml b/apps/musicians/manifests/overlays/test/mysql-volumeclaim.yaml similarity index 100% rename from samples/apps/musicians/manifests/overlays/test/mysql-volumeclaim.yaml rename to apps/musicians/manifests/overlays/test/mysql-volumeclaim.yaml diff --git a/samples/apps/musicians/manifests/release-configuration.yaml b/apps/musicians/manifests/release-configuration.yaml similarity index 100% rename from samples/apps/musicians/manifests/release-configuration.yaml rename to apps/musicians/manifests/release-configuration.yaml diff --git a/samples/apps/musicians/scripts/prod-service-wait.sh b/apps/musicians/scripts/prod-service-wait.sh similarity index 100% rename from samples/apps/musicians/scripts/prod-service-wait.sh rename to apps/musicians/scripts/prod-service-wait.sh diff --git a/samples/apps/musicians/scripts/test-service-wait.sh b/apps/musicians/scripts/test-service-wait.sh similarity index 100% rename from samples/apps/musicians/scripts/test-service-wait.sh rename to apps/musicians/scripts/test-service-wait.sh diff --git a/samples/apps/musicians/user/main.go b/apps/musicians/user/main.go similarity index 100% rename from samples/apps/musicians/user/main.go rename to apps/musicians/user/main.go diff --git a/samples/resources/bigquery_v1alpha2_bigquerydataset.yaml b/resources/bigquery_v1alpha2_bigquerydataset.yaml similarity index 100% rename from samples/resources/bigquery_v1alpha2_bigquerydataset.yaml rename to resources/bigquery_v1alpha2_bigquerydataset.yaml diff --git a/samples/resources/bigtable_v1alpha1_bigtablecluster.yaml b/resources/bigtable_v1alpha1_bigtablecluster.yaml similarity index 100% rename from samples/resources/bigtable_v1alpha1_bigtablecluster.yaml rename to resources/bigtable_v1alpha1_bigtablecluster.yaml diff --git a/samples/resources/bigtable_v1alpha1_bigtableinstance.yaml b/resources/bigtable_v1alpha1_bigtableinstance.yaml similarity index 100% rename from samples/resources/bigtable_v1alpha1_bigtableinstance.yaml rename to resources/bigtable_v1alpha1_bigtableinstance.yaml diff --git a/samples/resources/compute_v1alpha1_computehealthcheck.yaml b/resources/compute_v1alpha1_computehealthcheck.yaml similarity index 100% rename from samples/resources/compute_v1alpha1_computehealthcheck.yaml rename to resources/compute_v1alpha1_computehealthcheck.yaml diff --git a/resources/compute_v1alpha1_computenetwork.yaml b/resources/compute_v1alpha1_computenetwork.yaml new file mode 100644 index 0000000000..2e7abb1d96 --- /dev/null +++ b/resources/compute_v1alpha1_computenetwork.yaml @@ -0,0 +1,9 @@ +apiVersion: compute.cnrm.cloud.google.com/v1alpha1 +kind: ComputeNetwork +metadata: + labels: + label-one: "value-one" + name: computenetwork-sample +spec: + routingMode: REGIONAL + autoCreateSubnetworks: true diff --git a/resources/container_v1alpha1_containercluster.yaml b/resources/container_v1alpha1_containercluster.yaml new file mode 100644 index 0000000000..58c4c1a424 --- /dev/null +++ b/resources/container_v1alpha1_containercluster.yaml @@ -0,0 +1,11 @@ +apiVersion: container.cnrm.cloud.google.com/v1alpha1 +kind: ContainerCluster +metadata: + labels: + label-one: "value-one" + name: containercluster-sample +spec: + location: us-central1-a + initialNodeCount: 1 + removeDefaultNodePool: false + loggingService: none diff --git a/samples/resources/iam_v1alpha1_iampolicy.yaml b/resources/iam_v1alpha1_iampolicy.yaml similarity index 100% rename from samples/resources/iam_v1alpha1_iampolicy.yaml rename to resources/iam_v1alpha1_iampolicy.yaml diff --git a/samples/resources/iam_v1alpha1_iamserviceaccount.yaml b/resources/iam_v1alpha1_iamserviceaccount.yaml similarity index 100% rename from samples/resources/iam_v1alpha1_iamserviceaccount.yaml rename to resources/iam_v1alpha1_iamserviceaccount.yaml diff --git a/samples/resources/pubsub_v1alpha2_pubsubsubscription.yaml b/resources/pubsub_v1alpha2_pubsubsubscription.yaml similarity index 100% rename from samples/resources/pubsub_v1alpha2_pubsubsubscription.yaml rename to resources/pubsub_v1alpha2_pubsubsubscription.yaml diff --git a/samples/resources/pubsub_v1alpha2_pubsubtopic.yaml b/resources/pubsub_v1alpha2_pubsubtopic.yaml similarity index 100% rename from samples/resources/pubsub_v1alpha2_pubsubtopic.yaml rename to resources/pubsub_v1alpha2_pubsubtopic.yaml diff --git a/samples/resources/redis_v1alpha3_redisinstance.yaml b/resources/redis_v1alpha3_redisinstance.yaml similarity index 100% rename from samples/resources/redis_v1alpha3_redisinstance.yaml rename to resources/redis_v1alpha3_redisinstance.yaml diff --git a/samples/resources/spanner_v1alpha2_spannerinstance.yaml b/resources/spanner_v1alpha2_spannerinstance.yaml similarity index 100% rename from samples/resources/spanner_v1alpha2_spannerinstance.yaml rename to resources/spanner_v1alpha2_spannerinstance.yaml diff --git a/samples/resources/sql_v1alpha2_sqldatabase.yaml b/resources/sql_v1alpha2_sqldatabase.yaml similarity index 100% rename from samples/resources/sql_v1alpha2_sqldatabase.yaml rename to resources/sql_v1alpha2_sqldatabase.yaml diff --git a/samples/resources/sql_v1alpha2_sqlinstance.yaml b/resources/sql_v1alpha2_sqlinstance.yaml similarity index 100% rename from samples/resources/sql_v1alpha2_sqlinstance.yaml rename to resources/sql_v1alpha2_sqlinstance.yaml diff --git a/samples/resources/storage_v1alpha2_storagebucket.yaml b/resources/storage_v1alpha2_storagebucket.yaml similarity index 100% rename from samples/resources/storage_v1alpha2_storagebucket.yaml rename to resources/storage_v1alpha2_storagebucket.yaml diff --git a/samples/resources/storage_v1alpha2_storagebucketaccesscontrol.yaml b/resources/storage_v1alpha2_storagebucketaccesscontrol.yaml similarity index 100% rename from samples/resources/storage_v1alpha2_storagebucketaccesscontrol.yaml rename to resources/storage_v1alpha2_storagebucketaccesscontrol.yaml diff --git a/samples/resources/storage_v1alpha2_storagedefaultobjectaccesscontrol.yaml b/resources/storage_v1alpha2_storagedefaultobjectaccesscontrol.yaml similarity index 100% rename from samples/resources/storage_v1alpha2_storagedefaultobjectaccesscontrol.yaml rename to resources/storage_v1alpha2_storagedefaultobjectaccesscontrol.yaml