Update git submodules
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Wed, 17 Apr 2019 01:09:13 +0000 (18:09 -0700)
committerGerrit Code Review <gerrit@onap.org>
Wed, 17 Apr 2019 03:25:09 +0000 (03:25 +0000)
commit27cb9cb656aa051ad09bbb7ad331cd12731f885f
treec19a6a5d35c1db9b43065dad93b03c2ded3fd05b
parentb4e8bdfdf38f38b7c676d0f81aceeca5fa81971f
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>
docs/submodules/multicloud/k8s.git