forked from eclipse-jkube/jkube
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc (quickstarts/gradle) : Add quickstart metadata in README for proc…
…essing in website (eclipse-jkube#1050) Add quickstart metadata in all README.md files of all quickstarts. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
- Loading branch information
1 parent
0aa660f
commit b778ede
Showing
25 changed files
with
171 additions
and
4 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
quickstarts/gradle/docker-file-provided-context-and-assembly/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: "Gradle :: Docker File Provided Context and Assembly" | ||
description: | | ||
Spring Boot Web application with a single @RestController. | ||
Shows how to deploy Spring Boot applications to Kubernetes using existing Dockerfile with Eclipse JKube. | ||
Also provides example on how to configure Docker Context directory and assembly name. | ||
--- |
7 changes: 7 additions & 0 deletions
7
quickstarts/gradle/docker-file-provided-context-and-file/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: "Gradle :: Docker File Provided Context and File" | ||
description: | | ||
Spring Boot Web application with a single @RestController. | ||
Shows how to deploy Spring Boot applications to Kubernetes using existing Dockerfile with Eclipse JKube. | ||
Also provides example on how to configure Docker Context directory and Dockerfile path. | ||
--- |
7 changes: 7 additions & 0 deletions
7
quickstarts/gradle/docker-file-provided-context-dir/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: "Gradle :: Docker File Provided Context Dir" | ||
description: | | ||
Spring Boot Web application with a single @RestController. | ||
Shows how to deploy Spring Boot applications to Kubernetes using existing Dockerfile with Eclipse JKube. | ||
Also provides example on how to configure Docker Context directory. | ||
--- |
7 changes: 7 additions & 0 deletions
7
quickstarts/gradle/docker-file-provided-docker-file/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: "Gradle :: Docker File Provided Docker File" | ||
description: | | ||
Spring Boot Web application with a single @RestController. | ||
Shows how to deploy Spring Boot applications to Kubernetes using existing Dockerfile with Eclipse JKube. | ||
Also provides example on how to configure Docker Context directory and interpolation filter delimiter. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
name: "Gradle :: Groovy DSL Config" | ||
description: | | ||
Apache Camel application. | ||
Demonstrates how to configure Eclipse JKube build and resource properties using Groovy DSL elements in the project's build.gradle plugin configuration. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: "Gradle :: Micronaut Customized Image" | ||
description: | | ||
Micronaut application featuring REST endpoints (micronaut-http) with validation (micronaut-validation). | ||
Includes configuration to enable health check probes (livenessProbe & readinessProbe) using JKube's | ||
powerful resource fragments and micronaut-management feature. | ||
Groovy DSL based image configuration compatible with OpenShift and Kubernetes. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
quickstarts/gradle/openliberty-with-legacy-plugin-syntax/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: "Gradle :: Spring Boot - Camel" | ||
description: | | ||
Spring Boot application with Camel Spring Boot integration. | ||
Programmatically (RouteBuilder) declares 2 routes to log messages and process orders. | ||
Declares an Apache Camel servlet REST endpoint. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: "Gradle :: Spring Boot - Custom Resources" | ||
description: | | ||
Spring Boot application using K8s Custom Resources. | ||
Declares a "Framework" Custom Resource Definition. | ||
Initializes cluster with sample data. | ||
Declares an endpoint to consume Custom Resource data stored in the cluster. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
name: "Gradle :: Spring Boot - Helm" | ||
description: | | ||
Spring Boot application with a single REST endpoint. | ||
Demonstrates how to generate Helm chart (YAML) files using Eclipse JKube's k8sHelm Gradle task. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: "Gradle :: Spring Boot Watch" | ||
description: | | ||
Spring Boot application with a single REST endpoint. | ||
Demonstrates how to watch for source changes using Eclipse JKube's k8sWatch task. | ||
Application gets live reloaded in the cluster each time the project is recompiled (gradle build). | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
name: "Gradle :: Spring Boot JIB" | ||
description: | | ||
Spring Boot application with a single REST endpoint. | ||
Demonstrates how to build a project using Eclipse JKube JIB build strategy. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
name: "Gradle :: Spring Boot Web" | ||
description: | | ||
Spring Boot Web application with a single @RestController. | ||
Shows how to deploy Spring Boot applications to Kubernetes and OpenShift using Eclipse JKube. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
name: "Gradle :: Thorntail" | ||
description: | | ||
Java web application with a single JAX-RS endpoint packaged with Thorntail. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters