allowedHostPaths

@JvmName(name = "senvhagotxjoyqix")
suspend fun allowedHostPaths(value: Output<List<AllowedHostPathPatchArgs>>)
@JvmName(name = "plycsdnedjrdxeni")
suspend fun allowedHostPaths(value: List<AllowedHostPathPatchArgs>?)

Parameters

value

allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.


@JvmName(name = "icfmlscdlcmktuhe")
suspend fun allowedHostPaths(vararg values: Output<AllowedHostPathPatchArgs>)


@JvmName(name = "dtclmbipkmusgres")
suspend fun allowedHostPaths(values: List<Output<AllowedHostPathPatchArgs>>)
@JvmName(name = "ndnrgjluugbgqcdv")
suspend fun allowedHostPaths(vararg values: AllowedHostPathPatchArgs)

Parameters

values

allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.


@JvmName(name = "kkefsmwjefkirkmy")
suspend fun allowedHostPaths(argument: List<suspend AllowedHostPathPatchArgsBuilder.() -> Unit>)
@JvmName(name = "xjjbhaijpmdfedgv")
suspend fun allowedHostPaths(vararg argument: suspend AllowedHostPathPatchArgsBuilder.() -> Unit)
@JvmName(name = "qebukdtsokaojxwl")
suspend fun allowedHostPaths(argument: suspend AllowedHostPathPatchArgsBuilder.() -> Unit)

Parameters

argument

allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.