public interface CreateOrReplaceable<T> extends Replaceable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
create()
Creates an item
|
T |
createOrReplace()
Deprecated.
|
replace, replaceStatus, update, updateStatus@Deprecated T createOrReplace()
ServerSideApplicable.serverSideApply()
or the NonDeletingOperation.createOr(java.util.function.Function).T create()
Copyright © 2015–2023 Red Hat. All rights reserved.