public class PatchExample extends Object
Easiest way to run this: mvn exec:java -Dexec.mainClass="com.appscode.stash.client.examples.PatchExample"
From inside $REPO_DIR/examples
| Constructor and Description |
|---|
PatchExample() |
| Modifier and Type | Method and Description |
|---|---|
com.appscode.stash.client.models.V1alpha1Restic |
createRestic(String namespace,
com.appscode.stash.client.models.V1alpha1Restic body,
String pretty) |
Object |
deserialize(String jsonStr,
Class<?> targetClass) |
static void |
main(String[] args) |
com.appscode.stash.client.models.V1alpha1Restic |
PatchRestic(String deployName,
String namespace,
Object body,
String pretty) |
public static void main(String[] args) throws IOException, com.appscode.stash.client.ApiException
IOExceptioncom.appscode.stash.client.ApiExceptionpublic com.appscode.stash.client.models.V1alpha1Restic createRestic(String namespace, com.appscode.stash.client.models.V1alpha1Restic body, String pretty) throws com.appscode.stash.client.ApiException
com.appscode.stash.client.ApiExceptionpublic com.appscode.stash.client.models.V1alpha1Restic PatchRestic(String deployName, String namespace, Object body, String pretty) throws com.appscode.stash.client.ApiException
com.appscode.stash.client.ApiExceptionCopyright © 2018. All rights reserved.