Skip to content

Commit 5ea68d6

Browse files
committed
fix on short name
Signed-off-by: Attila Mészáros <[email protected]>
1 parent ecb1112 commit 5ea68d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/statuspatchnonlocking/StatusPatchLockingCustomResource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@Group("sample.javaoperatorsdk")
1010
@Version("v1")
11-
@ShortNames("sul")
11+
@ShortNames("spl")
1212
public class StatusPatchLockingCustomResource
1313
extends
1414
CustomResource<StatusPatchLockingCustomResourceSpec, StatusPatchLockingCustomResourceStatus>

0 commit comments

Comments
 (0)