public interface ResourceController<R extends io.fabric8.kubernetes.client.CustomResource>
| Modifier and Type | Method and Description |
|---|---|
Optional<R> |
createOrUpdateResource(R resource)
The implementation of this operation is required to be idempotent.
|
boolean |
deleteResource(R resource)
The implementation should delete the associated component(s).
|
boolean deleteResource(R resource)
resource - Optional<R> createOrUpdateResource(R resource)
Copyright © 2020. All rights reserved.