Allowed Host Path Patch Args
data class AllowedHostPathPatchArgs(val pathPrefix: Output<String>? = null, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<AllowedHostPathPatchArgs>
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.