Ingress List Args
data class IngressListArgs(val apiVersion: Output<String>? = null, val items: Output<List<IngressArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<IngressListArgs>
IngressList is a collection of Ingress.
Constructors
Link copied to clipboard
fun IngressListArgs(apiVersion: Output<String>? = null, items: Output<List<IngressArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)