Machines only

This page is for a machines-only charm. For a charm with a Kubernetes variant & a machine variant that share code, go to Kubernetes and machines.


Subclass CharmSpecificMachines

Example
import dataclasses

import charm_refresh

@dataclasses.dataclass(eq=False)
class MachinesPostgreSQLRefresh(charm_refresh.CharmSpecificMachines):
    pass

Which class to implement in

In future steps, you will implement code for the CharmSpecific class.

Implement the code in the class you created above.