managedFields

@JvmName(name = "smujqgoapmorqjxw")
suspend fun managedFields(value: Output<List<ManagedFieldsEntryPatchArgs>>)
@JvmName(name = "aewmjqjwvfdgqlpt")
suspend fun managedFields(value: List<ManagedFieldsEntryPatchArgs>?)

Parameters

value

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.


@JvmName(name = "pjipdkjitjhkdbbp")
suspend fun managedFields(vararg values: Output<ManagedFieldsEntryPatchArgs>)


@JvmName(name = "yisntahinccqhuco")
suspend fun managedFields(values: List<Output<ManagedFieldsEntryPatchArgs>>)
@JvmName(name = "yhrbvtnhodtmaxxm")
suspend fun managedFields(vararg values: ManagedFieldsEntryPatchArgs)

Parameters

values

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.


@JvmName(name = "wgpfcdcklpiuhynw")
suspend fun managedFields(argument: List<suspend ManagedFieldsEntryPatchArgsBuilder.() -> Unit>)
@JvmName(name = "hqobdhruofnnymnn")
suspend fun managedFields(vararg argument: suspend ManagedFieldsEntryPatchArgsBuilder.() -> Unit)
@JvmName(name = "qtqsnwnfyqjcaboj")
suspend fun managedFields(argument: suspend ManagedFieldsEntryPatchArgsBuilder.() -> Unit)

Parameters

argument

ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.