userIdentityMappings();
/**
* API entrypoint for UserOAuthAccessToken(oauth.openshift.io/v1)
*
* Note: Only GET and DELETE operations are supported by APIServer for this resource.
*
*
* @return {@link NonNamespaceOperation} for UserOAuthAccessToken
*/
NonNamespaceOperation> userOAuthAccessTokens();
/**
* API entrypoint for OpenShift Whereabouts CNI(Container Network Interface) Plugin model.
*
* @return {@link OpenShiftWhereaboutsAPIGroupDSL} which provides DSL methods for available resources.
*/
OpenShiftWhereaboutsAPIGroupDSL whereabouts();
/**
* Returns true if this cluster is a legacy openshift cluster or supports the given OpenShift API Group defined in
* {@link OpenShiftAPIGroups}
*
* @param apiGroup API group as string
* @return boolean value indicating cluster is legacy or supports APIGroups
*/
boolean supportsOpenShiftAPIGroup(String apiGroup);
}