Charmed-Kubernetes/kubernetes-control-plane/hooks/relations/vsphere-integration
xiafan 672d7fa08c update kubernetest 1.24 2023-06-30 17:58:50 +08:00
..
docs update kubernetest 1.24 2023-06-30 17:58:50 +08:00
.gitignore update kubernetest 1.24 2023-06-30 17:58:50 +08:00
LICENSE update kubernetest 1.24 2023-06-30 17:58:50 +08:00
README.md update kubernetest 1.24 2023-06-30 17:58:50 +08:00
__init__.py update kubernetest 1.24 2023-06-30 17:58:50 +08:00
copyright update kubernetest 1.24 2023-06-30 17:58:50 +08:00
interface.yaml update kubernetest 1.24 2023-06-30 17:58:50 +08:00
make_docs update kubernetest 1.24 2023-06-30 17:58:50 +08:00
provides.py update kubernetest 1.24 2023-06-30 17:58:50 +08:00
pydocmd.yml update kubernetest 1.24 2023-06-30 17:58:50 +08:00
requires.py update kubernetest 1.24 2023-06-30 17:58:50 +08:00

README.md

Overview

This layer encapsulates the vsphere-integration interface communication protocol and provides an API for charms on either side of relations using this interface.

Usage

In your charm's layer.yaml, ensure that interface:vsphere-integration is included in the includes section:

includes: ['layer:basic', 'interface:vsphere-integration']

And in your charm's metadata.yaml, ensure that a relation endpoint is defined using the vsphere-integration interface protocol:

requires:
  vsphere:
    interface: vsphere-integration

For documentation on how to use the API for this interface, see: