postStart

@JvmName(name = "ijrvosrkepuxelhr")
suspend fun postStart(value: Output<LifecycleHandlerPatchArgs>)
@JvmName(name = "eybqmfbntrlrcmpi")
suspend fun postStart(value: LifecycleHandlerPatchArgs?)

Parameters

value

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks


@JvmName(name = "rdirchbofoipnqxa")
suspend fun postStart(argument: suspend LifecycleHandlerPatchArgsBuilder.() -> Unit)

Parameters

argument

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks