Skip to content

Commit

Permalink
Update CHEATSHEET.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davemc authored and rohanKanojia committed Aug 25, 2020
1 parent 64bdd32 commit d31483b
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 d31483b

Please sign in to comment.