Endpoints List Args
data class EndpointsListArgs(val apiVersion: Output<String>? = null, val items: Output<List<EndpointsArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<EndpointsListArgs>
EndpointsList is a list of endpoints.
Constructors
Link copied to clipboard
fun EndpointsListArgs(apiVersion: Output<String>? = null, items: Output<List<EndpointsArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)