public class PatchService extends Object
Constructor and Description |
---|
PatchService(io.fabric8.kubernetes.client.KubernetesClient client,
io.fabric8.maven.docker.util.Logger log) |
Modifier and Type | Method and Description |
---|---|
<T extends io.fabric8.kubernetes.api.model.HasMetadata> |
compareAndPatchEntity(String namespace,
T newDto,
T oldDto) |
public PatchService(io.fabric8.kubernetes.client.KubernetesClient client, io.fabric8.maven.docker.util.Logger log)
public <T extends io.fabric8.kubernetes.api.model.HasMetadata> T compareAndPatchEntity(String namespace, T newDto, T oldDto)
Copyright © 2021. All rights reserved.