|
@@ -55,6 +55,7 @@ public class Ingress extends K8sAbstractObject<ExtensionsV1beta1Ingress> {
|
|
|
.map(IngressTls::new)
|
|
.map(IngressTls::new)
|
|
|
.collect(Collectors.toList());
|
|
.collect(Collectors.toList());
|
|
|
}
|
|
}
|
|
|
|
|
+ System.out.println("tls hosts:");
|
|
|
System.out.println(tls.get(0).hosts);
|
|
System.out.println(tls.get(0).hosts);
|
|
|
}
|
|
}
|
|
|
|
|
|