koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

shorthand status for pv, rc, rs, deployment #115

Closed ublubu closed 6 years ago

ublubu commented 6 years ago

moved pod template to its own type, so the pod status fields wouldn't collide with rc/rs/deployment status fields. also to reduce duplication.

shorthand for status field of:

@wlan0