| Package | Description |
|---|---|
| com.github.containersolutions.operator.api |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ResourceControllerAdapter.createOrUpdate(R resource,
Context<R> context) |
Optional<R> |
ResourceController.createOrUpdateResource(R resource,
Context<R> context)
The implementation of this operation is required to be idempotent.
|
Optional<R> |
ResourceControllerAdapter.createOrUpdateResource(R resource,
Context<R> context) |
abstract void |
ResourceControllerAdapter.delete(R resource,
Context<R> context) |
boolean |
ResourceController.deleteResource(R resource,
Context<R> context)
The implementation should delete the associated component(s).
|
boolean |
ResourceControllerAdapter.deleteResource(R resource,
Context<R> context) |
Copyright © 2019. All rights reserved.