Skip to content

Commit 1494b10

Browse files
committed
add javadoc for ConfigObjectNode
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 43c2462 commit 1494b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/docs/custom-resource/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This serves as a full reference for FlinkDeployment and FlinkSessionJob custom r
6060
### ConfigObjectNode
6161
**Class**: org.apache.flink.kubernetes.operator.api.spec.ConfigObjectNode
6262

63-
**Description**:
63+
**Description**: Allows parsing configurations as YAML, and adds related utility methods.
6464

6565
| Parameter | Type | Docs |
6666
| ----------| ---- | ---- |

flink-kubernetes-operator-api/src/main/java/org/apache/flink/kubernetes/operator/api/spec/ConfigObjectNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.Iterator;
2929
import java.util.Map;
3030

31-
/** */
31+
/** Allows parsing configurations as YAML, and adds related utility methods. */
3232
public class ConfigObjectNode extends ObjectNode {
3333

3434
public ConfigObjectNode() {

0 commit comments

Comments
 (0)