Commit Graph

11 Commits

Author SHA1 Message Date
Jingfang Liu f24ba4e2ee change packages to bases in Manifest 2018-03-22 09:27:46 -07:00
Antoine Pelisse 76cd598602 Rename "Secret" to "SecretGenetor" 2018-02-16 16:01:00 -08:00
Antoine Pelisse 6f080f0f11 kinflate: Re-merge "GenericSecret" and "TLSSecret"
Since we have a new way to create generic secrets that also makes sense
with TLS secrets, let's just use that one method for all types of
secrets.
2018-02-16 16:00:39 -08:00
Antoine Pelisse 4cb628bda9 kinflate: Generate secrets with commands
Remove the DataSources for secret, and generate the content of secrets
with the output of commands. This allows more dynamic encrypted/secure
secrets that are not just saved plain in the repository.
2018-02-16 15:57:25 -08:00
Mengqi Yu 2f7b478a21 address comments 2018-02-09 10:28:54 -08:00
Mengqi Yu 85fe9d2354 add Packages field in the Manifest 2018-02-08 13:58:18 -08:00
Antoine Pelisse b6e4fe00ee kinflate: Update Manifest type for configmap and secrets
- Generic type is now named DataSources to remove ambiguity,
- NamePrefix is now just Name, since that's what it is,
- Secret have been split in GenericSecret and TLSSecret,

The code, test and examples have been updated to work with these new
types.
2018-02-02 21:31:26 -08:00
ymqytw 5c9c85eed9 format comments for types.go 2018-01-05 16:42:03 -08:00
ymqytw 862066e7fb update manifest types 2018-01-03 13:56:26 -08:00
Jeffrey Regan e7cac07c74 Add travis CICD coverage.
Also, rename "kexpand" to "kinflate" to ease pronunciation.
2017-10-24 21:33:30 -07:00
Mengqi Yu cf1f7d72ab add types for descriptor and manifest 2017-09-28 22:25:14 +08:00