Remove includes

This commit is contained in:
spencergibb
2023-09-19 13:10:00 -04:00
parent aa3f938a8f
commit 69f0bbb9b9
4 changed files with 0 additions and 21 deletions

View File

@@ -1 +0,0 @@
include::spring-cloud-kubernetes.adoc[]

View File

@@ -3,7 +3,6 @@
[[common-application-properties]]
= Common application properties
include::_attributes.adoc[]
Various properties can be specified inside your `application.properties` file, inside your `application.yml` file, or as command line switches.
This appendix provides a list of common {project-full-name} properties and references to the underlying classes that consume them.
@@ -11,4 +10,3 @@ This appendix provides a list of common {project-full-name} properties and refer
NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list.
Also, you can define your own properties.
include::_configprops.adoc[]

View File

@@ -1 +0,0 @@
include::spring-cloud-kubernetes.adoc[]

View File

@@ -1,6 +1,5 @@
[[spring-cloud-kubernetes]]
= Spring Cloud Kubernetes
include::_attributes.adoc[]
This reference guide covers how to use Spring Cloud Kubernetes.
@@ -9,37 +8,21 @@ This reference guide covers how to use Spring Cloud Kubernetes.
Spring Cloud Kubernetes provides implementations of well known Spring Cloud interfaces allowing developers to build and run Spring Cloud applications on Kubernetes. While this project may be useful to you when building a cloud native application, it is also not a requirement in order to deploy a Spring Boot app on Kubernetes. If you are just getting started in your journey to running your Spring Boot app on Kubernetes you can accomplish a lot with nothing more than a basic Spring Boot app and Kubernetes itself. To learn more, you can get started by reading the https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#cloud-deployment-kubernetes[Spring Boot reference documentation for deploying to Kubernetes ] and also working through the workshop material https://hackmd.io/@ryanjbaxter/spring-on-k8s-workshop[Spring and Kubernetes].
include::getting-started.adoc[]
include::discovery-client.adoc[]
include::discovery-kubernetes-native.adoc[]
include::property-source-config.adoc[]
include::kubernetes-awareness.adoc[]
include::pod-health-indicator.adoc[]
include::info-contributor.adoc[]
include::leader-election.adoc[]
include::load-balancer.adoc[]
include::security-service-accounts.adoc[]
include::service-registry.adoc[]
include::spring-cloud-kubernetes-configuration-watcher.adoc[]
include::spring-cloud-kubernetes-configserver.adoc[]
include::spring-cloud-kubernetes-discoveryserver.adoc[]
include::examples.adoc[]
include::other-resources.adoc[]
[[configuration-properties]]
== Configuration properties