Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into pr/fabricfixbaseoperation
  • Loading branch information
Shivkumar13 committed Aug 25, 2020
2 parents 555c841 + d31483b commit 543d431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CHEATSHEET.md
Expand Up @@ -2285,7 +2285,7 @@ Pod myPod;
String myPodAsYaml = SerializationUtils.dumpAsYaml(myPod);
// Your pod might have some state that you don't really care about, to remove it:
String myPodAsYamlWithoutRuntimeState = dumpWithoutRuntimeStateAsYaml(myPod);
String myPodAsYamlWithoutRuntimeState = SerializationUtils.dumpWithoutRuntimeStateAsYaml(myPod);
```

### OpenShift Client DSL Usage
Expand Down

0 comments on commit 543d431

Please sign in to comment.