-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor (jkube-kit) : Move ConfigMap related helper methods in Kuber…
…netesResourceUtil Related to fabric8io/kubernetes-client#4184 Move creation of ConfigMap from file related logic to KubernetesResourceUtil. This would later be replaced by KubernetesClient's KubernetesResourceUtil methods on next upgrade. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
- Loading branch information
1 parent
09b656e
commit 751a8aa
Showing
6 changed files
with
204 additions
and
46 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
1 change: 1 addition & 0 deletions
1
...icher/api/src/test/resources/kubernetes-resource-util/configmap-directory/prod.properties
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 @@ | ||
db.url=jdbc:mysql://prod.example.com:3306/sample_db |
1 change: 1 addition & 0 deletions
1
...icher/api/src/test/resources/kubernetes-resource-util/configmap-directory/test.properties
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 @@ | ||
db.url=jdbc:mysql://localhost:3306/sample_db |
1 change: 1 addition & 0 deletions
1
jkube-kit/enricher/api/src/test/resources/kubernetes-resource-util/test.bin
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 @@ | ||
� |
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