Cluster Trust Bundle List Args
data class ClusterTrustBundleListArgs(val apiVersion: Output<String>? = null, val items: Output<List<ClusterTrustBundleArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<ClusterTrustBundleListArgs>
ClusterTrustBundleList is a collection of ClusterTrustBundle objects
Constructors
Link copied to clipboard
fun ClusterTrustBundleListArgs(apiVersion: Output<String>? = null, items: Output<List<ClusterTrustBundleArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)