Exposing a Dot method so that we can do roughly the following:
Initialize a Dot instance with some given PartialValues/release version.
Call into the individual object construction helpers (i.e. ServiceInternal) to generate a Kubernetes object with filled-in user-specified values + defaults
Use those rendered objects to do things like construct connection parameters for a cluster.
Exposing a
Dot
method so that we can do roughly the following:Dot
instance with some givenPartialValues
/release version.ServiceInternal
) to generate a Kubernetes object with filled-in user-specified values + defaults