Allowed Host Path Args
data class AllowedHostPathArgs(val pathPrefix: Output<String>? = null, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<AllowedHostPathArgs>
AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. Deprecated: use AllowedHostPath from policy API Group instead.