public class UpdateControl<T extends io.fabric8.kubernetes.client.CustomResource> extends Object
| Modifier and Type | Method and Description |
|---|---|
T |
getCustomResource() |
boolean |
isUpdateCustomResource() |
boolean |
isUpdateStatusSubResource() |
static <T extends io.fabric8.kubernetes.client.CustomResource> |
noUpdate() |
static <T extends io.fabric8.kubernetes.client.CustomResource> |
updateCustomResource(T customResource) |
static <T extends io.fabric8.kubernetes.client.CustomResource> |
updateStatusSubResource(T customResource) |
public static <T extends io.fabric8.kubernetes.client.CustomResource> UpdateControl<T> updateCustomResource(T customResource)
public static <T extends io.fabric8.kubernetes.client.CustomResource> UpdateControl<T> updateStatusSubResource(T customResource)
public static <T extends io.fabric8.kubernetes.client.CustomResource> UpdateControl<T> noUpdate()
public T getCustomResource()
public boolean isUpdateStatusSubResource()
public boolean isUpdateCustomResource()
Copyright © 2020. All rights reserved.