# Packages

No description provided by the author

# Functions

DecodeYaml Initialise the resource object passes as argument with its yaml definition.
TplToByteBuffer xx.
TplToBytes xx.

# Interfaces

MutableResource provides all the required tools to process a mutation on a resource having a Mutator (mandatory) All things driven with idempotency in mind.
MutableResourceType is an OKT resource leading a resource type that can be mutated by an OKT Reconciler.
MutationHelper provides pre and post mutation help in order to deal with specific resources beahaviour like Secrets When a mutation helper has been defined for a MutableResourceType, it can then be added to the Pre and PostMutate() functions called by the OKT Reconciler.
Mutator is an interface providing mutation function based on hash computation to determines changes on the resource The HashableRef provides all the objects entering in the scope of the Hash computation.
Params brings resources parameters to use for reconciliation.
Resource a resource manageable by the OKT Reconciler.
ResourceInfo interface provides resource ID and name.