Charmed-Kubernetes/kubernetes-worker/hooks/relations/gcp-integration
Ares 61f480b0b8 update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
..
docs update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
.gitignore update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
LICENSE update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
README.md update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
__init__.py update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
copyright update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
interface.yaml update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
make_docs update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
provides.py update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
pydocmd.yml update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00
requires.py update bugfix/1.27-GA 2024-03-13 11:07:46 +00:00

README.md

Overview

This layer encapsulates the gcp-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:gcp-integration is included in the includes section:

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

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

requires:
  gcp:
    interface: gcp-integration

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