V2Function Instance Lifecycle Config
data class V2FunctionInstanceLifecycleConfig(val preFreeze: V2FunctionInstanceLifecycleConfigPreFreeze? = null, val preStop: V2FunctionInstanceLifecycleConfigPreStop? = null)
Constructors
Link copied to clipboard
constructor(preFreeze: V2FunctionInstanceLifecycleConfigPreFreeze? = null, preStop: V2FunctionInstanceLifecycleConfigPreStop? = null)