Pod Security Policy List Args
data class PodSecurityPolicyListArgs(val apiVersion: Output<String>? = null, val items: Output<List<PodSecurityPolicyArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<PodSecurityPolicyListArgs>
PodSecurityPolicyList is a list of PodSecurityPolicy objects. Deprecated: use PodSecurityPolicyList from policy API Group instead.
Constructors
Link copied to clipboard
fun PodSecurityPolicyListArgs(apiVersion: Output<String>? = null, items: Output<List<PodSecurityPolicyArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)