Skip to content

Commit 69f0bbb

Browse files
committed
Remove includes
1 parent aa3f938 commit 69f0bbb

File tree

4 files changed

+0
-21
lines changed

4 files changed

+0
-21
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
include::spring-cloud-kubernetes.adoc[]

docs/modules/ROOT/pages/appendix.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
[[common-application-properties]]
44
= Common application properties
55

6-
include::_attributes.adoc[]
76

87
Various properties can be specified inside your `application.properties` file, inside your `application.yml` file, or as command line switches.
98
This appendix provides a list of common {project-full-name} properties and references to the underlying classes that consume them.
109

1110
NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list.
1211
Also, you can define your own properties.
1312

14-
include::_configprops.adoc[]

docs/modules/ROOT/pages/index.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
include::spring-cloud-kubernetes.adoc[]

docs/modules/ROOT/pages/spring-cloud-kubernetes.adoc

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[[spring-cloud-kubernetes]]
22
= Spring Cloud Kubernetes
3-
include::_attributes.adoc[]
43

54
This reference guide covers how to use Spring Cloud Kubernetes.
65

@@ -9,37 +8,21 @@ This reference guide covers how to use Spring Cloud Kubernetes.
98

109
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].
1110

12-
include::getting-started.adoc[]
1311

14-
include::discovery-client.adoc[]
1512

16-
include::discovery-kubernetes-native.adoc[]
1713

18-
include::property-source-config.adoc[]
1914

20-
include::kubernetes-awareness.adoc[]
2115

22-
include::pod-health-indicator.adoc[]
2316

24-
include::info-contributor.adoc[]
2517

26-
include::leader-election.adoc[]
2718

28-
include::load-balancer.adoc[]
2919

30-
include::security-service-accounts.adoc[]
3120

32-
include::service-registry.adoc[]
3321

34-
include::spring-cloud-kubernetes-configuration-watcher.adoc[]
3522

36-
include::spring-cloud-kubernetes-configserver.adoc[]
3723

38-
include::spring-cloud-kubernetes-discoveryserver.adoc[]
3924

40-
include::examples.adoc[]
4125

42-
include::other-resources.adoc[]
4326

4427
[[configuration-properties]]
4528
== Configuration properties

0 commit comments

Comments
 (0)