Any Charm
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/beta | 106 | Today | |
| latest/beta | 105 | Today | |
| latest/beta | 102 | Today | |
| latest/beta | 101 | Today | |
| latest/beta | 100 | Today | |
| latest/beta | 98 | Today | |
| latest/beta | 97 | Today | |
| latest/beta | 96 | Today |
juju deploy any-charm --channel beta
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
get-relation-data
Get relation data that are currently attached to this charm.
-
rpc
Invoke any method of the AnyCharm that the return value and arguments can be encoded in JSON. The AnyCharm can be extended with any method using the src-overwrite config.
- Params
-
args string
A json encoded args list that will be used in the method invocation.
-
kwargs string
A json encoded kwargs map that will be used in the method invocation.
-
method string