Please see following output.
$ _output/local/go/bin/osc --v=4 get IsPersonalSubjectAccessReview
I0517 21:23:47.755036 6852 selector.go:53] Unable to list "ispersonalsubjectaccessreviews": the server could not find the requested resource
Even though printIsPersonalSubjectAccessReview() is implemented in pkg/cmd/cli/describe/printer.go, its rest API is not implemented and master.go doesn't register the API during the start.
However, according to this discussion pull/139, it is not clear if IsPersonalSubjectAccessReview will be obsolete.
I open here as a new issue to track.