Cinder K8S
- OpenStack Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
yoga/beta | 16 | 10 Mar 2023 | |
yoga/edge | 17 | 23 Apr 2023 | |
xena/beta | 13 | 21 Nov 2022 | |
xena/edge | 14 | 30 Nov 2022 | |
2024.1/beta | 99 | 11 Dec 2024 | |
2024.1/beta | 94 | 22 Nov 2024 | |
2024.1/edge | 99 | 09 Dec 2024 | |
2024.1/edge | 94 | 08 Oct 2024 | |
2023.2/stable | 52 | 06 Dec 2023 | |
2023.2/candidate | 63 | 25 Mar 2024 | |
2023.2/beta | 63 | 25 Mar 2024 | |
2023.2/edge | 63 | 23 Feb 2024 | |
2023.1/stable | 47 | 26 Sep 2023 | |
2023.1/candidate | 54 | 12 Jan 2024 | |
2023.1/beta | 54 | 10 Jan 2024 | |
2023.1/edge | 54 | 12 Dec 2023 |
juju deploy cinder-k8s --channel 2023.2/stable
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
charms.cinder_k8s.v0.storage_backend
-
- Last updated 17 Oct 2022
- Revision Library version 0.1
TODO: Add a proper docstring here.
This is a placeholder docstring for this charm library. Docstrings are presented on Charmhub and updated whenever you push a new version of the library.
Complete documentation about creating and documenting libraries can be found in the SDK docs at https://juju.is/docs/sdk/libraries.
See charmcraft publish-lib
and charmcraft fetch-lib
for details of how to
share and consume charm libraries. They serve to enhance collaboration
between charmers. Use a charmer's libraries for classes that handle
integration with their charm.
Bear in mind that new revisions of the different major API versions (v0, v1, v2 etc) are maintained independently. You can continue to update v0 and v1 after you have pushed v3.
Markdown is supported, following the CommonMark specification.
Index
class StorageBackendConnectedEvent
Description
StorageBackend connected Event. None
class StorageBackendReadyEvent
Description
StorageBackend ready for use Event. None
class StorageBackendGoneAwayEvent
Description
StorageBackend relation has gone-away Event None
class StorageBackendServerEvents
Description
Events class for on
None
class StorageBackendRequires
Description
StorageBackendRequires class None
Methods
StorageBackendRequires. __init__( self , charm , relation_name: str )
StorageBackendRequires. set_ready( self )
Description
Request access to the StorageBackend server. None
class APIReadyEvent
Description
StorageBackendClients Ready Event. None
class StorageBackendClientEvents
Description
Events class for on
None
class StorageBackendProvides
Description
StorageBackendProvides class None
Methods
StorageBackendProvides. __init__( self , charm , relation_name )
StorageBackendProvides. remote_ready( self )