Skip to content

Commit

Permalink
Remove depricated getVersion() method from CRDInfo
Browse files Browse the repository at this point in the history
Remove depricated getVersion() method from CRDInfo

Contributes to: #6609

Signed-off-by: Aswin A <aswin6303@gmail.com>
  • Loading branch information
aswinayyolath committed Nov 18, 2024
1 parent 447c598 commit af224a6
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ public String getCrdName() {
return crdName;
}

/**
* @deprecated Use {@link #getCrdSpecVersion()} instead
* @return the CRD spec version
*/
@Deprecated
public String getVersion() {
return getCrdSpecVersion();
}

public String getCrdSpecVersion() {
return crdSpecVersion;
}
Expand Down

0 comments on commit af224a6

Please sign in to comment.