| 56 | } |
| 57 | |
| 58 | type Ingress interface { |
| 59 | GetTypeMeta() metav1.TypeMeta |
| 60 | GetObjectMeta() metav1.ObjectMeta |
| 61 | Rules() []networkingv1.IngressRule |
| 62 | FileLocationer |
| 63 | } |
| 64 | |
| 65 | type Metas interface { |
| 66 | Metas() []BothMeta |
no outgoing calls
no test coverage detected