public interface ServerSideApplicable<T>
| Modifier and Type | Method and Description |
|---|---|
ServerSideApplicable<T> |
fieldManager(String manager)
FieldManager is a name associated with the actor or entity that is making these changes.
|
ServerSideApplicable<T> |
forceConflicts()
Force this request / fieldManager to take ownership over conflicting fields.
|
T |
serverSideApply() |
T serverSideApply()
ServerSideApplicable<T> fieldManager(String manager)
The value must be less than or 128 characters long, and only contain printable characters
the default value is "fabric8"
manager - ServerSideApplicable for continued operationsServerSideApplicable<T> forceConflicts()
ServerSideApplicable for continued operationsCopyright © 2015–2023 Red Hat. All rights reserved.