allowedHostPaths

@JvmName(name = "eowpksnncmyuauai")
suspend fun allowedHostPaths(value: Output<List<AllowedHostPathPatchArgs>>)
@JvmName(name = "knengdtmgyemgsok")
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 = "kxbkxcpiscaygnqw")
suspend fun allowedHostPaths(vararg values: Output<AllowedHostPathPatchArgs>)


@JvmName(name = "enoprqjnlkihnhrh")
suspend fun allowedHostPaths(values: List<Output<AllowedHostPathPatchArgs>>)
@JvmName(name = "lbjgnadpihiejrwn")
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 = "fsdnewipnktbhhbd")
suspend fun allowedHostPaths(argument: List<suspend AllowedHostPathPatchArgsBuilder.() -> Unit>)
@JvmName(name = "dlinjafopuhiuldm")
suspend fun allowedHostPaths(vararg argument: suspend AllowedHostPathPatchArgsBuilder.() -> Unit)
@JvmName(name = "bxnxfetsvwmwipny")
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.