Endpoint Slice List Args
data class EndpointSliceListArgs(val apiVersion: Output<String>? = null, val items: Output<List<EndpointSliceArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<EndpointSliceListArgs>
EndpointSliceList represents a list of endpoint slices
Constructors
Link copied to clipboard
fun EndpointSliceListArgs(apiVersion: Output<String>? = null, items: Output<List<EndpointSliceArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)