Localize feature state templates (#14135)

This commit is contained in:
Rael Garcia
2019-05-08 08:22:32 +02:00
committed by Kubernetes Prow Robot
parent 26d5948da5
commit dd1af119cd
5 changed files with 34 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
headless: true
resources:
- src: "*alpha*"
title: "alpha"
- src: "*beta*"
title: "beta"
- src: "*deprecated*"
title: "obsoleta"
- src: "*stable*"
title: "estable"
---