1
0
mirror of https://github.com/rancher/types.git synced 2025-07-18 23:36:24 +00:00

Controller for ingress resource

This commit is contained in:
Alena Prokharchyk 2018-02-15 18:01:38 -08:00
parent 90349929fd
commit a5a0d01742

View File

@ -59,5 +59,6 @@ func main() {
generator.GenerateNativeTypes(extv1beta1.SchemeGroupVersion, nil,
[]interface{}{
extv1beta1.PodSecurityPolicy{},
extv1beta1.Ingress{},
})
}