-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
924 additions
and
1,109 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -14,4 +14,3 @@ spring: | |
- /tmp/application.properties | ||
config: | ||
import: "kubernetes:" | ||
|
4 changes: 0 additions & 4 deletions
4
...pring-cloud-kubernetes-fabric8-client-reload/src/main/resources/application-no-mount.yaml
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 |
---|---|---|
@@ -1,7 +1,3 @@ | ||
logging: | ||
level: | ||
root: DEBUG | ||
|
||
spring: | ||
application: | ||
name: poll-reload | ||
|
10 changes: 4 additions & 6 deletions
10
...sts/spring-cloud-kubernetes-fabric8-client-reload/src/main/resources/application-one.yaml
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 |
---|---|---|
@@ -1,16 +1,14 @@ | ||
logging: | ||
level: | ||
root: DEBUG | ||
|
||
spring: | ||
application: | ||
name: event-reload | ||
cloud: | ||
kubernetes: | ||
secrets: | ||
enabled: false | ||
reload: | ||
enabled: true | ||
strategy: shutdown | ||
strategy: refresh | ||
mode: event | ||
namespaces: | ||
- left | ||
- right | ||
monitoring-config-maps: true |
9 changes: 4 additions & 5 deletions
9
...sts/spring-cloud-kubernetes-fabric8-client-reload/src/main/resources/application-two.yaml
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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
logging: | ||
level: | ||
root: DEBUG | ||
|
||
spring: | ||
application: | ||
name: event-reload | ||
cloud: | ||
kubernetes: | ||
reload: | ||
enabled: true | ||
strategy: shutdown | ||
strategy: refresh | ||
mode: event | ||
namespaces: | ||
- right | ||
monitoring-config-maps: true | ||
|
||
main: | ||
cloud-platform: 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
12 changes: 6 additions & 6 deletions
12
...tests/spring-cloud-kubernetes-fabric8-client-reload/src/main/resources/bootstrap-one.yaml
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
logging: | ||
level: | ||
root: DEBUG | ||
|
||
spring: | ||
cloud: | ||
kubernetes: | ||
config: | ||
sources: | ||
- namespace: left | ||
name: left-configmap | ||
- namespace: right | ||
name: right-configmap | ||
|
||
# otherwise on context refresh we lose this property | ||
# and test fails, since beans are not wired. | ||
main: | ||
cloud-platform: kubernetes | ||
|
12 changes: 6 additions & 6 deletions
12
...sts/spring-cloud-kubernetes-fabric8-client-reload/src/main/resources/bootstrap-three.yaml
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
logging: | ||
level: | ||
root: DEBUG | ||
|
||
spring: | ||
cloud: | ||
kubernetes: | ||
config: | ||
sources: | ||
- namespace: left | ||
name: left-configmap | ||
- namespace: right | ||
name: right-configmap | ||
- namespace: right | ||
name: right-configmap-with-label | ||
|
||
|
||
# otherwise on context refresh we lose this property | ||
# and test fails, since beans are not wired. | ||
main: | ||
cloud-platform: kubernetes |
11 changes: 7 additions & 4 deletions
11
...tests/spring-cloud-kubernetes-fabric8-client-reload/src/main/resources/bootstrap-two.yaml
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 |
---|---|---|
@@ -1,13 +1,16 @@ | ||
logging: | ||
level: | ||
root: DEBUG | ||
|
||
spring: | ||
cloud: | ||
kubernetes: | ||
secrets: | ||
enabled: false | ||
config: | ||
sources: | ||
- namespace: left | ||
name: left-configmap | ||
- namespace: right | ||
name: right-configmap | ||
|
||
# otherwise on context refresh we lose this property | ||
# and test fails, since beans are not wired. | ||
main: | ||
cloud-platform: 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
Oops, something went wrong.