Secret List Args
data class SecretListArgs(val apiVersion: Output<String>? = null, val items: Output<List<SecretArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<SecretListArgs>
SecretList is a list of Secret.
Constructors
Link copied to clipboard
fun SecretListArgs(apiVersion: Output<String>? = null, items: Output<List<SecretArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)