Cluster Role List Args
data class ClusterRoleListArgs(val apiVersion: Output<String>? = null, val items: Output<List<ClusterRoleArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<ClusterRoleListArgs>
ClusterRoleList is a collection of ClusterRoles
Constructors
Link copied to clipboard
fun ClusterRoleListArgs(apiVersion: Output<String>? = null, items: Output<List<ClusterRoleArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)