Skip to content

Commit f0f74cf

Browse files
authored
Update README.md
1 parent b141d69 commit f0f74cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ for example, the output is
125125

126126
2. get fullkind
127127

128-
Here, fullkind = [apiversion](https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/) + "." + [kind]((https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/)
128+
Here, fullkind = [apiversion](https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/) + "." + [kind](https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/)
129129

130130
```java
131131
System.out.println(client.getFullKinds().toPrettyString());

0 commit comments

Comments
 (0)