forked from vmware-archive/admiral
-
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.
Added ReplicaSetService to handle ReplicaSet k8s objects.
When provisioning the adapter will set on all kubernetes descriptions custom label which will be used to discover kubernetes objects from same composite component. After the kubernetes descritpions are being deployed the adapter will discover all new kubernetes object created by kubernetes itself and create states for them. When removing application the adapter will follow specific order based on the objects type to prevent unexpected object recreations and leaving leftovers. Change-Id: I05b3fa106911c56473e56cb26541565422e988a8 Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/7612 Reviewed-by: Tony Georgiev <[email protected]> Compute-Verified: jenkins <[email protected]> Upgrade-Verified: jenkins <[email protected]> Bellevue-Verified: jenkins <[email protected]> CS-Verified: jenkins <[email protected]>
- Loading branch information
1 parent
a9cb5ee
commit 47dcb83
Showing
25 changed files
with
1,404 additions
and
490 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
370 changes: 339 additions & 31 deletions
370
...va/com/vmware/admiral/adapter/kubernetes/service/KubernetesApplicationAdapterService.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.