public interface ResourceController<R extends io.fabric8.kubernetes.client.CustomResource>
| Modifier and Type | Method and Description |
|---|---|
Optional<R> |
createOrUpdateResource(R resource,
Context<R> context)
The implementation of this operation is required to be idempotent.
|
void |
deleteResource(R resource,
Context<R> context) |
Optional<R> createOrUpdateResource(R resource, Context<R> context)
Copyright © 2019. All rights reserved.