Commit Graph

11 Commits

Author SHA1 Message Date
Sunil Arora f70ce7da75 kinflate: remove prune field from the manifest 2018-04-04 10:41:59 -07:00
Mengqi Yu b58c4b4066 detect unknown fields in Kube-manifest.yaml 2018-03-27 19:04:56 -07:00
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
Mengqi Yu d55a17cdcc switch kinflate to use manifest tree build 2018-02-09 18:20:48 -08:00
ymqytw 021e6bd569 fix wrong paths of name reference transformer config 2018-02-06 17:10:22 -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 333d6e8ddf fix name ref issue 2018-01-26 15:03:01 -08:00
ymqytw 553437f678 update test to ensure each layer of manifest will be applied 2018-01-26 11:40:38 -08:00
ymqytw 56387b7189 update simple example 2018-01-08 16:53:35 -08:00