github krisnova/naml v0.2.0
First firm Deployable interface

latest releases: v1.0.3, v1.0.2, v1.0.1...
3 years ago

Adding .Description() string to the Deployable interface.

After some thought I do believe that the interface is a viable starting point.

I have decided NOT to add the following for this initial release

  • Reconcile()
  • List()
  • Get()
  • IsInstalled()

I believe these are out of scope, and in theory should be handled by another system (such as a controller or operator).

Determining if an application needs to be installed or uninstalled is out of scope.

We just are here for a user to call .Install() or .Uninstall() when they deem necessary.

Don't miss a new naml release

NewReleases is sending notifications on new releases.