diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-04-16 18:09:13 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-17 03:25:09 +0000 |
commit | 27cb9cb656aa051ad09bbb7ad331cd12731f885f (patch) | |
tree | c19a6a5d35c1db9b43065dad93b03c2ded3fd05b /docs/submodules | |
parent | b4e8bdfdf38f38b7c676d0f81aceeca5fa81971f (diff) |
Update git submodules
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to bf49d552b003072c6bc64ae838a4699c1f4028bd
- Replace Kind with GroupVersionKind
Kind is not unique to track resources in Kubernetes
GroupVersionKind is unique. We are just using that to
track our data. It is abstracted behind a couple of new
types for templates and resources.
This change makes a lot of the old kind based operations
redundant and simplified.
Issue-ID: MULTICLOUD-573
Change-Id: I8f4ded2ba6a0821a8fbd679dc99ce3a44d805524
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
- Rename plugin reference interface
Rename the plugin interface to something
more relevant. KubernetesResource will be
used to describe resources for creation.
Issue-ID: MULTICLOUD-557
Change-Id: I2fff5363b897b968e95b26257d8f26509fb567fd
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'docs/submodules')
m--------- | docs/submodules/multicloud/k8s.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/multicloud/k8s.git b/docs/submodules/multicloud/k8s.git -Subproject ef27495f054957e387c4f078dc9b9af9e40a2ac +Subproject bf49d552b003072c6bc64ae838a4699c1f4028b |